alertCreator Data Type

AlertCreator encapsulates all the information needed to create a new Alert in the system. An Alert is associated to an Account.

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs description
account string element edc 0/1  
attachment base64Binary element edc 0/1  
category string element edc 0/1  
code string element edc 0/1  
message string element edc 0/1  
severity severity element edc 0/1  
source string element edc 0/1  

Example

<alertCreator xmlns="http://eurotech.com/edc/2.0">
  <account>...</account>
  <source>...</source>
  <severity>...</severity>
  <category>...</category>
  <code>...</code>
  <message>...</message>
  <attachment>...</attachment>
</alertCreator>