<xs:simpleType name="SFBool">
<xs:annotation>
<xs:appinfo>
SFBool is a logical type with possible values (true|false) to match the XML boolean type.
Hint: X3D SFBool values are lower case (true|false) in order to maintain
compatibility with other XML documents.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/fieldsDef.html#SFBool" />
</xs:annotation>
<xs:restriction base="xs:boolean" />
</xs:simpleType>
|