Transmission Processed XML Format

The overall structure of the XML document is represented by the transmissionProcessedNotification XML tag. All transmission processed notification information is contained in this overall document tag. The sample XML provides an outline for the entire transmission processed notification XML document. Several of the XML elements are not shown in detail and are described in later sections.
<transmissionProcessedNotification>
   <environment/>
   <processingBank/>
   <inboundFile>
      <inboundFileInformation>
         <condition>Accepted</condition>
         <customerFileName>Sample_CheckPrint_Multi_Txn.txt</customerFileName>
         <receivedFileName>Sample_CheckPrint_Multi_Txn.txt</receivedFileName>
         <internalFileName>Sample_CheckPrint_Multi_Txn.txt_0813133939070</internalFileName>
         <destinationRT>BankReceive</destinationRT>
         <destinationName/>
         <originationRT>Reference</originationRT>
         <originationName>Reference</originationName>
         <receiptDate>20130813</receiptDate>
         <receiptTime>04:09:39</receiptTime>
         <fileCreationDate>20130813</fileCreationDate>
         <fileCreationTime>1339</fileCreationTime>
         <fileIdModifier/>
         <fileRecords>5</fileRecords>
         <fileTotalCredits>0</fileTotalCredits>
         <fileTotalDebits>0</fileTotalDebits>
         <fileTotalCreditValue>0</fileTotalCreditValue>
         <fileTotalDebitValue>0</fileTotalDebitValue>
         <overridden>N</overridden>
         <totalDeposits>3</totalDeposits>
         <totalRejectCount>0</totalRejectCount>
         <totalThresholdCount>0</totalThresholdCount>
         <totalErrors>0</totalErrors>
         <thresholdErrors>0</thresholdErrors>
         <errorsDisplayed>500</errorsDisplayed>
         <errorsPerRecordDisplayed>10</errorsPerRecordDisplayed>
      </inboundFileInformation>
   </inboundFile>
   <outboundFile>
      <outboundFileInformation>
         <fileName>CKP.T.RINTR.NNALC.D130813.T041018</fileName>
      </outboundFileInformation>
   </outboundFile>
</transmissionProcessedNotification>
Table 1 describes the elements in the transmission processed notification XML.
Table 1. Transmission Processed Notification XML Overview
Node Name Node Type Description
transmissionProcessedNotification DOC ROOT The document root element for the transmission processed notification XML
environment TEXT Specifies the host environment. It is created by appending the Environment Identification Text transmission processed notification configuration parameter to the instance name system property.
processingBank TEXT The name of the processing institution. It is from the bank name system property.
inboundFile ELEMENT Contains information about the inbound transmission file the notification represents. This element is only specified once.
outboundFile ELEMENT Contains information about the transmission files that were sent for the inbound transmission in inboundFile. This element is only specified once.