<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>
|