Definition Type: Element
Name: SelectedSailing
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CruiseCabinUnholdRQ.xsd
MinOccurs (1)
MaxOccurs 3
Abstract
Documentation:
Identifies the voyage(s) where the cabin is to be released
Collapse XSD Schema Diagram:
Drilldown into SelectedCabin in schema ota_cruisecabinunholdrq_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_cruisecabinunholdrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="SelectedSailing" maxOccurs="3">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identifies the voyage(s) where the cabin is to be released</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="SelectedCabin" maxOccurs="4">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Identifies the currently held cabins for the given sailing, for which release is being requested.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attributeGroup ref="CruiseCabinGroup" />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attributeGroup ref="SelectedSailingGroup" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SelectedCabin nsA:SelectedCabin (1) 4
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