gml:AbstractSurfaceType is an abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane. |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| axisLabels | gml:NCNameList | optional | |||||
| gml:id | ID | required |
|
||||
| srsDimension | positiveInteger | optional | |||||
| srsName | anyURI | optional | |||||
| uomLabels | gml:NCNameList | optional |
| Complex Types | gml:CompositeSurfaceType, gml:OrientableSurfaceType, gml:PolygonType, gml:SurfaceType |
| Element | gml:AbstractSurface |
<complexType name="AbstractSurfaceType" abstract="true"> <annotation> <documentation>gml:AbstractSurfaceType is an abstraction of a surface to support the different levels of complexity. A surface is always a continuous region of a plane.</documentation> </annotation> <complexContent> <extension base="gml:AbstractGeometricPrimitiveType"/> </complexContent> </complexType> |