Definition Type: ComplexType
Name: MovingObjectType
Namespace: http://niem.gov/niem/external/dhs-gmo/AS/mobileObject/1.0.0
Type: gml:AbstractFeatureType
Containing Schema: mobileObject.xsd
Abstract
Documentation:
This type mirrors the gml:MovingObjectType; it includes a mo:track with mo:MovingObjectStatus elements instead of a gml:track with gml:MovingObjectStatus elements.
Collapse XSD Schema Diagram:
Drilldown into dataSource in schema gml_xsd Drilldown into track in schema mobileobject_xsd Drilldown into validTime in schema gml_xsd Drilldown into geometryProperty in schema mobileobject_xsd Drilldown into boundedBy in schema gml_xsd Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into StandardObjectProperties in schema gml_xsd Drilldown into id in schema gml_xsd Drilldown into AbstractGMLType in schema gml_xsd Drilldown into AbstractFeatureType in schema gml_xsdXSD Diagram of MovingObjectType in schema mobileobject_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="MovingObjectType">
    <annotation>
        <documentation>This type mirrors the gml:MovingObjectType; it includes a mo:track with mo:MovingObjectStatus elements instead of a gml:track with gml:MovingObjectStatus elements.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractFeatureType">
            <sequence>
                <element ref="mo:geometryProperty" minOccurs="0">
                    <annotation>
                        <documentation>This element could be replaced by a gml:geometryMember element, except that "members" property elements by convention are for members of a collection or union, whereas "property" property elements are for non-member properties.  See 7.4 GML Model and Syntax:  "Furthermore, the property semantics, which is indicated by the name of the element representing the property, and the property value, which is given by the content of the property element, are distinguished."</documentation>
                    </annotation>
                </element>
                <element ref="gml:validTime" minOccurs="0" />
                <element ref="mo:track" minOccurs="0" />
                <element ref="gml:dataSource" minOccurs="0" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
boundedBy gml:boundedBy 0 (1)
geometryProperty mo:geometryProperty 0 (1)
validTime gml:validTime 0 (1)
track mo:track 0 (1)
dataSource gml:dataSource 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
mo:MovingObject