<xs:complexType name="AuthenticationModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Type" nillable="true" type="q10:Option.ParticipantAuthenticationTypes" xmlns:q10="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="TwoFactorAuthentication" nillable="true" type="tns:AuthenticationModel" />
</xs:sequence>
</xs:complexType>
|