Definition Type: Element
Name: CoverageMappingRule
Namespace: http://www.opengis.net/gml/3.2
Type: gml:MappingRuleType
Containing Schema: coverage.xsd
Abstract
Documentation:
gml:CoverageMappingRule provides a formal or informal description of the coverage function. The mapping rule may be defined as an in-line string (gml:ruleDefinition) or via a remote reference through xlink:href (gml:ruleReference). If no rule name is specified, the default is 'Linear' with respect to members of the domain in document order.
Collapse XSD Schema Diagram:
Drilldown into ruleReference in schema coverage_xsd Drilldown into ruleDefinition in schema coverage_xsd Drilldown into MappingRuleType in schema coverage_xsdXSD Diagram of CoverageMappingRule in schema coverage_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="CoverageMappingRule" type="gml:MappingRuleType" substitutionGroup="gml:AbstractObject">
    <annotation>
        <documentation>gml:CoverageMappingRule provides a formal or informal description of the coverage function.
The mapping rule may be defined as an in-line string (gml:ruleDefinition) or via a remote reference through xlink:href (gml:ruleReference).  
If no rule name is specified, the default is 'Linear' with respect to members of the domain in document order.</documentation>
    </annotation>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ruleDefinition gml:ruleDefinition (1) (1)
ruleReference gml:ruleReference (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:AbstractObject