The example below contains several transaction messages with different options set.
Code Block |
---|
|
<EagleML
xmlns="http://www.eagleinvsys.com/2011/EagleML-2-0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
eaglemlVersion="2-0"
eaglemlType="ReferenceTransactionMessage"
xsi:schemaLocation="http://www.eagleinvsys.com/2011/EagleML-2-0 eagleml-main-2-0.xsd"
xsi:type="ReferenceTransactionMessage">
<referenceTransaction>
<header>
<objectType>LOCEntity</objectType>
</header>
<locEntity>
<entityXrefs>
<entityXref>
<xrefAccountId>AC_XREF02</xrefAccountId>
<xrefAccountIdType>XREF02</xrefAccountIdType>
<xrefClassCode>AC2</xrefClassCode>
</entityXref>
<entityXref>
<xrefAccountId>AC_XREF03</xrefAccountId>
<xrefAccountIdType>XREF03</xrefAccountIdType>
<xrefClassCode>AC3</xrefClassCode>
</entityXref>
</entityXrefs>
<objectType>LOCEntity</objectType>
<objectId>LOCEntity</objectId>
<facilityId>ACTestFacilityDirect1</facilityId>
<startDate>2018-10-19</startDate>
<endDate>2018-10-20</endDate>
<withdrawalIndicator>Y</withdrawalIndicator>
<locAverageOutstanding>165</locAverageOutstanding>
<locDaysInUse>91</locDaysInUse>
<updateSource>ACTEST</updateSource>
</locEntity>
</referenceTransaction>
<referenceTransaction>
<header>
<objectType>LOCEntity</objectType>
</header>
<locEntity>
<objectType>LOCEntity</objectType>
<objectId>LOCEntity</objectId>
<xrefAccountId>AC_XREF01</xrefAccountId>
<xrefAccountIdType>XREF01</xrefAccountIdType>
<facilityId>ACTestFacilityDirect1</facilityId>
<startDate>2017-10-19</startDate>
<endDate>2017-10-20</endDate>
<withdrawalIndicator>Y</withdrawalIndicator>
<locAverageOutstanding>266</locAverageOutstanding>
<locDaysInUse>91</locDaysInUse>
<updateSource>ACTEST</updateSource>
</locEntity>
</referenceTransaction>
<referenceTransaction>
<header>
<objectType>LOCEntity</objectType>
<procedureSwitch>NG</procedureSwitch>
</header>
<locEntity>
<entityXrefs>
<entityXref>
<xrefAccountId>AC_XREF02</xrefAccountId>
<xrefAccountIdType>XREF02</xrefAccountIdType>
<xrefClassCode>AC2</xrefClassCode>
</entityXref>
<entityXref>
<xrefAccountId>AC_XREF03</xrefAccountId>
<xrefAccountIdType>XREF03</xrefAccountIdType>
<xrefClassCode>AC3</xrefClassCode>
</entityXref>
</entityXrefs>
<objectType>LOCEntity</objectType>
<objectId>LOCEntity</objectId>
<facilityId>ACTestFacilityNG2</facilityId>
<startDate>2018-12-19</startDate>
<endDate>2018-12-20</endDate>
<withdrawalIndicator>Y</withdrawalIndicator>
<locAverageOutstanding>100</locAverageOutstanding>
<locDaysInUse>30</locDaysInUse>
<updateSource>ACTEST</updateSource>
</locEntity>
</referenceTransaction>
<referenceTransaction>
<header>
<objectType>LOCEntity</objectType>
<procedureSwitch>NG</procedureSwitch>
</header>
<locEntity>
<objectType>LOCEntity</objectType>
<objectId>LOCEntity</objectId>
<xrefAccountId>AC_XREF01</xrefAccountId>
<xrefAccountIdType>XREF01</xrefAccountIdType>
<facilityId>ACTestFacilityNG2</facilityId>
<startDate>2017-12-19</startDate>
<endDate>2017-12-20</endDate>
<withdrawalIndicator>Y</withdrawalIndicator>
<locAverageOutstanding>200</locAverageOutstanding>
<locDaysInUse>60</locDaysInUse>
<updateSource>ACTEST</updateSource>
</locEntity>
</referenceTransaction>
</EagleML> |