complexType Event
diagram ec_wsdl_diagrams/ec_wsdl_p618.png
namespace http://base.api.ec.n2.tibco.com
children correlationId eventTimestamp id message messageId priority severity isNormalized attribute
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>

element Event/correlationId
diagram ec_wsdl_diagrams/ec_wsdl_p619.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
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).
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>

element Event/eventTimestamp
diagram ec_wsdl_diagrams/ec_wsdl_p620.png
type xs:dateTime
properties
content simple
annotation
documentation
Timestamp of this event.
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>

element Event/id
diagram ec_wsdl_diagrams/ec_wsdl_p621.png
type xs:long
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Unique id for this Event
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>

element Event/message
diagram ec_wsdl_diagrams/ec_wsdl_p622.png
type xs:string
properties
content simple
annotation
documentation
String representation of this event.
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>

element Event/messageId
diagram ec_wsdl_diagrams/ec_wsdl_p623.png
type xs:string
properties
content simple
annotation
documentation
Identifier for this event.
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>

element Event/priority
diagram ec_wsdl_diagrams/ec_wsdl_p624.png
type xs:string
properties
content simple
annotation
documentation
Priority of this event (LOW, MEDIUM or HIGH).
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>

element Event/severity
diagram ec_wsdl_diagrams/ec_wsdl_p625.png
type xs:string
properties
content simple
annotation
documentation
Severity of this event (DEBUG, SERVICE, INFO, AUDIT, WARN, ERROR or TRACE).
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>

element Event/isNormalized
diagram ec_wsdl_diagrams/ec_wsdl_p626.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="isNormalized" type="xs:boolean" minOccurs="0" maxOccurs="1"/>

element Event/attribute
diagram ec_wsdl_diagrams/ec_wsdl_p627.png
type Attribute
properties
minOcc 0
maxOcc unbounded
content complex
children attributeId attributeName attributeDisplayName value
source <xs:element name="attribute" type="Attribute" minOccurs="0" maxOccurs="unbounded"/>

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