Definition Type: ComplexType
Name: PersonDiscount
Namespace: http://www.opentravel.org/OTM/order/v3
Containing Schema: Order_3_0_0.xsd
Abstract
Documentation:
Provides a reference between a person and a product. Provides a reference between a person and a product.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into Discount in schema order_3_0_0_xsd Drilldown into PersonIdentifier in schema common_4_0_0_xsdXSD Diagram of PersonDiscount in schema order_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="PersonDiscount">
    <xsd:annotation>
        <xsd:documentation source="Description">Provides a reference between a person and a product.</xsd:documentation>
        <xsd:documentation source="Description">Provides a reference between a person and a product.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PersonDiscount</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="ota2-0400:PersonIdentifier">
            <xsd:annotation>
                <xsd:documentation source="Description">A person discounts</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Discount" type="ota2-0400:RateQualifier">
            <xsd:annotation>
                <xsd:documentation source="Description">Promotions and other rate qualifying discounts applied to this order. Note that promotions may be tied to individuals or to the order as a whole.</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
PersonIdentifier ota2-0400:PersonIdentifier 0 (1)
Discount order-0300:Discount 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
order-0300:PersonDiscount