Definition Type: SimpleType
Name: angularType
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
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.
Collapse XSD Schema Diagram:
XSD Diagram of angularType in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration radians
Enumeration grads
Enumeration decimal degrees
Enumeration decimal dd.mm.ss
Collapse Derivation Tree:
Collapse References:
land:angularUnit, land:angularUnit, land:directionUnit, land:directionUnit