<?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:gts="http://www.isotc211.org/2005/gts" xmlns:gsr="http://www.isotc211.org/2005/gsr" xmlns:gss="http://www.isotc211.org/2005/gss" 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:04 ======</xs:documentation>
    </xs:annotation>
    <xs:import namespace="http://www.isotc211.org/2005/gss" schemaLocation="../gss/gss.xsd"/>
    <xs:import namespace="http://www.isotc211.org/2005/gts" schemaLocation="../gts/gts.xsd"/>
    <xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
    <xs:import namespace="http://www.isotc211.org/2005/gsr" schemaLocation="../gsr/gsr.xsd"/>
    <xs:include schemaLocation="../gmd/referenceSystem.xsd"/>
    <xs:complexType name="EX_TemporalExtent_Type" mixed="false" abstract="false">
        <xs:annotation>
            <xs:documentation>Time period covered by the content of the dataset</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="gco:AbstractObject_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="extent" type="gts:TM_Primitive_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="EX_TemporalExtent" type="gmd:EX_TemporalExtent_Type" nillable="false" abstract="false"/>
    <xs:complexType name="EX_TemporalExtent_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:EX_TemporalExtent" 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="EX_VerticalExtent_Type" mixed="false" abstract="false">
        <xs:annotation>
            <xs:documentation>Vertical domain of dataset</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="gco:AbstractObject_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="minimumValue" type="gco:Real_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                    <xs:element name="maximumValue" type="gco:Real_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                    <xs:element name="CRS" type="gsr:SC_CRS_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="EX_VerticalExtent" type="gmd:EX_VerticalExtent_Type" nillable="false" abstract="false"/>
    <xs:complexType name="EX_VerticalExtent_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:EX_VerticalExtent" 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="EX_BoundingPolygon_Type" mixed="false" abstract="false">
        <xs:annotation>
            <xs:documentation>Boundary enclosing the dataset expressed as the closed set of (x,y) coordinates of the polygon (last point replicates first point)</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="gmd:AbstractEX_GeographicExtent_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="polygon" type="gss:GM_Object_PropertyType" maxOccurs="unbounded" minOccurs="1" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="EX_BoundingPolygon" type="gmd:EX_BoundingPolygon_Type" substitutionGroup="gmd:AbstractEX_GeographicExtent" nillable="false" abstract="false"/>
    <xs:complexType name="EX_BoundingPolygon_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:EX_BoundingPolygon" 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="EX_Extent_Type" mixed="false" abstract="false">
        <xs:annotation>
            <xs:documentation>Information about spatial, vertical, and temporal extent</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="gco:AbstractObject_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="description" type="gco:CharacterString_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                    <xs:element name="geographicElement" type="gmd:EX_GeographicExtent_PropertyType" minOccurs="0" maxOccurs="unbounded" nillable="false"/>
                    <xs:element name="temporalElement" type="gmd:EX_TemporalExtent_PropertyType" minOccurs="0" maxOccurs="unbounded" nillable="false"/>
                    <xs:element name="verticalElement" type="gmd:EX_VerticalExtent_PropertyType" minOccurs="0" maxOccurs="unbounded" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="EX_Extent" type="gmd:EX_Extent_Type" nillable="false" abstract="false"/>
    <xs:complexType name="EX_Extent_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:EX_Extent" 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="AbstractEX_GeographicExtent_Type" abstract="true" mixed="false">
        <xs:annotation>
            <xs:documentation>Geographic area of the dataset</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="gco:AbstractObject_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="extentTypeCode" type="gco:Boolean_PropertyType" minOccurs="0" maxOccurs="1" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="AbstractEX_GeographicExtent" type="gmd:AbstractEX_GeographicExtent_Type" abstract="true" nillable="false"/>
    <xs:complexType name="EX_GeographicExtent_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:AbstractEX_GeographicExtent" 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="EX_GeographicBoundingBox_Type" mixed="false" abstract="false">
        <xs:annotation>
            <xs:documentation>Geographic area of the entire dataset referenced to WGS 84</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="gmd:AbstractEX_GeographicExtent_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="westBoundLongitude" type="gco:Decimal_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                    <xs:element name="eastBoundLongitude" type="gco:Decimal_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                    <xs:element name="southBoundLatitude" type="gco:Decimal_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                    <xs:element name="northBoundLatitude" type="gco:Decimal_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="EX_GeographicBoundingBox" type="gmd:EX_GeographicBoundingBox_Type" substitutionGroup="gmd:AbstractEX_GeographicExtent" nillable="false" abstract="false"/>
    <xs:complexType name="EX_GeographicBoundingBox_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:EX_GeographicBoundingBox" 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="EX_SpatialTemporalExtent_Type" mixed="false" abstract="false">
        <xs:annotation>
            <xs:documentation>Extent with respect to date and time</xs:documentation>
        </xs:annotation>
        <xs:complexContent>
            <xs:extension base="gmd:EX_TemporalExtent_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="spatialExtent" type="gmd:EX_GeographicExtent_PropertyType" maxOccurs="unbounded" minOccurs="1" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="EX_SpatialTemporalExtent" type="gmd:EX_SpatialTemporalExtent_Type" substitutionGroup="gmd:EX_TemporalExtent" nillable="false" abstract="false"/>
    <xs:complexType name="EX_SpatialTemporalExtent_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:EX_SpatialTemporalExtent" 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="EX_GeographicDescription_Type" mixed="false" abstract="false">
        <xs:complexContent>
            <xs:extension base="gmd:AbstractEX_GeographicExtent_Type">
                <xs:sequence minOccurs="1" maxOccurs="1">
                    <xs:element name="geographicIdentifier" type="gmd:MD_Identifier_PropertyType" minOccurs="1" maxOccurs="1" nillable="false"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:element name="EX_GeographicDescription" type="gmd:EX_GeographicDescription_Type" substitutionGroup="gmd:AbstractEX_GeographicExtent" nillable="false" abstract="false"/>
    <xs:complexType name="EX_GeographicDescription_PropertyType" mixed="false" abstract="false">
        <xs:sequence minOccurs="1" maxOccurs="1">
            <xs:element ref="gmd:EX_GeographicDescription" minOccurs="0" maxOccurs="1" nillable="false"/>
        </xs:sequence>
        <xs:attributeGroup ref="gco:ObjectReference"/>
        <xs:attribute ref="gco:nilReason" use="optional"/>
    </xs:complexType>
</xs:schema>