<xs:complexType name="RelatedTravelerPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a preference for a name of a related traveler.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UniqueID" type="UniqueID_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Unique identifier for a related traveler.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for a related traveler.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
|