Definition Type: ComplexType
Name: PriceModifiers
Namespace: http://www.opentravel.org/OTM/order/v3
Containing Schema: Order_3_0_0.xsd
Abstract
Documentation:
Discounts or promotions that are applied to a calculate the rate. Discounts or promotions that are applied to a calculate the rate.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into ProductRef in schema order_3_0_0_xsd Drilldown into PersonIdentifier in schema common_4_0_0_xsd Drilldown into RateQualifier in schema order_3_0_0_xsd Drilldown into Promotion in schema order_3_0_0_xsdXSD Diagram of PriceModifiers in schema order_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Promotion order-0300:Promotion 0 99
RateQualifier order-0300:RateQualifier 0 99
PersonIdentifier ota2-0400:PersonIdentifier 0 99
ProductRef order-0300:ProductRef 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
order-0300:PriceModifiers