<?xml version="1.0" standalone="yes"?>
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="Details">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="trans_type" type="xs:string" minOccurs="0" />
              <xs:element name="trans_date" type="xs:dateTime" minOccurs="0" />
              <xs:element name="doc_no" type="xs:string" minOccurs="0" />
              <xs:element name="remarks" type="xs:string" minOccurs="0" />
              <xs:element name="source_id" type="xs:string" minOccurs="0" />
              <xs:element name="date_from" type="xs:dateTime" minOccurs="0" />
              <xs:element name="date_to" type="xs:dateTime" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="TotalRows">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="cnt" type="xs:int" minOccurs="0" />
              <xs:element name="GLFOD" type="xs:string" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>