<?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="gl_acct" type="xs:string" minOccurs="0" />
              <xs:element name="date" type="xs:dateTime" minOccurs="0" />
              <xs:element name="type" type="xs:string" minOccurs="0" />
              <xs:element name="doc_no" type="xs:string" minOccurs="0" />
              <xs:element name="amount" type="xs:decimal" minOccurs="0" />
              <xs:element name="particulars" type="xs:string" minOccurs="0" />
              <xs:element name="id" type="xs:string" minOccurs="0" />
              <xs:element name="name" type="xs:string" minOccurs="0" />
              <xs:element name="seq_no" type="xs:int" minOccurs="0" />
              <xs:element name="source_id" type="xs:string" minOccurs="0" />
              <xs:element name="fx_code" type="xs:string" minOccurs="0" />
              <xs:element name="category" type="xs:string" minOccurs="0" />
              <xs:element name="acct_code" type="xs:string" minOccurs="0" />
              <xs:element name="acct_name" type="xs:string" minOccurs="0" />
              <xs:element name="dept_code" type="xs:string" minOccurs="0" />
              <xs:element name="dept_name" type="xs:string" minOccurs="0" />
              <xs:element name="acct_dept_code" type="xs:string" minOccurs="0" />
              <xs:element name="dept_required" type="xs:string" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="TotalRows">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Column1" type="xs:int" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>