diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | correlationId eventTimestamp id message messageId priority severity isNormalized attribute | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="Event"> <xs:annotation> <xs:documentation>Details of a specific event contained in or submitted to Event Collector. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="correlationId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>CorrelationID assigned to this event. The correlationID is used with the contextID and parentContextID to determine the series of events that have occurred. The correlationID will be set when a service request is received from an external source and remains the same for the duration of that request (including any child service calls made).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="eventTimestamp" type="xs:dateTime" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Timestamp of this event.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="id" type="xs:long" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Unique id for this Event</xs:documentation> </xs:annotation> </xs:element> <xs:element name="message" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>String representation of this event.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="messageId" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Identifier for this event.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="priority" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Priority of this event (LOW, MEDIUM or HIGH).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="severity" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Severity of this event (DEBUG, SERVICE, INFO, AUDIT, WARN, ERROR or TRACE).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="isNormalized" type="xs:boolean" minOccurs="0" maxOccurs="1"/> <xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="correlationId" type="xs:string" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>CorrelationID assigned to this event. The correlationID is used with the contextID and parentContextID to determine the series of events that have occurred. The correlationID will be set when a service request is received from an external source and remains the same for the duration of that request (including any child service calls made).</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="eventTimestamp" type="xs:dateTime" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Timestamp of this event.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:long | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="id" type="xs:long" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Unique id for this Event</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="message" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>String representation of this event.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="messageId" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Identifier for this event.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="priority" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Priority of this event (LOW, MEDIUM or HIGH).</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="severity" type="xs:string" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>Severity of this event (DEBUG, SERVICE, INFO, AUDIT, WARN, ERROR or TRACE).</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:boolean | ||||||
properties |
|
||||||
source | <xs:element name="isNormalized" type="xs:boolean" minOccurs="0" maxOccurs="1"/> |
diagram | |||||||
type | Attribute | ||||||
properties |
|
||||||
children | attributeId attributeName attributeDisplayName value | ||||||
source | <xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded"/> |