<complexType name="AbstractCoverageType" abstract="true">
<annotation>
<appinfo source="urn:opengis:specification:gml:schema-xsd:coverage:3.1.1">coverage.xsd</appinfo>
<documentation>Abstract element which acts as the head of a substitution group for coverages. Note that a coverage is a GML feature.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element ref="gml:domainSet" />
<element ref="gml:rangeSet" />
</sequence>
<attribute name="dimension" type="positiveInteger" use="optional" />
</extension>
</complexContent>
</complexType>
|