1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267
|
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="1.008" id="OTA2003A2007A">
<xs:include schemaLocation="OTA_CommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OTA specification are made available according to the terms defined by the OTA License Agreement at http://www.opentravel.org/ota_downloads_form.cfm</xs:documentation>
</xs:annotation>
<xs:complexType name="AddressPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Address(es) to be used with this collection of preferences.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Address" type="AddressInfoType"/>
</xs:sequence>
<xs:attributeGroup ref="PrivacyGroup"/>
</xs:complexType>
<xs:complexType name="CommonPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Travel needs associated with a collection but independent of specific travel services.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="NamePref" type="NamePrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="PhonePref" type="PhonePrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="AddressPref" type="AddressPrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="PaymentFormPref" type="PaymentFormPrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="InterestPref" type="InterestPrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="InsurancePref" type="InsurancePrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SeatingPref" type="SeatingPrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="TicketDistribPref" type="TicketDistribPrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="MediaEntertainPref" type="MediaEntertainPrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="PetInfoPref" type="PetInfoPrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="MealPref" type="MealPrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="LoyaltyPref" type="LoyaltyPrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="SpecRequestPref" type="SpecRequestPrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="RelatedTravelerPref" type="RelatedTravelerPrefType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="PrivacyGroup"/>
<xs:attributeGroup ref="SmokingIndicatorGroup"/>
<xs:attributeGroup ref="PrimaryLangID_Group"/>
<xs:attributeGroup ref="AltLangID_Group"/>
</xs:complexType>
<xs:complexType name="CompanyNamePrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a preferred company by name.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="CompanyNameType">
<xs:attributeGroup ref="PreferLevelGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="InsurancePrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies travel insurance policies to be used with this collection of preferences.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup"/>
<xs:attribute name="RPH" type="RPH_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Index number to be used for reference the insurance policy to be used in this travel collection.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="InterestPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Traveler interests to be used with this collection of preferences.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="LoyaltyPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Loyalty programs to be used with this collection.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup"/>
<xs:attribute name="RPH" type="RPH_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Identification of loyalty program by reference number or index.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="MealPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Food and beverage preferences to be used with this collection.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength0to64">
<xs:attributeGroup ref="PreferLevelGroup"/>
<xs:attribute name="MealType" type="MealType">
<xs:annotation>
<xs:documentation xml:lang="en">Type of meal required (e.g.,vegetarian, Kosher, low fat, etc.)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FavoriteFood" type="StringLength1to64">
<xs:annotation>
<xs:documentation xml:lang="en">Dining preferences used with this collection.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Beverage" type="StringLength1to64">
<xs:annotation>
<xs:documentation xml:lang="en">Type of drink(s) preferred.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="MediaEntertainPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Media and entertainment information preferences.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="NamePrefType">
<xs:annotation>
<xs:documentation xml:lang="en">PersonName to be used with this collection of preferences.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UniqueID" type="UniqueID_Type"/>
<xs:element name="PersonName" type="PersonNameType"/>
</xs:sequence>
<xs:attributeGroup ref="PreferLevelGroup"/>
</xs:complexType>
<xs:complexType name="OtherSrvcPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Other travel service preferences.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OtherSrvcName" type="StringLength1to32">
<xs:annotation>
<xs:documentation xml:lang="en">Name of other travel services identified in this collection of preferences.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VendorPref" type="CompanyNamePrefType" minOccurs="0" maxOccurs="5"/>
<xs:element name="LoyaltyPref" type="LoyaltyPrefType" minOccurs="0" maxOccurs="5"/>
<xs:element name="PaymentFormPref" type="PaymentFormPrefType" minOccurs="0" maxOccurs="5"/>
<xs:element name="SpecRequestPref" type="SpecRequestPrefType" minOccurs="0" maxOccurs="5"/>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="PreferLevelGroup"/>
<xs:attributeGroup ref="PrivacyGroup"/>
<xs:attribute name="TravelPurpose" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Refer to OTA Code List Travel Purpose (TVP).
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="PaymentFormPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Form(s) of payment to be used with this collection of preferences.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup"/>
<xs:attribute name="RPH" type="RPH_Type"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="PetInfoPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preferences for information about pets that accompany the customer in a given travel situation.
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="PhonePrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Telephone number(s) to be used with this collection of preferences.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Telephone">
<xs:complexType>
<xs:attributeGroup ref="TelephoneInfoGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RelatedTravelerPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Name(s) of related travelers to be used with this collection of preferences.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UniqueID" type="UniqueID_Type"/>
</xs:sequence>
<xs:attributeGroup ref="PreferLevelGroup"/>
</xs:complexType>
<xs:complexType name="SeatingPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Seating preferences to be used with this collection of preferences.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength0to64">
<xs:attributeGroup ref="PreferLevelGroup"/>
<xs:attribute name="SeatDirection" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Direction seat faces during travel, when conveyance allows.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SeatLocation" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Location of seat in cabin of conveyance. Suggested values include: Forward, Middle, Aft, ExitRow, Bulkhead, Right or Left Side, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SeatPosition" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Preferred position of seat in a row, such as Aisle, Middle, Center, Window, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SeatRow" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Preferred row for seating, indicates specific row number and/or seat identifier.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="SpecRequestPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Special request to be used with this collection of preferences.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="TicketDistribPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Type of ticket distribution to be used with this collection of preferences.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength0to64">
<xs:attributeGroup ref="PreferLevelGroup"/>
<xs:attribute name="DistribType" type="OTA_CodeType">
<xs:annotation>
<xs:documentation xml:lang="en">Ticket distribution method such as Fax, Email, Courier, Mail, Airport_Pickup, City_Office, Hotel_Desk,
WillCall, etc. Refer to OTA Code List Distribution Type (DTB).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TicketTime" type="xs:duration">
<xs:annotation>
<xs:documentation xml:lang="en">Ticket turnaround time desired, amount of time requested to deliver tickets.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:schema>
|