Definition Type: ComplexType
Name: Offer_Query_Offer
Namespace: http://www.opentravel.org/OTM/order/v3
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 in schema otm_builtins_xsd Drilldown into ProductQueries in schema product_4_0_0_xsdXSD Diagram of Offer_Query_Offer in schema order_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="Offer_Query_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:sequence>
        <xsd:element maxOccurs="2" minOccurs="1" ref="prod-0400:ProductQueries">
            <xsd:annotation>
                <xsd:documentation source="Description">Use 2 if requesting round trip Offers</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
ProductQueries prod-0400:ProductQueries 1 2
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Derivation Tree:
Collapse References:
order-0300:OfferQueryOffer