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