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 X3DComposedGeometryNode/@ccw ElevationGrid/@ccw Extrusion/@ccw GeoElevationGrid/@ccw NurbsSweptSurface/@ccw NurbsSwungSurface/@ccw SplineScalarInterpolator/@closed SplinePositionInterpolator2D/@closed SplinePositionInterpolator/@closed NurbsCurve/@closed NurbsCurve2D/@closed IndexedLineSet/@colorPerVertex X3DComposedGeometryNode/@colorPerVertex ElevationGrid/@colorPerVertex GeoElevationGrid/@colorPerVertex IndexedFaceSet/@convex Extrusion/@convex ParticleSystem/@createParticles StringSensor/@deletionAllowed Script/@directOutput ViewpointGroup/@displayed X3DSensorNode/@enabled ClipPlane/@enabled Collision/@enabled X3DNBodyCollisionSpaceNode/@enabled X3DNBodyCollidableNode/@enabled HAnimMotion/@enabled LocalFog/@enabled ParticleSystem/@enabled RigidBody/@enabled X3DParticlePhysicsModelNode/@enabled RigidBodyCollection/@enabled EspduTransform/@enabled X3DVolumeRenderStyleNode/@enabled TimeSensor/@enabled CollisionCollection/@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 FontStyle/@horizontal ScreenFontStyle/@horizontal VolumeEmitter/@internal X3DLayerNode/@isPickable X3DViewpointNode/@jump FontStyle/@leftToRight ScreenFontStyle/@leftToRight ShadedVolumeStyle/@lighting Inline/@load X3DTimeDependentNode/@loop HAnimMotion/@loop Script/@mustEvaluate SplinePositionInterpolator2D/@normalizeVelocity SquadOrientationInterpolator/@normalizeVelocity SplineScalarInterpolator/@normalizeVelocity SplinePositionInterpolator/@normalizeVelocity ElevationGrid/@normalPerVertex GeoElevationGrid/@normalPerVertex X3DComposedGeometryNode/@normalPerVertex X3DLightNode/@on X3DPickableObject/@pickable PickableGroup/@pickable RigidBodyCollection/@preferAccuracy X3DTexture3DNode/@repeatR X3DTexture3DNode/@repeatS X3DTexture2DNode/@repeatS MovieTexture/@repeatS X3DTexture3DNode/@repeatT X3DTexture2DNode/@repeatT MovieTexture/@repeatT ViewpointGroup/@retainUserOffsets X3DViewpointNode/@retainUserOffsets GeoOrigin/@rotateYUp TransmitterPdu/@rtpHeaderExpected SignalPdu/@rtpHeaderExpected ReceiverPdu/@rtpHeaderExpected EspduTransform/@rtpHeaderExpected TwoSidedMaterial/@separateBackColor ShadedVolumeStyle/@shadows Cylinder/@side Cone/@side Rectangle2D/@solid NurbsSweptSurface/@solid X3DComposedGeometryNode/@solid NurbsSwungSurface/@solid Disk2D/@solid ArcClose2D/@solid ElevationGrid/@solid Cone/@solid X3DNurbsSurfaceGeometryNode/@solid Extrusion/@solid Text/@solid TriangleSet2D/@solid Box/@solid Cylinder/@solid Sphere/@solid GeoElevationGrid/@solid Sound/@spatialize BooleanToggle/@toggle Cylinder/@top FontStyle/@topToBottom ScreenFontStyle/@topToBottom X3DNurbsSurfaceGeometryNode/@uClosed RigidBody/@useFiniteRotation CollisionSpace/@useGeometry RigidBody/@useGlobalGravity X3DNurbsSurfaceGeometryNode/@vClosed CollisionCollection/@visible X3DGroupingNode/@visible ReceiverPdu/@visible LayoutGroup/@visible StaticGroup/@visible CADPart/@visible CADFace/@visible NurbsSet/@visible SignalPdu/@visible TransmitterPdu/@visible Inline/@visible X3DBoundedObject/@visible HAnimJoint/@visible X3DNBodyCollidableNode/@visible GeoLOD/@visible X3DNBodyCollisionSpaceNode/@visible HAnimHumanoid/@visible X3DVolumeDataNode/@visible X3DShapeNode/@visible
annotation
appinfo
<xs:attribute name="defaultValue" type="SFBool" default="true"/>
<!-- 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: 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="true"/>
     
<!-- 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: 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