<xsd:complexType name="Reservation_Cancellation">
<xsd:annotation>
<xsd:documentation source="Description">A container associating travelers and orders pertaining to a particular trip or event.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Reservation</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="res-0200:Reservation">
<xsd:sequence>
<xsd:element minOccurs="0" name="CancellationID" type="ota2-0400:Identifier">
<xsd:annotation>
<xsd:documentation source="Description">Confirmation of the cancellation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Custom" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|