<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>
|