<xsd:complexType name="DeleteOrder_RQ">
<xsd:annotation>
<xsd:documentation source="Description">The order id of the order that was deleted (canceled).</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Operation" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Order_DeleteOrder</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ota2msg:OTA2_Request_Payload">
<xsd:sequence>
<xsd:element minOccurs="0" name="PayloadStdAttributes" type="ota2-0400:PayloadStdAttributes">
<xsd:annotation>
<xsd:documentation source="Description">The standard attributes that appear on the root element for all OpenTravel messages.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2-0400:POS">
<xsd:annotation>
<xsd:documentation source="Description">Point of Sale (POS) identifies the party or connection channel making the request.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="order-0300:OrderSubGrp">
<xsd:annotation>
<xsd:documentation source="Description">The order or order Id to be deleted.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|