Definition Type: Element
Name: FareOption
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CruiseCategoryAvailRS.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
Fare and associated categories information.
Collapse XSD Schema Diagram:
Drilldown into CategoryOptions in schema ota_cruisecategoryavailrs_xsd Drilldown into GroupCode in schema ota_cruisecommontypes_xsd Drilldown into FareCode in schema ota_cruisecommontypes_xsdXSD Diagram of FareOption in schema ota_cruisecategoryavailrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FareOption" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">Fare and associated categories information.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <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>
        </xs:sequence>
        <xs:attributeGroup ref="FareGroup" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CategoryOptions nsA:CategoryOptions (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
FareCode FareCode Optional
GroupCode GroupCode Optional