<xs:complexType name="TravelerRPHs">
<xs:annotation>
<xs:documentation xml:lang="en">A container to relate individual travelers to an inventory or chargeable item.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="TravelerRPH" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Provides a pointer to a traveler defined elsewhere in this message.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="RPH" type="RPH_Type" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">A pointer to identify a traveler defined elsewhere in this message.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
|