<xs:element name="SpecificFlightInfo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Specify actual airline, flight number, or booking class.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="SpecificFlightInfoType">
<xs:attribute name="BookingReferenceID" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is the identifier returned by the booking system, also referred to as a PNR locator, confirmation number or reservation number from where the flight information is taken from.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|