<complexType name="GridType">
<annotation>
<appinfo source="urn:opengis:specification:gml:schema-xsd:grids:3.1.1">grids.xsd</appinfo>
<documentation>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>
|