<xs:complexType name="ParticipantInsertModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="TransactionID" type="xs:int" />
<xs:element minOccurs="0" name="Authentication" nillable="true" type="tns:AuthenticationModel" />
<xs:element minOccurs="0" name="EmailTemplateSetName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SendRequestViaEmail" type="xs:boolean" />
<xs:element minOccurs="0" name="CompletedTransactionNotificationType" type="q13:Option.ParticipantCompletedTransactionNotificationTypes" xmlns:q13="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="DisableDocumentDownloads" type="xs:boolean" />
<xs:element minOccurs="0" name="EnableAccessToAllTransactionDocuments" type="xs:boolean" />
<xs:element minOccurs="0" name="CertificationType" type="q14:Option.ParticipantCertificationTypes" xmlns:q14="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="CompletedDocumentBehaviorType" type="q15:Option.ParticipantCompletedDocumentBehaviorTypes" xmlns:q15="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="CancelledTaskBehaviorType" type="q16:Option.ParticipantCancelledTaskBehaviorTypes" xmlns:q16="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="ErrorBehaviorType" type="q17:Option.ParticipantErrorBehaviorTypes" xmlns:q17="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="DocumentTaskStatusPageBehaviorType" type="q18:Option.ParticipantDocumentTaskStatusPageBehaviorTypes" xmlns:q18="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="ConfirmSignatureIntent" type="xs:boolean" />
<xs:element minOccurs="0" name="ClientReturnUrl" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="FullName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="QueryForName" type="xs:boolean" />
<xs:element minOccurs="0" name="NormalizeFullName" type="xs:boolean" />
<xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="QueryForEmailAddress" type="xs:boolean" />
<xs:element minOccurs="0" name="Title" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="QueryForTitle" type="xs:boolean" />
<xs:element minOccurs="0" name="Organization" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="QueryForOrganization" type="xs:boolean" />
<xs:element minOccurs="0" name="ThirdPartyData" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DownloadWindowInMinutes" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="DownloadLimit" nillable="true" type="xs:short" />
<xs:element minOccurs="0" name="Jurisdiction" nillable="true" type="tns:ParticipantJurisdictionModel" />
<xs:element minOccurs="0" name="EmailNotifications" nillable="true" type="tns:ArrayOfEmailNotificationModel" />
<xs:element minOccurs="0" name="WorkflowActions" nillable="true" type="tns:ArrayOfParticipantWorkflowActionModel" />
<xs:element minOccurs="0" name="EmailTemplatePlaceholders" nillable="true" type="tns:ArrayOfEmailTemplatePlaceholderModel" />
<xs:element minOccurs="0" name="Tasks" nillable="true" type="q19:ArrayOfTaskInsertModel" xmlns:q19="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Task" />
<xs:element minOccurs="0" name="AccessOrder" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="ContentPlaceholders" nillable="true" type="tns:ArrayOfContentPlaceholderModel" />
<xs:element minOccurs="0" name="ContentSetName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="LanguagePreferred" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AllowReassignment" type="xs:boolean" />
<xs:element minOccurs="0" name="Role" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Initials" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="QueryForInitials" type="xs:boolean" />
<xs:element minOccurs="0" name="BrandName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PdfFieldForFullName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PdfFieldForFirstName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PdfFieldForLastName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PdfFieldForEmailAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PdfFieldForTitle" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PdfFieldForOrganization" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="OverrideDefaultParticipantPdfFields" type="xs:boolean" />
<xs:element minOccurs="0" name="SendRequestViaSms" type="xs:boolean" />
<xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SmsCredentialName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ParticipantInsertIdentity" type="xs:int" />
<xs:element minOccurs="0" name="IsDefinedParticipant" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
|