<xsd:complexType name="Offer_Confirmed">
<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">
<xsd:sequence>
<xsd:element minOccurs="0" name="ConfirmationId" type="ota2-0400:Identifier">
<xsd:annotation>
<xsd:documentation source="Description">An identifier for the confirmed offer provided by the vendor.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Custom" />
</xsd:sequence>
<xsd:attribute name="description" type="ota2-0400:StringLong" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">A description of the confirmed offer.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|