Definition Type: ComplexType
Name: RelatedTraveler
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
Other traveler profiles associated with an specific individual. Other traveler profiles associated with an specific individual.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint in schema otm_builtins_xsd Drilldown into Privacy in schema common_4_0_0_xsd Drilldown into TravelerSubGrp in schema common_4_0_0_xsd Drilldown into relation in schema common_4_0_0_xsdXSD Diagram of RelatedTraveler in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="RelatedTraveler">
    <xsd:annotation>
        <xsd:documentation source="Description">Other traveler profiles associated with an specific individual.</xsd:documentation>
        <xsd:documentation source="Description">Other traveler profiles associated with an specific individual.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RelatedTraveler</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" ref="ota2-0400:TravelerSubGrp">
            <xsd:annotation>
                <xsd:documentation source="Description">Person associated with the traveler.</xsd:documentation>
                <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}PersonNameType</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Privacy" type="ota2-0400:Privacy">
            <xsd:annotation>
                <xsd:documentation source="Description">Allows for control of the sharing of related traveler data between parties.</xsd:documentation>
                <xsd:documentation source="Implementer">AttributeGroup: PrivacyGroup</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
    </xsd:sequence>
    <xsd:attribute name="relation" type="ota2-0400:StringTiny" use="optional">
        <xsd:annotation>
            <xsd:documentation source="Description">Indicates the type of relationship with the person in the profile, such as Spouse, Child, Family, Business Associate, Interest Group, Medical, Security, Other, etc.</xsd:documentation>
            <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to32</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TravelerSubGrp ota2-0400:TravelerSubGrp 0 1
Privacy ota2-0400:Privacy 0 (1)
ExtensionPoint ota2:ExtensionPoint 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
relation ota2-0400:relation Optional
Collapse Derivation Tree:
Collapse References:
ota2-0400:RelatedTraveler