<xsd:complexType name="Read_RQ">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="Operation" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Reservation_Read</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="res-0200:ReservationIdentifier">
<xsd:annotation>
<xsd:documentation source="Description">The reservation identifier of the reservation to be retrieved.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="res-0200:Verification">
<xsd:annotation>
<xsd:documentation source="Description">Information that may be used to verify the correct reservation is being returned.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|