XML template

Copy this template into a new XML file. All of the keywords used in the template must be created in the Keyword Manager.

<?xml version="1.0" encoding="utf-8" ?> 
<HANSEN>
<_KWESTUFF>
<_REQUIREDKWERRORTAG _TAG="ERROR" /> 
<_ROOTNODE _TAG="ACCOUNT" /> 
</_KWESTUFF>
<ACCOUNT>
<_ACTORS>
<_DEFAULT _ID="IdAccount" _MONIKER="Hansen.Billing.Account" /> 
<_ACTOR _ID="IdBillCollection" _MONIKER="Hansen.Billing.BillCollection" _RELATIONSHIP="IdAccount.KW_SP" _COLLECTION="" /> 
<_ACTOR _ID="IdBill" _MONIKER="Hansen.Billing.Bill" _ITERATES="IdBillCollection" /> 
</_ACTORS>
<_ERRORREPORTER _CAUSEDBY="IdBill.KW_Hansen.Billing_Bill_BillKey" _CAUSEDBYTAG="ERROR" /> 
<CUSTOMER>
<IdAccount.KW_Hansen.Billing_Account_Customer /> 
</CUSTOMER>
<NUMBER>
<IdAccount.KW_Hansen.Billing_Account_Number /> 
</NUMBER>
<Bills _ITERATOR="IdBill">
<Bill>
<BILLDATE>
<IdBill.KW_Hansen.Billing_Bill_BillDate /> 
</BILLDATE>
<BILLKEY>
<IdBill.KW_Hansen.Billing_Bill_BillKey /> 
</BILLKEY>
<BILLNUMBER>
<IdBill.KW_Hansen.Billing_Bill_BillNumber /> 
</BILLNUMBER>
</Bill>
</Bills>
</ACCOUNT>
</HANSEN>