<complexType name="MovingObjectType">
<annotation>
<documentation>This type mirrors the gml:MovingObjectType; it includes a mo:track with mo:MovingObjectStatus elements instead of a gml:track with gml:MovingObjectStatus elements.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element ref="mo:geometryProperty" minOccurs="0">
<annotation>
<documentation>This element could be replaced by a gml:geometryMember element, except that "members" property elements by convention are for members of a collection or union, whereas "property" property elements are for non-member properties. See 7.4 GML Model and Syntax: "Furthermore, the property semantics, which is indicated by the name of the element representing the property, and the property value, which is given by the content of the property element, are distinguished."</documentation>
</annotation>
</element>
<element ref="gml:validTime" minOccurs="0" />
<element ref="mo:track" minOccurs="0" />
<element ref="gml:dataSource" minOccurs="0" />
</sequence>
</extension>
</complexContent>
</complexType>
|