Definition Type: ComplexType
Name: MovingObjectStatusType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractTimeSliceType
Containing Schema: dynamicFeature.xsd
Abstract
Documentation:
This type encapsulates various dynamic properties of moving objects (points, lines, regions). It is useful for dealing with features whose geometry or topology changes over time.
Collapse XSD Schema Diagram:
Drilldown into status in schema dynamicfeature_xsd Drilldown into elevation in schema dynamicfeature_xsd Drilldown into acceleration in schema dynamicfeature_xsd Drilldown into bearing in schema dynamicfeature_xsd Drilldown into speed in schema dynamicfeature_xsd Drilldown into location in schema feature_xsd Drilldown into dataSource in schema dynamicfeature_xsd Drilldown into timeStamp in schema temporal_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into AbstractTimeSliceType in schema dynamicfeature_xsdXSD Diagram of MovingObjectStatusType in schema dynamicfeature_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="MovingObjectStatusType">
    <annotation>
        <documentation xml:lang="en">
             This type encapsulates various dynamic properties of moving objects        
             (points, lines, regions). It is useful for dealing with features whose        
             geometry or topology changes over time.       </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractTimeSliceType">
            <sequence>
                <element ref="gml:location" />
                <element name="speed" type="gml:MeasureType" minOccurs="0" />
                <element name="bearing" type="gml:DirectionPropertyType" minOccurs="0" />
                <element name="acceleration" type="gml:MeasureType" minOccurs="0" />
                <element name="elevation" type="gml:MeasureType" minOccurs="0" />
                <element ref="gml:status" 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
timeStamp gml:timeStamp (1) (1)
dataSource gml:dataSource 0 (1)
location gml:location (1) (1)
speed gml:speed 0 (1)
bearing gml:bearing 0 (1)
acceleration gml:acceleration 0 (1)
elevation gml:elevation 0 (1)
status gml:status 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
gml:MovingObjectStatus