Data File XML Format

The DAT file contains the records that are extracted from the Billing table. An example of the file is:
<?xml version="1.0"?>
<billingEntries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
   xsi:noNamespaceSchemaLocation="IPDBilling.xsd" version="1.00.00">
  <billingDate>2009-11-10</billingDate>
  <billingEntry entryid="1">
    <billingType>Deposit</billingType>
    <transType>Daily</transType>
    <serviceAreaCode>1234</serviceAreaCode>
    <custNbr>123456789</custNbr>
    <productCode>FWMX</productCode>
    <ipdRefNo>20091110</ipdRefNo>
    <refAmt>0.00</refAmt>
    <tierFlag>Y</tierFlag>
    <billingCode>1234</billingCode>
    <unitVolCnt>0</unitVolCnt>
    <transVolCnt>1</transVolCnt>
  </billingEntry>
  <billingEntry entryid="2">
    <billingType>Deposit</billingType>
    <transType>File</transType>
    <serviceAreaCode>1234</serviceAreaCode>
    <custNbr>123456789</custNbr>
    <productCode>FWMX</productCode>
    <ipdRefNo>12</ipdRefNo>
    <refAmt>54231.87</refAmt>
    <tierFlag>Y</tierFlag>
    <billingCode>2345</billingCode>
    <unitVolCnt>0</unitVolCnt>
    <transVolCnt>1</transVolCnt>
  </billingEntry>
  <billingEntry entryid="3">
    <billingType>Deposit</billingType>
    <transType>CashLetter</transType>
    <serviceAreaCode>1234</serviceAreaCode>
    <custNbr>123456789</custNbr>
    <productCode>FWMX</productCode>
    <ipdRefNo>1245</ipdRefNo>
    <refAmt>54231.87</refAmt>
    <tierFlag>Y</tierFlag>
    <billingCode>3456</billingCode>
    <unitVolCnt>0</unitVolCnt>
    <transVolCnt>1</transVolCnt>
  </billingEntry>
  <billingEntry entryid="4">
    <billingType>Deposit</billingType>
    <transType>Item</transType>
    <serviceAreaCode>1234</serviceAreaCode>
    <custNbr>123456789</custNbr>
    <productCode>FWMX</productCode>
    <ipdRefNo>1245</ipdRefNo>
    <refAmt>54231.87</refAmt>
    <tierFlag>Y</tierFlag>
    <billingCode>4567</billingCode>
    <unitVolCnt>500</unitVolCnt>
    <transVolCnt>0</transVolCnt>
  </billingEntry>
  <billingEntry entryid="5">
    <billingType>Deposit</billingType>
    <transType>Item</transType>
    <serviceAreaCode>1234</serviceAreaCode>
    <custNbr>123456789</custNbr>
    <productCode>FWMX</productCode>
    <ipdRefNo>1245</ipdRefNo>
    <refAmt>54231.87</refAmt>
    <tierFlag>Y</tierFlag>
    <billingCode>4568</billingCode>
    <unitVolCnt>40</unitVolCnt>
    <transVolCnt>0</transVolCnt>
  </billingEntry>
  <billingEntry entryid="6">
    <billingType>Deposit</billingType>
    <transType>Service</transType>
    <serviceAreaCode>1234</serviceAreaCode>
    <custNbr>123456789</custNbr>
    <productCode>FWMX</productCode>
    <ipdRefNo>1245</ipdRefNo>
    <refAmt>54231.87</refAmt>
    <tierFlag>Y</tierFlag>
    <billingCode>5678</billingCode>
    <unitVolCnt>12</unitVolCnt>
    <transVolCnt>0</transVolCnt>
  </billingEntry>
</billingEntries>