<xs:complexType name="UserInsertModel" 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="Username" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SigningAuthorityType" type="q19:Option.UserProcessAuthorityTypes" xmlns:q19="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SecurityQuestion" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SecurityAnswer" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Title" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Organization" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SignatureImage" nillable="true" type="xs:base64Binary" />
<xs:element minOccurs="0" name="ControlPanelAuthorityType" type="q20:Option.UserControlPanelAuthorityTypes" xmlns:q20="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="ViewUnassignedRegUserTransactions" type="xs:boolean" />
<xs:element minOccurs="0" name="FederatedUsername" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="RequirePasswordChangeOnFirstUse" type="xs:boolean" />
<xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IsLockedOut" type="xs:boolean" />
<xs:element minOccurs="0" name="IsExpired" type="xs:boolean" />
<xs:element minOccurs="0" name="PasswordChangeInDays" nillable="true" type="xs:short" />
<xs:element minOccurs="0" name="Permissions" nillable="true" type="tns:ArrayOfUserPermissionInsertModel" />
<xs:element minOccurs="0" name="MiddleName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Suffix" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Federations" nillable="true" type="tns:ArrayOfUserFederationInsertModel" />
</xs:sequence>
</xs:complexType> |