<xs:complexType name="DocumentTiffDetailsRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="ProntoID" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IDs" nillable="true" type="q52:ArrayOfint" xmlns:q52="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="TransactionIDs" nillable="true" type="q53:ArrayOfint" xmlns:q53="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="ParticipantIDs" nillable="true" type="q54:ArrayOfint" xmlns:q54="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="TaskIDs" nillable="true" type="q55:ArrayOfint" xmlns:q55="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="MetaDataName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MetaDataValue" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StatusType" type="q56:Option.TransactionStatusTypes" xmlns:q56="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="SearchDateType" type="q57:Option.TransactionSearchDateTypes" xmlns:q57="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="SearchDateFrom" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="SearchDateTo" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="EnableLogging" type="xs:boolean" />
<xs:element minOccurs="0" name="ResultsCountLimit" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="ResultsCountStart" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="Dpi" type="xs:int" />
<xs:element minOccurs="0" name="BitsPerPixel" type="xs:int" />
<xs:element minOccurs="0" name="CompressionType" type="q58:Option.DocumentPdfCompressionTypes" xmlns:q58="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="Includes" nillable="true" type="tns:DocumentFileIncludesModel" />
<xs:element minOccurs="0" name="TimeZoneID" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
|