<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>
|