<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
           xmlns="http://www.pap.meh.es/ficherosxsd/BASICAL_cgel-bas_2015-01-01" 
           targetNamespace="http://www.pap.meh.es/ficherosxsd/BASICAL_cgel-bas_2015-01-01" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="Cuenta-Bas">
		<xs:annotation>
			<xs:documentation>Cuenta Modelo Básico de Contabilidad Local</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Entidad">
					<xs:annotation>
						<xs:documentation>Datos identificativos</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="NomEnt" type="PTexto">
								<xs:annotation>
									<xs:documentation>Nombre de la Entidad</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CodEnt" type="PTexto">
								<xs:annotation>
									<xs:documentation>Código MAP de la Entidad</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="CIF" type="PTexto">
								<xs:annotation>
									<xs:documentation>CIF</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Pob" type="PEnteroPos" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Población a 1 de enero según última revisión del padrón municipal</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Ejercicio" type="PAnio">
								<xs:annotation>
									<xs:documentation>Ejercicio de la Cuenta</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="FAprPres" type="PFecha">
								<xs:annotation>
									<xs:documentation>Fecha de aprobación del presupuesto</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="FAprCtaGral" type="PFechaOpcional">
								<xs:annotation>
									<xs:documentation>Fecha de aprobación de la cuenta general (opcional)</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="LiqPpto">
					<xs:annotation>
						<xs:documentation>1. Liquidación del presupuesto</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="LiqPptoGast">
								<xs:annotation>
									<xs:documentation>1.1. Liquidación del presupuesto de gastos</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="LiqPptoGastApp" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Liquidación del presupuesto de gastos por aplicaciones</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element ref="CodProg"/>
													<xs:element ref="DesProg"/>
													<xs:element ref="CodEcoG"/>
													<xs:element ref="DesEcoG"/>
													<xs:element name="CredIni" type="PImporte">
														<xs:annotation>
															<xs:documentation>Crédito inicial</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ModCred" type="PImporte">
														<xs:annotation>
															<xs:documentation>Modificiaciones de crédito</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CredDef" type="PImporte">
														<xs:annotation>
															<xs:documentation>Crédito definitivo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Oblig" type="PImporte">
														<xs:annotation>
															<xs:documentation>Obligaciones reconocidas netas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Pag" type="PImporte">
														<xs:annotation>
															<xs:documentation>Pagos realizados netos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ObligPendPag" type="PImporte">
														<xs:annotation>
															<xs:documentation>Obligaciones pendientes de pago a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RemCredComp" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanentes de crédito comprometidos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RemCredNoComp" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanentes de crédito no comprometidos</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotLiqPptoGastApp">
											<xs:annotation>
												<xs:documentation>Totales liquidación del presupuesto de gastos</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="CredIni" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de crédito inicial</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ModCred" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de modificaciones de crédito</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CredDef" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de crédito definitivo</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Oblig" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de obligaciones reconocidas netas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Pag" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de pagos realizados netos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ObligPendPag" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de obligaciones pendientes de pago a 31 de Diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RemCredComp" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de remanentes de crédito comprometidos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RemCredNoComp" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de remanentes de crédito no comprometido</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="LiqPptoIng">
								<xs:annotation>
									<xs:documentation>1.2. Liquidación del presupuesto de ingresos</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="LiqPptoIngApp" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Liquidación del presupuesto de ingresos por aplicaciones</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element ref="CodEcoI"/>
													<xs:element ref="DesEcoI"/>
													<xs:element name="PrevIni" type="PImporte">
														<xs:annotation>
															<xs:documentation>Previsiones iniciales</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ModPrev" type="PImporte">
														<xs:annotation>
															<xs:documentation>Modificaciones de las previsiones</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PrevDef" type="PImporte">
														<xs:annotation>
															<xs:documentation>Previsiones definitivas (PrevIni + ModPrev)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Der" type="PImporte">
														<xs:annotation>
															<xs:documentation>Derechos reconocidos netos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Ing" type="PImporte">
														<xs:annotation>
															<xs:documentation>Recaudación neta</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DerPendCob" type="PImporte">
														<xs:annotation>
															<xs:documentation>Derechos pendientes de cobro a 31 de diciembre (Der - Ing)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="GradoRealizacion" type="PImporte">
														<xs:annotation>
															<xs:documentation>Grado de realización</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotLiqPptoIngApp">
											<xs:annotation>
												<xs:documentation>Totales liquidación del presupuesto de ingresos</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="PrevIni" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de previsiones iniciales</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ModPrev" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de modificaciones de las previsiones</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PrevDef" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de previsiones definitivas (PrevIni + ModPrev)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Der" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de derechos reconocidos netos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Ing" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de recaudación neta</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DerPendCob" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de derechos pendiente de cobro a 31 de Diciembre (Der - Ing)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="GradoRealizacion" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de grado de realización</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ResulPptario">
								<xs:annotation>
									<xs:documentation>1.3. Resultado presupuestario</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="ResOpsCorr">
											<xs:annotation>
												<xs:documentation>a) Operaciones corrientes</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="DerRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Derechos reconocidos netos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ObligRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Obligaciones reconocidas netas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DifRes" type="PImporte">
														<xs:annotation>
															<xs:documentation>Diferencia resultado presupuestario (DerRecNet - ObligRecNet)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="ResOtrasOpsNoFin">
											<xs:annotation>
												<xs:documentation>b) Operaciones de capital</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="DerRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Derechos reconocidos netos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ObligRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Obligaciones reconocidas netas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DifRes" type="PImporte">
														<xs:annotation>
															<xs:documentation>Diferencia resultado presupuestario (DerRecNet - ObligRecNet)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="ResTotOpsNoFin">
											<xs:annotation>
												<xs:documentation>I. Total operaciones no financieras (a + b)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="DerRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Derechos reconocidos netos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ObligRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Obligaciones reconocidas netas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DifRes" type="PImporte">
														<xs:annotation>
															<xs:documentation>Diferencia resultado presupuestario (DerRecNet - ObligRecNet)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="ResActFin">
											<xs:annotation>
												<xs:documentation>II. Activos financieros</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="DerRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Derechos reconocidos netos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ObligRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Obligaciones reconocidas netas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DifRes" type="PImporte">
														<xs:annotation>
															<xs:documentation>Diferencia resultado presupuestario (DerRecNet - ObligRecNet)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="ResPasFin">
											<xs:annotation>
												<xs:documentation>III. Pasivos financieros</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="DerRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Derechos reconocidos netos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ObligRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Obligaciones reconocidas netas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DifRes" type="PImporte">
														<xs:annotation>
															<xs:documentation>Diferencia resultado presupuestario (DerRecNet - ObligRecNet)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="ResPres">
											<xs:annotation>
												<xs:documentation>RESULTADO PRESUPUESTARIO DEL EJERCICIO (I+II+III)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="DerRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Derechos reconocidos netos</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="ObligRecNet" type="PImporte">
														<xs:annotation>
															<xs:documentation>Obligaciones reconocidas netas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DifRes" type="PImporte">
														<xs:annotation>
															<xs:documentation>Diferencia resultado presupuestario (DerRecNet - ObligRecNet)</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:element name="EjePpto">
					<xs:annotation>
						<xs:documentation>2. Ejecución presupuestaria</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="DevIng">
								<xs:annotation>
									<xs:documentation>2.1. Devoluciones de ingresos</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element ref="Aplicable" minOccurs="1" maxOccurs="1"/>
										<xs:element name="DevIngApp" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Devoluciones de ingresos por aplicaciones</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element ref="CodEcoI"/>
													<xs:element ref="DesEcoI"/>
													<xs:element name="PendPag1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Pendientes de pago a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RecEje" type="PImporte">
														<xs:annotation>
															<xs:documentation>Reconocidas en el ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotRec" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total devoluciones reconocidas (PendPag1Ene + RecYBaj + RecEje)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PagEje" type="PImporte">
														<xs:annotation>
															<xs:documentation>Pagadas en el ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PendPag31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Pendientes de pago a 31 de diciembre (TotRec - PagEje)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotDevIngApp" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Total de devoluciones de ingresos</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="PendPag1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total pendiente de pago a 1 de Enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RecEje" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total reconocidas en el ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotRec" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de totales de devoluciones reconocidas (PendPag1Ene + RectYBaj + RecEje)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PagEje" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total pagadas en el ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PendPag31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total pendiente de pago a 31 de Diciembre (TocRec - PagEje)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ObligPptosCerr">
								<xs:annotation>
									<xs:documentation>2.2. Obligaciones de presupuestos cerrados</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element ref="Aplicable" minOccurs="1" maxOccurs="1"/>
										<xs:element name="ObligPptosCerrAnio" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Obligaciones de presupuestos cerrados por año</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element ref="AnioPpto"/>
													<xs:element name="PendPag1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Obligaciones pendientes de pago a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotOblig" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total Obligaciones (PendPag1Ene + RectYBaj)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PagReal" type="PImporte">
														<xs:annotation>
															<xs:documentation>Pagos realizados</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PendPag31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Obligaciones pendientes de pago a 31 de diciembre (TotOblig - PagReal)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotObligPptosCerrAnio" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Total obligaciones de presupuestos cerrados</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="PendPag1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de obligaciones pendientes de pago a 1 de Enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotOblig" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de totales de obligaciones (PendPag1Ene + RectYBaj)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PagReal" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de pagos realizados</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PendPag31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de obligaciones pendientes de pago a 31 de Diciembre (TotOblig - PagReal)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="DerACobPptosCerr">
								<xs:annotation>
									<xs:documentation>2.3. Derechos a cobrar de presupuestos cerrados</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element ref="Aplicable" minOccurs="1" maxOccurs="1"/>
										<xs:element name="DerACobPptosCerrAnio" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Derechos a cobrar de presupuestos cerrados por año</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element ref="AnioPpto"/>
													<xs:element name="PendCob1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Pendiente de cobro a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotDerACob" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total derechos a cobrar (PendCob1Ene + RectYBaj)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Rec" type="PImporte">
														<xs:annotation>
															<xs:documentation>Recaudación</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PendCob31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Pendiente de cobro a 31 de diciembre (TotDerACob - Rec)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotDerACobPptosCerrAnio" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Total derechos a cobrar de presupuestos cerrados</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="PendCob1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total pendiente de cobro a 1 de Enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de rectificaciones y baja</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotDerACob" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de totales de derechos a cobrar (PendCob1Ene + RectYBaj)</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Rec" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total recaudación</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="PendCob31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total pendiente de cobro a 31 de Diciembre (TotDerACob - Rec)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="CompPptosPosts">
								<xs:annotation>
									<xs:documentation>2.4. Compromisos de gasto con cargo a presupuestos de ejercicios posteriores</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element ref="Aplicable" minOccurs="1" maxOccurs="1"/>
										<xs:element name="CompPptosPostsApp" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Compromisos de gastos con cargo a presupuestos de ejercicios posteriores por aplicaciones</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element ref="AnioPpto"/>
													<xs:element ref="CodProg"/>
													<xs:element ref="DesProg"/>
													<xs:element ref="CodEcoG"/>
													<xs:element ref="DesEcoG"/>
													<xs:element name="CompGast" type="PImporte">
														<xs:annotation>
															<xs:documentation>Compromisos de gasto adquiridos</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotCompPptosPostsApp" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Total de compromisos de gasto con cargo a presupuestos de ejercicios posteriores</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="CompGast" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total compromisos de gasto adquiridos</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="RecAfect">
								<xs:annotation>
									<xs:documentation>2.5. Recursos afectados</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element ref="Aplicable" minOccurs="1" maxOccurs="1"/>
										<xs:element name="RecAfectDet" minOccurs="0" maxOccurs="unbounded">
											<xs:annotation>
												<xs:documentation>Detalle de recursos afectados</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="IdentAport" type="PTexto">
														<xs:annotation>
															<xs:documentation>Identificación de la aportación</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="GastoDest" type="PTexto">
														<xs:annotation>
															<xs:documentation>Gasto destinatario</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CoefFin" type="PPorcentaje">
														<xs:annotation>
															<xs:documentation>Coeficiente de financiación</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IngCorr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Ingresos ejercicio corriente</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="IngCerr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Ingresos años anteriores</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="GastCorr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Gastos ejercicio corriente</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="GastCerr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Gastos años anteriores</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="DesvFinAcu" type="PImporte">
														<xs:annotation>
															<xs:documentation>Desviación de financiación acumulada (IngCorr + IngCerr) - CoefFin x (GastCorr + GastCerr)</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="RemTes">
								<xs:annotation>
									<xs:documentation>2.6. Remanente de tesorería</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element ref="Aplicable" minOccurs="1" maxOccurs="1"/>
										<xs:element name="FondLiq" minOccurs="0">
											<xs:annotation>
												<xs:documentation>1. (+) Fondos líquidos</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotDerPendCob" minOccurs="0">
											<xs:annotation>
												<xs:documentation>2. (+) Derechos pendientes de cobro</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DerPendCobPptoCorr" minOccurs="0">
											<xs:annotation>
												<xs:documentation>- (+) Del Presupuesto corriente</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DerPendCobPptosCerr" minOccurs="0">
											<xs:annotation>
												<xs:documentation>- (+) De Presupuestos cerrados</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DerPendCobOpsNoPres" minOccurs="0">
											<xs:annotation>
												<xs:documentation>- (+) De operaciones no presupuestarias</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotObligPendPag" minOccurs="0">
											<xs:annotation>
												<xs:documentation>3. (-) Obligaciones pendientes de pago</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="ObligPendPagPptoCorr" minOccurs="0">
											<xs:annotation>
												<xs:documentation>- (+) del Presupuesto corriente</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="ObligPendPagPptosCerr" minOccurs="0">
											<xs:annotation>
												<xs:documentation>- (+) de Presupuestos cerrados</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="ObligPendPagOpsNoPres" minOccurs="0">
											<xs:annotation>
												<xs:documentation>- (+) de operaciones no presupuestarias</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotPartPendApli" minOccurs="0">
											<xs:annotation>
												<xs:documentation>4. (+) Partidas pendientes de aplicación</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DerPendCobRealPendAplicDef" minOccurs="0">
											<xs:annotation>
												<xs:documentation>- (-) cobros realizados pendientes de aplicación definitiva
                                    </xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="ObligPendPagRealPendAplicDef" minOccurs="0">
											<xs:annotation>
												<xs:documentation>- (+) pagos realizados pendientes de aplicación definitiva</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="RemTesTot" minOccurs="0">
											<xs:annotation>
												<xs:documentation>I. Remanente de Tesorería total (1 + 2 – 3 + 4)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="SaldDudCob" minOccurs="0">
											<xs:annotation>
												<xs:documentation>II. Saldos de dudoso cobro</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="ExcFinAfect" minOccurs="0">
											<xs:annotation>
												<xs:documentation>III. Exceso de financiación afectada</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="RemTesGastGen" minOccurs="0">
											<xs:annotation>
												<xs:documentation>IV. Remanente de tesorería para gastos generales (I – II – III)</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="RemTesEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Remanente Tesorería Ejercicio Actual</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:element name="Tes">
					<xs:annotation>
						<xs:documentation>3.1 Información sobre tesorería</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element ref="Aplicable"/>
							<xs:element name="TesDet" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>3.1 Detalle de información de tesorería</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="TotCob" type="PImporte">
											<xs:annotation>
												<xs:documentation>1. Cobros</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CobPptoIngCorr" type="PImporte">
											<xs:annotation>
												<xs:documentation>- (+) del Presupuesto de Ingresos corriente (importes netos)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CobPptosIngCerr" type="PImporte">
											<xs:annotation>
												<xs:documentation>- (+) de Presupuestos de Ingresos cerrados</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CobOpsNoPres" type="PImporte">
											<xs:annotation>
												<xs:documentation>- (+) de operaciones no presupuestarias</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="TotPag" type="PImporte">
											<xs:annotation>
												<xs:documentation>2. Pagos</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PagPptoGastCorr" type="PImporte">
											<xs:annotation>
												<xs:documentation>- (+) del Presupuesto de Gastos corriente (importes netos)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PagPptoGastCerr" type="PImporte">
											<xs:annotation>
												<xs:documentation>- (+) de Presupuestos de Gastos cerrados</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PagOpsNoPres" type="PImporte">
											<xs:annotation>
												<xs:documentation>- (+) de operaciones no presupuestarias</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="FlujNet" type="PImporte">
											<xs:annotation>
												<xs:documentation>I. Flujo neto de Tesorería del ejercicio (1 -2)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SaldIniTes" type="PImporte">
											<xs:annotation>
												<xs:documentation>3. Saldo inicial de tesorería</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SaldFinTes" type="PImporte">
											<xs:annotation>
												<xs:documentation>II. Saldo final de Tesorería (I + 3)</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="EstConcBanc">
					<xs:annotation>
						<xs:documentation>3.2 Estado de conciliación bancaria</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element ref="Aplicable"/>
							<xs:element name="EstConcBancDet" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation>Acta de conciliación bancaria. Detalle</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element ref="IBAN"/>
										<xs:element name="SaldSegEntBanc" type="PImporte">
											<xs:annotation>
												<xs:documentation>Saldo según entidad bancaria (1)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CobrContEntYNoBanc" type="PImporte">
											<xs:annotation>
												<xs:documentation>Cobros contabilizados por la entidad y no por el banco (2)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PagContEntYNoBanc" type="PImporte">
											<xs:annotation>
												<xs:documentation>Pagos contabilizados por la entidad y no por el banco (3)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CobrContBancYNoEnt" type="PImporte">
											<xs:annotation>
												<xs:documentation>Cobros contabilizados por el banco y no por la entidad (4)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PagContBancYNoEnt" type="PImporte">
											<xs:annotation>
												<xs:documentation>Pagos contabilizados por el banco y no por la entidad (5)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SaldConc" type="PImporte">
											<xs:annotation>
												<xs:documentation>Saldo conciliado (6)=(1+2+5)-(3+4)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SaldSegEnt" type="PImporte">
											<xs:annotation>
												<xs:documentation>Saldo según la entidad (7)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="DifSald" type="PImporte">
											<xs:annotation>
												<xs:documentation>Diferencia (8)=(6-7)</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="TotEstConcBancDet" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Total acta conciliación bancaria</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="SaldSegEntBanc" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total saldo según entidad bancaria (1)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CobrContEntYNoBanc" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total cobros contabilizados por la entidad y no por el banco (2)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PagContEntYNoBanc" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total pagos contabilizados por la entidad y no por el banco (3)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CobrContBancYNoEnt" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total cobros contabilizados por el banco y no por la entidad (4)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="PagContBancYNoEnt" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total pagos contabilizados por el banco y no por la entidad (5)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SaldConc" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total saldo conciliado (6) =  (1 + 2 + 5) - (3 + 4)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SaldSegEnt" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total saldo según la entidad (7)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="DifSald" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total diferencia (8) = (6 - 7)</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="End">
					<xs:annotation>
						<xs:documentation>4. Información sobre endeudamiento</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element ref="Aplicable"/>
							<xs:element name="EndPresYCred" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Préstamos y créditos</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="SaldPendCanc1Ene" type="PImporte">
											<xs:annotation>
												<xs:documentation>Saldo pendiente de cancelar a 1 de enero</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="AltEnd" type="PImporte">
											<xs:annotation>
												<xs:documentation>Altas del ejercicio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CancEnd" type="PImporte">
											<xs:annotation>
												<xs:documentation>Cancelaciones del ejercicio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SaldPendCanc31Dic" type="PImporte">
											<xs:annotation>
												<xs:documentation>Saldo pendiente de cancelar a 31 de diciembre (SaldPendCanc1Ene + AltEnd - CancEnd)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="IntImpPpto" type="PImporte">
											<xs:annotation>
												<xs:documentation>Intereses imputados a presupuesto</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="EndOpsTes" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Operaciones de tesorería</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="SaldPendCanc1Ene" type="PImporte">
											<xs:annotation>
												<xs:documentation>Saldo pendiente de cancelar a 1 de enero</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="AltEnd" type="PImporte">
											<xs:annotation>
												<xs:documentation>Altas del ejercicio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CancEnd" type="PImporte">
											<xs:annotation>
												<xs:documentation>Cancelaciones del ejercicio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SaldPendCanc31Dic" type="PImporte">
											<xs:annotation>
												<xs:documentation>Saldo pendiente de cancelar a 31 de diciembre (SaldPendCanc1Ene + AltEnd - CancEnd)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="IntImpPpto" type="PImporte">
											<xs:annotation>
												<xs:documentation>Intereses imputados a presupuesto</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="EndFinYDep" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Finanzas y depósitos</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="SaldPendCanc1Ene" type="PImporte">
											<xs:annotation>
												<xs:documentation>Saldo pendiente de cancelar a 1 de enero</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="AltEnd" type="PImporte">
											<xs:annotation>
												<xs:documentation>Altas del ejercicio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CancEnd" type="PImporte">
											<xs:annotation>
												<xs:documentation>Cancelaciones del ejercicio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SaldPendCanc31Dic" type="PImporte">
											<xs:annotation>
												<xs:documentation>Saldo pendiente de cancelar a 31 de diciembre (SaldPendCanc1Ene + AltEnd - CancEnd)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="IntImpPpto" type="PImporte">
											<xs:annotation>
												<xs:documentation>Intereses imputados a presupuesto</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="EndOtrPas" minOccurs="0">
								<xs:annotation>
									<xs:documentation>Otros pasivos</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="SaldPendCanc1Ene" type="PImporte">
											<xs:annotation>
												<xs:documentation>Saldo pendiente de cancelar a 1 de enero</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="AltEnd" type="PImporte">
											<xs:annotation>
												<xs:documentation>Altas del ejercicio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CancEnd" type="PImporte">
											<xs:annotation>
												<xs:documentation>Cancelaciones del ejercicio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SaldPendCanc31Dic" type="PImporte">
											<xs:annotation>
												<xs:documentation>Saldo pendiente de cancelar a 31 de diciembre (SaldPendCanc1Ene + AltEnd - CancEnd)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="IntImpPpto" type="PImporte">
											<xs:annotation>
												<xs:documentation>Intereses imputados a presupuesto</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="TotEnd" minOccurs="0">
								<xs:annotation>
									<xs:documentation>TOTAL</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="SaldPendCanc1Ene" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total saldo pendiente de cancelar a 1 de Enero</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="AltEnd" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total altas del ejercicio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="CancEnd" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total cancelaciones del ejercicio</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="SaldPendCanc31Dic" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total saldo pendiente de calcular a 31 de Diciembre (SaldPendCalc1Ene - AltEnd - CancEnd)</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:element name="IntImpPpto" type="PImporte">
											<xs:annotation>
												<xs:documentation>Total intereses imputados al presupuesto</xs:documentation>
											</xs:annotation>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="OpsNoPres">
					<xs:annotation>
						<xs:documentation>5. Información sobre operaciones no presupuestarias</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Deud">
								<xs:annotation>
									<xs:documentation>5.1. Operaciones no presupuestarias de naturaleza deudora</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element ref="Aplicable"/>
										<xs:element name="DeudAntCajFij" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Anticipos de caja fija</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotDeud" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DeudFianzYDep" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Fianzas y depósitos constituidos</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotDeud" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DeudOrgPrevSoc" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Organismos de previsión Social deudores</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotDeud" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DeudHacPub" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Hacienda Pública deudora</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotDeud" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DeudImpSopPteLiq" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Impuestos soportados pendientes de liquidar</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotDeud" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DeudImpRep" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Deudores por impuestos repercutidos</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotDeud" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DeudOtr" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Otros deudores</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotDeud" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="DeudPagPteApp" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Pagos pendientes de aplicación</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotDeud" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotOpNoPresDeud" minOccurs="0">
											<xs:annotation>
												<xs:documentation>TOTAL</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de saldo a 1 de Enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotDeud" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de totales de ONP deudoras</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de saldo a 31 de Diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Acr">
								<xs:annotation>
									<xs:documentation>5.2. Operaciones no presupuestarias de naturaleza acreedora</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element ref="Aplicable"/>
										<xs:element name="AcrFianzYDep" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Finanzas y depósitos recibidos</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:annotation>
														<xs:documentation>Saldo a 1 de Enero</xs:documentation>
													</xs:annotation>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotAcr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="AcrOrgPrevSoc" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Organismos de Previsión Social acreedores</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:annotation>
														<xs:documentation>Saldo a 1 de Enero</xs:documentation>
													</xs:annotation>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotAcr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="AcrHacPub" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Hacienda Pública acreedora</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:annotation>
														<xs:documentation>Saldo a 1 de Enero</xs:documentation>
													</xs:annotation>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotAcr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="AcrImpRepPteLiq" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Impuestos repercutidos pendientes de liquidar</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:annotation>
														<xs:documentation>Saldo a 1 de Enero</xs:documentation>
													</xs:annotation>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotAcr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="AcrImpRep" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Acreedores por impuestos soportados</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:annotation>
														<xs:documentation>Saldo a 1 de Enero</xs:documentation>
													</xs:annotation>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotAcr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="AcrOtr" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Otros acreedores</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:annotation>
														<xs:documentation>Saldo a 1 de Enero</xs:documentation>
													</xs:annotation>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotAcr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="AcrCobPteApp" minOccurs="0">
											<xs:annotation>
												<xs:documentation>Cobros pendientes de aplicación</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:annotation>
														<xs:documentation>Saldo a 1 de Enero</xs:documentation>
													</xs:annotation>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 1 de enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotAcr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Saldo a 31 de diciembre</xs:documentation>
														</xs:annotation>
													</xs:element>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="TotOpNoPresAcr" minOccurs="0">
											<xs:annotation>
												<xs:documentation>TOTAL</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:sequence>
													<xs:element name="Sald1Ene" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total saldo a 1 de Enero</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="RectYBaj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total rectificaciones y bajas</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="AbEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total abonos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="TotAcr" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de totales de ONP acreedoras</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="CargEj" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de cargos del ejercicio</xs:documentation>
														</xs:annotation>
													</xs:element>
													<xs:element name="Sald31Dic" type="PImporte">
														<xs:annotation>
															<xs:documentation>Total de saldo a 31 de diciembre</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>
	<!-- Declaraciones globales -->
	<xs:element name="Aplicable" type="xs:boolean">
		<xs:annotation>
			<xs:documentation>Aplicable (1=Si - 0=No)</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="CodProg" type="PCodProg">
		<xs:annotation>
			<xs:documentation>Clasificación programa de gastos</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="DesProg" type="PTexto">
		<xs:annotation>
			<xs:documentation>Descripción programa de gastos</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="CodEcoG" type="PCodEco">
		<xs:annotation>
			<xs:documentation>Clasificación económica de gastos</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="DesEcoG" type="PTexto">
		<xs:annotation>
			<xs:documentation>Descripción económica de gastos</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="CodEcoI" type="PCodEco">
		<xs:annotation>
			<xs:documentation>Clasificación económica de ingresos</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="DesEcoI" type="PTexto">
		<xs:annotation>
			<xs:documentation>Descripción económica de ingresos</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="AnioPpto" type="PAnio">
		<xs:annotation>
			<xs:documentation>Año del presupuesto</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="IBAN" type="PIBAN">
		<xs:annotation>
			<xs:documentation>Código Cuenta Bancaria</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  -->
		<!-- T: Totales => Indicador de una línea de totales 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="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:simpleContent>
	</xs:complexType>
	<xs:complexType name="PCodProg">
		<xs:annotation>
			<xs:documentation> Tipo Código Programa con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="CodProg"/>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="PCodEco">
		<xs:annotation>
			<xs:documentation> Tipo Código Económica con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="CodEco"/>
		</xs:simpleContent>
	</xs:complexType>
	<xs:complexType name="PPorcentaje">
		<xs:annotation>
			<xs:documentation> Tipo porcentaje con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="Porcentaje"/>
		</xs:simpleContent>
	</xs:complexType>
	<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:simpleContent>
	</xs:complexType>
	<xs:complexType name="PIBAN">
		<xs:annotation>
			<xs:documentation>Tipo Cuenta Bancaria (IBAN-BIC) con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="IBAN"/>
		</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: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: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:simpleContent>
	</xs:complexType>
	<xs:complexType name="PFechaOpcional">
		<xs:annotation>
			<xs:documentation>Tipo Fecha Opcional con atributos de presentación</xs:documentation>
		</xs:annotation>
		<xs:simpleContent>
			<xs:extension base="FechaOpcional"/>
		</xs:simpleContent>
	</xs:complexType>
	<!-- Definiciones de Tipos de Datos -->
	<xs:simpleType name="Anio">
		<xs:annotation>
			<xs:documentation>Tipo Año (año)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:gYear"/>
	</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="FechaOpcional">
		<xs:annotation>
			<xs:documentation>Tipo Fecha (dd/mm/aaaa) Opcional</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:simpleType>
				<xs:restriction base="xs:string">
					<xs:maxLength value="0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="CodProg">
		<xs:annotation>
			<xs:documentation>Tipo Código Programa (3 dígitos + 2 alfanuméricos)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="5"/>
			<xs:pattern value="(\d{1,3})|(\d{3}.{0,2})"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CodEco">
		<xs:annotation>
			<xs:documentation>Tipo Código Económica (5 dígitos)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="1"/>
			<xs:maxLength value="5"/>
			<xs:pattern value="\d+"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Porcentaje">
		<xs:annotation>
			<xs:documentation>Porcentaje en formato decimal</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:decimal">
			<xs:fractionDigits value="2"/>
			<!--<xs:minInclusive value="0"/>
         <xs:maxInclusive value="100"/>-->
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="IBAN">
		<xs:annotation>
			<xs:documentation>Tipo Cuenta Bancaria (IBAN-BIC)</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:string">
			<xs:minLength value="24"/>
			<xs:maxLength value="50"/>
		</xs:restriction>
	</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="EnteroPos">
		<xs:annotation>
			<xs:documentation>Tipo Número Entero Positivo</xs:documentation>
		</xs:annotation>
		<xs:restriction base="xs:nonNegativeInteger"/>
	</xs:simpleType>
</xs:schema>
