Definition Type: Element
Name: PassengerTypeQuantity
Namespace: http://www.opentravel.org/OTA/2003/05
Type: PassengerTypeQuantityType
Containing Schema: OTA_AirFareDisplayRQ.xsd
MinOccurs (1)
MaxOccurs 10
Abstract
Documentation:
Specify number of passengers using Passenger Type Codes.
Collapse XSD Schema Diagram:
Drilldown into ReductionPref in schema ota_airfaredisplayrq_xsd 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_xsd1 Drilldown into PassengerTypeQuantityType in schema ota_aircommontypes_xsdXSD Diagram of PassengerTypeQuantity in schema ota_airfaredisplayrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PassengerTypeQuantity" maxOccurs="10">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specify number of passengers using Passenger Type Codes. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="PassengerTypeQuantityType">
                <xs:sequence>
                    <xs:element name="ReductionPref" minOccurs="0">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Specify a desired reduction amount or percentage for this passenger type</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:attribute name="Amount" type="Money" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">The desired reduction amount</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="Currency" type="AlphaLength3" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">The desired reduction currency</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="Percent" type="Percentage" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">The desired reduction percentage</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="PreferLevel" type="PreferLevelType" use="optional" />
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReductionPref nsA:ReductionPref 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Age Age Optional
Code Code Optional
CodeContext CodeContext Optional
URI URI Optional
Quantity Quantity Optional
Collapse Derivation Tree: