| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.opengis.net/gml | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of gml:AbstractGeometryType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | gml:metaDataProperty gml:description gml:name gml:limits gml:axisName | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="GridType"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:AbstractGeometryType"> <xs:sequence> <xs:element name="limits" type="gml:GridLimitsType"/> <xs:element name="axisName" type="string" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="dimension" type="positiveInteger" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType> |
| type | xs:positiveInteger | ||||
| properties |
|
||||
| source | <xs:attribute name="dimension" type="positiveInteger" use="required"/> |
| diagram | ![]() |
||||
| namespace | http://www.opengis.net/gml | ||||
| type | gml:GridLimitsType | ||||
| properties |
|
||||
| children | gml:GridEnvelope | ||||
| source | <xs:element name="limits" type="gml:GridLimitsType"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.opengis.net/gml | ||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="axisName" type="string" maxOccurs="unbounded"/> |