<xs:element name="TravelerInfoSummary">
<xs:annotation>
<xs:documentation xml:lang="en">Specify the number of passengers and types for Air Low Fare Search</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="TravelerInfoSummaryType">
<xs:attribute name="TicketingCountryCode" type="ISO3166" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To specify the country code where ticketing of the reservation will take place.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SpecificPTC_Indicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, this request is for a specific PTC and only fares applicable to that PTC will be checked and returned.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|