Definition Type: ComplexType
Name: CoverageFunctionType
Namespace: http://www.opengis.net/gml
Containing Schema: coverage.xsd
Abstract
Documentation:
The function or rule which defines the map from members of the domainSet to the range. More functions will be added to this list
Collapse XSD Schema Diagram:
Drilldown into GridFunction in schema coverage_xsd Drilldown into MappingRule in schema coverage_xsdXSD Diagram of CoverageFunctionType in schema coverage_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="CoverageFunctionType">
    <annotation>
        <documentation>
      The function or rule which defines the map from members of the domainSet to the range.  
      More functions will be added to this list
    </documentation>
    </annotation>
    <choice>
        <element ref="gml:MappingRule" />
        <element ref="gml:GridFunction" />
    </choice>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MappingRule gml:MappingRule (1) (1)
GridFunction gml:GridFunction (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:coverageFunction