mo:track
Element information
Namespace: http://niem.gov/niem/external/dhs-gmo/AS/mobileObject/1.0.0
Schema document: external/dhs-gmo/AS/mobileObject/1.0.0/mobileObject.xsd
Type: mo:TrackType
Properties: Global, Qualified
Content
- Choice [1..*]
Attributes
None
Used in
- Type mo:MovingObjectCollectionType (Element mo:MovingObjectCollection)
- Type mo:MovingObjectType (Element mo:MovingObject)
Substitution hierarchy
- gml:history
- can be substituted with mo:track
Sample instance
<mo:track> <mo:MovingObjectStatus> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:validTime> <gml:TimeInstant>... </gml:TimeInstant> </gml:validTime> <gml:dataSource>string</gml:dataSource> <gml:pointProperty> <gml:Point>... </gml:Point> </gml:pointProperty> <mo:speed uom="http://www.example.com/">1.0</mo:speed> <mo:bearing> <gml:DirectionVector>... </gml:DirectionVector> </mo:bearing> <mo:acceleration uom="http://www.example.com/">1.0</mo:acceleration> <mo:elevation uom="http://www.example.com/">1.0</mo:elevation> <gml:status>string</gml:status> </mo:MovingObjectStatus> </mo:track>