Definition Type: Element
Name: GuestCounts
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_CruiseCategoryAvailRQ.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specifies guest quantity and guest types.
Collapse XSD Schema Diagram:
Drilldown into GuestCount in schema ota_cruisecategoryavailrq_xsdXSD Diagram of GuestCounts in schema ota_cruisecategoryavailrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="GuestCounts">
    <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="9">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Categorization of all guests in the request.  The sum of the Quantity attribute will provide you with the total number of guests.</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) 9