<xs:complexType name="UserUpdateableRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="ProntoIDs" nillable="true" type="q11:ArrayOfstring" xmlns:q11="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="IDs" nillable="true" type="q12:ArrayOfint" xmlns:q12="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="Usernames" nillable="true" type="q13:ArrayOfstring" xmlns:q13="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xs:element minOccurs="0" name="EmailAddresses" nillable="true" type="q14:ArrayOfstring" xmlns:q14="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="q15:Option.UserProcessAuthorityTypes" xmlns:q15="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="ControlPanelAuthorityType" nillable="true" type="q16:Option.UserControlPanelAuthorityTypes" xmlns:q16="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:sequence>
</xs:complexType>
|