<xsd:complexType name="ContactPerson">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ContactPerson</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2-0400:PersonSubGrp">
<xsd:annotation>
<xsd:documentation source="Description">Information regarding the contact such as name, address, phone, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CommunicationMethodCode" type="ota2-0300:DistributionType_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Provides the preferred method of communication. Refer to OpenTravel Code list Distribution Type (DTB).</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}OTA_CodeType</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DocumentDistribMethodCode" type="ota2-0300:DistributionType_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Indicates the method of distribution for the booking documentation. Refer to OpenTravel Code list Distribution Type (DTB).</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}OTA_CodeType</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="contactType" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Type of contact in the context of use for the travel experience; such as permanent, temporary, affiliation, travel arranger, etc.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to32</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="relation" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Indicates the type of relationship with the person or company 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:attribute name="emergencyFlagInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">[LegacyDefaultValue: null]</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="defaultInd" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Indicates that the receiving system should assume the default value if the user specifies no overriding value or action.</xsd:documentation>
<xsd:documentation source="Implementer">AttributeGroup: DefaultIndGroup</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|