<xs:element name="PricedItinerary" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Itinerary with pricing information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="PricedItineraryType">
<xs:attribute name="OriginDestinationRefNumber" type="Numeric1to99" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This attribute refers back to origin destination information in the OTA_AirLowFareSearchRQ message.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|