Definition Type: Element
Name: InclusivePackageOption
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CruiseCabinHoldRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
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).
Collapse XSD Schema Diagram:
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 InclusiveIndicator in schema ota_cruisecommontypes_xsd Drilldown into CruisePackageCode in schema ota_cruisecommontypes_xsdXSD Diagram of InclusivePackageOption in schema ota_cruisecabinholdrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
CruisePackageCode CruisePackageCode Optional
InclusiveIndicator InclusiveIndicator Optional
Start Start Optional
Duration Duration Optional
End End Optional