<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>
|