<xs:simpleType name="MFBool"> <xs:annotation> <xs:appinfo>MFBool is an array of Boolean values. Type MFBool was previously undefined in the VRML 97 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.</xs:appinfo> <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/fieldsDef.html#SFBoolAndMFBool"/> </xs:annotation> <xs:list itemType="xs:boolean"/> </xs:simpleType> |