eventAttribute 元素

<eventAttribute> 元素提供一种方法来将事件类型与事件属性关联,作为 <attributeAlias> 元素定义的属性别名的一部分。

属性

<eventAttribute> 具有以下属性:

表 1. <eventAttribute> 元素的属性
名称 描述 数据类型 必需?
类型 定义事件类型的名称。这与用于 <eventType> 元素的类型属性的名称相同。 xsd:NMTOKEN
属性名称 指定事件属性的标准名称,该名称正通过属性别名与其他事件属性相关联。该名称必须与在 act_event 变量中用于调用 getAttribute 方法的名称匹配。 xsd:string

包含于

<eventAttribute> 包含于以下元素中:

包含

<eventAttribute> 不包含元素。