<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by Diego Pérez (EJIE,S.A.) -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:fn="http://www.gizarte.net/schema/familiasnumerosas/" xmlns:fs="http://www.gizarte.net/schema/fichasocial/" xmlns:bfs="http://www.gizarte.net/schema/bajafichasocial/" xmlns:lf="http://www.gizarte.net/schema/loteficheros/" targetNamespace="http://www.gizarte.net/schema/loteficheros/">
	<!-- Importamos el esquema EsquemaFichaSocial.xsd -->
	<xsd:import namespace="http://www.gizarte.net/schema/fichasocial/" schemaLocation="ficha_social.xsd"/>
	<!-- Importamos el esquema EsquemaBajaFichaSocial.xsd -->
	<xsd:import namespace="http://www.gizarte.net/schema/bajafichasocial/" schemaLocation="baja_ficha_social.xsd"/>
	<xsd:annotation>
		<xsd:documentation>Esquema XML del lote de ficheros</xsd:documentation>
	</xsd:annotation>
	<!-- Elemento "loteFicheros" -->
	<xsd:element name="loteFicheros">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="altas" type="lf:tipoAltaElementos" minOccurs="0"/>
				<xsd:element name="modificaciones" type="lf:tipoModificacionElementos" minOccurs="0"/>
				<xsd:element name="bajas" type="lf:tipoBajaElementos" minOccurs="0"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<!-- Tipo complejo "tipoAltaElementos" -->
	<xsd:complexType name="tipoAltaElementos">
		<xsd:sequence>
			<xsd:element ref="fs:fichaSocial" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<!-- Tipo complejo "tipoModificacionElementos" -->
	<xsd:complexType name="tipoModificacionElementos">
		<xsd:sequence>
			<xsd:element ref="fs:fichaSocial" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<!-- Tipo complejo "tipoBajaElementos" -->
	<xsd:complexType name="tipoBajaElementos">
		<xsd:sequence>
			<xsd:element ref="bfs:bajaFichaSocial" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
