m:LocationPoint
A location specified by a 2D or 3D geometric point.
Element information
Namespace: http://niem.gov/niem/domains/maritime/2.1
Schema document: domains/maritime/2.1/maritime.xsd
Type: geo:PointType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: m:LocationPointAbstract
Content
- gml:Point [0..*] A Point is defined by a single coordinate tuple. The direct position of a point is specified by the pos element which is of type DirectPositionType.
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:VesselPositionType (Element m:VesselPosition)
- Type m:LocationType (Elements m:AnomalyLocation, m:CargoDestinationLocation, m:CargoLoadingLocation, m:CargoOffloadingLocation, m:CargoOriginLocation, m:HazmatDeclarationDestinationLocation, m:HazmatDeclarationOriginLocation, m:Location, m:MerchantMarinerDocumentIssuerLocation, m:PersonDeathLocation, m:PersonDebarkationLocation, m:PersonEmbarkationLocation, m:SeamanLicenseIssuerLocation, m:ShipmentDestinationLocation, m:ShipmentOriginLocation, m:ThreatLocation, m:VesselDestinationLocation, m:VesselLocation, m:VesselOriginLocation, m:VoyageDestinationLocation, m:VoyageOriginLocation)
Substitution hierarchy
- m:LocationPointAbstract
- can be substituted with m:LocationPoint
Sample instance
<m:LocationPoint> <gml:Point gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with:... </gml:GenericMetaData> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:descriptionReference/> <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier> <gml:name>string</gml:name> <gml:pos>1.0 1.0</gml:pos> </gml:Point> </m:LocationPoint>