Participant
ParticipantIncludesModel Complex Type
Participant : ParticipantIncludesModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
IncludeContentPlaceholders Element IncludeTests Element IncludeFileAttachmentsInfoOnly Element IncludeSignatureBlock Element IncludeTests Element IncludeFileAttachments Element IncludeWorkflowActions Element Sequence TaskIncludes Element IncludeTasks Element IncludeEmailTemplatePlaceholders Element IncludeWorkflowActions Element IncludeEmailNotifications Element Sequence ParticipantIncludesModel Complex Type
Overview
Sequence
IncludeEmailNotifications optional xs:boolean
IncludeWorkflowActions optional xs:boolean
IncludeTasks optional xs:boolean
Sequence
IncludeWorkflowActions optional xs:boolean
IncludeFileAttachments optional xs:boolean
IncludeTests optional xs:boolean
IncludeSignatureBlock optional xs:boolean
IncludeFileAttachmentsInfoOnly optional xs:boolean
IncludeTests optional xs:boolean
IncludeContentPlaceholders optional xs:boolean
Used By
ParticipantIncludes Element
ParticipantIncludesModel Element
Includes Element
ResponseIncludes Element
Source
<xs:complexType name="ParticipantIncludesModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="IncludeEmailNotifications" type="xs:boolean" />
    <xs:element minOccurs="0" name="IncludeWorkflowActions" type="xs:boolean" />
    <xs:element minOccurs="0" name="IncludeEmailTemplatePlaceholders" type="xs:boolean" />
    <xs:element minOccurs="0" name="IncludeTasks" type="xs:boolean" />
    <xs:element minOccurs="0" name="TaskIncludes" nillable="true" type="q1:TaskIncludesModel" xmlns:q1="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Task" />
    <xs:element minOccurs="0" name="IncludeTests" type="xs:boolean" />
    <xs:element minOccurs="0" name="IncludeContentPlaceholders" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
Participant