<?xml version='1.0' encoding='UTF-8'?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gn="urn:x-inspire:specification:gmlas:GeographicalNames:3.0" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:base="urn:x-inspire:specification:gmlas:BaseTypes:3.2" xmlns:gsr="http://www.isotc211.org/2005/gsr" xmlns:gss="http://www.isotc211.org/2005/gss" xmlns:gts="http://www.isotc211.org/2005/gts" targetNamespace="urn:x-inspire:specification:gmlas:BaseTypes:3.2" elementFormDefault="qualified" attributeFormDefault="unqualified">
  <import namespace="urn:x-inspire:specification:gmlas:GeographicalNames:3.0" schemaLocation="http://www.ideandalucia.es/wfs-nga-inspire/services?SERVICE=WFS&amp;VERSION=2.0.0&amp;REQUEST=DescribeFeatureType&amp;NAMESPACE=xmlns%28urn%3Ax-inspire%3Aspecification%3Agmlas%3AGeographicalNames%3A3.0%29"/>
  <import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
  <element name="SpatialDataSet" type="base:SpatialDataSetType" substitutionGroup="gml:AbstractFeature"/>
  <complexType name="SpatialDataSetType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="identifier" type="base:IdentifierPropertyType"/>
          <element name="metadata" nillable="true">
            <complexType>
              <complexContent>
                <extension base="gml:AbstractMetadataPropertyType">
                  <sequence minOccurs="0">
                    <element ref="gmd:MD_Metadata"/>
                  </sequence>
                  <attribute name="type" type="string"/>
                  <attribute name="href" type="anyURI"/>
                  <attribute name="role" type="anyURI"/>
                  <attribute name="arcrole" type="anyURI"/>
                  <attribute name="title" type="string"/>
                  <attribute name="show" type="string"/>
                  <attribute name="actuate" type="string"/>
                  <attribute name="nilReason" type="gml:NilReasonType"/>
                  <attribute name="remoteSchema" type="anyURI"/>
                  <attribute name="owns" type="boolean"/>
                </extension>
              </complexContent>
            </complexType>
          </element>
          <element name="member" minOccurs="0" maxOccurs="unbounded" type="gml:FeaturePropertyType"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <element name="Identifier" substitutionGroup="gml:AbstractObject" type="base:IdentifierType"/>
  <complexType name="IdentifierPropertyType">
    <sequence>
      <element ref="base:Identifier"/>
    </sequence>
  </complexType>
  <simpleType name="VerticalPositionValueType">
    <restriction base="string">
      <enumeration value="onGroundSurface"/>
      <enumeration value="suspendedOrElevated"/>
      <enumeration value="underground"/>
    </restriction>
  </simpleType>
  <complexType name="SpatialDataSetPropertyType">
    <sequence minOccurs="0">
      <element ref="base:SpatialDataSet"/>
    </sequence>
    <attribute name="type" type="string"/>
    <attribute name="href" type="anyURI"/>
    <attribute name="role" type="anyURI"/>
    <attribute name="arcrole" type="anyURI"/>
    <attribute name="title" type="string"/>
    <attribute name="show" type="string"/>
    <attribute name="actuate" type="string"/>
    <attribute name="nilReason" type="gml:NilReasonType"/>
    <attribute name="remoteSchema" type="anyURI"/>
    <attribute name="owns" type="boolean"/>
  </complexType>
  <complexType name="IdentifierType">
    <sequence>
      <element name="localId" type="string"/>
      <element name="namespace" type="string"/>
      <element name="versionId" minOccurs="0">
        <complexType>
          <simpleContent>
            <extension base="string">
              <attribute name="nilReason" type="gml:NilReasonType"/>
            </extension>
          </simpleContent>
        </complexType>
      </element>
    </sequence>
  </complexType>
</schema>