SFBool

Simple Type Information

Used By

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

Source

<xs:simpleType name="SFBool">
  <xs:annotation>
    <xs:appinfo>SFBool is a logical type with possible values (true|false) to match the XML boolean type. Hint: X3D SFBool values are lower case (true|false) in order to maintain compatibility with other XML documents.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/fieldsDef.html#SFBoolAndMFBool"/>
  </xs:annotation>
  <xs:restriction base="xs:boolean"/>
</xs:simpleType>