<complexType name="RectifiedGridType">
<annotation>
<appinfo source="urn:opengis:specification:gml:schema-xsd:grids:3.1.1">grids.xsd</appinfo>
<documentation>A rectified grid has an origin and vectors that define its post locations.</documentation>
</annotation>
<complexContent>
<extension base="gml:GridType">
<sequence>
<element name="origin" type="gml:PointPropertyType" />
<element name="offsetVector" type="gml:VectorType" maxOccurs="unbounded" />
</sequence>
</extension>
</complexContent>
</complexType>
|