Participant
ArrayOfEmailNotificationModel Complex Type
Participant : ArrayOfEmailNotificationModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
SendDelayInMinutes Element EmailNotificationPlaceholderModel Element Sequence Placeholders Element IntervalBetweenEmailsInMinutes Element BodyHtml Element FileName Element Subject Element Sequence EmailNotificationModel Element Sequence ArrayOfEmailNotificationModel Complex Type
Overview
Sequence
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
ArrayOfEmailNotificationModel Element
EmailNotifications Element
EmailNotifications Element
EmailNotifications Element
Source
<xs:complexType name="ArrayOfEmailNotificationModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="EmailNotificationModel" nillable="true" type="tns:EmailNotificationModel" />
  </xs:sequence>
</xs:complexType>
See Also
Participant