Definition Type: ComplexType
Name: TrackType
Namespace: http://niem.gov/niem/external/dhs-gmo/AS/mobileObject/1.0.0
Type: gml:HistoryPropertyType
Containing Schema: mobileObject.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 mobileobject_xsd Drilldown into _TimeSlice in schema gml_xsdXSD Diagram of TrackType in schema mobileobject_xsd (National Information Exchange Model (NEIM))
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>
                <choice maxOccurs="unbounded">
                    <element ref="mo:MovingObjectStatus" />
                </choice>
            </sequence>
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_TimeSlice gml:_TimeSlice (1) unbounded
MovingObjectStatus mo:MovingObjectStatus (1) (1)
Collapse Derivation Tree:
Collapse References:
mo:track