<kColl id="account"> <field id="accountNumber" /> <field id="accountBalance" /> ..... </kColl>
To add data element accountFrom to a new collection named transfer, by using reference to an account and tags of <refData> and <param> as shown in the following example:
<kColl id="transfer"> <refData refId="account" alias="accountFrom" > <param id="description" value="accountFrom" /> </refData> </kColl>