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