Documentation for fieldgml

Complex Type: AbstractTimePrimitiveType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractTimeObjectType (by extension) < AbstractTimePrimitiveType (by extension)
Sub-types:
Name AbstractTimePrimitiveType
Abstract yes
Documentation The abstract supertype for temporal primitives.
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:relatedTime> gml:RelatedTimeType </gml:relatedTime> [0..*]
</...>
Diagram
Schema Component Representation
<complexType name="AbstractTimePrimitiveType" abstract="true">
<complexContent>
<extension base=" gml:AbstractTimeObjectType ">
<sequence>
<element name="relatedTime" type=" gml:RelatedTimeType " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>