Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Used by
Element NotificationMail
Annotations

https://kb.sos-berlin.com/display/PKB/JobScheduler+Monitoring+Configuration+Reference+-+NotificationMail

References Notes

Mail Interface to be executed for System Monitor notification.

Diagram
Diagram SystemMonitorNotification_v1_0_xsd_Element_NotificationMail.tmp#NotificationMail_content_type SystemMonitorNotification_v1_0_xsd_Element_NotificationMail.tmp#NotificationMail_charset SystemMonitorNotification_v1_0_xsd_Element_NotificationMail.tmp#NotificationMail_encoding SystemMonitorNotification_v1_0_xsd_Element_NotificationMail.tmp#NotificationMail_priority SystemMonitorNotification_v1_0_xsd_Element_From.tmp#From SystemMonitorNotification_v1_0_xsd_Element_To.tmp#To SystemMonitorNotification_v1_0_xsd_Element_CC.tmp#CC SystemMonitorNotification_v1_0_xsd_Element_BCC.tmp#BCC SystemMonitorNotification_v1_0_xsd_Element_Subject.tmp#Subject SystemMonitorNotification_v1_0_xsd_Element_Body.tmp#Body
Properties
content complex
Used by
Model
Instance
<NotificationMail charset="ISO-8859-1" content_type="text/html" encoding="7bit" priority="Normal">
  <From>{0,1}</From>
  <To>{0,1}</To>
  <CC>{0,1}</CC>
  <BCC>{0,1}</BCC>
  <Subject>{1,1}</Subject>
  <Body>{1,1}</Body>
</NotificationMail>
Attributes
QName Type Default Use Annotation
charset xs:string ISO-8859-1 optional
Charset of the e-mail.
content_type restriction of xs:string text/html optional
Content type of the e-mail. Possible values are "text/plain" and "text/html".
encoding restriction of xs:string 7bit optional
Encoding of the e-mail. Possible values are 7bit, Quoted-Printable, Base64.
priority restriction of xs:string Normal optional
Priority of the e-mail.
Attribute NotificationMail / @content_type
Annotations
Content type of the e-mail. Possible values are "text/plain" and "text/html".
Type restriction of xs:string
Properties
default text/html
Facets
enumeration text/html
enumeration text/plain
Used by
Attribute NotificationMail / @charset
Annotations
Charset of the e-mail.
Type xs:string
Properties
default ISO-8859-1
Used by
Attribute NotificationMail / @encoding
Annotations
Encoding of the e-mail. Possible values are 7bit, Quoted-Printable, Base64.
Type restriction of xs:string
Properties
default 7bit
Facets
minLength 1
enumeration 7bit
enumeration Quoted-Printable
enumeration Base64
Used by
Attribute NotificationMail / @priority
Annotations
Priority of the e-mail.
Type restriction of xs:string
Properties
default Normal
Facets
enumeration Highest
enumeration High
enumeration Normal
enumeration Low
enumeration Lowest
Used by