<xs:complexType name="ParticipantActionDefineParticipantOptionsModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Authentication" nillable="true" type="tns:ParticipantDefinedAuthenticationOptionModel" />
<xs:element minOccurs="0" name="Authentication2" nillable="true" type="tns:ParticipantDefinedAuthenticationOptionModel" />
<xs:element minOccurs="0" name="EmailAddress" nillable="true" type="tns:ParticipantDefinedOptionModel" />
<xs:element minOccurs="0" name="EmailMessage" nillable="true" type="tns:ParticipantDefinedOptionModel" />
<xs:element minOccurs="0" name="FullName" nillable="true" type="tns:ParticipantDefinedOptionModel" />
<xs:element minOccurs="0" name="Organization" nillable="true" type="tns:ParticipantDefinedOptionModel" />
<xs:element minOccurs="0" name="RoleToUpdate" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Title" nillable="true" type="tns:ParticipantDefinedOptionModel" />
<xs:element minOccurs="0" name="PhoneNumber" nillable="true" type="tns:ParticipantDefinedOptionModel" />
</xs:sequence>
</xs:complexType>
|