<?xml version="1.0" encoding="UTF-8"?>
<xs:schema elementFormDefault="qualified" targetNamespace="http://reale.net/B2b/Multitarificadores/GestionDocumental/PropiedadesAlta" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://reale.net/B2b/Multitarificadores/GestionDocumental/PropiedadesAlta">
  <xs:import schemaLocation="GestionDocumental_1_2.xsd" namespace="http://schemas.datacontract.org/2004/07/Reale.B2b.Services.Multitarificadores.GD.BLL"/>
  <xs:complexType name="PropiedadesAlta">
    <xs:sequence>
      <xs:element name="Numero" nillable="true" type="xs:string"/>
      <xs:element name="Nivel" 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:element name="MedioEntrada" type="q2:Enumeraciones.MediosEntrada" xmlns:q2="http://schemas.datacontract.org/2004/07/Reale.B2b.Services.Multitarificadores.GD.BLL"/>
      <xs:element minOccurs="0" name="DescripcionUsuario" nillable="true" type="xs:string"/>
      <xs:element name="TipoDocumento" nillable="true" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="PropiedadesAlta" nillable="true" type="tns:PropiedadesAlta"/>
</xs:schema>