<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>
|