Attribute-List element
The <attribute-list> tag lists a resource and its attributes.
Syntax: Attribute-List
.-------------------. V | >>-<attribute-list>--| Resource |----+---------------+-+--------> '-| Attribute |-' >--+-------------+--</attribute-list>-------------------------->< '-| Message |-'
Example XML code:
<attribute-list>
<resource>
…
</resource>
<attribute id="37">
…
</attribute>
…
<attribute id="78">
…
</attribute>
</attribute-list>
