<xs:complexType name="RelatedTravelerType">
<xs:annotation>
<xs:documentation xml:lang="en">Other traveler profiles associated with an specific individual.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the profile of the related traveler.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PersonName" type="PersonNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Person associated with the traveler.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="PrivacyGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Allows for control of the sharing of related traveler data between parties.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="Relation" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the type of relationship with the person in the profile, such as Spouse, Child, Family, Business Associate, Interest Group, Medical, Security, Other, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="BirthDateGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Birth date of the related traveler.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
|