<xs:complexType name="TaskInsertModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="DocumentID" type="xs:int" />
<xs:element minOccurs="0" name="ParticipantID" type="xs:int" />
<xs:element minOccurs="0" name="Type" type="q18:Option.TaskTypes" xmlns:q18="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="PdfFormFillingEnabled" type="xs:boolean" />
<xs:element minOccurs="0" name="PdfFormFillingFieldPrefix" 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="IsOptional" type="xs:boolean" />
</xs:sequence>
<xs:attribute ref="ser:Id" />
<xs:attribute ref="ser:Ref" />
</xs:complexType>
|