simpleType angularType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attributes Metric/@angularUnit Imperial/@angularUnit Metric/@directionUnit Imperial/@directionUnit
facets
enumeration radians
enumeration grads
enumeration decimal degrees
enumeration decimal dd.mm.ss
annotation
documentation
angular 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="angularType">
 
<xs:annotation>
   
<xs:documentation>angular 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