complexType IndexMapType
diagram index_p647.png
namespace http://www.opengis.net/gml
type extension of gml:GridFunctionType
properties
base gml:GridFunctionType
children gml:sequenceRule gml:startPoint gml:lookUpTable
used by
element IndexMap
annotation
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.
source <xs:complexType name="IndexMapType">
 
<xs:annotation>
   
<xs: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.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:GridFunctionType">
     
<xs:sequence>
       
<xs:element name="lookUpTable" type="gml:integerList"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element IndexMapType/lookUpTable
diagram index_p648.png
namespace http://www.opengis.net/gml
type gml:integerList
properties
isRef 0
content simple
source <xs:element name="lookUpTable" type="gml:integerList"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy