Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element MailFragment
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+MailFragment

References Notes

This element includes the parameters for e-mail notification.

Any number of fragments can be configured and are distinguished by YADE according to their name attribute.

A fragment is referenced by a transfer profile using the value of the NotificationFragmentRef ref attribute.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_Header.tmp#Header YADE_configuration_v1_0_xsd_Element_Attachment.tmp#Attachment YADE_configuration_v1_0_xsd_Element_Body.tmp#Body YADE_configuration_v1_0_xsd_Element_ContentType.tmp#ContentType YADE_configuration_v1_0_xsd_Element_Encoding.tmp#Encoding YADE_configuration_v1_0_xsd_Complex_Type_MailType.tmp#MailType YADE_configuration_v1_0_xsd_Element_MailFragment.tmp#MailFragment_name
Type extension of MailType
Type hierarchy
Properties
content complex
Used by
Model
Instance
<MailFragment name="">
  <Header>{1,1}</Header>
  <Attachment>{0,1}</Attachment>
  <Body>{0,1}</Body>
  <ContentType>{0,1}</ContentType>
  <Encoding>{0,1}</Encoding>
</MailFragment>
Attributes
QName Type Use Annotation
name xs:NMTOKEN required

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Attribute MailFragment / @name
Annotations

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Type xs:NMTOKEN
Properties
use required
Used by
Element MailFragment