mo:TrackType

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

Definition

A data type for a series of related contacts displayed on a data display console or other display device. A series of successive positions of a moving object for display or recording purposes.

Diagram

XML Schema

<xs:complexType name="TrackType">
<xs:annotation>
<xs:documentation>
A data type for a series of related contacts displayed on a data display console or other display device. A series of successive positions of a moving object for display or recording purposes.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:TrackIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TrackPoint" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TrackLocationBoundingArea" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:TrackAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>