<xs:element name="BookingReferenceID" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Optional field available for use by trading partners as determined by their needs.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="UniqueID_Type">
<xs:attribute name="FlightRefNumberRPHList" type="ListOfRPH" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This provides a list of flight segment RPHs associated with a specific Booking Reference ID.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|