simpleType MFBool
type restriction of xs:string
properties
base xs:string
used by
attributes HAnimMotion/@channelsEnabled XvlShell/@faceEmpty XvlShell/@faceHidden BooleanSequencer/@keyValue HAnimHumanoid/@motionsEnabled SegmentedVolumeData/@segmentEnabled MetadataBoolean/@value
facets
Kind Value Annotation
whiteSpace collapse
pattern \s*((true|false)\s*,?\s*)*
annotation
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.
           
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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy