<?xml version="1.0" encoding="UTF-8"?>
<xs:schema elementFormDefault="qualified" targetNamespace="http://reale.net/B2b/Multitarificadores/TramitacionSiniestro"
           xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import schemaLocation="TramitacionSiniestro_1.xsd" namespace="http://reale.net/wcf/internalServices"/>
  <xs:element name="InsertarTramiteRequest">
    <xs:complexType>
      <xs:sequence>
        <xs:element minOccurs="0" name="CodigoEmpresa" type="xs:short"/>
        <xs:element minOccurs="0" name="CodigoExpediente" type="xs:short"/>
        <xs:element minOccurs="0" name="CodigoSiniestro" type="xs:long"/>
        <xs:element minOccurs="0" name="Identificador" nillable="true" type="xs:string"/>
        <xs:element minOccurs="0" name="Observaciones" nillable="true" type="xs:string"/>
        <xs:element minOccurs="0" name="Plataforma" nillable="true" type="xs:string"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:element name="InsertarTramiteResponse">
    <xs:complexType>
      <xs:sequence>
        <xs:element minOccurs="0" name="DatosIncidencia" nillable="true" type="q1:Incidencia" xmlns:q1="http://reale.net/wcf/internalServices"/>
        <xs:element minOccurs="0" name="Resultado" type="xs:int"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>