2.2.4.2.2.4.3.4 objectNames

The objectNames attribute group<59> represents the fully qualified name of the XEvent object.

 <xs:attributeGroup name="objectNames">
   <xs:attribute name="module" type="xs:string" use="optional">
   </xs:attribute>
   <xs:attribute name="package" type="xs:string" use="required">
   </xs:attribute>
   <xs:attribute name="name" type="xs:string" use="required">
   </xs:attribute>
 </xs:attributeGroup>

Attribute

Read-Only

Default value

Description

module

Dynamic-link library (DLL) where the XEvent object is defined.

package

[Required]

XEvent package where the object is defined.

name

[Required]

The object name.