mo:AngleUnitCodeSimpleType

simpleType AngleUnitCodeSimpleType in namespace http://release.niem.gov/niem/domains/militaryOperations/5.0/

Definition

A data type for a unit code for an azimuth value.

Diagram

Enumerations

ValueDefinition
DegreesAngle subtended by 1/360 of a circle
MilsAngle 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: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>