Definition Type: ComplexType
Name: CoverageFunctionType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.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 gml_xsd Drilldown into MappingRule in schema gml_xsdXSD Diagram of CoverageFunctionType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="CoverageFunctionType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">coverage.xsd</appinfo>
        <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