Definition Type: ComplexType
Name: PasswordHint
Namespace: http://www.opentravel.org/OTM/Common/v4
Type: ota2:Empty
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
Alternate method to password for account access.
Collapse XSD Schema Diagram:
Drilldown into question in schema common_4_0_0_xsd Drilldown into answer in schema common_4_0_0_xsdXSD Diagram of PasswordHint in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="PasswordHint">
    <xsd:annotation>
        <xsd:documentation source="Description">Alternate method to password for account access.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PasswordHint</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="ota2:Empty">
            <xsd:attribute name="answer" type="ota2-0400:StringShort" use="required">
                <xsd:annotation>
                    <xsd:documentation source="Description">A short string  
Minimum length of 0 and a maximum length of 128</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="question" type="ota2-0400:StringShort" use="required">
                <xsd:annotation>
                    <xsd:documentation source="Description">A short string  
Minimum length of 0 and a maximum length of 128</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
answer ota2-0400:answer Required
question ota2-0400:question Required
Collapse Derivation Tree:
Collapse References:
ota2-0400:PasswordHint