2.2.4.2.2.4.1 Event
The Event complex type represents an event that is traced.
-
<xsd:complexType name="Event"> <xsd:all> <xsd:element name="EventID" type="xsd:string"/> <xsd:element name="Columns" type="EventColumnID"/> </xsd:all> </xsd:complexType>
The following table describes the elements that are included in the XSD schema for Event.
Element |
Read-Only |
Default value |
Description |
---|---|---|---|
EventID |
|
[Required] |
The ID string for the Event. |
Columns |
|
[Required] |
A collection of objects of type EventColumnID. |