<complexType name="MovingObjectCollectionType">
<annotation>
<documentation>A moving object collection may possess a track and/or a timestamp.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractFeatureCollectionType">
<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>
|