Definition Type: ComplexType
Name: RebateProgram
Namespace: http://www.opentravel.org/OTM/order/v3
Containing Schema: Order_3_0_0.xsd
Abstract
Documentation:
Information about a suppliers participation in a rebate program, e.g. a VAT (value added tax) program. Information about a suppliers participation in a rebate program, e.g. a VAT (value added tax) program.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into ProgramRestrictions in schema order_3_0_0_xsd Drilldown into PaymentCardSummary in schema finance_3_0_0_xsd Drilldown into participationInd in schema order_3_0_0_xsd Drilldown into programName in schema order_3_0_0_xsdXSD Diagram of RebateProgram in schema order_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="RebateProgram">
    <xsd:annotation>
        <xsd:documentation source="Description">Information about a suppliers participation in a rebate program, e.g. a VAT (value added tax) program.</xsd:documentation>
        <xsd:documentation source="Description">Information about a suppliers participation in a rebate program, e.g. a VAT (value added tax) program.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RebateProgram</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="9" minOccurs="0" ref="fin-0300:PaymentCardSummary">
            <xsd:annotation>
                <xsd:documentation source="Description">Information about payments eligible for a rebate program.</xsd:documentation>
                <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}PaymentCardType</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ProgramRestrictions" type="ota2-0400:TextFree">
            <xsd:annotation>
                <xsd:documentation source="Description">Describes restrictions related to the rebate program.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
    <xsd:attribute name="programName" type="ota2-0400:String" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">The name of the rebate program.</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="participationInd" type="xsd:boolean" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">When true, the supplier is participating in a rebate program, e.g. a VAT (value added tax) program.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PaymentCardSummary fin-0300:PaymentCardSummary 0 9
ProgramRestrictions order-0300:ProgramRestrictions 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
programName order-0300:programName Optional
participationInd order-0300:participationInd Optional
Collapse Derivation Tree:
Collapse References:
order-0300:RebateProgram