Route File XML Format

The following XML is an example of the structure of a .rte file.
<destinations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
              xsi:noNamespaceSchemaLocation="RoutingFileSchema.xsd">
  <destRouting routingNum="nnnnnnnnn">
    <icpcsRouting>
      <outgoing>
        <reader>com.ibm.icpcs.gatewayserver.filereader.NoParseReader</reader>
        <isResend>NO</isResend>
        <fileDefName></fileDefName>
      </outgoing>
    </icpcsRouting>
    <fileName>MYBANK.20090529.134123497</fileName>
    <retentionPeriod>1234</retentionPeriod>
    <totalItems>2</totalItems>
    <eadFileType>XML</eadFileType>
    <eadDestination>INT_EWA</eadDestination>
  </destRouting>
</destinations>