| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| aggregationType | gml:AggregationType | optional | ||||
| columns | integer | optional | ||||
| rows | integer | optional |
| Element | gml:AbstractGriddedSurface |
| Complex Types | gml:ConeType, gml:CylinderType, gml:SphereType |
<complexType name="AbstractGriddedSurfaceType" abstract="true"> <complexContent> <extension base="gml:AbstractParametricCurveSurfaceType"> <sequence> <group ref="gml:PointGrid"/> </sequence> <attribute name="rows" type="integer"/> <attribute name="columns" type="integer"/> </extension> </complexContent> </complexType> |