<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:xlink="http://www.w3.org/1999/xlink" targetNamespace="http://www.isotc211.org/2005/gmd" elementFormDefault="qualified" version="0.1" finalDefault="" blockDefault="" attributeFormDefault="unqualified">
    <xs:annotation>
        <xs:documentation>This file was generated from ISO TC/211 UML class diagrams == 01-26-2005 12:40:03 ======</xs:documentation>
    </xs:annotation>
    <xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
    <xs:include schemaLocation="../gmd/citation.xsd"/>
    <xs:complexType name="MD_FeatureCatalogueDescription_Type" mixed="false" abstract="false">
        <xs:annotation>
            <xs:documentation>Information identifing the feature catalogue</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="gmd:AbstractMD_ContentInformation_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="complianceCode" type="gco:Boolean_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="language" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="unbounded" nillable="false"/>
                    <xs:element name="includedWithDataset" type="gco:Boolean_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                    <xs:element name="featureTypes" type="gco:GenericName_PropertyType" minOccurs="0" maxOccurs="unbounded" nillable="false"/>
                    <xs:element name="featureCatalogueCitation" type="gmd:CI_Citation_PropertyType" maxOccurs="unbounded" minOccurs="1" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="MD_FeatureCatalogueDescription" type="gmd:MD_FeatureCatalogueDescription_Type" substitutionGroup="gmd:AbstractMD_ContentInformation" nillable="false" abstract="false"/>
    <xs:complexType name="MD_FeatureCatalogueDescription_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:MD_FeatureCatalogueDescription" minOccurs="0" maxOccurs="1" nillable="false"/>
        </xs:sequence>
        <xs:attributeGroup ref="gco:ObjectReference"/>
        <xs:attribute ref="gco:nilReason" use="optional"/>
    </xs:complexType>
    <xs:complexType name="MD_CoverageDescription_Type" mixed="false" abstract="false">
        <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 minOccurs="1" maxOccurs="1">
                    <xs:element name="attributeDescription" type="gco:RecordType_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                    <xs:element name="contentType" type="gmd:MD_CoverageContentTypeCode_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                    <xs:element name="dimension" type="gmd:MD_RangeDimension_PropertyType" minOccurs="0" maxOccurs="unbounded" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="MD_CoverageDescription" type="gmd:MD_CoverageDescription_Type" substitutionGroup="gmd:AbstractMD_ContentInformation" nillable="false" abstract="false"/>
    <xs:complexType name="MD_CoverageDescription_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:MD_CoverageDescription" minOccurs="0" maxOccurs="1" nillable="false"/>
        </xs:sequence>
        <xs:attributeGroup ref="gco:ObjectReference"/>
        <xs:attribute ref="gco:nilReason" use="optional"/>
    </xs:complexType>
    <xs:complexType name="MD_ImageDescription_Type" mixed="false" abstract="false">
        <xs:annotation>
            <xs:documentation>Information about an image's suitability for use</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="gmd:MD_CoverageDescription_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="illuminationElevationAngle" type="gco:Real_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="illuminationAzimuthAngle" type="gco:Real_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="imagingCondition" type="gmd:MD_ImagingConditionCode_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="imageQualityCode" type="gmd:MD_Identifier_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="cloudCoverPercentage" type="gco:Real_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="processingLevelCode" type="gmd:MD_Identifier_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="compressionGenerationQuantity" type="gco:Integer_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="triangulationIndicator" type="gco:Boolean_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="radiometricCalibrationDataAvailability" type="gco:Boolean_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="cameraCalibrationInformationAvailability" type="gco:Boolean_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="filmDistortionInformationAvailability" type="gco:Boolean_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="lensDistortionInformationAvailability" type="gco:Boolean_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="MD_ImageDescription" type="gmd:MD_ImageDescription_Type" substitutionGroup="gmd:MD_CoverageDescription" nillable="false" abstract="false"/>
    <xs:complexType name="MD_ImageDescription_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:MD_ImageDescription" minOccurs="0" maxOccurs="1" nillable="false"/>
        </xs:sequence>
        <xs:attributeGroup ref="gco:ObjectReference"/>
        <xs:attribute ref="gco:nilReason" use="optional"/>
    </xs:complexType>
    <xs:complexType name="AbstractMD_ContentInformation_Type" abstract="true" mixed="false">
        <xs:complexContent>
            <xs:extension base="gco:AbstractObject_Type">
                <xs:sequence minOccurs="1" maxOccurs="1"/>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="AbstractMD_ContentInformation" type="gmd:AbstractMD_ContentInformation_Type" abstract="true" nillable="false"/>
    <xs:complexType name="MD_ContentInformation_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:AbstractMD_ContentInformation" minOccurs="0" maxOccurs="1" nillable="false"/>
        </xs:sequence>
        <xs:attributeGroup ref="gco:ObjectReference"/>
        <xs:attribute ref="gco:nilReason" use="optional"/>
    </xs:complexType>
    <xs:complexType name="MD_RangeDimension_Type" mixed="false" abstract="false">
        <xs:annotation>
            <xs:documentation>Set of adjacent wavelengths in the electro-magnetic spectrum with a common characteristic, such as the visible band</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="gco:AbstractObject_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="sequenceIdentifier" type="gco:MemberName_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="descriptor" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="MD_RangeDimension" type="gmd:MD_RangeDimension_Type" nillable="false" abstract="false"/>
    <xs:complexType name="MD_RangeDimension_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:MD_RangeDimension" minOccurs="0" maxOccurs="1" nillable="false"/>
        </xs:sequence>
        <xs:attributeGroup ref="gco:ObjectReference"/>
        <xs:attribute ref="gco:nilReason" use="optional"/>
    </xs:complexType>
    <xs:complexType name="MD_Band_Type" mixed="false" abstract="false">
        <xs:complexContent>
            <xs:extension base="gmd:MD_RangeDimension_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="maxValue" type="gco:Real_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="minValue" type="gco:Real_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="units" type="gco:UomLength_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="peakResponse" type="gco:Real_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="bitsPerValue" type="gco:Integer_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="toneGradation" type="gco:Integer_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="scaleFactor" type="gco:Real_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="offset" type="gco:Real_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="MD_Band" type="gmd:MD_Band_Type" substitutionGroup="gmd:MD_RangeDimension" nillable="false" abstract="false"/>
    <xs:complexType name="MD_Band_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:MD_Band" minOccurs="0" maxOccurs="1" nillable="false"/>
        </xs:sequence>
        <xs:attributeGroup ref="gco:ObjectReference"/>
        <xs:attribute ref="gco:nilReason" use="optional"/>
    </xs:complexType>
    <xs:element name="MD_CoverageContentTypeCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString" nillable="false" abstract="false"/>
    <xs:complexType name="MD_CoverageContentTypeCode_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:MD_CoverageContentTypeCode" minOccurs="0" maxOccurs="1" nillable="false"/>
        </xs:sequence>
        <xs:attribute ref="gco:nilReason" use="optional"/>
    </xs:complexType>
    <xs:element name="MD_ImagingConditionCode" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString" nillable="false" abstract="false"/>
    <xs:complexType name="MD_ImagingConditionCode_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:MD_ImagingConditionCode" minOccurs="0" maxOccurs="1" nillable="false"/>
        </xs:sequence>
        <xs:attribute ref="gco:nilReason" use="optional"/>
    </xs:complexType>
</xs:schema>