<complexType name="MovingObjectStatusType">
<annotation>
<appinfo source="urn:opengis:specification:gml:schema-xsd:dynamicFeature:3.1.1" />
<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. It is different from the gml:MovingObjectStatusType
in that it uses gml:pointProperty instead of gml:location,
which is deprecated in (ISO) GML v3.2 </documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractTimeSliceType">
<sequence>
<element ref="gml:pointProperty" />
<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>
|