BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

http://www.bea.com/ns/weblogic/90/diagnostics
complexType wldfsmtp-notificationType

Super Types
{http://www.bea.com/ns/weblogic/90/diagnostics}wldfsmtp-notificationType (extension)

Documentation
Corresponds to WLDFSMTPNotificationBean
Properties
This component is not nillable.

Model
<...>
(mail-session-jndi-name, subject?, body?, recipient* )
</...>


Nested Element Summary
xs:stringbody
          The body for the mail message. 
 mail-session-jndi-name
          The JNDI name of the mail session. 
xs:stringrecipient
          The address of the recipient or recipients of the SMTP notification mail. 
xs:stringsubject
          The subject for the mail message. 
Source
<xs:complexType name="wldfsmtp-notificationType">
<xs:complexContent>
<xs:extension base="diag:wldf-notificationType">
<xs:sequence>
<xs:element minOccurs="0" name="mail-session-jndi-name" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="subject" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="body" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="recipient" nillable="true" type="xs:string">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation