DTD <attribute> elements
Each object has a set of attributes that defines it in the OpsCenter Analytics configuration. These attributes are defined in the <attribute> tag. Each attribute tag can contain a <name> tag and multiple <value> tags. The <name> tag defines the name of the attribute and a <value> tag defines a value for it. The attribute tags can be defined in several ways, such as in the following example:
<attribute> <name>attrname</name> <value>attrvalue 1</value> </attribute>
Or:
<attribute name="attrname" value="attrvalue"/>