<complexType name="MovingObjectStatusType">
<annotation>
<appinfo>deprecated</appinfo>
</annotation>
<complexContent>
<extension base="gml:AbstractTimeSliceType">
<sequence>
<choice>
<element name="position" type="gml:GeometryPropertyType" />
<element ref="gml:pos" />
<element ref="gml:locationName" />
<element ref="gml:locationReference" />
<element ref="gml:location" />
</choice>
<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" />
<element ref="gml:statusReference" minOccurs="0" />
</sequence>
</extension>
</complexContent>
</complexType>
|