eventAttribute element

The <eventAttribute> element provides a way to associate an event type and an event attribute as part of the attribute alias name that is defined by the <attributeAlias> element.

Attributes

<eventAttribute> has the following attributes:

Table 1. Attributes of the <eventAttribute> element
Name Description Data type Required?
type Defines the name of the type of event. This is the same name that is used for the type attribute on the <eventType> element. xsd:NMTOKEN Yes
attributeName Specifies the fully qualified name of the event attribute that is being associated with other event attributes through the attribute alias name. This name must match the name that is used in the act_event variable to call the getAttribute method. xsd:string Yes

Contained within

<eventAttribute> is contained within the following element:

Contains

<eventAttribute> contains no elements.