Route File XML Format

The following XML is an example of the structure of a route (RTE) file. Additional data can be added to the file by specifying a route file formatter class. Refer to Routing File Formatter for more information.
<MMDDCCYYHHMMSSS>.CEPF0.DAT2.ICR.R1234.N5678.D07810.T11180.rte
<destinations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:noNamespaceSchemaLocation="RoutingFileSchema.xsd">
   <destRouting routingNum="123456789">
      <icpcsRouting>
         <outgoing>
            <fileDefName></fileDefName>
            <reader>
               com.ibm.icpcs.gatewayserver.filereader.NoParseReader
            </reader>
            <isResend>NO</isResend>
         </outgoing>
      </icpcsRouting>
   </destRouting>
</destinations>