Definition Type: ComplexType
Name: IndexMapType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:GridFunctionType
Containing Schema: gml.xsd
Abstract
Documentation:
Exends GridFunctionType with a lookUpTable. This contains a list of indexes of members within the rangeSet corresponding with the members of the domainSet. The domainSet is traversed in list order if it is enumerated explicitly, or in the order specified by a SequenceRule if the domain is an implicit set. The length of the lookUpTable corresponds with the length of the subset of the domainSet for which the coverage is defined.
Collapse XSD Schema Diagram:
Drilldown into lookUpTable in schema gml_xsd Drilldown into startPoint in schema gml_xsd Drilldown into sequenceRule in schema gml_xsd Drilldown into GridFunctionType in schema gml_xsdXSD Diagram of IndexMapType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="IndexMapType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">coverage.xsd</appinfo>
        <documentation>Exends GridFunctionType with a lookUpTable.  This contains a list of indexes of members within the rangeSet corresponding with the members of the domainSet.  The domainSet is traversed in list order if it is enumerated explicitly, or in the order specified by a SequenceRule if the domain is an implicit set.    The length of the lookUpTable corresponds with the length of the subset of the domainSet for which the coverage is defined.</documentation>
    </annotation>
    <complexContent>
        <extension base="gml:GridFunctionType">
            <sequence>
                <element name="lookUpTable" type="gml:integerList" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sequenceRule gml:sequenceRule 0 (1)
startPoint gml:startPoint 0 (1)
lookUpTable gml:lookUpTable (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:IndexMap