Definition Type: ComplexType
Name: AbstractCoverageType
Namespace: http://www.opengis.net/gml
Type: gml:AbstractFeatureType
Containing Schema: coverage.xsd
Abstract True
Documentation:
A coverage is a set of attribute values (its range) associated to position within a bounded space (its domain). This coverage uses a single coverage function to associate an element from the domain with an element from its range. This definition conforms to ISO 19123. Note that coverage is a GML feature.
Collapse XSD Schema Diagram:
Drilldown into coverageFunction in schema coverage_xsd Drilldown into rangeSet in schema coverage_xsd Drilldown into domainSet in schema coverage_xsd Drilldown into location in schema feature_xsd Drilldown into boundedBy in schema feature_xsd Drilldown into name in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into fid in schema feature_xsd Drilldown into AbstractFeatureType in schema feature_xsd Drilldown into dimension in schema coverage_xsdXSD Diagram of AbstractCoverageType in schema coverage_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractCoverageType" abstract="true">
    <annotation>
        <documentation>A coverage is a set of attribute values (its range) associated to position within a bounded space (its domain). This coverage uses a single coverage function to associate an element from the domain with an element from its range.  This definition conforms to ISO 19123.  Note that coverage is a GML feature.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:AbstractFeatureType">
            <sequence>
                <element ref="gml:domainSet" />
                <element ref="gml:rangeSet" />
                <element ref="gml:coverageFunction" minOccurs="0" />
            </sequence>
            <attribute name="dimension" type="positiveInteger" use="optional" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
boundedBy gml:boundedBy 0 (1)
location gml:location 0 (1)
domainSet gml:domainSet (1) (1)
rangeSet gml:rangeSet (1) (1)
coverageFunction gml:coverageFunction 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
fid gml:fid (Optional)
dimension gml:dimension Optional
Collapse Derivation Tree:
Collapse References:
gml:_Coveragegml:GridCoverageType, gml:MultiPointCoverageType, gml:MultiSurfaceCoverageType, gml:RectifiedGridCoverageType,