<xsd:simpleType name="AgeQualifyingCode_Enum_Base">
<xsd:annotation>
<xsd:documentation source="Description">A code representing a business rule that determines the charges for a guest based upon age range (e.g. Adult, Child, Senior, Child With Adult, Child Without Adult). This attribute allows for an increase in rate by occupant class.
Person age categories.
Note: Age categories are typically used to qualify pricing and/or eligibility.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationOpen" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">AgeQualifyingCode_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Junior" />
<xsd:enumeration value="Under 10" />
<xsd:enumeration value="Younger driver" />
<xsd:enumeration value="Young driver" />
<xsd:enumeration value="Free adult" />
<xsd:enumeration value="Free child" />
<xsd:enumeration value="Additional occupant without adult" />
<xsd:enumeration value="Additional occupant with adult" />
<xsd:enumeration value="Senior" />
<xsd:enumeration value="Adult" />
<xsd:enumeration value="Teenager" />
<xsd:enumeration value="Child" />
<xsd:enumeration value="Infant" />
<xsd:enumeration value="Under 21" />
<xsd:enumeration value="Under 17" />
<xsd:enumeration value="Under 12" />
<xsd:enumeration value="Under 2" />
<xsd:enumeration value="Over 65" />
<xsd:enumeration value="Over 21" />
<xsd:enumeration value="Other_" />
</xsd:restriction>
</xsd:simpleType>
|