Definition Type: ComplexType
Name: MD_CoverageDescription_Type
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Type: gmd:AbstractMD_ContentInformation_Type
Containing Schema: content.xsd
Abstract
Documentation:
Information about the domain of the raster cell
Collapse XSD Schema Diagram:
Drilldown into dimension in schema content_xsd Drilldown into contentType in schema content_xsd Drilldown into attributeDescription in schema content_xsd Drilldown into uuid in schema gcobase_xsd Drilldown into id in schema gcobase_xsd Drilldown into ObjectIdentification in schema gcobase_xsd Drilldown into AbstractObject_Type in schema gcobase_xsd Drilldown into AbstractMD_ContentInformation_Type in schema content_xsdXSD Diagram of MD_CoverageDescription_Type in schema content_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
attributeDescription gmd:attributeDescription (1) (1)
contentType gmd:contentType (1) (1)
dimension gmd:dimension 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id gco:id Optional
uuid gco:uuid Optional
Collapse Derivation Tree:
Collapse References:
gmd:MD_CoverageDescriptiongmd:MD_ImageDescription_Type,