Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tps:angleType
Namespace tps
Annotations
The angle units (can be radians, gons, mils, deg or dddmmsss)
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration radians
enumeration grad_gons
enumeration mils
enumeration dec_deg
enumeration dddmmsss
enumeration arcsec
Used by
Source
<xs:simpleType name="angleType">
  <xs:annotation>
    <xs:documentation>The angle units (can be radians, gons, mils, deg or dddmmsss)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="radians"/>
    <xs:enumeration value="grad_gons"/>
    <xs:enumeration value="mils"/>
    <xs:enumeration value="dec_deg"/>
    <xs:enumeration value="dddmmsss"/>
    <xs:enumeration value="arcsec"/>
  </xs:restriction>
</xs:simpleType>