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