<?xml version="1.0"  encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:es-be-fs="http://www.bde.es/es/fr/ifrs/basi/bde/4-2004/2006-01-01" xmlns:pgc-07-types="http://www.icac.meh.es/es/fr/gaap/pgc07/types/2008-01-01" targetNamespace="http://www.icac.meh.es/es/fr/gaap/pgc07/types/2008-01-01" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<import namespace="http://www.xbrl.org/2003/instance" schemaLocation="http://www.xbrl.org/2003/xbrl-instance-2003-12-31.xsd"/>
	<complexType name="monetaryPositiveItemType">
		<simpleContent>
			<restriction base="xbrli:monetaryItemType">
				<minInclusive value="0"/>
			</restriction>
		</simpleContent>
	</complexType>
	<complexType name="monetaryNegativeItemType">
		<simpleContent>
			<restriction base="xbrli:monetaryItemType">
				<maxInclusive value="0"/>
			</restriction>
		</simpleContent>
	</complexType>
	<complexType name="monetaryZeroItemType">
		<simpleContent>
			<restriction base="xbrli:monetaryItemType">
				<minInclusive value="0"/>
				<maxInclusive value="0"/>
			</restriction>
		</simpleContent>
	</complexType>
	<simpleType name="gStringDay">
	  <restriction base="string">
	      <pattern value='[0-3][0-9]'/>
			<length value="2"/>
	  </restriction>
	 </simpleType>
	<complexType name="integerDayItemType">
		<simpleContent>
			<restriction base="xbrli:integerItemType">
				<minInclusive value="1"/>
				<maxInclusive value="31"/>
			</restriction>
		</simpleContent>
	</complexType>

  <simpleType name="DenominacionOperacionInterrumpidaType">
    <restriction base="string"/>
  </simpleType>

</schema>
