<xs:element name="FlightSegmentRPHs" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Reference pointers to flight segments</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="FlightSegmentRPH" type="RPH_Type" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Reference to the flight segments for this traveler</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|