<xsd:complexType name="SecurityQuestionInformationType">
<xsd:annotation>
<xsd:documentation>Contains information on a security question (For example, what is your mother's maiden name?) the answer to which is known or set by the user. Security questions sometimes are used to support password resets or other authentication tasks.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="SecurityQuestionID" minOccurs="0" />
<xsd:element ref="SecurityQuestion" minOccurs="0" />
<xsd:element ref="SecurityQuestionAnswer" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|