<?xml version="1.0" encoding="UTF-8"?>
<xs:schema elementFormDefault="qualified" targetNamespace="http://reale.net/B2b/Multitarificadores/GestionDocumental/Fichero" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://reale.net/B2b/Multitarificadores/GestionDocumental/Fichero">
  <xs:complexType name="Fichero">
    <xs:sequence>
      <xs:element minOccurs="0" name="Datos" nillable="true" type="xs:base64Binary"/>
      <xs:element minOccurs="0" name="Nombre" nillable="true" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Fichero" nillable="true" type="tns:Fichero"/>
</xs:schema>