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