Documentation for fieldgml

Complex Type: MultiCurveCoverageType

[Table of contents]

Super-types: gml:AbstractFeatureType < AbstractCoverageType (by extension) < AbstractDiscreteCoverageType (by extension) < MultiCurveCoverageType (by restriction)
Sub-types: None
Name MultiCurveCoverageType
Abstract no
Documentation A discrete coverage type whose domain is defined by a collection of curves.
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:rangeSet> ... </gml:rangeSet> [1]
</...>
Diagram
Schema Component Representation
<complexType name="MultiCurveCoverageType">
<complexContent>
<restriction base=" gml:AbstractDiscreteCoverageType ">
<sequence>
<group ref=" gml:StandardObjectProperties "/>
<element ref=" gml:boundedBy " minOccurs="0"/>
<element ref=" gml:multiCurveDomain "/>
<element ref=" gml:rangeSet "/>
<element ref=" gml:coverageFunction " minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>