Definition Type: ComplexType
Name: SecurityQuestionInformationType
Namespace: http://www.hr-xml.org/3
Containing Schema: UserAccount.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into SecurityQuestionAnswer in schema useraccount_xsd Drilldown into SecurityQuestion in schema useraccount_xsd Drilldown into SecurityQuestionID in schema useraccount_xsdXSD Diagram of SecurityQuestionInformationType in schema useraccount_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SecurityQuestionID nsA:SecurityQuestionID 0 (1)
SecurityQuestion nsA:SecurityQuestion 0 (1)
SecurityQuestionAnswer nsA:SecurityQuestionAnswer 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:SecurityQuestionInformation