mo:WaypointType

complexType WaypointType in namespace http://release.niem.gov/niem/domains/militaryOperations/4.0/

Definition

A data type for a point or a series of points to which a moving object may be vectored.

Diagram

XML Schema

<xs:complexType name="WaypointType">
<xs:annotation>
<xs:documentation>
A data type for a point or a series of points to which a moving object may be vectored.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="mo:WaypointName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:WaypointPoint" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="mo:WaypointAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>