<xs:attributeGroup name="TravelerRefNumberGroup">
<xs:annotation>
<xs:documentation xml:lang="en">A reference place holder used as a pointer to link back to the traveler.</xs:documentation>
</xs:annotation>
<xs:attribute name="RPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A unique reference for the traveler.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SurnameRefNumber" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to identify and associate travelers with the same surname. </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|