<xs:complexType name="FileAttachmentDetailsRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="IDs" nillable="true" type="q1:ArrayOfint" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="TaskIDs" nillable="true" type="q2:ArrayOfint" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="DocumentIDs" nillable="true" type="q3:ArrayOfint" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="ParticipantIDs" nillable="true" type="q4:ArrayOfint" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="TransactionIDs" nillable="true" type="q5:ArrayOfint" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="ProntoID" nillable="true" type="xs:string" />
<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:sequence>
</xs:complexType>
|