m:VesselTrackBoundingDateRange
The dates and times (inclusive) encompassing the set of vessel positions in a vessel track.
Element information
Namespace: http://niem.gov/niem/domains/maritime/2.1
Schema document: domains/maritime/2.1/maritime.xsd
Type: nc:DateRangeType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:StartDate [0..*] A date on which something begins.
- nc:EndDate [0..*] An end date.
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
- Type m:VesselTrackType (Element m:VesselTrack)
Sample instance
<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>