Participant
ParticipantResendNotificationModel Complex Type
Participant : ParticipantResendNotificationModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
EmailAddress Element ID Element Sequence ParticipantResendNotificationModel Complex Type
Overview
Sequence
ID optional xs:int
EmailAddress optional xs:string
Used By
ParticipantResendNotificationModel Element
ParticipantResendNotificationModel Element
Source
<xs:complexType name="ParticipantResendNotificationModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="ID" type="xs:int" />
    <xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
Participant