Definition Type: SimpleType
Name: RateCategory_Enum
Namespace: http://www.opentravel.org/OTM/order/v3
Containing Schema: Order_3_0_0.xsd
Documentation:
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).
Collapse XSD Schema Diagram:
XSD Diagram of RateCategory_Enum in schema order_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Government
Enumeration Business
Enumeration Leisure
Enumeration Employee
Enumeration VIP
Enumeration All
Enumeration Association
Enumeration Business standard
Enumeration Corporate
Enumeration Industry
Enumeration Fully inclusive
Enumeration Inclusive
Enumeration Negotiated
Enumeration Promotional
Enumeration Credential
Enumeration Standard
Enumeration Consortiums
Enumeration Conventions