Attribute

The <attribute> tag specifies the name and value of each attribute of a resource.

Syntax: Attribute

Read syntax diagramSkip visual syntax diagram
>>-<attribute id=“token”>--------------------------------------->

>--<description>--token--</description>------------------------->

>--<value>--token--</value>--</attribute>----------------------><

Tag/Fragment Description Type
id unique attribute ID token
description description of a single attribute token
value value of this attribute token

Example XML code:

<attribute id="1">
<description>Processor type</description>
<value>2064</value>
</attribute>
<attribute id="16">
<description>unit</description>
<value>3390-9</value>
</attribute>