Definition Type: Element
Name: CategoryOptions
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CruiseCategoryAvailRS.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Contains the different categories associated to the fare code which is part of the fare option.
Collapse XSD Schema Diagram:
Drilldown into CategoryOption in schema ota_cruisecategoryavailrs_xsdXSD Diagram of CategoryOptions in schema ota_cruisecategoryavailrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="CategoryOptions">
    <xs:annotation>
        <xs:documentation xml:lang="en">Contains the different categories associated to the fare code which is part of the fare option.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CategoryOption" type="CategoryOptionType" maxOccurs="40">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Contains available category information. Information relates to occupancy, category location on the ship, the proposed price and upgrade if available.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CategoryOption nsA:CategoryOption (1) 40