Definition Type: SimpleType
Name: RatePeriod_Enum
Namespace: http://www.opentravel.org/OTM/Common/v3
Containing Schema: CodeList_3_0_0.xsd
Documentation:
The RatePeriodSimpleType simple type defines a set of valid values for the type of rate that may be applied. Typically rates differ based upon the duration, and the actual rate is then expressed in terms of the period of the rental.
Collapse XSD Schema Diagram:
XSD Diagram of RatePeriod_Enum in schema codelist_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="RatePeriod_Enum">
    <xsd:annotation>
        <xsd:documentation source="Description">The RatePeriodSimpleType simple type defines a set of valid values for the type of rate that may be applied.  Typically rates differ based upon the duration, and the actual rate is then expressed in terms of the period of the rental.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RatePeriod_Enum</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="Hourly" />
        <xsd:enumeration value="Daily" />
        <xsd:enumeration value="Weekly" />
        <xsd:enumeration value="Monthly" />
        <xsd:enumeration value="WeekendDay" />
        <xsd:enumeration value="Other" />
        <xsd:enumeration value="Package">
            <xsd:annotation>
                <xsd:documentation source="Description">The rate period is based on the package.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Bundle">
            <xsd:annotation>
                <xsd:documentation source="Description">The rate is the same regardless of the number of days the vehicle is rented.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Total">
            <xsd:annotation>
                <xsd:documentation source="Description">The rate is the total, no specific rate period.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Hourly
Enumeration Daily
Enumeration Weekly
Enumeration Monthly
Enumeration WeekendDay
Enumeration Other
Enumeration Package
Enumeration Bundle
Enumeration Total
Collapse Derivation Tree:
Collapse References:
ota2-0400:ratePeriod