<xs:complexType name="RateQualifierType">
<xs:annotation>
<xs:documentation xml:lang="en">The RateQualifierType complex type describes fully rate information associated with a specific rate quotation, including the description of any promotions that may apply.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PromoDesc" type="StringLength1to32" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This may be used to provide additional information about the promotion code.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RateComments" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of rate comments.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="RateComment" maxOccurs="15">
<xs:annotation>
<xs:documentation xml:lang="en">This may be used to provide any additional information about rates (e.g., must return by Monday at 8 AM). </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="FormattedTextTextType">
<xs:attribute name="Name" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the type of rate comments (e.g., textual rule, marketing information).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="RateQualifierCoreGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Basic information pertaining to a rate.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="ArriveByFlight" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation xml:lang="en">
<DeprecationWarning>The attribute's default value is a candidate for removal and should not be relied upon. OpenTravel plans to remove all default values from the specification. Deprecation Warning added in 2008B.</DeprecationWarning>
</xs:documentation>
<xs:documentation xml:lang="en">Indicates if this rate is only available to those customers who are flying to the vehicle rental location.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RateAuthorizationCode" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The rate authorization code for this rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VendorRateID" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> The identifier assigned to this rate by the vendor.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|