<complexType name="AbstractTimeSliceType" abstract="true">
<annotation>
<appinfo source="urn:opengis:specification:gml:schema-xsd:dynamicFeature:3.1.1" />
<documentation xml:lang="en">
A timeslice encapsulates the time-varying properties of a dynamic feature--it
must be extended to represent a timestamped projection of a feature. The dataSource
property describes how the temporal data was acquired.
</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractGMLType">
<sequence>
<element ref="gml:validTime" />
<element ref="gml:dataSource" minOccurs="0" />
</sequence>
</extension>
</complexContent>
</complexType>
|