<xs:complexType name="MD_CoverageDescription_Type">
<xs:annotation>
<xs:documentation>Information about the domain of the raster cell</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="gmd:AbstractMD_ContentInformation_Type">
<xs:sequence>
<xs:element name="attributeDescription" type="gco:RecordType_PropertyType"/>
<xs:element name="contentType" type="gmd:MD_CoverageContentTypeCode_PropertyType"/>
<xs:element name="dimension" type="gmd:MD_RangeDimension_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |