simpleType SFFloat
type xs:float
properties
base xs:float
used by
simpleType unitIntervalType
attributes MultiTexture/@alpha SpotLight/@beamWidth Cone/@bottomRadius ElevationGrid/@creaseAngle Extrusion/@creaseAngle IndexedFaceSet/@creaseAngle SpotLight/@cutOffAngle CylinderSensor/@diskAngle Arc2D/@endAngle ArcClose2D/@endAngle GeoViewpoint/@fieldOfView Viewpoint/@fieldOfView EspduTransform/@firingRange Cone/@height Cylinder/@height Disk2D/@innerRadius LineProperties/@linewidthScaleFactor HAnimSegment/@mass CylinderSensor/@maxAngle Sound/@maxBack Text/@maxExtent Sound/@maxFront CylinderSensor/@minAngle Sound/@minBack Sound/@minFront CylinderSensor/@offset Disk2D/@outerRadius X3DSoundSourceNode/@pitch TransmitterPdu/@power ArcClose2D/@radius PointLight/@radius Sphere/@radius SpotLight/@radius Arc2D/@radius Cylinder/@radius Circle2D/@radius GeoLOD/@range ReceiverPdu/@receivedPower TextureTransform/@rotation FontStyle/@size FontStyle/@spacing NavigationInfo/@speed MovieTexture/@speed GeoViewpoint/@speedFactor Arc2D/@startAngle ArcClose2D/@startAngle NurbsSet/@tessellationScale TransmitterPdu/@transmitFrequencyBandwidth NavigationInfo/@visibilityLimit LocalFog/@visibilityRange Fog/@visibilityRange X3DFogObject/@visibilityRange HAnimDisplacer/@weight ElevationGrid/@xSpacing GeoElevationGrid/@yScale ElevationGrid/@zSpacing
annotation
appinfo
<xs:attribute name="defaultValue" type="SFFloat" default="0.0"/>
<!-- https://stackoverflow.com/questions/10516967/regexp-for-a-double -->
<xs:pattern value="(\s)*([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)(\s)*"/>
SFFloat is a single-precision floating-point type.
source <xs:simpleType name="SFFloat">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="defaultValue" type="SFFloat" default="0.0"/>
     
<!-- https://stackoverflow.com/questions/10516967/regexp-for-a-double -->
     
<xs:pattern value="(\s)*([+-]?((0|[1-9][0-9]*)(\.[0-9]*)?|\.[0-9]+)([Ee][+-]?[0-9]+)?)(\s)*"/>
SFFloat is a single-precision floating-point type.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/fieldsDef.html#SFFloatAndMFFloat"/>
 
</xs:annotation>
 
<xs:restriction base="xs:float"/>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy