| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| axisLabels | gml:NCNameList | optional | |||||
| dimension | positiveInteger | required | |||||
| gml:id | ID | required |
|
||||
| srsDimension | positiveInteger | optional | |||||
| srsName | anyURI | optional | |||||
| uomLabels | gml:NCNameList | optional |
| Element | gml:Grid |
| Complex Type | gml:RectifiedGridType |
<complexType name="GridType"> <complexContent> <extension base="gml:AbstractGeometryType"> <sequence> <element name="limits" type="gml:GridLimitsType"/> <choice> <element name="axisLabels" type="gml:NCNameList"/> <element name="axisName" type="string" maxOccurs="unbounded"/> </choice> </sequence> <attribute name="dimension" type="positiveInteger" use="required"/> </extension> </complexContent> </complexType> |