mo:AngleUnitCodeSimpleType
simpleType AngleUnitCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.1/
Definition
A data type for a unit code for an azimuth value.
Diagram
Enumerations
| Value | Definition | 
| Degrees | Angle subtended by 1/360 of a circle | 
| Mils | Angle subtended by 1/6400 of a circle (slightly less than one milliradian) | 
XML Schema
<xs:simpleType name="AngleUnitCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a unit code for an azimuth value.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Degrees">
<xs:annotation>
<xs:documentation>
Angle subtended by 1/360 of a circle</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mils">
<xs:annotation>
<xs:documentation>
Angle subtended by 1/6400 of a circle (slightly less than one milliradian)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>