Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |