Documentation for fieldgml

Complex Type: MovingObjectStatusType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractTimeSliceType (by extension) < MovingObjectStatusType (by extension)
Sub-types: None
Name MovingObjectStatusType
Abstract no
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.
XML Instance Representation
<...
gml:id="[0..1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

<gml:validTime> ... </gml:validTime> [1]
<gml:dataSource> ... </gml:dataSource> [0..1]
<gml:location> ... </gml:location> [1]
<gml:speed> gml:MeasureType </gml:speed> [0..1]
<gml:bearing> gml:DirectionPropertyType </gml:bearing> [0..1]
<gml:acceleration> gml:MeasureType </gml:acceleration> [0..1]
<gml:elevation> gml:MeasureType </gml:elevation> [0..1]
<gml:status> ... </gml:status> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="MovingObjectStatusType">
<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>