simpleType SFBool
type xs:boolean
properties
base xs:boolean
used by
attributes LineProperties/@applied MotorJoint/@autoCalc RigidBody/@autoDamp RigidBody/@autoDisable RigidBodyCollection/@autoDisable X3DDragSensorNode/@autoOffset Extrusion/@beginCap Cone/@bottom Cylinder/@bottom ElevationGrid/@ccw X3DComposedGeometryNode/@ccw NurbsSwungSurface/@ccw Extrusion/@ccw NurbsSweptSurface/@ccw GeoElevationGrid/@ccw SplineScalarInterpolator/@closed SplinePositionInterpolator2D/@closed SplinePositionInterpolator/@closed NurbsCurve2D/@closed NurbsCurve/@closed ElevationGrid/@colorPerVertex X3DComposedGeometryNode/@colorPerVertex IndexedLineSet/@colorPerVertex GeoElevationGrid/@colorPerVertex IndexedFaceSet/@convex Extrusion/@convex ParticleSystem/@createParticles StringSensor/@deletionAllowed Script/@directOutput ViewpointGroup/@displayed RigidBody/@enabled TimeSensor/@enabled LocalFog/@enabled CollisionCollection/@enabled X3DSensorNode/@enabled ClipPlane/@enabled Collision/@enabled ParticleSystem/@enabled RigidBodyCollection/@enabled EspduTransform/@enabled X3DParticlePhysicsModelNode/@enabled X3DNBodyCollidableNode/@enabled X3DNBodyCollisionSpaceNode/@enabled Extrusion/@endCap FillProperties/@filled EspduTransform/@fired1 EspduTransform/@fired2 RigidBody/@fixed LOD/@forceTransitions TextureProperties/@generateMipMaps DirectionalLight/@global SpotLight/@global PointLight/@global FillProperties/@hatched GeoViewpoint/@headlight NavigationInfo/@headlight ScreenFontStyle/@horizontal FontStyle/@horizontal VolumeEmitter/@internal X3DLayerNode/@isPickable X3DViewpointNode/@jump FontStyle/@leftToRight ScreenFontStyle/@leftToRight Inline/@load X3DTimeDependentNode/@loop Script/@mustEvaluate SplinePositionInterpolator2D/@normalizeVelocity SquadOrientationInterpolator/@normalizeVelocity SplineScalarInterpolator/@normalizeVelocity SplinePositionInterpolator/@normalizeVelocity GeoElevationGrid/@normalPerVertex ElevationGrid/@normalPerVertex X3DComposedGeometryNode/@normalPerVertex X3DLightNode/@on PickableGroup/@pickable X3DPickableObject/@pickable RigidBodyCollection/@preferAccuracy X3DTexture3DNode/@repeatR X3DTexture2DNode/@repeatS X3DTexture3DNode/@repeatS MovieTexture/@repeatS X3DTexture3DNode/@repeatT MovieTexture/@repeatT X3DTexture2DNode/@repeatT ViewpointGroup/@retainUserOffsets X3DViewpointNode/@retainUserOffsets GeoOrigin/@rotateYUp TransmitterPdu/@rtpHeaderExpected EspduTransform/@rtpHeaderExpected ReceiverPdu/@rtpHeaderExpected SignalPdu/@rtpHeaderExpected TwoSidedMaterial/@separateBackColor Cylinder/@side Cone/@side TriangleSet2D/@solid GeoElevationGrid/@solid Text/@solid Sphere/@solid NurbsSweptSurface/@solid Cylinder/@solid Cone/@solid X3DComposedGeometryNode/@solid Extrusion/@solid Box/@solid ArcClose2D/@solid Rectangle2D/@solid X3DNurbsSurfaceGeometryNode/@solid ElevationGrid/@solid Disk2D/@solid NurbsSwungSurface/@solid Sound/@spatialize BooleanToggle/@toggle Cylinder/@top FontStyle/@topToBottom ScreenFontStyle/@topToBottom X3DNurbsSurfaceGeometryNode/@uClosed RigidBody/@useFiniteRotation CollisionSpace/@useGeometry RigidBody/@useGlobalGravity 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