mo:MotionType

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

Definition

A data type for a 2D or 3D vector describing the motion of a process or object.

Diagram

XML Schema

<xs:complexType name="MotionType">
<xs:annotation>
<xs:documentation>
A data type for a 2D or 3D vector describing the motion of a process or object.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:CourseAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:ElevationMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:AltitudeMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:SlopeValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:SpeedMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:MotionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>