m:PositionType
complexType PositionType in namespace http://release.niem.gov/niem/domains/maritime/4.0/
Definition
A data type for a geospatial position, course, heading, speed, and status of a vessel at a given time.
Diagram
XML Schema
<xs:complexType name="PositionType">
<xs:annotation>
<xs:documentation>
A data type for a geospatial position, course, heading, speed, and status of a vessel at a given time.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="m:LocationPointAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PositionSpeedMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PositionCourseMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PositionHeadingMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PositionNavigationStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PositionDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PositionRateOfTurnMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="m:PositionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>