Definition Type: Element
Name: CabinOptions
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CruiseCabinAvailRS.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Contains the list of proposed cabin options.
Collapse XSD Schema Diagram:
Drilldown into CabinOption in schema ota_cruisecabinavailrs_xsdXSD Diagram of CabinOptions in schema ota_cruisecabinavailrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="CabinOptions">
    <xs:annotation>
        <xs:documentation xml:lang="en">Contains the list of proposed cabin options.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CabinOption" maxOccurs="99">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Contains information about the proposed cabin, It locates the cabin on the ship and gives the cabin bed configuration.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:complexContent>
                        <xs:extension base="CabinOptionType">
                            <xs:sequence>
                                <xs:element name="CabinFilters" minOccurs="0">
                                    <xs:annotation>
                                        <xs:documentation xml:lang="en">Collection of cabin filters.</xs:documentation>
                                    </xs:annotation>
                                    <xs:complexType>
                                        <xs:sequence>
                                            <xs:element name="CabinFilter" maxOccurs="99">
                                                <xs:annotation>
                                                    <xs:documentation xml:lang="en">Used to describe the features of the cabin.</xs:documentation>
                                                </xs:annotation>
                                                <xs:complexType>
                                                    <xs:attribute name="CabinFilterCode" type="OTA_CodeType" use="optional">
                                                        <xs:annotation>
                                                            <xs:documentation xml:lang="en">Code values representing attributes that are valid for this cabin.  Refer to OTA Code List Cabin Filters (CBF).</xs:documentation>
                                                        </xs:annotation>
                                                    </xs:attribute>
                                                </xs:complexType>
                                            </xs:element>
                                        </xs:sequence>
                                    </xs:complexType>
                                </xs:element>
                            </xs:sequence>
                        </xs:extension>
                    </xs:complexContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CabinOption nsA:CabinOption (1) 99