Definition Type: ComplexType
Name: GridFunctionType
Namespace: http://www.opengis.net/gml
Containing Schema: coverage.xsd
Abstract
Documentation:
Defines how values in the domain are mapped to the range set. The start point and the sequencing rule are specified here.
Collapse XSD Schema Diagram:
Drilldown into startPoint in schema coverage_xsd Drilldown into sequenceRule in schema coverage_xsdXSD Diagram of GridFunctionType in schema coverage_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="GridFunctionType">
    <annotation>
        <documentation>Defines how values in the domain are mapped to the range set. The start point and the sequencing rule are specified here.</documentation>
    </annotation>
    <sequence>
        <element name="sequenceRule" type="gml:SequenceRuleType" minOccurs="0">
            <annotation>
                <documentation>If absent, the implied value is "Linear".</documentation>
            </annotation>
        </element>
        <element name="startPoint" type="gml:integerList" minOccurs="0">
            <annotation>
                <documentation>Index position of the first grid post.  If absent the startPoint is equal to the value of gridEnvelope::low from the grid definition.  </documentation>
            </annotation>
        </element>
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sequenceRule gml:sequenceRule 0 (1)
startPoint gml:startPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
gml:GridFunctiongml:IndexMapType,