<xs:complexType name="TaskDetailsModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="ID" type="xs:int" />
<xs:element minOccurs="0" name="DocumentID" type="xs:int" />
<xs:element minOccurs="0" name="ParticipantID" type="xs:int" />
<xs:element minOccurs="0" name="StatusID" type="xs:int" />
<xs:element minOccurs="0" name="Type" type="q1:Option.TaskTypes" xmlns:q1="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="SignatureApplicationType" nillable="true" type="q2:Option.SignatureBlockSignatureApplicationTypes" xmlns:q2="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="SignatureSizeType" type="q3:Option.SignatureBlockSignatureApplicationSizes" xmlns:q3="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="SignatureCount" type="xs:int" />
<xs:element minOccurs="0" name="PdfFormFillingAllowed" type="xs:boolean" />
<xs:element minOccurs="0" name="PdfFormFillingFieldPrefix" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CreatedDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="ClosedDate" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="NotificationSentDate" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="TaskStartedDate" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="IntentConfirmedDate" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="IpAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="HostName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AccessToken" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="EmailTemplateSetName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="LastComment" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SignatureBlock" nillable="true" type="tns:SignatureBlockModel" />
<xs:element minOccurs="0" name="WorkflowActions" nillable="true" type="tns:ArrayOfTaskWorkflowActionModel" />
<xs:element minOccurs="0" name="FileAttachments" nillable="true" type="q4:ArrayOfFileAttachmentDetailsModel" xmlns:q4="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.FileAttachment" />
<xs:element minOccurs="0" name="IsOptional" type="xs:boolean" />
<xs:element minOccurs="0" name="TouchPreferredSecondarySignatureApplicationType" nillable="true" type="q5:Option.SignatureBlockTouchPreferredSecondarySignatureApplicationTypes" xmlns:q5="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="PromptToDrawNewSignature" type="xs:boolean" />
<xs:element minOccurs="0" name="Status" type="q6:Option.TransactionStatusTypes" xmlns:q6="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="EmailTemplateSetLanguage" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Copy" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AccountTemplateSet" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AccountTemplateSetLanguage" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Document" nillable="true" type="q7:DocumentDetailsModel" xmlns:q7="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Document" />
</xs:sequence>
</xs:complexType>
|