gml:history
Element information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Type: gml:HistoryPropertyType
Properties: Global, Qualified
Content
- mo:MovingObjectStatus [1..*]
from subst. group gml:_TimeSlice
Attributes
None
Substitution hierarchy
- gml:history
- can be substituted with mo:track
Sample instance
<gml:history> <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> </gml:history>