Documentation for fieldgml

Complex Type: AbstractTimeSliceType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractTimeSliceType (by extension)
Sub-types:
Name AbstractTimeSliceType
Abstract yes
Documentation 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.
XML Instance Representation
<...
gml:id="[0..1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

<gml:validTime> ... </gml:validTime> [1]
<gml:dataSource> ... </gml:dataSource> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AbstractTimeSliceType" abstract="true">
<complexContent>
<extension base=" gml:AbstractGMLType ">
<sequence>
<element ref=" gml:validTime "/>
<element ref=" gml:dataSource " minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>