<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>
|