gml:AbstractSolidType is an abstraction of a solid to support the different levels of complexity. The solid may always be viewed as a geometric primitive, i.e. is contiguous. |
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 |
Element | gml:AbstractSolid |
Complex Types | gml:CompositeSolidType, gml:SolidType |
<complexType name="AbstractSolidType"> <annotation> <documentation>gml:AbstractSolidType is an abstraction of a solid to support the different levels of complexity. The solid may always be viewed as a geometric primitive, i.e. is contiguous.</documentation> </annotation> <complexContent> <extension base="gml:AbstractGeometricPrimitiveType"/> </complexContent> </complexType> |