Definition Type: Element
Name: GuestCount
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CruiseCabinHoldRQ.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Categorization of all guests in the request. The total number of guests will equal the sum of the Quantity attribute of all GuestCount objects in this collection and assumes that the Guest Age or the Guest Code will be used to determine how each Guest should be fared.
Collapse XSD Schema Diagram:
Drilldown into Quantity in schema ota_commontypes_xsd1 Drilldown into QuantityGroup in schema ota_commontypes_xsd1 Drilldown into URI in schema ota_commontypes_xsd1 Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into Code in schema ota_commontypes_xsd1 Drilldown into Age in schema ota_commontypes_xsd1 Drilldown into TravelerCountGroup in schema ota_commontypes_xsd1XSD Diagram of GuestCount in schema ota_cruisecabinholdrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="GuestCount" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation xml:lang="en">Categorization of all guests in the request.  The total number of guests will equal the sum of the Quantity attribute of all GuestCount objects in this collection and assumes that the Guest Age or the Guest Code will be used to determine how each Guest should be fared.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="TravelerCountGroup" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
Age Age Optional
Code Code Optional
CodeContext CodeContext Optional
URI URI Optional
Quantity Quantity Optional