Definition Type: Element
Name: GuestCounts
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CruiseCabinHoldRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies guest quantity and guest types.
Collapse XSD Schema Diagram:
Drilldown into GuestCount in schema ota_cruisecabinholdrq_xsdXSD Diagram of GuestCounts in schema ota_cruisecabinholdrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="GuestCounts" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies guest quantity and guest types.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <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>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GuestCount nsA:GuestCount (1) unbounded