<?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: 11/11/2016 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="D:\DOCUME~3\AnexoReglamento.xsd">
	<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="1"/>
										<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="1"/>
										<xs:maxLength value="500"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- BREVE DESCRIPCIÓN DE LA OPERACIÓN -->
							<xs:element name="descripcion" minOccurs="0">
								<xs:annotation>
									<xs:documentation>ENLACE en pantalla. Se corresponde con el campo DESCRIPCION de la tabla OPERACIONES</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="40000"/>
									</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) 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: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="1"/>
										<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>
							<!-- ¿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: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>
							<!-- ¿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: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: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>
							<!-- ¿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: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>Se se marca ayuda_estado a SI, hay que rellenar el cod_tipo_ayuda con el valor 1, 2 o 3.</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: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=""/>
									</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:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="4"/>
										<xs:enumeration value="MINI"/>
										<xs:enumeration value="MAGR"/>
										<xs:enumeration value="MEMP"/>
										<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</xs:documentation>
									<xs:documentation>A: Reglamento A</xs:documentation>
									<xs:documentation>B: Reglamento B</xs:documentation>
									<xs:documentation>C: Reglamento C</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=""/>
									</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: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>
							<!-- ¿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: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:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- FONDO DE CARTERA -->
							<xs:element name="cod_fondo_cartera" 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="6"/>
									</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="10"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- DISPONE DE CERTIFICADO DE APERTURA DE CUENTA CORRIENTE -->
							<xs:element name="certificado_apertura" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Se rellena si el campo instrumento_finan se marca a S (SI). 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>
							<!-- DISPONE DE CERTIFICADO DE CUENTA INDEPENDIENTE -->
							<xs:element name="certificado_cta" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Se rellena si el campo instrumento_finan se marca a S (SI). 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>
							<!-- 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: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: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: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: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: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>
							<!--¿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: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:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- IMPORTE MÁXIMO DEL COSTE DE LOS TERRENOS -->
							<xs:element name="imp_terrenos" type="TImporteDecimal" minOccurs="0"/>
							<!-- 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: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>
							<!--¿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>
							<!--FORMA DE AYUDA FEDER-->
							<xs:element name="cod_ayuda_feder" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Valores posibles: ASIR, IFIN, PREM, SUBV, VAR.</xs:documentation>
									<xs:documentation>SUBV: Subvención</xs:documentation>
									<xs:documentation>ASIR: Asistencia reembolsable</xs:documentation>
									<xs:documentation>IFIN: Instrumento financiero</xs:documentation>
									<xs:documentation>PREM: Premio</xs:documentation>
									<xs:documentation>VAR: Varias formas de ayuda FEDER</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="4"/>
										<xs:enumeration value="ASIR"/>
										<xs:enumeration value="IFIN"/>
										<xs:enumeration value="PREM"/>
										<xs:enumeration value="SUBV"/>
										<xs:enumeration value="VAR"/>
										<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: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=""/>
									</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: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=""/>
									</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: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=""/>
									</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: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=""/>
									</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>
							<!-- LA OPERACIÓN GENERA COSTES INDIRECTOS -->
							<xs:element name="genera_costes" minOccurs="0">
								<xs:annotation>
									<xs:documentation>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:restriction>
								</xs:simpleType>
							</xs:element>
							<!-- IMPORTE MAXIMO DE LOS COSTES INDIRECTOS -->
							<xs:element name="imp_costes_ind" type="TImporteDecimal" minOccurs="0"/>
							<!--MUNICIPIO-->
							<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>
							<!--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>
							<!-- 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 CERTIFICA-->
							<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="1"/>
										<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="1"/>
										<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="1"/>
										<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:maxLength value="1"/>
										<xs:enumeration value="S"/>
										<xs:enumeration value="N"/>
									</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>
							<!--MUNICIPIO DOCUMENTACIÓN-->
							<xs:element name="cod_municipio_doc" minOccurs="0">
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:minLength value="0"/>
										<xs:maxLength value="5"/>
									</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: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: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="1"/>
										<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: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: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: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: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: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: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>
						</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:schema>
