<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Eros.Saguna.Common.GatewayClient.ServiceModel" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Eros.Saguna.Common.GatewayClient.ServiceModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.datacontract.org/2004/07/Eros.Saguna.Common.Library" />
  <xs:complexType name="SendTask">
    <xs:sequence>
      <xs:element minOccurs="0" name="GatewayTask" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/Eros.Saguna.Common.Library" type="q1:GatewayTask" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SendTask" nillable="true" type="tns:SendTask" />
</xs:schema>