Documentation for fieldgml

Complex Type: TrackType

[Table of contents]

Super-types: HistoryPropertyType < TrackType (by restriction)
Sub-types: None
Name TrackType
Abstract no
Documentation The track of a moving object is a sequence of specialized timeslices that indicate the status of the object.
XML Instance Representation
<...>
Start Sequence [1..*]
End Sequence
</...>
Diagram
Schema Component Representation
<complexType name="TrackType">
<complexContent>
<restriction base=" gml:HistoryPropertyType ">
<sequence maxOccurs="unbounded">
<element ref=" gml:MovingObjectStatus "/>
</sequence>
</restriction>
</complexContent>
</complexType>