Definition Type: Attribute
Name: TotalTravelerQty
Namespace: http://www.opentravel.org/OTA/2003/05
Type: positiveInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirBaggageRQ.xsd
Use Required
Documentation:
Total passenger quantity. Example: 2 Note: This is the total passenger quantity for the entire itinerary.
Collapse XSD Schema Diagram:
XSD Diagram of TotalTravelerQty in schema ota_airbaggagerq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="TotalTravelerQty" type="xs:positiveInteger" use="required">
    <xs:annotation>
        <xs:documentation source="Description" xml:lang="en">Total passenger quantity.</xs:documentation>
        <xs:documentation source="Example" xml:lang="en">Example: 2</xs:documentation>
        <xs:documentation source="Moreinfo" xml:lang="en">Note: This is the total passenger quantity for the entire itinerary.</xs:documentation>
    </xs:annotation>
</xs:attribute>