complexType Event
diagram ec_wsdl_diagrams/ec_wsdl_p161.png
namespace http://base.api.ec.n2.tibco.com
children correlationId eventTimestamp id message messageId priority severity isNormalized attribute
used by
elements Event Result/event EventBatch/event
annotation
documentation
Details of a specific event contained in or submitted to Event Collector. 
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>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy