mo:RelativeOrientationType

complexType RelativeOrientationType in namespace http://release.niem.gov/niem/domains/militaryOperations/5.0/

Definition

A data type for the angles of rotation about the principle axes (normal, lateral, longitudinal) of some thing, relative to the Earth and direction of motion, measured in degrees.

Diagram

XML Schema

<xs:complexType name="RelativeOrientationType">
<xs:annotation>
<xs:documentation>
A data type for the angles of rotation about the principle axes (normal, lateral, longitudinal) of some thing, relative to the Earth and direction of motion, measured in degrees.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:PitchValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RollValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:YawValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:PitchChangeValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:RollChangeValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:YawChangeValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:RelativeOrientationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>