2.2.4.2.2.4.3.1 event

The event element<56> is a complex type that represents a configuration of an XEvent to be traced.

 <xs:element name="event" minOccurs="0" maxOccurs="unbounded">
    <xs:complexType>
       <xs:sequence>
          <xs:element name="action" minOccurs="0" maxOccurs="unbounded"/>
                <xs:element ref="parameter" maxOccurs="unbounded" minOccurs="0" />
          <xs:element name="predicate" minOccurs="0" maxOccurs="1" type="unary_expr"/>
       </xs:sequence>
       <xs:attributeGroup ref="objectNames"></xs:attributeGroup>
    </xs:complexType>
 </xs:element>

The objectNames attribute group is described in section 2.2.4.2.2.4.3.4.

Element

Read-Only

Default value

Description

action

List of actions to be triggered upon the event.

parameter

List of the event parameters.

predicate

Boolean predicate for event filtering.