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.
<eventAttribute> has the following attributes:
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 |
<eventAttribute> contains no elements.