simpleType latLongAngularType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attributes Metric/@latLongAngularUnit Imperial/@latLongAngularUnit
facets
enumeration radians
enumeration grads
enumeration decimal degrees
enumeration decimal dd.mm.ss
annotation
documentation
Latitude/Longitude coordinate angular values. Latitude (range -90 to +90) positive values for the northern hemispher, negative indicate the southern. Longitude (range -180 to +180) positive values are to the east of the prime meridian, negative values are to the west. Values expressed in "decimal dd.mm.ss" units have the numeric format "45.3025" representing 45 degrees 30 minutes and 25 seconds. Both the minutes and seconds must be two characters with a numeric range between 00 to 60.
source <xs:simpleType name="latLongAngularType">
 
<xs:annotation>
   
<xs:documentation>Latitude/Longitude coordinate angular values. Latitude (range -90 to +90) positive values for the northern hemispher, negative indicate the southern. Longitude (range -180 to +180) positive values are to the east of the prime meridian, negative values are to the west. Values expressed in "decimal dd.mm.ss" units have the numeric format "45.3025" representing 45 degrees 30 minutes and 25 seconds. Both the minutes and seconds must be two characters with a numeric range between 00 to 60.
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="radians"/>
   
<xs:enumeration value="grads"/>
   
<xs:enumeration value="decimal degrees"/>
   
<xs:enumeration value="decimal dd.mm.ss"/>
 
</xs:restriction>
</xs:simpleType>


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