Attribute providing advice data. Used in AdviceType.

Table 1. AttributeType Properties
Element/Attribute Datatype Description
Name string AttributeType attribute specifying a URI that is the unique name of the attribute. This attribute is required.
FriendlyName string AttributeType attribute specifying a human-readable form of the name. This attribute is optional.
AttributeValue string List of values associated with the attribute.

The AttributeValue structure depends on the following criteria:

  • If the attribute has one or more values, the AttributeType contains one AttributeValue for each value. Empty attribute values are represented by empty AttributeValue elements.
  • If the attribute does not have a value, the AttributeType does not contain an AttributeValue.