<complexType name="GridType">
<annotation>
<documentation>Implicitly defines an unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractGeometryType">
<sequence>
<element name="limits" type="gml:GridLimitsType" />
<element name="axisName" type="string" maxOccurs="unbounded" />
</sequence>
<attribute name="dimension" type="positiveInteger" use="required" />
</extension>
</complexContent>
</complexType>
|