Documentation for fieldgml

Complex Type: AbstractCoverageType

[Table of contents]

Super-types: gml:AbstractFeatureType < AbstractCoverageType (by extension)
Sub-types:
Name AbstractCoverageType
Abstract yes
Documentation Abstract element which acts as the head of a substitution group for coverages. Note that a coverage is a GML feature.
XML Instance Representation
<...
gml:id="[0..1]"
dimension="positiveInteger [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:boundedBy> ... </gml:boundedBy> [0..1]
<gml:location> ... </gml:location> [0..1]

'deprecated in GML version 3.1'

<gml:domainSet> ... </gml:domainSet> [1]
<gml:rangeSet> ... </gml:rangeSet> [1]
</...>
Diagram
Schema Component Representation
<complexType name="AbstractCoverageType" abstract="true">
<complexContent>
<extension base=" gml:AbstractFeatureType ">
<sequence>
<element ref=" gml:domainSet "/>
<element ref=" gml:rangeSet "/>
</sequence>
<attribute name="dimension" type=" positiveInteger " use="optional"/>
</extension>
</complexContent>
</complexType>