Documentation for fieldgml

Complex Type: AbstractTimeComplexType

[Table of contents]

Super-types: gml:AbstractGMLType < AbstractTimeObjectType (by extension) < AbstractTimeComplexType (by extension)
Sub-types: None
Name AbstractTimeComplexType
Abstract yes
Documentation The abstract supertype for temporal complexes.
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.'

</...>
Diagram
h-1812458163
Schema Component Representation
<complexType name="AbstractTimeComplexType" abstract="true">
<complexContent>
<extension base=" gml:AbstractTimeObjectType "/>
</complexContent>
</complexType>