<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:element name="AsocFundOtrasEnt_PYM">
		<xs:annotation>
			<xs:documentation>Fundaciones / Asociaciones Modelo Normal</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="NomEnt" type="xs:string">
					<xs:annotation>
						<xs:documentation>Nombre de la Fundación</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CIF" type="Texto50">
					<xs:annotation>
						<xs:documentation>Código NIF de la Fundación</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Ejercicio" type="Anio">
					<xs:annotation>
						<xs:documentation>Ejercicio de la Fundación</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FAprCtaGral" type="FechaOpcional">
					<xs:annotation>
						<xs:documentation>Fecha de aprobación de la cuenta general (opcional)</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Balance">
					<xs:annotation>
						<xs:documentation>BALANCE</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Activo">
								<xs:annotation>
									<xs:documentation>ACTIVO</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="NoCorriente">
											<xs:annotation>
												<xs:documentation>A) ACTIVO NO CORRIENTE</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ActNoCorrienteSubtotal" type="ColsBalance" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Subtotal Activo no corriente</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="InmovIntangible" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>I. Inmovilizado Intangible</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="BienesPatrHist" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>II. Bienes del Patrimonio Histórico</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="InmovMaterial" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>III. Inmovilizado Material</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="InvInmobiliarias" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>IV. Inversiones Inmobiliarias</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="InvFinLarPlaGruMulYAsoc" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>V. Inversiones en entidades del grupo y asociadas a largo plazo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="InvFinLargoPlazo" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>VI. Inversiones financieras a largo plazo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ActImpDif" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>VII. Activos por impuesto diferido (VV)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attributeGroup ref="Presentacion"/>
											</xs:complexType>
										</xs:element>
										<xs:element name="Corriente">
											<xs:annotation>
												<xs:documentation>B) ACTIVO CORRIENTE</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="ActCorrienteSubtotal" type="ColsBalance" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Subtotal Activo corriente</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Existencias" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>I. Existencias</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="UsuariosOtrosDeudActPropia" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>II.  Usuarios y otros deudores de la actividad propia</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DeudComYOtrCtasCobr" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>III.  Deudores comerciales y otras cuentas a cobrar</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="InvEntCorPlaGruMulYAsoc" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>IV. Inversiones en entidades del grupo y asociadas a corto plazo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="InvFinCortoPlazo" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>V. Inversiones financieras a corto plazo </xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PeriodificacionesCorPlazo" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>VI. Periodificaciones a corto plazo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="EfecYOtrosActLiqEqui" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>VII. Efectivo y otros activos líquidos equivalentes    </xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attributeGroup ref="Presentacion"/>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotBalAct" type="ColsBalance">
											<xs:annotation>
												<xs:documentation>TOTAL ACTIVO (A + B)</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
									<xs:attributeGroup ref="Presentacion"/>
								</xs:complexType>
							</xs:element>
							<xs:element name="PatNetYPasivo">
								<xs:annotation>
									<xs:documentation>PATRIMONIO NETO Y PASIVO</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="PatriNeto">
											<xs:annotation>
												<xs:documentation>A) PATRIMONIO NETO</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="PatriNetoSubtotal" type="ColsBalance" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Subtotal Patrimonio neto</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="FondosPropios">
														<xs:annotation>
															<xs:documentation>A-1) Fondos propios</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="FondosPropiosSubtotal" type="ColsBalance" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Subtotal Fondos propios</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="DotFuncFondoSoc">
																	<xs:annotation>
																		<xs:documentation>A-1.I). Dotación fundacional/Fondo Social</xs:documentation>
																	</xs:annotation>
																	<xs:complexType>
																		<xs:sequence>
																			<xs:element name="DotFundaFondSubtotal" type="ColsBalance" minOccurs="0">
																				<xs:annotation>
																					<xs:documentation>Subtotal Dotación fundacional/Fondo Social</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="DotFunc" type="ColsBalance">
																				<xs:annotation>
																					<xs:documentation>A-1.I.1) Dotación fundacional/Fondo social</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																			<xs:element name="DotFuncNoExi" type="ColsBalance">
																				<xs:annotation>
																					<xs:documentation>A-1.I.2) (Dotación fundacional no exigida/Fondo social no exigido)</xs:documentation>
																				</xs:annotation>
																			</xs:element>
																		</xs:sequence>
																		<xs:attributeGroup ref="Presentacion"/>
																	</xs:complexType>
																</xs:element>
																<xs:element name="Reservas" type="ColsBalance">
																	<xs:annotation>
																		<xs:documentation>A-1.II) Reservas</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ExcedentesEjerAnt" type="ColsBalance">
																	<xs:annotation>
																		<xs:documentation>A-1.III) Excedentes de ejercicios anteriores</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="ExcedentesEjercicio" type="ColsBalance">
																	<xs:annotation>
																		<xs:documentation>A-1.IV) Excedente del ejercicio</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attributeGroup ref="Presentacion"/>
														</xs:complexType>
													</xs:element>
													<xs:element name="SubDonLegRec" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>A-2) Subvenciones, donaciones y legados recibidos</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attributeGroup ref="Presentacion"/>
											</xs:complexType>
										</xs:element>
										<xs:element name="PasNoCorriente">
											<xs:annotation>
												<xs:documentation>B) PASIVO NO CORRIENTE</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="PasNoCorrienteSubtotal" type="ColsBalance" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Subtotal Pasivo no corriente</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ProvLargoPlazo" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>I. Provisiones a largo plazo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DeudLargoPlazo">
														<xs:annotation>
															<xs:documentation>II. Deudas a largo plazo</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="PasNoCorDeudaLargoPlazoSubtotal" type="ColsBalance" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Subtotal Deudas a largo plazo</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="EntCred" type="ColsBalance">
																	<xs:annotation>
																		<xs:documentation>II.1. Deudas con entidades de crédito</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="AcreArr" type="ColsBalance">
																	<xs:annotation>
																		<xs:documentation>II.2. Acreedores por arrendamiento financiero</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="OtrPasFin" type="ColsBalance">
																	<xs:annotation>
																		<xs:documentation>II.3. Otras deudas a largo plazo </xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attributeGroup ref="Presentacion"/>
														</xs:complexType>
													</xs:element>
													<xs:element name="DeudEntGruLargoPlazo" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>III. Deudas con entidades del grupo y asociadas a largo plazo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PasImpDif" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>IV. Pasivos por impuesto diferido (VV)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PerLargoPlazo" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>V. Periodificaciones a largo plazo</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attributeGroup ref="Presentacion"/>
											</xs:complexType>
										</xs:element>
										<xs:element name="PasCorriente">
											<xs:annotation>
												<xs:documentation>C) PASIVO CORRIENTE</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="PasCorrienteSubtotal" type="ColsBalance" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Subtotal Pasivo corriente</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ProvCortoPlazo" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>I. Provisiones a corto plazo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DeudasCortoPlazo">
														<xs:annotation>
															<xs:documentation>II. Deudas a corto plazo</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="PasCorDeudasCortoPlazoSubtotal" type="ColsBalance" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Subtotal Deudas a corto plazo</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="DeudasEntCredito" type="ColsBalance">
																	<xs:annotation>
																		<xs:documentation>II.1. Deudas con entidades de crédito</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="AcreedoresArrendamFinan" type="ColsBalance">
																	<xs:annotation>
																		<xs:documentation>II.2. Acreedores por arrendamiento financiero</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="OtrosPasFinan" type="ColsBalance">
																	<xs:annotation>
																		<xs:documentation>II.3. Otras deudas a corto plazo</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attributeGroup ref="Presentacion"/>
														</xs:complexType>
													</xs:element>
													<xs:element name="DeudEntCortoPlazo" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>III. Deudas con entidades del grupo y asociadas a corto plazo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="BenefAcreedores" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>IV. Beneficiarios acreedores</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AcreComYOtrasCuentas">
														<xs:annotation>
															<xs:documentation>V. Acreedores comerciales y otras cuentas a pagar</xs:documentation>
														</xs:annotation>
														<xs:complexType>
															<xs:sequence>
																<xs:element name="AcrYOtrCtasPagSubtotal" type="ColsBalance" minOccurs="0">
																	<xs:annotation>
																		<xs:documentation>Subtotal Acreedores comerciales y otras cuentas a pagar</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="Proveedores" type="ColsBalance">
																	<xs:annotation>
																		<xs:documentation>V.1. Proveedores</xs:documentation>
																	</xs:annotation>
																</xs:element>
																<xs:element name="OtrosAcreedores" type="ColsBalance">
																	<xs:annotation>
																		<xs:documentation>V.2. Otros acreedores</xs:documentation>
																	</xs:annotation>
																</xs:element>
															</xs:sequence>
															<xs:attributeGroup ref="Presentacion"/>
														</xs:complexType>
													</xs:element>
													<xs:element name="PeriodificacionesCortoPlazo" type="ColsBalance">
														<xs:annotation>
															<xs:documentation>VI. Periodificaciones a corto plazo</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attributeGroup ref="Presentacion"/>
											</xs:complexType>
										</xs:element>
										<xs:element name="PatNetYPasivoTotal" type="ColsBalance">
											<xs:annotation>
												<xs:documentation>TOTAL PATRIMONIO NETO Y PASIVO (A + B + C )</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="PYG">
					<xs:annotation>
						<xs:documentation>CUENTA DE RESULTADOS</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="ExcedenteEjercicio">
								<xs:annotation>
									<xs:documentation>A) EXCEDENTE DEL EJERCICIO</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="IngActivPropia">
											<xs:annotation>
												<xs:documentation>1. Ingresos de la entidad por la actividad propia</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="IngActivPropiaSubtotal" type="ColsCuenta" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Subtotal ingresos de la actividad propia</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CuotasAsocyAfil" type="ColsCuenta">
														<xs:annotation>
															<xs:documentation>1.a) Cuotas de asociados y afiliados</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AportacsUsuarios" type="ColsCuenta">
														<xs:annotation>
															<xs:documentation>1.b) Aportaciones de usuarios</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IngPromocPatrocinanColabor" type="ColsCuenta">
														<xs:annotation>
															<xs:documentation>1.c) Ingresos de promociones, patrocinadores y colaboraciones</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="SubvenImputExcedEjer" type="ColsCuenta">
														<xs:annotation>
															<xs:documentation>1.d) Subvenciones imputados al excedente del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ReintegroAyudasAsignan" type="ColsCuenta">
														<xs:annotation>
															<xs:documentation>1.e) Reintegro de ayudas y asignaciones</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="VentYOtrIngActMerc" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>2. Ventas y otros ingresos de la actividad mercantil</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="GastosAyudasOtr">
											<xs:annotation>
												<xs:documentation>3. Gastos por ayudas y otros</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="GastAyudasYOtrosSubtotal" type="ColsCuenta" minOccurs="0">
														<xs:annotation>
															<xs:documentation>Subtotal Gastos por ayudas y otros</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AyudasMonetarias" type="ColsCuenta">
														<xs:annotation>
															<xs:documentation>3.a) Ayudas monetarias</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AyudasNoMonetarias" type="ColsCuenta">
														<xs:annotation>
															<xs:documentation>3.b) Ayudas no monetarias</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="GastosColaborOrganoGob" type="ColsCuenta">
														<xs:annotation>
															<xs:documentation>3.c) Gastos por colaboraciones y del órgano de gobierno</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ReintegroSubvenDonanLegados" type="ColsCuenta">
														<xs:annotation>
															<xs:documentation>3.d) Reintegro de subvenciones, donaciones y legados</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
												<xs:attributeGroup ref="Presentacion"/>
											</xs:complexType>
										</xs:element>
										<xs:element name="VarExistProd" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>4. Variación de existencias de productos terminados y en curso de fabricación</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TrabajosRealEntActivo" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>5. Trabajos realizados por la entidad para su activo</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="Aprovisionamientos" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>6. Aprovisionamientos</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="OtrosIngActividad" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>7. Otros ingresos de la actividad</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="GastPers" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>8. Gastos de personal</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="OtrGastosActividad" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>9. Otros gastos de la actividad</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="AmortInm" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>10. Amortización del inmovilizado</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SubvDonanLegados" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>11. Subvenciones, donaciones y legados de capital traspasados al excedente del ejercicio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ExcProv" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>12. Excesos de provisiones</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="DeterResInmv" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>13. Deterioro y resultado por enajenaciones del inmovilizado</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="OtrRes" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>Otros resultados</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TotExcActividad" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>A.1) EXCEDENTE DE LA ACTIVIDAD  (1+2+3+4+5+6+7+8+9+10+11+12+13)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="IngrFin" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>14. Ingresos financieros</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="GastFin" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>15. Gastos Financieros</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="VarInstrFin" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>16. Variación del valor razonable en instrumentos financieros</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="DifCamb" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>17. Diferencias de cambio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="DeterResEnajInstrFin" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>18. Deterioro y resultado por enajenaciones de instrumentos financieros</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TotResFin" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>A.2) EXCEDENTE DE LAS OPERACIONES FINANCIERAS (14+15+16+17+18)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ResAntImp" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>A.3) EXCEDENTE ANTES DE IMPUESTOS (A.1+A.2)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ImpBenef" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>19. Impuestos sobre beneficios</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="VarPatrimNetoRecExcEjer" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>A.4) Variación del patrimonio neto reconocida en el excedente del ejercicio (A.3 +19)</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
									<xs:attributeGroup ref="Presentacion"/>
								</xs:complexType>
							</xs:element>
							<xs:element name="IngGastImputDirPatrimNeto">
								<xs:annotation>
									<xs:documentation>B) INGRESOS Y GASTOS IMPUTADOS DIRECTAMENTE AL PATRIMONIO NETO</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="SubvRecibidas" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>1. Subvenciones recibidas</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="IngGastDonanLegadosRecib" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>2. Donaciones y legados recibidos</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="GanPerdActOtrosAjus" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>3. Otros ingresos y gastos</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="IngGastEfectoImpositivo" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>4. Efecto impositivo</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="VarPatrimNetoIngrGast" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>B.1) Variación del patrimonio neto por ingresos y gastos reconocidos directamente en el patrimonio neto (1+2+3+4)</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
									<xs:attributeGroup ref="Presentacion"/>
								</xs:complexType>
							</xs:element>
							<xs:element name="ReclasificExcEjer">
								<xs:annotation>
									<xs:documentation>C) RECLASIFICACIONES AL EXCEDENTE DEL EJERCICIO</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="ReclasifSubvRecibidas" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>1. Subvenciones recibidas</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="DonanLegadosRecib" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>2. Donaciones y legados recibidos</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="ReclasExcedEjerOtrIngYGast" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>3. Otros ingresos y gastos</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="EfectoImpositivo" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>4. Efecto impositivo</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="VarPatrimReclasifExcEjer" type="ColsCuenta">
											<xs:annotation>
												<xs:documentation>C.1) Variación del patrimonio neto por reclasificaciones al excedente del ejercicio (1+2+3+4)</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
									<xs:attributeGroup ref="Presentacion"/>
								</xs:complexType>
							</xs:element>
							<xs:element name="VarPatrimIngGastImputados" type="ColsCuenta">
								<xs:annotation>
									<xs:documentation>D) VARIACIÓN DEL PATRIMONIO NETO POR INGRESOS Y GASTOS IMPUTADOS DIRECTAMENTE EN EL PATRIMONIO NETO (B1 + C1)</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AjustesCambCrit" type="ColsCuenta">
								<xs:annotation>
									<xs:documentation>E) AJUSTES POR CAMBIO DE CRITERIO</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="AjustesPorErr" type="ColsCuenta">
								<xs:annotation>
									<xs:documentation>F) AJUSTES POR ERRORES</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="VarDotFundacional" type="ColsCuenta">
								<xs:annotation>
									<xs:documentation>G) VARIACIONES EN LA DOTACIÓN FUNDACIONAL O EN EL FONDO SOCIAL</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="OtrasVariaciones" type="ColsCuenta">
								<xs:annotation>
									<xs:documentation>H) OTRAS VARIACIONES</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TotVarPatrimNetoEjer" type="ColsCuenta">
								<xs:annotation>
									<xs:documentation>I) RESULTADO TOTAL, VARIACIÓN DEL PATRIMONIO NETO EN EL EJERCICIO (A4+D+E+F+G+H)</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<!-- Declaraciones globales -->
	<xs:element name="EjActual" type="Importe">
		<xs:annotation>
			<xs:documentation>Activo ejercico actual</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="EjAnterior" type="ImporteOpcional">
		<xs:annotation>
			<xs:documentation>Activo ejercicio anterior</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="NotMemoria" type="Texto30">
		<xs:annotation>
			<xs:documentation>Notas en Memoria</xs:documentation>
		</xs:annotation>
	</xs:element>
	<!-- Definiciones para Presentacion-->
	<xs:attributeGroup name="Presentacion">
		<xs:annotation>
			<xs:documentation> Atributos para facilitar la presentación de los datos</xs:documentation>
		</xs:annotation>
		<xs:attribute name="tipo" type="xs:string" use="optional"/>
		<!-- tipo: indica el lugar de presentación de la información contenida en la etiqueta -->
		<!-- I: Identificación  => Mostar al principio del documento  -->
		<!-- L: Listado  => Inicio de un listado de datos  -->
		<!-- D: Detalle  => Inicio de una línea de detalle del listado -->
		<!-- C: Columna  => Indicador de la columna dentro del listado  -->
		<xs:attribute name="des" type="xs:string" use="optional"/>
		<!-- des: indica la descripción de la información contenida en la etiqueta -->
	</xs:attributeGroup>
	<xs:complexType name="PTexto">
		<xs:annotation>
			<xs:documentation> Tipo Texto con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="xs:string">
				<xs:attributeGroup ref="Presentacion"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="PGrupo">
		<xs:annotation>
			<xs:documentation> Tipo Importe con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="Grupo">
				<xs:attributeGroup ref="Presentacion"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="PImporte">
		<xs:annotation>
			<xs:documentation> Tipo Importe con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="Importe">
				<xs:attributeGroup ref="Presentacion"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="PAnio">
		<xs:annotation>
			<xs:documentation> Tipo Año con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="xs:gYear">
				<xs:attributeGroup ref="Presentacion"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="PFecha">
		<xs:annotation>
			<xs:documentation> Tipo Fecha con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="Fecha">
				<xs:attributeGroup ref="Presentacion"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="PImporteOpcional">
		<xs:annotation>
			<xs:documentation> Tipo Importe Opcional con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="ImporteOpcional">
				<xs:attributeGroup ref="Presentacion"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="PEnteroPos">
		<xs:annotation>
			<xs:documentation> Tipo Número Entero Positivo con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="EnteroPos">
				<xs:attributeGroup ref="Presentacion"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="ColsBalance">
		<xs:sequence>
			<xs:element ref="NotMemoria" minOccurs="0"/>
			<xs:element ref="EjActual"/>
			<xs:element ref="EjAnterior" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ColsCuenta">
		<xs:sequence>
			<xs:element ref="NotMemoria" minOccurs="0"/>
			<xs:element ref="EjActual"/>
			<xs:element ref="EjAnterior" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="Grupo">
		<xs:annotation>
			<xs:documentation>Tipo Grupo (entero positivo)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:positiveInteger"/>
	</xs:simpleType>
	<xs:simpleType name="Importe">
		<xs:annotation>
			<xs:documentation>Tipo Importe (decimal)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal"/>
	</xs:simpleType>
	<xs:simpleType name="ImporteOpcional">
		<xs:annotation>
			<xs:documentation>Tipo Importe Opcional (decimal o vacío)</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="xs:decimal">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="EnteroPos">
		<xs:annotation>
			<xs:documentation>Tipo Número Entero Positivo</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:nonNegativeInteger"/>
	</xs:simpleType>
	<xs:simpleType name="Fecha">
		<xs:annotation>
			<xs:documentation>Tipo Fecha (dd/mm/aaaa)</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="xs:date">
			<xs:simpleType>
				<xs:restriction base="xs:token">
					<xs:pattern value="[0-3]?[0-9]/[0-1]?[0-9]/[0-9]{4}"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="Decimal1">
		<xs:annotation>
			<xs:documentation>Solo 1 decimal</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="1"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Texto30">
		<xs:annotation>
			<xs:documentation>Texto con longitud máxima de 30 caracteres</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="30"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Texto50">
		<xs:annotation>
			<xs:documentation>Texto con longitud máxima de 50 caracteres</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:maxLength value="50"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Anio">
		<xs:annotation>
			<xs:documentation>Tipo Año (año)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:pattern value="(2008|2009|20[1-2][0-9])"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="FechaOpcional">
		<xs:annotation>
			<xs:documentation>Tipo Fecha (aaaa-mm-dd) Opcional</xs:documentation>
		</xs:annotation>
		<xs:union memberTypes="xs:date">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
</xs:schema>
