End of Day File XML Format

The following XML is an example of the structure of an end of day (EOD) file.
<?xml version="1.0" encoding="UTF-8"?>
<endOfDay xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="endOfDayFileSchema.xsd">
   <fileList>
      <fileName>fileName</fileName>
   </fileList>
</endOfDay>
Table 1 describes the elements that are used in the ICRE task end of day file.
Table 1. XML elements for the ICRE End of Day file
Node Name Node Type Description
<endOfDay> ROOT ELEMENT The root element of an end of day file
<fileList> ELEMENT This node contains a list of the file names of all ICRE files extracted in a business day
<fileName> ELEMENT This node contains the file name of an ICRE file extracted during the business day