<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.nosis.com/sac/ws01/types" elementFormDefault="qualified" targetNamespace="http://schemas.nosis.com/sac/ws01/types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="Informes">
    <xs:sequence>
      <xs:element minOccurs="0" name="Usuario" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Token" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Ticket" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Informes" nillable="true" type="tns:Informes" />
  <xs:complexType name="Variables">
    <xs:sequence>
      <xs:element minOccurs="0" name="Usuario" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Token" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Documento" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RazonSocial" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Sexo" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="VR" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CDA" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FEX" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Informe" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RespuestaReducida" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Timeout" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Variables" nillable="true" type="tns:Variables" />
  <xs:complexType name="InformesResponse">
    <xs:sequence>
      <xs:element name="Contenido" nillable="true" type="tns:DtoInformesContenido" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="InformesResponse" nillable="true" type="tns:InformesResponse" />
  <xs:complexType name="DtoInformesContenido">
    <xs:sequence>
      <xs:element name="Pedido" nillable="true" type="tns:DtoInformesPedido" />
      <xs:element name="Resultado" nillable="true" type="tns:DtoInformesResultado" />
      <xs:element minOccurs="0" name="Datos" nillable="true" type="tns:DtoInformesDatos">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DtoInformesContenido" nillable="true" type="tns:DtoInformesContenido" />
  <xs:complexType name="DtoInformesPedido">
    <xs:sequence>
      <xs:element minOccurs="0" name="Usuario" type="xs:int" />
      <xs:element minOccurs="0" name="Ticket" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DtoInformesPedido" nillable="true" type="tns:DtoInformesPedido" />
  <xs:complexType name="DtoInformesResultado">
    <xs:sequence>
      <xs:element name="Estado" type="xs:int" />
      <xs:element name="Novedad" nillable="true" type="xs:string" />
      <xs:element name="Tiempo" type="xs:int" />
      <xs:element name="FechaRecepcion" nillable="true" type="xs:string" />
      <xs:element name="Transaccion" nillable="true" type="xs:string" />
      <xs:element name="Referencia" nillable="true" type="xs:string" />
      <xs:element name="Servidor" nillable="true" type="xs:string" />
      <xs:element name="Version" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DtoInformesResultado" nillable="true" type="tns:DtoInformesResultado" />
  <xs:complexType name="DtoInformesDatos">
    <xs:sequence>
      <xs:element name="Documento" nillable="true" type="xs:string" />
      <xs:element name="Informe" nillable="true" type="xs:base64Binary" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DtoInformesDatos" nillable="true" type="tns:DtoInformesDatos" />
</xs:schema>