<xs:element name="OTA_CruiseBookingDocumentRS">
<xs:annotation>
<xs:documentation xml:lang="en">Provides confirmation that the documents will be delivered as requested.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="Success" type="SuccessType">
<xs:annotation>
<xs:documentation xml:lang="en"> Standard way to indicate successful
processing of an OTA message. Returning an empty element of this type indicates
success.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Warnings" type="WarningsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en"> Standard way to indicate successful
processing of an OTA message, but one in which warnings are
generated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReservationID">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the reservation control information or the guest's booking ID (e.g. PNR Record Locator and/or Vendor Confirmation Number).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="UniqueID_Type">
<xs:attribute name="SyncDateTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the Syncronization date of the record between GDS and CruiseLine.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="CruiseDocument" maxOccurs="9">
<xs:annotation>
<xs:documentation xml:lang="en">The document and the delivery method of the request.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="DocumentHandlingType">
<xs:attribute name="Status" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the status of the cruise booking document (e.g. "confirmed" or "declined"). Refer to OTA Code List Status (STS).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Reason" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides a short description of the reason for why the document has a particular status.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:element name="Errors" type="ErrorsType">
<xs:annotation>
<xs:documentation xml:lang="en"> A collection of errors that occurred during
the processing of a message.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attributeGroup ref="OTA_PayloadStdAttributes">
<xs:annotation>
<xs:documentation xml:lang="en">The standard attributes that appear on the root element for all OTA payloads. </xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|