Definition Type: ComplexType
Name: MovingObjectCollectionType
Namespace: http://niem.gov/niem/external/dhs-gmo/AS/mobileObject/1.0.0
Type: gml:AbstractFeatureCollectionType
Containing Schema: mobileObject.xsd
Abstract
Documentation:
A moving object collection may possess a track and/or a timestamp.
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 featureMember in schema gml_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_xsd Drilldown into AbstractFeatureCollectionType in schema gml_xsdXSD Diagram of MovingObjectCollectionType in schema mobileobject_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="MovingObjectCollectionType">
    <annotation>
        <documentation>A moving object collection may possess a track and/or a timestamp.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractFeatureCollectionType">
            <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)
featureMember gml:featureMember 0 unbounded
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:MovingObjectCollection