<?xml version="1.0" encoding="UTF-8"?>
<xs:schema elementFormDefault="qualified" targetNamespace="http://reale.net/B2b/Multitarificadores/GestionDocumental/Usuario" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://reale.net/B2b/Multitarificadores/GestionDocumental/Usuario">
  <xs:import schemaLocation="GestionDocumental_1_2.xsd" namespace="http://schemas.datacontract.org/2004/07/Reale.B2b.Services.Multitarificadores.GD.BLL"/>
  <xs:complexType name="Usuario">
    <xs:sequence>
      <xs:element name="Nombre" nillable="true" type="xs:string"/>
      <xs:element name="Contrasena" nillable="true" type="xs:string"/>
      <xs:element name="Empresa" type="q1:Enumeraciones.Empresas" xmlns:q1="http://schemas.datacontract.org/2004/07/Reale.B2b.Services.Multitarificadores.GD.BLL"/>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Usuario" nillable="true" type="tns:Usuario"/>
</xs:schema>