SampleValRtnEndpointRange

Assigns the endpoint to a return transaction using the routing transit number of the transaction.
Note: The routing transit number is matched against ranges of routing transit numbers in the table.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dataDescriptor name="SampleValRtnEndpointRange" type="TABLE">
  <viewName>SampleValRtnEndpointRange</viewName>
  <fileName>SampleValRtnEndpointRange.tbl</fileName>
  <record>
    <field datatype="char" length="9"  name="ibmNprRT"               type="startKeyRange"/>
    <field datatype="char" length="9"  name="ibmIntRTHigh"           type="endKeyRange"/>
    <field datatype="char" length="10" name="ibmNprEndpoint"         type="payload"/>
    <field datatype="byte" length="2"  name="ibmValMICRPrefix"       type="payload"/>
    <field datatype="char" length="4"  name="ibmIntReclearServiceCode" type="payload"/>
  </record>
</dataDescriptor>