<xsd:simpleType name="RateCategory_Enum">
<xsd:annotation>
<xsd:documentation source="Description">The RateCategory attribute defines a set of valid values for the category of a rate. Typically rates are offered as either Leisure rates or Business (Corporate) rates, with a business rate usually including additional costs such as the cost of insurance, etc. This set of values defines the rate categories. Refer to OpenTravel Code List Rate Category (RTC).</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RateCategory_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Government" />
<xsd:enumeration value="Business" />
<xsd:enumeration value="Leisure" />
<xsd:enumeration value="Employee" />
<xsd:enumeration value="VIP" />
<xsd:enumeration value="All" />
<xsd:enumeration value="Association" />
<xsd:enumeration value="Business standard" />
<xsd:enumeration value="Corporate" />
<xsd:enumeration value="Industry" />
<xsd:enumeration value="Fully inclusive" />
<xsd:enumeration value="Inclusive" />
<xsd:enumeration value="Negotiated" />
<xsd:enumeration value="Promotional" />
<xsd:enumeration value="Credential" />
<xsd:enumeration value="Standard" />
<xsd:enumeration value="Consortiums" />
<xsd:enumeration value="Conventions" />
</xsd:restriction>
</xsd:simpleType>
|