simpleType SFDouble
type xs:double
properties
base xs:double
used by
attributes unit/@conversionFactor GeoElevationGrid/@creaseAngle GeoElevationGrid/@xSpacing GeoElevationGrid/@zSpacing
annotation
appinfo
<xs:attribute name="defaultValue" type="SFDouble" 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*"/>
                SFDouble is a double-precision floating-point type.  Array values are optionally separated by commas in XML syntax.
                See GeoVRML 1.0 Recommended Practice, Section 2.3, Limitations of Single Precision for rationale.
           
source <xs:simpleType name="SFDouble">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="defaultValue" type="SFDouble" 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*"/>
                SFDouble is a double-precision floating-point type.  Array values are optionally separated by commas in XML syntax.
                See GeoVRML 1.0 Recommended Practice, Section 2.3, Limitations of Single Precision for rationale.
           
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/fieldsDef.html#SFDoubleAndMFDouble"/>
 
</xs:annotation>
 
<xs:restriction base="xs:double"/>
</xs:simpleType>


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