<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2010 rel. 2 (http://www.altova.com) by IGAE Intervención Gral. de la Admón. Del Estado (IGAE Intervención Gral. de la Admón. Del Estado) -->
<!--W3C Schema generated by XMLSpy v2010 rel. 2 (http://www.altova.com)-->
<!-- Fecha última actualización: 14/03/2024 -->
<!-- Se añade un nuevo campo <val_2024>  -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<xs:element name="operacionesModif">
		<xs:complexType>
			<xs:sequence maxOccurs="unbounded">
				<xs:element name="operacion">
					<xs:complexType>
						<xs:sequence>
							<!-- PROGRAMA OPERATIVO -->
							<xs:element name="cod_poperativo">
								<xs:annotation>
									<xs:documentation>Campo (1) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- CÓDIGO DE LA OPERACIÓN -->
							<xs:element name="cod_operacion">
								<xs:annotation>
									<xs:documentation>Campo (11) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="1"/>
										<xs:maxLength value="30"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- SUBVENCIÓN GLOBAL -->
							<xs:element name="cod_subvencionglobal" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (3) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- NOMBRE DE LA OPERACIÓN -->
							<xs:element name="nombre" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (13) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="255"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- NOMBRE DE LA OPERACIÓN EN INGLÉS -->
							<xs:element name="name" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (13) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="255"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- BREVE DESCRIPCIÓN DE LA OPERACIÓN -->
							<xs:element name="descripcion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo Breve descripción de la operación de la pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="70000"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- OPERATION SUMMARY -->
							<xs:element name="operation_summary" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo Operation summary de la pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="70000"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- BENEFICIARIO -->
							<xs:element name="cod_beneficiario" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (14) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿IVA RECUPERABLE SEGÚN LEGISLACIÓN NACIONAL?-->
							<xs:element name="iva_recuperable" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (16) en pantalla. Toma los valores S (SI), N (NO) o P (En parte)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="P"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- COSTE TOTAL -->
							<xs:element name="costetotal" type="TImporteDecimal" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (17) en pantalla</xs:documentation>
								</xs:annotation>
							</xs:element>
							<!-- COSTE TOTAL SUBVENCIONABLE -->
							<xs:element name="costetotal_subv" type="TImporteDecimal" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (18) en pantalla</xs:documentation>
								</xs:annotation>
							</xs:element>
							<!-- COSTE PÚBLICO TOTAL SUBVENCIONABLE -->
							<xs:element name="costepub_subv" type="TImporteDecimal" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (19) en pantalla</xs:documentation>
								</xs:annotation>
							</xs:element>
							<!--AYUDA PÚBLICA DECA-->
							<xs:element name="ayuda_publica_deca" type="TImporteDecimal" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (21) en pantalla</xs:documentation>
								</xs:annotation>
							</xs:element>
							<!-- FECHA DE PRESENTACION DE LA SOLICITUD DE FINANCIACIÓN-->
							<xs:element name="f_presentacion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (26) en pantalla. Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE INICIO DE LA OPERACIÓN QUE FIGURA EN EL DECA-->
							<xs:element name="f_inicio_DECA" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (27) en pantalla. Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE INICIO DE EJECUCIÓN REAL DE LA OPERACIÓN -->
							<xs:element name="f_inicio_ejecucion_real" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (28) en pantalla. Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE FINALIZACION DE LA OPERACION  QUE FIGURA EN EL DECA-->
							<xs:element name="f_fin" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (29) en pantalla. Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA REAL DE CONCLUSION DE LA OPERACION -->
							<xs:element name="f_real" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (30) en pantalla. Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ORGANISMO QUE ENTREGA EL DECA -->
							<xs:element name="cod_deca" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (31) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DECA -->
							<xs:element name="f_deca" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (32) en pantalla. Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- Fecha 2.14 “Operación Finalizada” -->
							<xs:element name="fecha_oper_fin_2_14" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Fecha 2.14 “Operación Finalizada”</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿GRAN PROYECTO? -->
							<xs:element name="gproyecto" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (33) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--CÓDIGO GRAN PROYECTO-->
							<xs:element name="cod_gran_proyecto" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (34) en pantalla.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="20"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--TEXTO GRAN PROYECTO-->
							<xs:element name="texto_gp" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="3500"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿PLAN DE ACCIÓN CONJUNTO? -->
							<xs:element name="plan_accion_conjunto" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (35) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿RÉGIMEN DE AYUDA? -->
							<xs:element name="regimen_ayudas" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (36) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- CÓDIGO DEL RÉGIMEN DE AYUDA-->
							<xs:element name="cod_regimen_ayuda" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (37) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="30"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- PROYECTO DE COOPERACIÓN -->
							<xs:element name="proy_cooperacion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (74) en pantalla. Debe rellenarse si hay código de régimen de ayudas y dicho régimen tiene proyectos en cooperación. Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- CÓDIGO DE PROYECTO -->
							<xs:element name="cod_proyecto" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (75) en pantalla. Código de un proyecto en cooperación.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="40"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿AYUDA DE ESTADO? -->
							<xs:element name="ayuda_estado" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (38) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--REFERENCIA BDNS-->
							<xs:element name="referencia_bdns" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (39) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="50"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--CÓDIGO DEL TIPO DE AYUDA-->
							<xs:element name="cod_tipo_ayuda" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Si se marca ayuda_estado a SI, hay que rellenar el cod_tipo_ayuda con el valor 1, 2, 3 o 4.</xs:documentation>
									<xs:documentation> El valor 1 corresponde a 'Ayudas de Estado incluídas en régimen de Minimis'.</xs:documentation>
									<xs:documentation>El valor 2 corresponde a 'Ayudas de Estado sujetas a régimen de exención'.</xs:documentation>
									<xs:documentation>El valor 3 corresponde a 'Ayudas de Estado que requieren autorización previa de la Comisión'.</xs:documentation>
									<xs:documentation>El valor 4 corresponde a ' Ayudas a org. de investigación (ops. relacionadas con actividad económica o no econ.) '.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="2"/>
										<xs:enumeration value="1"/>
										<xs:enumeration value="2"/>
										<xs:enumeration value="3"/>
										<xs:enumeration value="4"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--REGLAMENTO - CÓDIGO DE RÉGIMEN DE MINIMIS-->
							<xs:element name="reglamento_minimis" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Se rellena siempre que se haya marcado el campo cod_tipo_ayuda a 1. Los valores posibles son MINI, MAGR, MEMP.</xs:documentation>
									<xs:documentation>MINI: Reglamento (UE) 1407/2013 Ayudas de Mínimis</xs:documentation>
									<xs:documentation>MAGR: Reglamento (UE) 1408/2013 Ayudas de Mínimis Sector Agrícola</xs:documentation>
									<xs:documentation>MEMP: Reglamento (UE) 360/2012 Ayudas de Mínimis a Empresas que prestan Eervicios de Interés Económico General</xs:documentation>
									<xs:documentation>MINI2: Reglamento (CE) 1998/2006 de la Comisión de 15 de diciembre de 2006 relativo a la aplicación de los artículos 87 y 88 del Tratado a las ayudas de minimis</xs:documentation>
									<xs:documentation>MINI3 - Reglamento (CE) 1535/2007 de la Comisión de 20 de diciembre de 2007 relativo a la aplicación de los artículos 87 y 88 del Tratado CE a las ayudas de minimis en el sector de la producción de productos agrícolas</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="5"/>
										<xs:enumeration value="MINI"/>
										<xs:enumeration value="MAGR"/>
										<xs:enumeration value="MEMP"/>
										<xs:enumeration value="MINI2"/>
										<xs:enumeration value="MINI3"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--REGLAMENTO - CÓDIGO DE RÉGIMEN DE EXENCIÓN-->
							<xs:element name="reglamento_exencion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Se rellena siempre que se haya marcado el campo cod_tipo_ayuda a 2. Los valores posibles son A, B, C y D</xs:documentation>
									<xs:documentation>A: Reglamento de exención por categorías 651/2014</xs:documentation>
									<xs:documentation>B: Reglamento B</xs:documentation>
									<xs:documentation>C: Reglamento C</xs:documentation>
									<xs:documentation>D: Reglamento de exención 800/2008 de la Comisión</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="2"/>
										<xs:enumeration value="A"/>
										<xs:enumeration value="B"/>
										<xs:enumeration value="C"/>
										<xs:enumeration value="D"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--FECHA DE COMUNICACIÓN A LA COMISIÓN EUROPEA-->
							<xs:element name="f_comunicacion_exencion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Solo se rellena si se ha elegido cod_tipo_ayuda 2.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿SE REQUIERE NOTIFICACIÓN DE LA AYUDA DE ESTADO?-->
							<xs:element name="notificacion_autorizacion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Se rellena siempre que se haya marcado el campo cod_tipo_ayuda a 3. Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--FECHA DE NOTIFICACIÓN A LA COMISIÓN EUROPEA-->
							<xs:element name="f_notificacion_autorizacion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Se rellena siempre que se haya marcado el campo cod_tipo_ayuda a 3.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--FECHA DE AUTORIZACIÓN DE LA COMISIÓN EUROPEA-->
							<xs:element name="f_autorizacion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Se rellena siempre que se haya marcado el campo cod_tipo_ayuda a 3.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ESTRUCTURA DE ASOCIACIÓN PÚBLICA-PRIVADA-->
							<xs:element name="publica_privada" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (40) en pantalla. Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--CÓDIGO DE LA ESTRUCTURA DE ASOCIACIÓN PÚBLICA-PRIVADA-->
							<xs:element name="cod_pubpriv" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (41) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
								<!-- ¿FINANCIANCIÓN ANTICIPOS?-->
							<xs:element name="finan_anticipos" minOccurs="0">
								<xs:annotation>
									<xs:documentation/>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							
							<xs:element name="presya" minOccurs="0">
						<xs:complexType>
							<xs:sequence maxOccurs="unbounded">
									<!--CODIGO DE PRESTAMO-->
							<xs:element name="cod_prestamo" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (99) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="50"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- ¿CONVENIO ?-->
							<xs:element name="convenio" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (42) en pantalla. Valor S o N (a validar por código, si viene vacío en BBDD se insertará un valor por defecto)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- CÓDIGO DEL CONVENIO -->
							<xs:element name="cod_convenio" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (43) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="12"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--CÓDIGO ITI 1-->
							<xs:element name="cod_iti_1" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (44) en pantalla.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--CÓDIGO ITI 2-->
							<xs:element name="cod_iti_2" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (44) en pantalla.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--CÓDIGO ITI 3-->
							<xs:element name="cod_iti_3" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (44) en pantalla.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- OBJETIVO DE ESTRATEGIA ATLÁNTICA -->
							<xs:element name="cod_obj_estrategia_atlantica" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿INSTRUMENTO FINANCIERO?-->
							<xs:element name="instrumento_finan" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (45) en pantalla. Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="1"/>
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--CÓDIGO INSTRUMENTO FINANCIERO-->
							<xs:element name="cod_instrumento" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Se rellena si el campo instrumento_finan se marca a S (SI).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="20"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿OPERACIÓN RELATIVA A COSTES Y TASAS DE GESTIÓN DEL IF? -->
							<xs:element name="costes_gestion_if" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (73) en pantalla. Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- OTROS PROGRAMAS OPERATIVOS Y EJES EN LOS QUE RECIBE AYUDAS-->
							<xs:element name="poperativos_ayuda" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (48) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="poperativo_ayuda">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="cod_poperativo_ayuda">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="cod_eje_ayuda">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!--FONDOS CON CARGO A LOS CUALES SE FINANCIA LA OPERACIÓN-->
							<xs:element name="fondos_cargo" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (49) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="fondo_cargo">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="cod_fondo">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- GASTOS FUERA DE ZONA -->
							<xs:element name="gastos_fuera_zona" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (50) en pantalla. Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- GASTOS FUERA DE LA UE -->
							<xs:element name="gastos_fuera_ue" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (51) en pantalla. Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- SUJETO A NORMATIVA MEDIOAMBIENTAL -->
							<xs:element name="normativa_med_amb" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿SE UTILIZAN CONTRATATOS PÚBLICOS PARA DESARROLLO DE LA OPERACIÓN?-->
							<xs:element name="contratos_publicos" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (52) en pantalla. Valor S o N (a validar por código, si viene vacío en BBDD se insertará un valor por defecto)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿LA OPERACIÓN GENERA INGRESOS ?-->
							<xs:element name="genera_ingresos" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (53) en pantalla.  Puede tomar los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿LA OPERACIÓN GENERA INGRESOS NETOS (DEFINICIÓN ART. 61.1 RDC (53a)? -->
							<xs:element name="genera_ingresos_netos" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (53a) en pantalla.  Puede tomar los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿GENERA INGRESOS COMO PREVÉ EL ARTÍCULO 61 DEL RDC?-->
							<xs:element name="genera_ingresos_61" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (54) en pantalla.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- MÉTODO OGI -->
							<xs:element name="ogi_metodo" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Valores posibles: 3a, 3b, 5, 6, 7, 8, 99</xs:documentation>
									<xs:documentation>3a  => Art. 61.3.a Aplicación de un porcentaje de ingresos netos uniforme en el sector o subsector</xs:documentation>
									<xs:documentation>3b  => Art. 61.3.b Método de cálculo teniendo en cuenta un periodo de referencia adecuado</xs:documentation>
									<xs:documentation>5  => Art. 61.5 Aplicación de una reducción al porcentaje de cofinanciación del Eje prioritario del Programa operativo</xs:documentation>
									<xs:documentation>6  => Art. 61.6 Deducción de los ingresos netos generados en los tres años siguientes a la finalización de la operación</xs:documentation>
									<xs:documentation>7  => Art. 61.7. Validaciones que provocan la omisión de los apartados anteriores</xs:documentation>
									<xs:documentation>8  => Art. 61.8. Validaciones que provocan la omisión de los apartados anteriores</xs:documentation>
									<xs:documentation>99  => Incluye Art. 61.7 y Art. 61.8 (se cumplen condiciones de ambos artículos)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="2"/>
										<xs:enumeration value="3a"/>
										<xs:enumeration value="3b"/>
										<xs:enumeration value="5"/>
										<xs:enumeration value="6"/>
										<xs:enumeration value="7"/>
										<xs:enumeration value="8"/>
										<xs:enumeration value="99"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- CÓDIGO DE SECTOR -->
							<xs:element name="cod_sector" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="2"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- PORCENTAJE 615 -->
							<xs:element name="porcentaje_615" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:decimal">
										<xs:pattern value="[+]?\d{0,3}|[+]?\d{1,3}\.\d{1,2}"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- INGRESOS NETOS 616 -->
							<xs:element name="ingresos_netos_616" type="TImporteDecimal" minOccurs="0"/>
							<!-- REEMBOLSO TOTAL -->
							<xs:element name="reembolso_total" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿GENERA INGRESOS COMO PREVÉ EL ARTÍCULO 65.8 DEL RDC?-->
							<xs:element name="genera_ingresos_65" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (55) en pantalla.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--PERIODO DE REFERENCIA-->
							<xs:element name="periodo_ref" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (51) en pantalla de Ingresos.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:integer">
										<xs:minInclusive value="0"/>
										<xs:maxInclusive value="9999"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--TASA DE DESCUENTO FINANCIERO-->
							<xs:element name="tasa_descuento" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (52) en pantalla de Ingresos.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:decimal">
										<xs:pattern value="[+]?\d{0,3}|[+]?\d{1,3}\.\d{1,2}"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--COSTETOTAL DE LA INVERSIÓN-->
							<xs:element name="costetotal_inv" type="TImporteDecimal" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (53) en pantalla de Ingresos.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<!--VALOR RESIDUAL-->
							<xs:element name="valor_residual" type="TImporteDecimal" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (54) en pantalla de Ingresos.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<!--INGRESOS PREVISTOS-->
							<xs:element name="ingresos_previstos" type="TImporteDecimal" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (55) en pantalla de Ingresos.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<!--GASTOS DE FUNCIONAMIENTO-->
							<xs:element name="gastos_func" type="TImporteDecimal" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (56) en pantalla de Ingresos.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<!--INGRESOS NETOS REALES DESCONTADOS-->
							<xs:element name="ingresos_reales" type="TImporteDecimal" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (58) en pantalla de Ingresos.</xs:documentation>
								</xs:annotation>
							</xs:element>
							<!-- LA OPERACIÓN CONTIENE COMPRA DE TERRENOS -->
							<xs:element name="compra_terrenos" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (56) en pantalla. Valor S o N (a validar por código, si viene vacío en BBDD se insertará un valor por defecto)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- IMPORTE MÁXIMO DEL COSTE DE LOS TERRENOS -->
							<xs:element name="imp_terrenos" type="TImporteDecimal" minOccurs="0"/>
							<!-- VALOR DE MERCADO DEL SUELO -->
							<xs:element name="valor_mercado_suelo" type="TImporteDecimal" minOccurs="0"/>
							<!-- VALOR DE MERCADO DE LA EDIFICACION -->
							<xs:element name="valor_mercado_edif" type="TImporteDecimal" minOccurs="0"/>
							<!-- 10% Coste total subvencionable de la operación (10% s/[41]) -->
							<xs:element name="terrenos_limite_10" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ZONAS ABANDONADAS O CON UN PASADO INDUSTRIAL, LÍMITE EN UN 15% -->
							<xs:element name="terrenos_limite_15" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- OTRAS ZONAS, LÍMITE A CONCRETAR -->
							<xs:element name="terrenos_limite_otro" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- OPERACIONES CON EDIFICACIONES PARA REHABILITACION O CAMBIO DE PROPOSITO -->
							<xs:element name="terrenos_limite_proposito" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- OPERACIONES CON EDIFICACIONES PARA REALOJO CON LIMITE AUTORIZADO POR LA AG -->
							<xs:element name="terrenos_limite_realojo" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- LÍMITE EN % QUE APRUEBA LA AG -->
							<xs:element name="terrenos_limite" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:decimal">
										<xs:pattern value="[+]?\d{0,3}|[+]?\d{1,3}\.\d{1,2}"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE SOLICITUD A LA AUTORIDAD DE GESTIÓN DE LA COMPRA DE TERRENOS -->
							<xs:element name="f_sol_compra_terrenos" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- AUTORIZADA LA COMPRA DE TERRENOS POR LA AG -->
							<xs:element name="aut_compra_terrenos" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE AUTORIZACIÓN DE LA COMPRA DE TERRENOS POR LA AG -->
							<xs:element name="f_aut_compra_terrenos" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- CAMPOS DE INTERVENCIÓN -->
							<xs:element name="campos_intervencion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (61) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="campo_intervencion">
											<xs:complexType>
												<xs:sequence>
													<!-- CÓDIGO DEL CAMPO DE INTERVENCIÓN -->
													<xs:element name="cod_campo_intervencion">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<!-- PORCENTAJE -->
													<xs:element name="porcentaje">
														<xs:simpleType>
															<xs:restriction base="xs:decimal">
																<xs:pattern value="[+]?\d{0,3}|[+]?\d{1,3}\.\d{1,2}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="eliminar" minOccurs="0"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!--TIPO DE FINANCIACIÓN-->
							<xs:element name="tipos_financiacion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (62) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="tipo_financiacion">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="cod_tipo_financiacion">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="porcentaje">
														<xs:simpleType>
															<xs:restriction base="xs:decimal">
																<xs:pattern value="[+]?\d{0,3}|[+]?\d{1,3}\.\d{1,2}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="eliminar" minOccurs="0"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!--TIPO DE TERRITORIO-->
							<xs:element name="tipos_territorio" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (63) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="tipo_territorio">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="cod_dimension_terr">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="porcentaje">
														<xs:simpleType>
															<xs:restriction base="xs:decimal">
																<xs:pattern value="[+]?\d{0,3}|[+]?\d{1,3}\.\d{1,2}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="eliminar" minOccurs="0"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!--SISTEMA DE ENTREGA TERRITORIAL-->
							<xs:element name="mecanismos_entrega" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (64) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="mecanismo_entrega">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="cod_mecanismo_entrega">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="porcentaje">
														<xs:simpleType>
															<xs:restriction base="xs:decimal">
																<xs:pattern value="[+]?\d{0,3}|[+]?\d{1,3}\.\d{1,2}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="eliminar" minOccurs="0"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!--ACTIVIDAD  ECONÓMICA-->
							<xs:element name="actividades_economicas" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (65) en pantalla.</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="actividad_economica">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="cod_actividad">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="porcentaje">
														<xs:simpleType>
															<xs:restriction base="xs:decimal">
																<xs:pattern value="[+]?\d{0,3}|[+]?\d{1,3}\.\d{1,2}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="eliminar" minOccurs="0"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- LOCALIZACIÓN DE LA OPERACIÓN-->
							<xs:element name="localizaciones_operacion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (66) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="localizacion_operacion">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="cod_nut">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="porcentaje">
														<xs:simpleType>
															<xs:restriction base="xs:decimal">
																<xs:pattern value="[+]?\d{0,3}|[+]?\d{1,3}\.\d{1,2}"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="eliminar" minOccurs="0"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- CONTRATOS -->
							<xs:element name="contratos" minOccurs="0">
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="contrato">
											<xs:complexType>
												<xs:sequence>
													<!-- CÓDIGO DE CONTRATO -->
													<xs:element name="cod_contrato">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="30"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- BAREMOS -->
							<xs:element name="baremos" minOccurs="0">
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="baremo">
											<xs:complexType>
												<xs:sequence>
													<!-- CODIGO -->
													<xs:element name="codigo" minOccurs="0">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="0"/>
																<xs:maxLength value="20"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<!-- TEXTO -->
													<xs:element name="texto" minOccurs="0">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="0"/>
																<xs:maxLength value="1000"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<!-- IMPORTE -->
													<xs:element name="importe" type="TImporteDecimal" minOccurs="0"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- PAGOS -->
							<xs:element name="pagos" minOccurs="0">
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="pago">
											<xs:complexType>
												<xs:sequence>
													<!-- CODIGO -->
													<xs:element name="codigo" minOccurs="0">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="0"/>
																<xs:maxLength value="20"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<!-- TEXTO -->
													<xs:element name="texto" minOccurs="0">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="0"/>
																<xs:maxLength value="1000"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<!-- IMPORTE -->
													<xs:element name="importe" type="TImporteDecimal" minOccurs="0"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!--¿EXISTEN CONTRIBUCIONES EN ESPECIE SUBVENCIONABLES DISTINTAS DE LOS TERRENOS)-->
							<xs:element name="contr_especie" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (57) en pantalla.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--UTILIZACIÓN OCS-->
							<xs:element name="utilizacion_ocs" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (51) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--BASE DE CÁLCULO DE LOS COSTES SUBVENCIONABLES 1-->
							<xs:element name="cod_base_calculo_1" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (52) en pantalla. Valores posibles: BECU, CORE, FIJO, PATA.</xs:documentation>
									<xs:documentation>BECU: Baremos estándar de costes unitarios (art 67.1.b del RDC)</xs:documentation>
									<xs:documentation>CORE: Costes reales (art 67.1.a del RDC)</xs:documentation>
									<xs:documentation>FIJO: Financiación a tipo fijo (art 67.1.d del RDC)</xs:documentation>
									<xs:documentation>PATA: Pagos a tanto alzado (art. 67.1.c del RDC)</xs:documentation>
									<xs:documentation>FI68: Financiación a tipo fijo (art. 68 ter del RDC)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="4"/>
										<xs:enumeration value="BECU"/>
										<xs:enumeration value="CORE"/>
										<xs:enumeration value="FIJO"/>
										<xs:enumeration value="PATA"/>
										<xs:enumeration value="FI68"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--BASE DE CÁLCULO DE LOS COSTES SUBVENCIONABLES 2-->
							<xs:element name="cod_base_calculo_2" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (52) en pantalla. Valores posibles: BECU, CORE, FIJO, PATA.</xs:documentation>
									<xs:documentation>BECU: Baremos estándar de costes unitarios (art 67.1.b del RDC)</xs:documentation>
									<xs:documentation>CORE: Costes reales (art 67.1.a del RDC)</xs:documentation>
									<xs:documentation>FIJO: Financiación a tipo fijo (art 67.1.d del RDC)</xs:documentation>
									<xs:documentation>PATA: Pagos a tanto alzado (art. 67.1.c del RDC)</xs:documentation>
									<xs:documentation>FI68: Financiación a tipo fijo (art. 68 ter del RDC)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="4"/>
										<xs:enumeration value="BECU"/>
										<xs:enumeration value="CORE"/>
										<xs:enumeration value="FIJO"/>
										<xs:enumeration value="PATA"/>
										<xs:enumeration value="FI68"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--BASE DE CÁLCULO DE LOS COSTES SUBVENCIONABLES 3-->
							<xs:element name="cod_base_calculo_3" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (52) en pantalla. Valores posibles: BECU, CORE, FIJO, PATA.</xs:documentation>
									<xs:documentation>BECU: Baremos estándar de costes unitarios (art 67.1.b del RDC)</xs:documentation>
									<xs:documentation>CORE: Costes reales (art 67.1.a del RDC)</xs:documentation>
									<xs:documentation>FIJO: Financiación a tipo fijo (art 67.1.d del RDC)</xs:documentation>
									<xs:documentation>PATA: Pagos a tanto alzado (art. 67.1.c del RDC)</xs:documentation>
									<xs:documentation>FI68: Financiación a tipo fijo (art. 68 ter del RDC)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="4"/>
										<xs:enumeration value="BECU"/>
										<xs:enumeration value="CORE"/>
										<xs:enumeration value="FIJO"/>
										<xs:enumeration value="PATA"/>
										<xs:enumeration value="FI68"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--BASE DE CÁLCULO DE LOS COSTES SUBVENCIONABLES 4-->
							<xs:element name="cod_base_calculo_4" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (52) en pantalla. Valores posibles: BECU, CORE, FIJO, PATA.</xs:documentation>
									<xs:documentation>BECU: Baremos estándar de costes unitarios (art 67.1.b del RDC)</xs:documentation>
									<xs:documentation>CORE: Costes reales (art 67.1.a del RDC)</xs:documentation>
									<xs:documentation>FIJO: Financiación a tipo fijo (art 67.1.d del RDC)</xs:documentation>
									<xs:documentation>PATA: Pagos a tanto alzado (art. 67.1.c del RDC)</xs:documentation>
									<xs:documentation>FI68: Financiación a tipo fijo (art. 68 ter del RDC)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="4"/>
										<xs:enumeration value="BECU"/>
										<xs:enumeration value="CORE"/>
										<xs:enumeration value="FIJO"/>
										<xs:enumeration value="PATA"/>
										<xs:enumeration value="FI68"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--BASE DE CÁLCULO DE LOS COSTES SUBVENCIONABLES 5-->
							<xs:element name="cod_base_calculo_5" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (52) en pantalla. Valores posibles: BECU, CORE, FIJO, PATA.</xs:documentation>
									<xs:documentation>BECU: Baremos estándar de costes unitarios (art 67.1.b del RDC)</xs:documentation>
									<xs:documentation>CORE: Costes reales (art 67.1.a del RDC)</xs:documentation>
									<xs:documentation>FIJO: Financiación a tipo fijo (art 67.1.d del RDC)</xs:documentation>
									<xs:documentation>PATA: Pagos a tanto alzado (art. 67.1.c del RDC)</xs:documentation>
									<xs:documentation>FI68: Financiación a tipo fijo (art. 68 ter del RDC)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="4"/>
										<xs:enumeration value="BECU"/>
										<xs:enumeration value="CORE"/>
										<xs:enumeration value="FIJO"/>
										<xs:enumeration value="PATA"/>
										<xs:enumeration value="FI68"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿SE TRATA DE FINANCIACIÓN A TIPO FIJO DE LOS COSTES INDIRECTOS DE LA OPERACIÓN?-->
							<xs:element name="finan_costeind" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Puede tomar los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿SE TRATA DEL CÁLCULO DE LA TARIFA POR HORA PREVISTA EN EL ART. 68.2 DEL RDC?-->
							<xs:element name="calculo_hora" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Puede tomar los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--MANERA DE CÁLCULO DE TIPO FIJO DE COSTES INDIRECTOS-->
							<xs:element name="cod_manera_tipofijo" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Valores posibles: 681a, 681b, 681c.</xs:documentation>
									<xs:documentation>681a: Según art. 68.1.a del RDC</xs:documentation>
									<xs:documentation>681b: Según art. 68.1.b del RDC</xs:documentation>
									<xs:documentation>681c: Según art. 68.1.c del RDC</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="4"/>
										<xs:enumeration value="681a"/>
										<xs:enumeration value="681b"/>
										<xs:enumeration value="681c"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--PORCENTAJE DE TIPO FIJO-->
							<xs:element name="porc_tipofijo" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:decimal">
										<xs:pattern value="[+]?\d{0,3}|[+]?\d{1,3}\.\d{1,2}"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--APLICA FINANCIACIÓN A TIPO FIJO BASADA EN EL RGTO (UE) Nº1290/2013-->
							<xs:element name="finan_tipofijo_horizonte2020" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--APLICA FINANCIACIÓN A TIPO FIJO BASADA EN EL RGTO Nº996/2012-->
							<xs:element name="finan_tipofijo_LIFE" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿AG HA AUTORIZADO EL MÉTODO OCS? -->
							<xs:element name="autorizado_ocs_ag" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value="NP"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE AUTORIZACIÓN DE LA AG DEL MÉTODO OCS -->
							<xs:element name="f_autorizado_ocs_ag" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--MUNICIPIO RELATIVO A GEOLOCALIZACIÓN -->
							<xs:element name="cod_municipio" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="5"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- MUNICIPIOS DE REGISTRO DE CONSERVACIÓN DE LA DOCUMENTACIÓN -->
							<xs:element name="municipios" minOccurs="0">
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="municipio">
											<xs:complexType>
												<xs:sequence>
													<!-- CÓDIGO DEL MUNICIPIO -->
													<xs:element name="cod_municipio">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="5"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!--CÓDIGO POSTAL-->
							<xs:element name="cod_postal" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- COORDENADAS -->
							<xs:element name="coordenadas" minOccurs="0">
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="coordenada">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="coord_1">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="50"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<xs:element name="coord_2">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="50"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- ORGANISMO INTERMEDIO -->
							<xs:element name="cod_org_intermedio" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (67) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--ORGANISMO QUE PRESENTA SPB-->
							<xs:element name="cod_org_certifica" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (68) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ORGANISMO QUE APRUEBA LA SELECCIÓN DE LA OPERACIÓN -->
							<xs:element name="cod_org_aprueba" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (69) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ORGANISMO QUE DESARROLLA LAS VERIFICACIONES ADMINISTRATIVAS-->
							<xs:element name="cod_org_verifica" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (70) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ORGANISMO QUE FIRMA LAS VERIFICACIONES -->
							<xs:element name="cod_org_firma" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (71) en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--ORGANISMO QUE CONSERVA LA DOCUMENTACIÓN-->
							<xs:element name="cod_org_conserva_doc" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (72) en pantalla.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- CÓDIGO ÓRGANO QUE CONCEDE LAS AYUDAS -->
							<xs:element name="cod_org_ayuda" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (73) en pantalla.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--DOCUMENTACIÓN BENEFICIARIO-->
							<xs:element name="doc_benef" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--EMPLAZAMIENTO DE LA DOCUMENTACIÓN-->
							<xs:element name="doc_emplazamiento" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="250"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- GESTIÓN RED NATURA -->
							<xs:element name="gestion_red_natura" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo (58) en pantalla. Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- OPERACIÓN 2007 -->
							<xs:element name="operacion_2007" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- CÓDIGO DE OPERACIÓN 2007 -->
							<xs:element name="cod_operacion_2007" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="50"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- BUENA PRÁCTICA -->
							<xs:element name="buena_practica" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--PORCENTAJE DE LOS GASTOS RELATIVOS A INFORMACIÓN Y COMUNICACIÓN -->
							<xs:element name="porc_comunicacion" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:decimal">
										<xs:pattern value="[+]?\d{0,3}|[+]?\d{1,3}\.\d{1,2}"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--INDICADORES DE RESULTADOS-->
							<xs:element name="indicadores_resultados" minOccurs="0">
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="indicador_resultado">
											<xs:complexType>
												<xs:sequence>
													<xs:element name="cod_ind_resultado">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="0"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- INDICADORES DE PRODUCTIVIDAD -->
							<xs:element name="indicadores_productividad" minOccurs="0">
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<xs:element name="indicador_productividad">
											<xs:complexType>
												<xs:sequence>
													<!-- CÓDIGO DEL INDICADOR DE PRODUCTIVIDAD -->
													<xs:element name="cod_ind_productividad">
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="0"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<!-- VALOR 2014 -->
													<xs:element name="val_2014" type="TImporteDecimalAmpliado" minOccurs="0"/>
													<!-- VALOR 2015 -->
													<xs:element name="val_2015" type="TImporteDecimalAmpliado" minOccurs="0"/>
													<!-- VALOR 2016 -->
													<xs:element name="val_2016" type="TImporteDecimalAmpliado" minOccurs="0"/>
													<!-- VALOR 2017 -->
													<xs:element name="val_2017" type="TImporteDecimalAmpliado" minOccurs="0"/>
													<!-- VALOR 2018 -->
													<xs:element name="val_2018" type="TImporteDecimalAmpliado" minOccurs="0"/>
													<!-- VALOR 2019 -->
													<xs:element name="val_2019" type="TImporteDecimalAmpliado" minOccurs="0"/>
													<!-- VALOR 2020 -->
													<xs:element name="val_2020" type="TImporteDecimalAmpliado" minOccurs="0"/>
													<!-- VALOR 2021 -->
													<xs:element name="val_2021" type="TImporteDecimalAmpliado" minOccurs="0"/>
													<!-- VALOR 2022 -->
													<xs:element name="val_2022" type="TImporteDecimalAmpliado" minOccurs="0"/>
													<!-- VALOR 2023 -->
													<xs:element name="val_2023" type="TImporteDecimalAmpliado" minOccurs="0"/>
													<!-- VALOR 2024 -->
													<xs:element name="val_2024" type="TImporteDecimalAmpliado" minOccurs="0"/>													
													<xs:element name="eliminar" minOccurs="0"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
								<!--¿Es un proyecto o incluye alguna parte que responda a la definición del artículo 5.3b de la Ley 21/2013?-->
							<xs:element name="art_53b_ley_21_2013" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿Está el proyecto en alguno de los supuestos de evaluación del impacto ambiental (EIA) contemplados por el artículo 7 de la Ley 21/2013?-->
							<xs:element name="eia_articulo7_21_2013" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--Procedimiento de evaluación del impacto ambiental -->
							<xs:element name="procedimiento_eia" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Valores posibles: O, S.</xs:documentation>
									<xs:documentation>O: Ordinario</xs:documentation>
									<xs:documentation>S: Simplificado</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="1"/>
										<xs:enumeration value="O"/>
										<xs:enumeration value="S"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿Declaración de Impacto Ambiental (DIA) del proyecto favorable a su ejecución?-->
							<xs:element name="dia_favorable" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿Acreditación de que la autorización del proyecto es coherente con la Declaración de Impacto Ambiental?-->
							<xs:element name="coherencia_dia" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--Fecha de la autorización de coherencia con la Declaración de Impacto Ambiental-->
							<xs:element name="f_aut_dia" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--Publicación del Informe de Impacto Ambiental favorable -->
							<xs:element name="iia_favorable" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--¿Acreditación de que la autorización del proyecto es coherente con el Informe de Impacto Ambiental? -->
							<xs:element name="coherencia_iia" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!--Fecha de la autorización de coherencia con el Informe de Impacto Ambiental -->
							<xs:element name="f_aut_iia" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- PUBLICACIONES DIA o IIA -->
							<xs:element name="operaciones_pub_dia_iia" minOccurs="0">
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<!-- PUBLICACIÓN -->
										<xs:element name="operacion_pub_dia_iia">
											<xs:complexType>
												<xs:sequence>
													<!-- MEDIO -->
													<xs:element name="cod_medio_pub">
														<xs:annotation>
															<xs:documentation>medio</xs:documentation>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="5"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<!--FECHA -->
													<xs:element name="f_publicacion">
														<xs:annotation>
															<xs:documentation>Formato de fecha dd/MM/yyyy</xs:documentation>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="10"/>
																<xs:maxLength value="10"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<!-- DESCRIPCION -->
													<xs:element name="texto" minOccurs="0">
														<xs:annotation>
															<xs:documentation>descripcion</xs:documentation>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="0"/>
																<xs:maxLength value="500"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<!-- Aunque la operación no requiere EIA, ¿puede afectar, directa o <br>indirectamente a algún lugar Red Natura 2000?-->
							<xs:element name="afecta_rn2000" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- Aunque la operación no requiere EIA, ¿tiene el proyecto relación con la gestión de algún lugar Red Natura 2000 o es necesario para la misma?-->
							<xs:element name="relacion_gestion_rn2000" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE INICIO DEL PROCEDIMIENTO DE EVALUACIÓN DEL IMPACTO AMBIENTAL -->
							<xs:element name="f_proc_amb" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿SE REQUIERE DIA? -->
							<xs:element name="dia" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE PUBLICACIÓN DE DIA -->
							<xs:element name="f_dia" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE PUBLICACIÓN DE NO NECESIDAD DE DIA -->
							<xs:element name="f_no_dia" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿LA AUTORIZACIÓN ESTÁ AMPARADA POR UNA AUTORIZACIÓN AMBIENTAL INTEGRADA -->
							<xs:element name="aut_amb_int" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE AUTORIZACIÓN AMBIENTAL INTEGRADA -->
							<xs:element name="f_aut_amb_int" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿OPERACIÓN RELACIONADA EN UNA SOSPECHA DE FRAUDE? -->
							<xs:element name="sospecha_fraude" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE LA COMUNICACIÓN A LA AG DE LA SOSPECHA DE FRAUDE -->
							<xs:element name="f_sospecha_fraude" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- ¿OPERACIÓN INMERSA EN UN CASO DE FRAUDE CONSTATADO? -->
							<xs:element name="fraude_constatado" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Toma los valores S (SI) o N (NO).</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FECHA DE FRAUDE CONSTATADO -->
							<xs:element name="f_fraude_constatado" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Formato de fecha dd/MM/yyyy</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- NUEVA VERSIÓN -->
							<xs:element name="nueva_version" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- MOTIVO -->
							<xs:element name="motivo" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="1000"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- LIMITADA_SOBREPROG  -->
							<xs:element name="limitada_sobreprogramacion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Campo () en pantalla</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
										<xs:enumeration value=""/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name ="cod_etiqueta" minOccurs="0">
                            <xs:simpleType>
                            <xs:restriction base="xs:string">
                            <xs:enumeration value="COVID"/>
							<xs:enumeration value=""/>
							</xs:restriction>
                            </xs:simpleType>
                            </xs:element>
							<xs:element name="cod_iaf" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="RS"/>
										<xs:enumeration value="SC"/>
							            <xs:enumeration value=""/> 
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:element name="faseada" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
							            <xs:enumeration value=""/> 
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- DOCUMENTOS PDF -->
							<xs:element name="documentos" minOccurs="0">
								<xs:complexType>
									<xs:sequence maxOccurs="unbounded">
										<!-- DOCUMENTO PDF -->
										<xs:element name="documento">
											<xs:complexType>
												<xs:sequence>
													<!-- NOMBRE DEL DOCUMENTO -->
													<xs:element name="nombre_documento">
														<xs:annotation>
															<xs:documentation>Nombre del documento PDF con extension</xs:documentation>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="200"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<!-- DESCRIPCION -->
													<xs:element name="descripcion">
														<xs:annotation>
															<xs:documentation>Descripción del documento PDF</xs:documentation>
														</xs:annotation>
														<xs:simpleType>
															<xs:restriction base="xs:string">
																<xs:minLength value="1"/>
																<xs:maxLength value="500"/>
															</xs:restriction>
														</xs:simpleType>
													</xs:element>
													<!-- DOCUMENTO -->
													<xs:element name="contenido_documento" type="xs:base64Binary">
														<xs:annotation>
															<xs:documentation>Documento PDF codificado como una cadena en Base 64</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:simpleType name="TImporteDecimal">
		<xs:annotation>
			<xs:documentation>Hasta doce posiciones para enteros con dos decimales. El símbolo de separación de decimales es el punto.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:pattern value="[\-+]?\d{0,12}|[\-+]?\d{1,12}\.\d{1,2}"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="TImporteDecimalAmpliado">
		<xs:annotation>
			<xs:documentation>Hasta doce posiciones para enteros con diez decimales. El símbolo de separación de decimales es el punto.</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:pattern value="[\-+]?\d{0,12}|[\-+]?\d{1,12}\.\d{1,10}"/>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
