<xs:complexType name="DocumentUpdateModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="ID" type="xs:int" />
<xs:element minOccurs="0" name="Title" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="UserFileNameType" type="q31:Option.DocumentUserFileNameTypes" xmlns:q31="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="UserFileName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="InformationText" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ContactText" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="EmailTemplateSetName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="EnableSignatureInformationAnnotation" type="xs:boolean" />
<xs:element minOccurs="0" name="NeverAllowAsEmailAttachment" type="xs:boolean" />
<xs:element minOccurs="0" name="IsOptional" type="xs:boolean" />
<xs:element minOccurs="0" name="DeleteDate" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="Fields" nillable="true" type="tns:ArrayOfFormFieldModel" />
<xs:element minOccurs="0" name="IncludeAuditReportWithCompletedDocuments" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
|