Definition Type: Element
Name: PTC_FareBreakdowns
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirPriceRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A collection of fares by PTC code.
Collapse XSD Schema Diagram:
Drilldown into PTC_FareBreakdown in schema ota_airpricers_xsdXSD Diagram of PTC_FareBreakdowns in schema ota_airpricers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PTC_FareBreakdowns" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">A collection of fares by PTC code.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PTC_FareBreakdown" type="PTCFareBreakdownType" maxOccurs="20">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The fare information for a specific PTC code for all of the priced itineraries.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PTC_FareBreakdown nsA:PTC_FareBreakdown (1) 20