geo:MovingObject
A moving (feature) object with a track of its past and/or projected positions at certain times. See: Feature.
Element information
Namespace: http://niem.gov/niem/geospatial/2.0
Schema document: geospatial/2.0/geospatial.xsd
Type: geo:MovingObjectType
Properties: Global, Qualified, Nillable
NIEM properties:
- Base: geo:Geospatial
Content
- mo:MovingObject [1..*]
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 geo:GeospatialPropertyType (Elements geo:GeospatialProperty, geo:LocationProperty)
Substitution hierarchy
- geo:Geospatial
- can be substituted with geo:MovingObject
Sample instance
<geo:MovingObject> <mo:MovingObject> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:boundedBy> <gml:Envelope>... </gml:Envelope> </gml:boundedBy> <mo:geometryProperty> <gml:Point>... </gml:Point> </mo:geometryProperty> <gml:validTime> <gml:TimeInstant>... </gml:TimeInstant> </gml:validTime> <mo:track> <mo:MovingObjectStatus>... </mo:MovingObjectStatus> </mo:track> <gml:dataSource>string</gml:dataSource> </mo:MovingObject> </geo:MovingObject>