<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>
|