gmd:MD_CoverageDescription_Type

Information about the domain of the raster cell

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
uuid xs:string optional

Used By

Source

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