Definition Type: Element
Name: PTC_FareBreakdowns
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
This is a collection of PTC Fare Breakdowns
Collapse XSD Schema Diagram:
Drilldown into PTC_FareBreakdown in schema ota_aircommontypes_xsd1XSD Diagram of PTC_FareBreakdowns in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="PTC_FareBreakdowns" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">This is a collection of PTC Fare Breakdowns</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PTC_FareBreakdown" type="PTCFareBreakdownType" maxOccurs="20">
                <xs:annotation>
                    <xs:documentation xml:lang="en"> Per passenger type code pricing for a travel itinerary. </xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PTC_FareBreakdown PTC_FareBreakdown (1) 20