Definition Type: ComplexType
Name: TrackType
Namespace: http://www.opengis.net/gml
Type: gml:HistoryPropertyType
Containing Schema: dynamicFeature.xsd
Abstract
Documentation:
The track of a moving object is a sequence of specialized timeslices that indicate the status of the object.
Collapse XSD Schema Diagram:
Drilldown into MovingObjectStatus in schema dynamicfeature_xsd Drilldown into _TimeSlice in schema dynamicfeature_xsdXSD Diagram of TrackType in schema dynamicfeature_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TrackType">
    <annotation>
        <documentation xml:lang="en">       The track of a moving object is a sequence of specialized timeslices        that indicate the status of the object.       </documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:HistoryPropertyType">
            <sequence>
                <element ref="gml:MovingObjectStatus" maxOccurs="unbounded" />
            </sequence>
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_TimeSlice gml:_TimeSlice (1) unbounded
MovingObjectStatus gml:MovingObjectStatus (1) unbounded
Collapse Derivation Tree:
Collapse References:
gml:track