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 GeoElevationGrid/@ccw Extrusion/@ccw NurbsCurve2D/@closed NurbsCurve/@closed X3DComposedGeometryNode/@colorPerVertex GeoElevationGrid/@colorPerVertex IndexedLineSet/@colorPerVertex ElevationGrid/@colorPerVertex Extrusion/@convex IndexedFaceSet/@convex StringSensor/@deletionAllowed Script/@directOutput LocalFog/@enabled X3DSensorNode/@enabled EspduTransform/@enabled Collision/@enabled TimeSensor/@enabled Extrusion/@endCap FillProperties/@filled EspduTransform/@fired1 EspduTransform/@fired2 LOD/@forceTransitions DirectionalLight/@global SpotLight/@global PointLight/@global FillProperties/@hatched GeoViewpoint/@headlight NavigationInfo/@headlight FontStyle/@horizontal GeoViewpoint/@jump Viewpoint/@jump FontStyle/@leftToRight Inline/@load X3DTimeDependentNode/@loop Script/@mustEvaluate ElevationGrid/@normalPerVertex X3DComposedGeometryNode/@normalPerVertex GeoElevationGrid/@normalPerVertex X3DLightNode/@on X3DTexture3DNode/@repeatR X3DTexture2DNode/@repeatS MovieTexture/@repeatS X3DTexture3DNode/@repeatS MovieTexture/@repeatT X3DTexture2DNode/@repeatT X3DTexture3DNode/@repeatT GeoViewpoint/@retainUserOffsets GeoOrigin/@rotateYUp SignalPdu/@rtpHeaderExpected EspduTransform/@rtpHeaderExpected ReceiverPdu/@rtpHeaderExpected TransmitterPdu/@rtpHeaderExpected Cylinder/@side Cone/@side ElevationGrid/@solid Sphere/@solid Cylinder/@solid NurbsSweptSurface/@solid NurbsSwungSurface/@solid Cone/@solid X3DComposedGeometryNode/@solid Box/@solid Text/@solid X3DNurbsSurfaceGeometryNode/@solid Disk2D/@solid TriangleSet2D/@solid Rectangle2D/@solid Extrusion/@solid GeoElevationGrid/@solid ArcClose2D/@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