m:VesselTrack
A track of a vessel, captured as a series of geospatial positions over time.
Element information
Namespace: http://niem.gov/niem/domains/maritime/2.1
Schema document: domains/maritime/2.1/maritime.xsd
Type: m:VesselTrackType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- m:VesselTrackBoundingArea [0..*] The geographic area encompassing the set of vessel positions in a vessel track.
- m:VesselTrackBoundingDateRange [0..*] The dates and times (inclusive) encompassing the set of vessel positions in a vessel track.
- m:VesselPosition [0..*] A geospatial position, course, heading, speed, and status of a vessel at a given time.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- NIEM reference target from m:VesselTrackReference
- Type m:VesselMovementDetailsType (Element m:VesselMovementDetails)
Sample instance
<m:VesselTrack> <m:VesselTrackBoundingArea> <gml:Envelope> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </gml:Envelope> </m:VesselTrackBoundingArea> <m:VesselTrackBoundingDateRange> <nc:StartDate> <nc:Date>2000-01-01</nc:Date> </nc:StartDate> <nc:EndDate> <nc:Date>2000-01-01</nc:Date> </nc:EndDate> </m:VesselTrackBoundingDateRange> <m:VesselPosition> <m:LocationEllipse> <xls:Ellipse gml:id="ID">... </xls:Ellipse> </m:LocationEllipse> <m:VesselSpeedMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:SpeedUnitCode>string</nc:SpeedUnitCode> </m:VesselSpeedMeasure> <m:VesselCourseMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <m:AngleUnitText>string</m:AngleUnitText> </m:VesselCourseMeasure> <m:VesselHeadingMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <m:AngleUnitText>string</m:AngleUnitText> </m:VesselHeadingMeasure> <m:VesselNavigationStatus> <nc:StatusText>string</nc:StatusText> <nc:StatusDate>... </nc:StatusDate> <nc:StatusDescriptionText>string</nc:StatusDescriptionText> <nc:StatusIssuerIdentification>... </nc:StatusIssuerIdentification> <nc:StatusIssuerText>string</nc:StatusIssuerText> </m:VesselNavigationStatus> <m:VesselPositionDateTime>2000-01-01T12:00:00</m:VesselPositionDateTime> <m:VesselRateOfTurnMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <m:AngularRateUnitText>string</m:AngularRateUnitText> </m:VesselRateOfTurnMeasure> </m:VesselPosition> </m:VesselTrack>