Definition Type: ComplexType
Name: GuestCount
Namespace: http://www.opentravel.org/OTM/product/v4
Type: positiveInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: Product_4_0_0.xsd
Abstract
Documentation:
Identifies the number of guests for the reservation.
Collapse XSD Schema Diagram:
Drilldown into age in schema product_4_0_0_xsd Drilldown into ageQualifyingCode in schema product_4_0_0_xsdXSD Diagram of GuestCount in schema product_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="GuestCount">
    <xsd:annotation>
        <xsd:documentation source="Description">Identifies the number of guests for the reservation.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">GuestCount</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:positiveInteger">
            <xsd:attribute name="ageQualifyingCode" type="ota2-0400:StringTiny" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">TBD - Should this use the AgeQualifyingCode Code List? Specifies the age type of the guest.  (e.g. Adult, Child, Infant).</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="age" type="xsd:positiveInteger" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="Description">Specifies the specific age of the guest.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
ageQualifyingCode prod-0400:ageQualifyingCode Optional
age prod-0400:age Optional
Collapse Derivation Tree:
Collapse References:
ph:GuestCount, ph:GuestCount, orghs-0300:GuestCount