Definition Type: Element
Name: SelectedSailing
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CruiseCabinHoldRQ.xsd
MinOccurs (1)
MaxOccurs 3
Abstract
Documentation:
Contains information related to the selected sailing. Typically the selected sailing is one of the sailings returned in the previous sailing availability response.
Collapse XSD Schema Diagram:
Drilldown into InclusivePackageOption in schema ota_cruisecabinholdrq_xsd Drilldown into SelectedCategory in schema ota_cruisecabinholdrq_xsd Drilldown into SelectedFare in schema ota_cruisecabinholdrq_xsd Drilldown into Status in schema ota_cruisecommontypes_xsd Drilldown into VendorCodeContext in schema ota_cruisecommontypes_xsd Drilldown into ShipName in schema ota_cruisecommontypes_xsd Drilldown into ShipCode in schema ota_cruisecommontypes_xsd Drilldown into VendorName in schema ota_cruisecommontypes_xsd Drilldown into VendorCode in schema ota_cruisecommontypes_xsd Drilldown into End in schema ota_commontypes_xsd1 Drilldown into Duration in schema ota_commontypes_xsd1 Drilldown into Start in schema ota_commontypes_xsd1 Drilldown into DateTimeSpanGroup in schema ota_commontypes_xsd1 Drilldown into VoyageID in schema ota_cruisecommontypes_xsdXSD Diagram of SelectedSailing in schema ota_cruisecabinholdrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="SelectedSailing" maxOccurs="3">
    <xs:annotation>
        <xs:documentation xml:lang="en">Contains information related to the selected sailing. Typically the selected sailing is one of the sailings returned in the previous sailing availability response. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SelectedFare" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specifies the fare code and the group code if any. Fare codes are specific to cruise lines.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attributeGroup ref="FareGroup" />
                </xs:complexType>
            </xs:element>
            <xs:element name="SelectedCategory">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Specifies the selected category to search for cabins.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="SelectedCabin" maxOccurs="4">
                            <xs:annotation>
                                <xs:documentation xml:lang="en">Specifies the selected Cabins</xs:documentation>
                            </xs:annotation>
                            <xs:complexType>
                                <xs:attributeGroup ref="CruiseCabinGroup" />
                            </xs:complexType>
                        </xs:element>
                    </xs:sequence>
                    <xs:attributeGroup ref="CruiseCategoryDetailGroup" />
                </xs:complexType>
            </xs:element>
            <xs:element name="InclusivePackageOption" minOccurs="0">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Allows to query for package options that the cruise might offer with the sailing. Usually the request will query for  packages that are included in the cruise sailing offering (inclusive packages).</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attributeGroup ref="CruisePackageGroup" />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="SelectedSailingGroup" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SelectedFare nsA:SelectedFare 0 (1)
SelectedCategory nsA:SelectedCategory (1) (1)
InclusivePackageOption nsA:InclusivePackageOption 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
VoyageID VoyageID Optional
Start Start Optional
Duration Duration Optional
End End Optional
VendorCode VendorCode Optional
VendorName VendorName Optional
ShipCode ShipCode Optional
ShipName ShipName Optional
VendorCodeContext VendorCodeContext Optional
Status Status Optional