<xs:element name="RebookOption" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Provides information concerning a flight segment that can be rebooked for a lower fare.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="FlightSegmentRPH" type="RPH_Type" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">A reference to a booked flight segment.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ResBookDesigCode" type="UpperCaseAlphaLength1to2" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The class of service in which the flight should be rebooked for a lower fare.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|