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