mo:CourseAngleDegreesMeasureType
complexType CourseAngleDegreesMeasureType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.2/
Definition
A data type for an angle measured in degrees used to identify the intended direction of movement in the horizontal plane. The value of the angle is positive in a clockwise direction as viewed from "above" the horizontal plane.
Diagram
XML Schema
<xs:complexType name="CourseAngleDegreesMeasureType">
<xs:annotation>
<xs:documentation>
A data type for an angle measured in degrees used to identify the intended direction of movement in the horizontal plane. The value of the angle is positive in a clockwise direction as viewed from "above" the horizontal plane.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="mo:AngleDegreesMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:DirectionDatumAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:CourseAngleDegreesMeasureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>