<complexType name="AbstractCoverageType" abstract="true">
<annotation>
<documentation>A coverage is a set of attribute values (its range) associated to position within a bounded space (its domain). This coverage uses a single coverage function to associate an element from the domain with an element from its range. This definition conforms to ISO 19123. Note that coverage is a GML feature.</documentation>
</annotation>
<complexContent>
<extension base="gml:AbstractFeatureType">
<sequence>
<element ref="gml:domainSet" />
<element ref="gml:rangeSet" />
<element ref="gml:coverageFunction" minOccurs="0" />
</sequence>
<attribute name="dimension" type="positiveInteger" use="optional" />
</extension>
</complexContent>
</complexType>
|