simpleType geoSystemSpatialReferenceFrameValues
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
facets
Kind Value Annotation
enumeration GD
appinfo
Geodetic spatial reference frame (latitude/longitude), to be followed by ellipsoid
enumeration UTM
appinfo
Universal Transverse Mercator. One further required argument must be supplied for UTM in order to specify the zone number (1..60) with optional suffix of "S" may be appended in order to specify that the coordinates are in the southern hemisphere. Optional arguments can follow.
enumeration GC
appinfo
Earth-fixed Geocentric with respect to the WGS84 ellipsoid. No additional arguments are supported.
enumeration GDC
appinfo
Synonymous to GD, but may be subject to future deprecation
enumeration GCC
appinfo
Synonymous to GC, but may be subject to future deprecation
annotation
appinfo
geoSystemSpatialReferenceFrameValues are allowed enumeration values of spatial reference frames and earth ellipsoids, providing first value for geoSystem field.  This list is unbounded, additional enumeration values are allowed.
source <xs:simpleType name="geoSystemSpatialReferenceFrameValues">
 
<xs:annotation>
   
<xs:appinfo>geoSystemSpatialReferenceFrameValues are allowed enumeration values of spatial reference frames and earth ellipsoids, providing first value for geoSystem field.  This list is unbounded, additional enumeration values are allowed.</xs:appinfo>
   
<!-- Note that strict validation does not occur via schema since MFString allows any value. -->
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/geospatial.html#Spatialreferenceframes"/>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:enumeration value="GD">
     
<xs:annotation>
       
<xs:appinfo>Geodetic spatial reference frame (latitude/longitude), to be followed by ellipsoid</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="UTM">
     
<xs:annotation>
       
<xs:appinfo>Universal Transverse Mercator. One further required argument must be supplied for UTM in order to specify the zone number (1..60) with optional suffix of "S" may be appended in order to specify that the coordinates are in the southern hemisphere. Optional arguments can follow.</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="GC">
     
<xs:annotation>
       
<xs:appinfo>Earth-fixed Geocentric with respect to the WGS84 ellipsoid. No additional arguments are supported.</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="GDC">
     
<xs:annotation>
       
<xs:appinfo>Synonymous to GD, but may be subject to future deprecation</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="GCC">
     
<xs:annotation>
       
<xs:appinfo>Synonymous to GC, but may be subject to future deprecation</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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