<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.Statistics" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.Statistics" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="GetTodaysUnprocessedKcsPacketsCount">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="GetTodaysUnprocessedKcsPacketsCount" nillable="true" type="tns:GetTodaysUnprocessedKcsPacketsCount" />
  <xs:complexType name="GetTodaysUnprocessedKcsPacketsCountResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Count" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="GetTodaysUnprocessedKcsPacketsCountResponse" nillable="true" type="tns:GetTodaysUnprocessedKcsPacketsCountResponse" />
</xs:schema>