type | restriction of xs:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="MFBool"> <xs:annotation> <xs:appinfo> <xs:attribute name="defaultValue" type="MFBool" default=""/> <xs:simpleType name="xsdType"> <xs:list itemType="xs:boolean"/> </xs:simpleType> <xs:pattern value="\s*((true|false)\s*,?\s*)*"/> MFBool is an array of boolean values. Type MFBool was previously undefined in the VRML97 Specification, but nevertheless needed for event utilities and scripting. Example use: MFBool is useful for defining a series of behavior states using a BooleanSequencer prototype. Hint: XML boolean values are lower case (true|false) in order to maintain compatibility with HTML and other XML documents. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/fieldsDef.html#SFBoolAndMFBool"/> </xs:annotation> <xs:restriction base="xs:string"> <xs:whiteSpace value="collapse"/> <xs:pattern value="\s*((true|false)\s*,?\s*)*"/> </xs:restriction> </xs:simpleType> |