<xsd:complexType name="PriceModifiers">
<xsd:annotation>
<xsd:documentation source="Description">Discounts or promotions that are applied to a calculate the rate.</xsd:documentation>
<xsd:documentation source="Description">Discounts or promotions that are applied to a calculate the rate.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PriceModifiers</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="99" minOccurs="0" name="Promotion" type="ota2-0400:Promotion">
<xsd:annotation>
<xsd:documentation source="Description">A promotion that applies to the price calculation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="0" name="RateQualifier" type="ota2-0400:RateQualifier">
<xsd:annotation>
<xsd:documentation source="Description">Discounts and other rate qualifiers such as a senior rate, sunset rate, military rate, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="99" minOccurs="0" ref="ota2-0400:PersonIdentifier">
<xsd:annotation>
<xsd:documentation source="Description">An identifier for the person to which the promotion or discount applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ProductRef" type="xsd:IDREF">
<xsd:annotation>
<xsd:documentation source="Description">A reference to the product for which the rate modifier applies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:complexType>
|