Definition Type: ComplexType
Name: Offer
Namespace: http://www.opentravel.org/OTM/order/v3
Type: order-0300:Offer_ID
Containing Schema: Order_3_0_0.xsd
Abstract
Documentation:
A product or products available at the given price and terms.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint_Summary in schema otm_builtins_xsd Drilldown into FacilityIdentifier in schema organization_3_0_0_xsd Drilldown into ProductSubGrp in schema product_4_0_0_xsd Drilldown into TermsAndConditionsSubGrp in schema order_3_0_0_xsd Drilldown into TotalPrice in schema order_3_0_0_xsd Drilldown into OfferRef in schema order_3_0_0_xsd Drilldown into Identifier in schema order_3_0_0_xsd Drilldown into objID in schema order_3_0_0_xsd Drilldown into Offer_ID in schema order_3_0_0_xsd Drilldown into taxExcludedInd in schema order_3_0_0_xsd Drilldown into vendor in schema order_3_0_0_xsdXSD Diagram of Offer in schema order_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Offer">
    <xsd:annotation>
        <xsd:documentation source="Description">A product or products available at the given price and terms.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Offer</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="order-0300:Offer_ID">
            <xsd:sequence>
                <xsd:element minOccurs="1" ref="order-0300:TotalPrice">
                    <xsd:annotation>
                        <xsd:documentation source="Description">Total price for all the products. Price may include itemized price information</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="25" minOccurs="0" ref="order-0300:TermsAndConditionsSubGrp">
                    <xsd:annotation>
                        <xsd:documentation source="Description">Specifies the terms and conditions for this offer.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element maxOccurs="30" minOccurs="0" ref="prod-0400:ProductSubGrp">
                    <xsd:annotation>
                        <xsd:documentation source="Description">One or more products that make up this offer.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" ref="org-0300:FacilityIdentifier">
                    <xsd:annotation>
                        <xsd:documentation source="Description">Identifies the facility for which this offer belongs.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Summary" />
            </xsd:sequence>
            <xsd:attribute name="vendor" type="ota2-0400:StringTiny" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Specifies the vendor for this offer.</xsd:documentation>
                    <xsd:appinfo>
                        <otm:Example context="Order" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Vendor Name</otm:Example>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="taxExcludedInd" type="xsd:boolean" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">By default, taxes are included.  When present and true, all taxes are excluded from the price.  Individual taxes may be excluded using the indicator on the tax object.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Identifier order-0300:Identifier 0 (1)
OfferRef order-0300:OfferRef 0 (1)
TotalPrice order-0300:TotalPrice 1 (1)
TermsAndConditionsSubGrp order-0300:TermsAndConditionsSubGrp 0 25
ProductSubGrp prod-0400:ProductSubGrp 0 30
FacilityIdentifier org-0300:FacilityIdentifier 0 (1)
ExtensionPoint_Summary ota2:ExtensionPoint_Summary 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
objID order-0300:objID Optional
vendor order-0300:vendor Optional
taxExcludedInd order-0300:taxExcludedInd Optional
Collapse Derivation Tree:
Collapse References:
order-0300:Offer, order-0300:Offer_Confirmed, order-0300:OfferSummary