Participant
EmailNotificationModel Complex Type
Participant : EmailNotificationModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
SendDelayInMinutes Element Value Element Name Element Sequence EmailNotificationPlaceholderModel Element Sequence Placeholders Element IntervalBetweenEmailsInMinutes Element BodyHtml Element FileName Element Subject Element Sequence EmailNotificationModel Complex Type
Overview
Sequence
Subject optional xs:string
FileName optional xs:string
BodyHtml optional xs:string
Sequence
Sequence
Name optional xs:string
Value optional xs:string
SendDelayInMinutes optional xs:int
Used By
EmailNotificationModel Element
EmailNotificationModel Element
Source
<xs:complexType name="EmailNotificationModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Subject" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="BodyHtml" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="IntervalBetweenEmailsInMinutes" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="Placeholders" nillable="true" type="tns:ArrayOfEmailNotificationPlaceholderModel" />
    <xs:element minOccurs="0" name="SendDelayInMinutes" nillable="true" type="xs:int" />
  </xs:sequence>
</xs:complexType>
See Also
Participant