<xs:complexType name="UserDetailsRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="ProntoIDs" nillable="true" type="q1:ArrayOfstring" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="IDs" nillable="true" type="q2:ArrayOfint" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="Usernames" nillable="true" type="q3:ArrayOfstring" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="EmailAddresses" nillable="true" type="q4:ArrayOfstring" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="IsLockedOut" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="IsExpired" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="SigningAuthorityType" nillable="true" type="q5:Option.UserProcessAuthorityTypes" xmlns:q5="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="ControlPanelAuthorityType" nillable="true" type="q6:Option.UserControlPanelAuthorityTypes" xmlns:q6="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<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="FederationUsernames" nillable="true" type="q7:ArrayOfstring" xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
</xs:sequence>
</xs:complexType>
|