| diagram | ![]() |
||||||||||||||
| namespace | http://www.opengis.net/gml/3.2 | ||||||||||||||
| type | extension of gml:AbstractFeatureType | ||||||||||||||
| properties |
|
||||||||||||||
| children | gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:boundedBy gml:location gml:domainSet gml:rangeSet | ||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| source | <complexType name="AbstractCoverageType" abstract="true"> <annotation> <documentation>The base type for coverages is gml:AbstractCoverageType. The basic elements of a coverage can be seen in this content model: the coverage contains gml:domainSet and gml:rangeSet properties. The gml:domainSet property describes the domain of the coverage and the gml:rangeSet property describes the range of the coverage.</documentation> </annotation> <complexContent> <extension base="gml:AbstractFeatureType"> <sequence> <element ref="gml:domainSet"/> <element ref="gml:rangeSet"/> </sequence> </extension> </complexContent> </complexType> |