Attribute-List element

The <attribute-list> tag lists a resource and its attributes.

Syntax: Attribute-List

Read syntax diagramSkip visual syntax diagram
                                   .-------------------.   
                                   V                   |   
>>-<attribute-list>--| Resource |----+---------------+-+-------->
                                     '-| Attribute |-'     

>--+-------------+--</attribute-list>--------------------------><
   '-| Message |-'                      

Tag/Fragment Description Type
Resource description of a resource See Resource
Attribute list of attributes See Attribute
Message error message or warning See Message

Example XML code:

<attribute-list>
<resource>
…
</resource>
<attribute id="37">
…
</attribute>
…
<attribute id="78">
…
</attribute>
</attribute-list>