Definition Type: Element
Name: ContactPref
Containing Schema: OTA_CommonPrefs.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
The traveller's preferred means of being contacted.
Collapse XSD Schema Diagram:
Drilldown into ContactMethodCode in schema ota_commonprefs_xsd1 Drilldown into PreferLevel in schema ota_commonprefs_xsd1XSD Diagram of ContactPref in schema ota_commonprefs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ContactPref" minOccurs="0" maxOccurs="99">
    <xs:annotation>
        <xs:documentation>The traveller's preferred means of being contacted.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="PreferLevel" type="PreferLevelType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Level of preference for this method of being contacted.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ContactMethodCode" type="OTA_CodeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Method of contact. Refer to OpenTravel Code List DistributionType (DTB).</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
PreferLevel PreferLevel Optional
ContactMethodCode ContactMethodCode Optional