Definition Type: Element
Name: OTA_CruiseCancellationPricingRS
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CruiseCancellationPricingRS.xsd
Abstract
Documentation:
The cruise cancellation pricing message returns the computed cancellation penalities.
Collapse XSD Schema Diagram:
Drilldown into Errors in schema ota_cruisecancellationpricingrs_xsd Drilldown into CancellationFees in schema ota_cruisecancellationpricingrs_xsd Drilldown into SailingInfo in schema ota_cruisecancellationpricingrs_xsd Drilldown into ReservationID in schema ota_cruisecancellationpricingrs_xsd Drilldown into Warnings in schema ota_cruisecancellationpricingrs_xsd Drilldown into Success in schema ota_cruisecancellationpricingrs_xsd Drilldown into RetransmissionIndicator in schema ota_commontypes_xsd1 Drilldown into AltLangID in schema ota_commontypes_xsd1 Drilldown into AltLangID_Group in schema ota_commontypes_xsd1 Drilldown into PrimaryLangID in schema ota_commontypes_xsd1 Drilldown into PrimaryLangID_Group in schema ota_commontypes_xsd1 Drilldown into TransactionStatusCode in schema ota_commontypes_xsd1 Drilldown into SequenceNmbr in schema ota_commontypes_xsd1 Drilldown into TransactionIdentifier in schema ota_commontypes_xsd1 Drilldown into Version in schema ota_commontypes_xsd1 Drilldown into Target in schema ota_commontypes_xsd1 Drilldown into TimeStamp in schema ota_commontypes_xsd1 Drilldown into EchoToken in schema ota_commontypes_xsd1 Drilldown into OTA_PayloadStdAttributes in schema ota_commontypes_xsd1XSD Diagram of OTA_CruiseCancellationPricingRS in schema ota_cruisecancellationpricingrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="OTA_CruiseCancellationPricingRS">
    <xs:annotation>
        <xs:documentation xml:lang="en">The cruise cancellation pricing message returns the computed cancellation penalities.</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 (business errors) are 
generated.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="ReservationID" maxOccurs="2">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Specifies the reservation control information or the guest's booking ID in modification mode (e.g., PNR Record Locator and/or Vendor Confirmation Number).</xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                        <xs:complexContent>
                            <xs:extension base="UniqueID_Type">
                                <xs:attributeGroup ref="ReservationStatusGroup" />
                            </xs:extension>
                        </xs:complexContent>
                    </xs:complexType>
                </xs:element>
                <xs:element name="SailingInfo" type="SailingCategoryInfoType" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Contains information for the selected sailing. </xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="CancellationFees" type="CruiseBookingInfoType">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Specifies the cancellation fees associated to the booking.</xs:documentation>
                    </xs:annotation>
                </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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Success nsA:Success (1) (1)
Warnings nsA:Warnings 0 (1)
ReservationID nsA:ReservationID (1) 2
SailingInfo nsA:SailingInfo 0 (1)
CancellationFees nsA:CancellationFees (1) (1)
Errors nsA:Errors (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
EchoToken EchoToken Optional
TimeStamp TimeStamp Optional
Target Target Production Optional
Version Version Required
TransactionIdentifier TransactionIdentifier Optional
SequenceNmbr SequenceNmbr Optional
TransactionStatusCode TransactionStatusCode Optional
PrimaryLangID PrimaryLangID Optional
AltLangID AltLangID Optional
RetransmissionIndicator RetransmissionIndicator Optional