simpleType SFBool
type xs:boolean
properties
base xs:boolean
used by
attributes LineProperties/@applied X3DDragSensorNode/@autoOffset Extrusion/@beginCap Cone/@bottom Cylinder/@bottom X3DComposedGeometryNode/@ccw NurbsSwungSurface/@ccw NurbsSweptSurface/@ccw ElevationGrid/@ccw Extrusion/@ccw GeoElevationGrid/@ccw NurbsCurve2D/@closed NurbsCurve/@closed X3DComposedGeometryNode/@colorPerVertex ElevationGrid/@colorPerVertex GeoElevationGrid/@colorPerVertex IndexedLineSet/@colorPerVertex Extrusion/@convex IndexedFaceSet/@convex StringSensor/@deletionAllowed Script/@directOutput TimeSensor/@enabled X3DSensorNode/@enabled Collision/@enabled EspduTransform/@enabled Extrusion/@endCap FillProperties/@filled EspduTransform/@fired1 EspduTransform/@fired2 FillProperties/@hatched NavigationInfo/@headlight GeoViewpoint/@headlight FontStyle/@horizontal GeoViewpoint/@jump Viewpoint/@jump FontStyle/@leftToRight Inline/@load X3DTimeDependentNode/@loop Script/@mustEvaluate ElevationGrid/@normalPerVertex GeoElevationGrid/@normalPerVertex X3DComposedGeometryNode/@normalPerVertex X3DLightNode/@on MovieTexture/@repeatS X3DTexture2DNode/@repeatS MovieTexture/@repeatT X3DTexture2DNode/@repeatT GeoOrigin/@rotateYUp TransmitterPdu/@rtpHeaderExpected EspduTransform/@rtpHeaderExpected ReceiverPdu/@rtpHeaderExpected SignalPdu/@rtpHeaderExpected Cylinder/@side Cone/@side GeoElevationGrid/@solid Extrusion/@solid Cylinder/@solid X3DComposedGeometryNode/@solid Disk2D/@solid NurbsSweptSurface/@solid NurbsSwungSurface/@solid Cone/@solid ElevationGrid/@solid ArcClose2D/@solid Text/@solid Sphere/@solid X3DNurbsSurfaceGeometryNode/@solid Box/@solid TriangleSet2D/@solid Rectangle2D/@solid Sound/@spatialize BooleanToggle/@toggle Cylinder/@top FontStyle/@topToBottom X3DNurbsSurfaceGeometryNode/@uClosed X3DNurbsSurfaceGeometryNode/@vClosed
annotation
appinfo
<xs:attribute name="defaultValue" type="SFBool" default="false"/>
<!-- note that anchors ^ and $ are implicit and not included in XML Schema regexes -->
<xs:pattern value="\s*(true|false)\s*"/>
SFBool is a logical type with possible values (true|false) to match the XML boolean type.
Hint: XML boolean values are lower case (true|false) in order to maintain compatibility with HTML and other XML documents.
source <xs:simpleType name="SFBool">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="defaultValue" type="SFBool" default="false"/>
     
<!-- note that anchors ^ and $ are implicit and not included in XML Schema regexes -->
     
<xs:pattern value="\s*(true|false)\s*"/>
SFBool is a logical type with possible values (true|false) to match the XML boolean type.
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:boolean"/>
</xs:simpleType>


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