<ABWDocument p1:schemaLocation="http://services.agresso.com/schema/ABWDocument/2005/05/13 http://services.agresso.com/schema/ABWDocument/2005/05/13/ABWDocument.xsd"
  xmlns:p1="http://www.w3.org/2001/XMLSchema-instance">
  <Header>
    <DocLibrary>NO</DocLibrary>
    <RegistrationFlag>0</RegistrationFlag>
    <ExportFolderName>D:\...\Data Export</ExportFolderName>
    <DocLoadId>20230815-064521-231</DocLoadId>
    <!-- DocLoadId has to be 20230815-084520-231.xml  ==  the same as <BatchId> in the GL07 file -->
  </Header>
  <Documents>
    <Document>
      <ExternalDocId>12345</ExternalDocId>      <!-- The same as <InvoiceNo> in GL07-->
      <DocType>SEMINE</DocType>      <!-- Fixed value -->
      <DocIndex1>ABC</DocIndex1>      <!-- The same as <CompanyCode> in GL07 -->
      <DocIndex1Ok>1</DocIndex1Ok>      <!-- Fixed value -->
      <DocIndex2>58015433</DocIndex2>      <!-- The same as <VoucherNo> in GL07 -->
      <DocIndex2Ok>1</DocIndex2Ok>      <!-- Fixed value -->

      <Pages>
        <Page>
          <PageNo>1</PageNo>          <!-- Increment by 1 for each document -->
          <Filename>D:\...\Data Import\DS05-Semine\SE-ABC-12345678-20230815-064521-231.pdf</Filename>
          <!-- 
            Filename has to be SE-ABC-12345678-20230815-084520-231.ext  
            ==  <VoucherType>-<CompanyCode>-<VoucherNo>-<BatchId>.ext 
            where 'ext' denotes file extension such as .pdf or .doc 
            

            File path is the absolute path for the SFTP folder.
            D:\...\Data Import\DS05-Semine\
            The folder name and parent folder name must be set as indicated above.
            -->
        </Page>
        <Page>
          <PageNo>2</PageNo>
          <Filename>D:\...\Data Import\DS05-Semine\SE-ABC-12345678-20230815-064521-456.pdf</Filename>
        </Page>
        <!-- ... repeat for each page  -->
        <Page>
          <PageNo>n</PageNo>
          <Filename>D:\...\Data Import\DS05-Semine\SE-ABC-12345678-20230815-064521-nnn.pdf</Filename>
        </Page>
      </Pages>
    </Document>
  </Documents>
</ABWDocument>