Skip to content

Instantly share code, notes, and snippets.

@eed3si9n
Created November 28, 2012 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save eed3si9n/4162166 to your computer and use it in GitHub Desktop.
Save eed3si9n/4162166 to your computer and use it in GitHub Desktop.
Open Travel Alliance 2010B specification
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05" targetNamespace="http://www.opentravel.org/OTA/2003/05">
<xsd:include schemaLocation="OTA_PingRQ.xsd" />
<xsd:include schemaLocation="OTA_VehAvailRateRQ.xsd" />
<xsd:include schemaLocation="OTA_VehRetResRQ.xsd" />
<xsd:include schemaLocation="OTA_VehResRQ.xsd" />
<xsd:include schemaLocation="OTA_VehModifyRQ.xsd" />
<xsd:include schemaLocation="OTA_VehCancelRQ.xsd" />
<xsd:include schemaLocation="OTA_VehLocDetailRQ.xsd" />
<xsd:include schemaLocation="OTA_VehLocSearchRQ.xsd" />
</xsd:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05" targetNamespace="http://www.opentravel.org/OTA/2003/05">
<xsd:include schemaLocation="OTA_PingRS.xsd" />
<xsd:include schemaLocation="OTA_VehAvailRateRS.xsd" />
<xsd:include schemaLocation="OTA_VehRetResRS.xsd" />
<xsd:include schemaLocation="OTA_VehResRS.xsd" />
<xsd:include schemaLocation="OTA_VehModifyRS.xsd" />
<xsd:include schemaLocation="OTA_VehCancelRS.xsd" />
<xsd:include schemaLocation="OTA_VehLocDetailRS.xsd" />
<xsd:include schemaLocation="OTA_VehLocSearchRS.xsd" />
</xsd:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="2.001" id="OTA2003A2010B">
<xs:include schemaLocation="OTA_CommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:complexType name="AddressPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies an address preference.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Address" type="AddressInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">Defines a physical address.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="PrivacyGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Allows for control of the sharing of address preferences between parties.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
<xs:complexType name="CommonPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies preferences for common travel needs not associated with a specific travel service.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="NamePref" type="NamePrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for name information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PhonePref" type="PhonePrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for telephone information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddressPref" type="AddressPrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for address information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PaymentFormPref" type="PaymentFormPrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for form of payment.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InterestPref" type="InterestPrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for a traveler's interests.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InsurancePref" type="InsurancePrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for insurance.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SeatingPref" type="SeatingPrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for seating.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TicketDistribPref" type="TicketDistribPrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for a method of ticket distribution.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MediaEntertainPref" type="MediaEntertainPrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for media and entertainment.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PetInfoPref" type="PetInfoPrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for pet information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MealPref" type="MealPrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for food and beverage.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LoyaltyPref" type="LoyaltyPrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for a loyalty program.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SpecRequestPref" type="SpecRequestPrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for a special request.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RelatedTravelerPref" type="RelatedTravelerPrefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for a related traveler.</xs:documentation>
</xs:annotation>
</xs:element>
<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>
<xs:element name="EmployeeLevelInfo" type="EmployeeInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation>Defines the category of the traveler and the purpose of the trip for which these preferences apply. Typically used for company profiles.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="PrivacyGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Allows for control of the sharing of common preferences between parties.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="SmokingIndicatorGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate if smoking is preferred.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="PrimaryLangID_Group">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the preferred language.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="AltLangID_Group">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the preferred alternate language.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</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:annotation>
<xs:documentation xml:lang="en">Used to specify the preference level for this company.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="InsurancePrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a preference for a travel insurance policy.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the preference level for this insurance policy.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="RPH" type="RPH_Type" use="optional">
<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">Identifies a preference for a traveler's interest.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the preference level for a traveler's interest.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="LoyaltyPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a preference for a loyalty program.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the preference level for this loyalty program.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="RPH" type="RPH_Type" use="optional">
<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">Identifies a food and beverage preference.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength0to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the preference level for a meal type.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="MealType" type="MealType" use="optional">
<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" use="optional">
<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" use="optional">
<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:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for media or entertainment.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="NamePrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for name information.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UniqueID" type="UniqueID_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Unique identifier for a person or profile.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PersonName" type="PersonNameType">
<xs:annotation>
<xs:documentation xml:lang="en">Name information.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for name information.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
<xs:complexType name="OtherSrvcPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies other service preferences.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OtherSrvcName" type="StringLength1to32">
<xs:annotation>
<xs:documentation xml:lang="en">The name identfiying the service.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VendorPref" type="CompanyNamePrefType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for a vendor.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LoyaltyPref" type="LoyaltyPrefType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for a loyalty program.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PaymentFormPref" type="PaymentFormPrefType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for a form of payment.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SpecRequestPref" type="SpecRequestPrefType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Enables a preference to be indicated for a special request.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for a service perference.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="PrivacyGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Allows for control of the sharing of data between parties.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="TravelPurpose" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Refer to OpenTravel Code List Travel Purpose (TVP). </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="PaymentFormPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a form of payment preference.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for a form of payment.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="RPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The unique reference for a payment form within this message.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="PetInfoPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Indentifies preferences regarding a pet.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for pet information.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="PhonePrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a telephone number preference.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Telephone">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a telephone number.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="TelephoneInfoGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Information about a telephone number, including the actual number and its usage.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RelatedTravelerPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a preference for a name of a related traveler.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UniqueID" type="UniqueID_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Unique identifier for a related traveler.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for a related traveler.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
<xs:complexType name="SeatingPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a seating preference.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength0to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for seat information.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<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">Identifies special request preference.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for a special request.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="TicketDistribPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a preference for a type of ticket distribution.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength0to64">
<xs:attributeGroup ref="PreferLevelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a level of preference for a method of ticket distribution.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="DistribType" type="OTA_CodeType" use="optional">
<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 OpenTravel Code List Distribution Type (DTB).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TicketTime" type="xs:duration" use="optional">
<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:attribute name="Remark" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A remark associated with the ticket distribution preference.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="5.000" id="OTA2003A2010B"> <xs:include schemaLocation="OTA_SimpleTypes.xsd"/> <xs:annotation> <xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation> </xs:annotation> <xs:attributeGroup name="AcceptablePaymentCardGroup"> <xs:annotation> <xs:documentation xml:lang="en">This complex type defines the information needed to describe a type of payment card that is acceptable as a form of payment. A usage fee (amount or percentage) may also be stated for this particular card type.</xs:documentation> </xs:annotation> <xs:attribute name="CardType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A code used to identify this payment card. Refer to OpenTravel Code List Card Type (CDT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CardName" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The name used to describe this type of payment card, for example, American Express.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="UsagePercentage" type="Percentage" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If applicable, defines the percentage of the total amount that is incurred as a usage fee.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="UsageAmount" type="Money" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If applicable, defines the additonal amount that is incurred as a usage fee.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CurrencyCodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the currency of the amount.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="AirportLocationGroup"> <xs:annotation> <xs:documentation xml:lang="en">Airport location includes 3 letter code, terminal and gate.</xs:documentation> </xs:annotation> <xs:attribute name="LocationCode" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Location code used to identify a specific airport.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CodeContext" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the context of the identifying code, such as IATA, ARC, or internal code, etc.</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>IATA</LegacyDefaultValue> </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Terminal" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Arrival or departure terminal (e.g., Concourse A)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Gate" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Arrival or departure gate (e.g., B12)</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="AltLangID_Group"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the alternate language for a customer or message. The human language is identified by ISO 639 codes.</xs:documentation> </xs:annotation> <xs:attribute name="AltLangID" type="xs:language" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the alternate language for a customer or message. The human language is identified by ISO 639 codes.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="AreaID_Group"> <xs:annotation> <xs:documentation xml:lang="en">An identifier of a geographical area.</xs:documentation> </xs:annotation> <xs:attribute name="AreaID" type="NumericStringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An identifier of an area as defined by a hotel reservation system.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="BirthDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide a date of birth.</xs:documentation> </xs:annotation> <xs:attribute name="BirthDate" type="xs:date" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the date of birth as indicated in the document, in ISO 8601 prescribed format.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="BookingChannelGroup"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the booking channel types and whether it is the primary means of connectivity of the source.</xs:documentation> </xs:annotation> <xs:attribute name="Type" type="OTA_CodeType" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The type of booking channel (e.g. Global Distribution System (GDS), Alternative Distribution System (ADS), Sales and Catering System (SCS), Property Management System (PMS), Central Reservation System (CRS), Tour Operator System (TOS), Internet and ALL). Refer to OpenTravel Code List Booking Channel Type (BCT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Primary" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates whether the enumerated booking channel is the primary means of connectivity used by the source.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="ChargeUnitGroup"> <xs:annotation> <xs:documentation xml:lang="en">Specifies charge information by unit (e.g., room, person, item) and frequency (e.g., daily, weekly, stay).</xs:documentation> </xs:annotation> <xs:attribute name="ChargeUnit" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is the unit for which the charge applies (e.g. room, person, seat). Refer to OpenTravel Code List Charge Type (CHG).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ChargeFrequency" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is the timeframe used to apply the charge during the course of the reservation (e.g. Daily, Weekly, Stay). Refer to OpenTravel Code List Charge Type (CHG).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ChargeUnitExempt" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Number of units permitted before charges are applied (e.g., more than 4 persons).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ChargeFrequencyExempt" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">ChargeFrequency exemptions before charges are applied (e.g. after 2 nights).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MaxChargeUnitApplies" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Maximum number of Units for which the charge will be applied (e.g., waive charges above 10 rooms).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MaxChargeFrequencyApplies" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Maximum number of times the charge will be applied (e.g. waive charges above 30 nights).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="CitizenCountryNameGroup"> <xs:annotation> <xs:documentation xml:lang="en">Name of the (self-professed) country that is claimed for citizenship.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="DefaultIndGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates that the receiving system should assume the default value if the user specifies no overriding value or action.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Code" type="ISO3166" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A 2 character country code as defined in ISO3166.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="CodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify a code and the context of the code.</xs:documentation> </xs:annotation> <xs:attribute name="Code" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Any code used to specify an item, for example, type of traveler, service code, room amenity, etc.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CodeContext" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the source authority for the code.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="CodeInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">This is intended to be used in conjunction with an attribute that uses an OpenTravel Code list. It is used to provide additional information about the code being referenced.</xs:documentation> <xs:documentation xml:lang="en">May be used to give further detail on the code or to remove an obsolete item.</xs:documentation> </xs:annotation> <xs:attribute name="CodeDetail" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">May be used to give further detail on the code.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="RemovalGroup"> <xs:annotation> <xs:documentation xml:lang="en">This is used to indicate that an item is obsolete.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="CodeListGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify a code and its associated attributes; meaning is derived from actual use.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="CodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify a code and the context of the code.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="URI" type="xs:anyURI" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the location of the code table.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="QuantityGroup"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the number of items that are identified by the Code (e.g., 2 adults, 5 first class seats).</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="CodePrefGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides a code along with the preferred usage of this information.</xs:documentation> </xs:annotation> <xs:attribute name="Code" type="StringLength1to8" use="required"> <xs:annotation> <xs:documentation xml:lang="en">A code for which a preference may be specified.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="PreferLevelGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate a level of preference for an associated item (i.e., only, unacceptable, preferred).</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="CompanyID_AttributesGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides detailed information on a company.</xs:documentation> </xs:annotation> <xs:attribute name="CompanyShortName" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide the company common name.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="TravelSector" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The travel sector the company is associated with, such as air, car and hotel. Refer to OpenTravel Code List Travel Sector (TVS).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Code" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies a company by the company code.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CodeContext" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the context of the identifying code, such as DUNS, IATA or internal code, etc.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides a monetary amount and the currency code to reflect the currency in which this amount is expressed.</xs:documentation> </xs:annotation> <xs:attribute name="Amount" type="Money" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A monetary amount.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CurrencyCodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides a currency code to reflect the currency in which an amount may be expressed as well as the number of decimal places of that currency.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="CurrencyCodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides a currency code to reflect the currency in which an amount may be expressed.</xs:documentation> </xs:annotation> <xs:attribute name="CurrencyCode" type="AlphaLength3" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The code specifying a monetary unit. Use ISO 4217, three alpha code.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DecimalPlaces" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the number of decimal places for a particular currency. This is equivalent to the ISO 4217 standard "minor unit". Typically used when the amount provided includes the minor unit of currency without a decimal point (e.g., USD 8500 needs DecimalPlaces="2" to represent $85).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="CustomerLoyaltyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Program rewarding frequent use by accumulating credits for services provided by vendors.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="PrivacyGroup"/> <xs:attribute name="ProgramID" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifier to indicate the company owner of the loyalty program.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MembershipID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Unique identifier of the member in the program (membership number, account number, etc.).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="TravelSector" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the travel sector. Refer to OpenTravel Code List Travel Sector (TVS).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="LoyalLevelGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the level of this customer within a loyalty program.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="SingleVendorIndGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the alliance status of a program.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="SignupDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the date of registration for this customer for the loyalty program.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">The effective date and/or expiration date of this customer's membership in this loytalty program.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="RPH" type="RPH_Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A reference placeholder for this loyalty membership.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="VendorCode" type="ListOfStringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicate the partner(s)/vendor(s) for which the customer loyalty number is valid.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PrimaryLoyaltyIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates this is the primary customer loyalty program and when false, indicates this is not the primary customer loyalty program.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AllianceLoyaltyLevelName" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Name of the alliance loyalty level (e.g.,OneWorld uses Emerald, Ruby, etc and SkyTeam uses Elite, etc.)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CustomerType" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Original assessment of the customer by the travel agent.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CustomerValue" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The supplier's ranking of the customer (e.g., VIP, numerical ranking).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Password" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The password for the member in the program. </xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="DatePeriodGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to define a period of time using either actual dates or a day and month.</xs:documentation> </xs:annotation> <xs:attribute name="StartPeriod" type="DateOrMonthDay" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the start of a period either the day and month or the actual date.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Duration" type="DurationType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the duration of a period.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="EndPeriod" type="DateOrMonthDay" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the end of a period either the day and month or the actual date.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="DateTimeSpanGroup"> <xs:annotation> <xs:documentation xml:lang="en">The attributes of the OTA DateTimeSpan data type are based on the W3C base data types of timeInstant and timeDuration. The lexical representation for timeDuration is the [ISO 8601] extended format PnYn MnDTnH nMnS, where nY represents the number of years, nM the number of months, nD the number of days, T is the date/time separator, nH the number of hours, nM the number of minutes and nS the number of seconds. The number of seconds can include decimal digits to arbitrary precision. As an example, 7 months, 2 days, 2hours and 30 minutes would be expressed as P0Y7M2DT2H30M0S. Truncated representations are allowed provided they conform to ISO 8601 format. Time periods, i.e. specific durations of time, can be represented by supplying two items of information: a start instant and a duration or a start instant and an end instant or an end instant and a duration. The OTA standards use the XML mapping that provides for two elements to represent the specific period of time; a startInstant and a duration.</xs:documentation> </xs:annotation> <xs:attribute name="Start" type="DateOrTimeOrDateTimeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The starting value of the time span.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Duration" type="DurationType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The duration datatype represents a combination of year, month, day and time values representing a single duration of time, encoded as a single string.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="End" type="DateOrTimeOrDateTimeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The ending value of the time span.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="DateTimeStampGroup"> <xs:annotation> <xs:documentation xml:lang="en">Creation date time, Creator Id, last modification date time and last Modifier Id.</xs:documentation> </xs:annotation> <xs:attribute name="CreateDateTime" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Time stamp of the creation.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CreatorID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">ID of creator. The creator could be a software system identifier or an identifier of an employee resposible for the creation.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="LastModifyDateTime" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Time stamp of last modification.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="LastModifierID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the last software system or person to modify a record.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PurgeDate" type="xs:date" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Date an item will be purged from a database (e.g., from a live database to an archive).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="DeadlineGroup"> <xs:annotation> <xs:documentation xml:lang="en">The absolute deadline or amount of offset time before a deadline for a payment of cancel goes into effect.</xs:documentation> </xs:annotation> <xs:attribute name="AbsoluteDeadline" type="TimeOrDateTimeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the absolute deadline. Either this or the offset attributes may be used.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OffsetTimeUnit" type="TimeUnitType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The units of time, e.g.: days, hours, etc., that apply to the deadline.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OffsetUnitMultiplier" type="Numeric0to999" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The number of units of DeadlineTimeUnit.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OffsetDropTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An enumerated type indicating when the deadline drop time goes into effect.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="BeforeArrival"/> <xs:enumeration value="AfterBooking"/> <xs:enumeration value="AfterConfirmation"> <xs:annotation> <xs:documentation xml:lang="en">The deadline information applies from when the reservation was confirmed. In some systems the confirmation time will differ from the booking time.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AfterArrival"> <xs:annotation> <xs:documentation xml:lang="en">The deadline applies after the scheduled arrival time.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="DefaultIndGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates that the receiving system should assume the default value if the user specifies no overriding value or action.</xs:documentation> </xs:annotation> <xs:attribute name="DefaultInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates a default value should be used.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="DetailResponseGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to determine the level of detail in the response.</xs:documentation> </xs:annotation> <xs:attribute name="DetailResponse" type="xs:boolean" use="required"> <xs:annotation> <xs:documentation xml:lang="en">To indicate whether full details should be returned in the response. "True" indicates details should be included and "false" means details are not required. </xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="DiscountInfoGroup"> <xs:annotation> <xs:documentation>Used to provide details of either the discount or promotion.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">The discount amount.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Percent" type="Percentage" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The discount as a percent.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A unique identifier for the discount.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Description" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Textual information regarding the discount.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="DistanceAttributesGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide distance and direction information.</xs:documentation> </xs:annotation> <xs:attribute name="Distance" type="NumericStringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An optional attribute indicating the distance to/from a reference point. When used in conjunction with DistanceMax, this represents the minimum distance.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DistanceMeasure" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When the Distance attribute contains a value, (presumably a numerical value), the unit of measure is a string value that indicate what units are used for the value.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Direction" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An optional string value used to indicate the compass point(s) direction, e.g.: S, SE (South, Southeast), FROM the Reference Point TO the hotel location if the search is not a full circumference from the reference point.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DistanceMax" type="NumericStringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An optional attribute indicating the maximum distance to/from a reference point.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The unit of measure in a code format. Refer to OpenTravel Code List Unit of Measure Code (UOM).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="DOW_PatternGroup"> <xs:annotation> <xs:documentation xml:lang="en">If a day(s) of the week is set to true then the associated item is available on that day of the week (e.g., if Mon="true" then a flight operates on Mondays or a certain rate is available on Mondays).</xs:documentation> </xs:annotation> <xs:attribute name="Mon" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, apply to Monday.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Tue" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, apply to Tuesday.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Weds" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, apply to Wednesday.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Thur" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, apply to Thursday.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Fri" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, apply to Friday.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Sat" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, apply to Saturday.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Sun" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, apply to Sunday.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="EffectiveExpireOptionalDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to send the effective date and/or expiration date.</xs:documentation> </xs:annotation> <xs:attribute name="EffectiveDate" type="xs:date" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the starting date.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ExpireDate" type="xs:date" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the ending date.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ExpireDateExclusiveIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15 the last date of the period is Oct 14).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="ErrorWarningAttributeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to identify an application error by either text, code, or by an online description and also to give the status, tag, and/or identification of the record that may have caused the error.</xs:documentation> </xs:annotation> <xs:attribute name="ShortText" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An abbreviated version of the error in textual format.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Code" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If present, this refers to a table of coded values exchanged between applications to identify errors or warnings. Refer to OpenTravel Code List Error Codes (ERR).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DocURL" type="xs:anyURI" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If present, this URL refers to an online description of the error that occurred.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Status" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If present, recommended values are those enumerated in the OTA_ErrorRS, (NotProcessed | Incomplete | Complete | Unknown) however, the data type is designated as string data, recognizing that trading partners may identify additional status conditions not included in the enumeration.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Tag" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If present, this attribute may identify an unknown or misspelled tag that caused an error in processing. It is recommended that the Tag attribute use XPath notation to identify the location of a tag in the event that more than one tag of the same name is present in the document. Alternatively, the tag name alone can be used to identify missing data [Type=ReqFieldMissing].</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RecordID" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If present, this attribute allows for batch processing and the identification of the record that failed amongst a group of records. This value may contain a concatenation of a unique failed transaction ID with specific record(s) associated with that transaction.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="ExchangeRateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify the rate for exchanging from one currency to another currency.</xs:documentation> </xs:annotation> <xs:attribute name="FromCurrency" type="AlphaLength3" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The source currency for a conversion.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ToCurrency" type="AlphaLength3" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The target currency for the conversion.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Rate" type="xs:decimal" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The rate used for conversion from the source currency to the target currency.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Date" type="xs:date" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The date of the conversion rate.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="FeeTaxGroup"> <xs:annotation> <xs:documentation xml:lang="en">Defines the fees and/or taxes associated with a charge (e.g. taxes associated with a hotel rate).</xs:documentation> </xs:annotation> <xs:attribute name="Type" type="AmountDeterminationType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate if the amount is inclusive or exclusive of other charges, such as taxes, or is cumulative (amounts have been added to each other).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Code" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Code identifying the fee (e.g.,agency fee, municipality fee). Refer to OpenTravel Code List Fee Tax Type (FTT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Percent" type="Percentage" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Fee percentage; if zero, assume use of the Amount attribute (Amount or Percent must be a zero value).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides a currency code and an amount for the fee or tax.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="FileAttachmentGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides information about any files attached (e.g., multimedia objects) at the transport layer (e.g., HTTP/SOAP)</xs:documentation> </xs:annotation> <xs:attributeGroup ref="CodeInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">May be used to give further detail on the code or to remove an obsolete item.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="ContentData" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Vendor-specific format that contains the content data for the multimedia object.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Description" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A short description of the multimedia object.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PictureCategoryCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A code defining the type of picture (e.g. Exterior, Lobby, Reception area, RoomTypes, Facilities, Dining areas, Meeting Rooms, Logo). Refer to OpenTravel Code List Picture Category Code (PIC).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Version" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The version of the multimedia object.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ContentTitle" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The title for the multimedia object.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ContentCaption" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The caption to be published with the multimedia file.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CopyrightNotice" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The information describing the copyright notice for the multimedia object at a hotel facility. If this field is filled in, this copyright notice must be printed with the multimedia object.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="FileName" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the name of the file being sent.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="FileSize" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The size of the file sent, in bytes. This may be used to validate that the received file is the correct size.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MultimediaObjectHeight" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The height of the image.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MultimediaObjectWidth" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The width of the image.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The unit of measure for the multimedia object (e.g., inches, pixels, centimeters). Refer to OpenTravel Code List Unit of Measure Code (UOM).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ContentID" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The content ID of a file attachment with the prefix 'cid:'. The value of this can be used to retrieve the corresponding attachment by the receiving system.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ContentCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Description of the multimedia object or attached file contents. Refer to OpenTravel Code List Content Code (CTT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ContentFormatCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The specific file format of the multimedia object or attached file (e.g., mpeg, jpg, gif). Refer to OpenTravel Code List Content Format Code (CFC).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RecordID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Uniquely identifies this file in the message.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="FormattedInd"> <xs:annotation> <xs:documentation xml:lang="en">Identifies if the associated data is formatted into its individual pieces, or exists as a single entity.</xs:documentation> </xs:annotation> <xs:attribute name="FormattedInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="GenderGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate the gender of a person, if known.</xs:documentation> </xs:annotation> <xs:attribute name="Gender" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the gender.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Male"/> <xs:enumeration value="Female"/> <xs:enumeration value="Unknown"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="HotelReferenceGroup"> <xs:annotation> <xs:documentation xml:lang="en">HotelReference: The hotel reference identifies a specific hotel by using the Chain Code, the Brand Code, and the Hotel Code. The codes used are agreed upon by trading partners.</xs:documentation> </xs:annotation> <xs:attribute name="ChainCode" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The code that identifies a hotel chain or management group. The hotel chain code is decided between vendors. This attribute is optional if the hotel is an independent property that can be identified by the HotelCode attribute.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="BrandCode" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A code that identifies the brand or flag of a hotel, often used for independently-owned or franchised properties who are known by a specific brand.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="HotelCode" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The code that uniquely identifies a single hotel property. The hotel code is decided between vendors.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="HotelCityCode" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The IATA city code; for example DCA, ORD.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="HotelName" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A text field used to communicate the proper name of the hotel.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="HotelCodeContext" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A text field used to communicate the context (or source of - ex Sabre, Galileo, Worldspan, Amadeus) the HotelReferenceGroup codes.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ChainName" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The name of the hotel chain (e.g., Hilton, Marriott, Hyatt, Starwood).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="BrandName" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The name of a brand of hotels (e.g., Courtyard, Hampton Inn).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="AreaID_Group"> <xs:annotation> <xs:documentation xml:lang="en">An identifier of an area as defined by a hotel reservation system.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="ID_Group"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide a required unique identifier.</xs:documentation> </xs:annotation> <xs:attribute name="ID" type="StringLength1to32" use="required"> <xs:annotation> <xs:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="ID_LevelTitleGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides employee information.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="ID_OptionalGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifier assigned to the employee.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Level" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Level in employer organization (e.g. seniority) that conveys privileges.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Title" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Title of employee in the employer company that conveys rank or privileges.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="ID_OptionalGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide an optional unique identifier.</xs:documentation> </xs:annotation> <xs:attribute name="ID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="IssuerNameGroup"> <xs:annotation> <xs:documentation xml:lang="en">Name of bank or organization issuing the card (e.g., alumni association, bank, fraternal organization, etc.).</xs:documentation> </xs:annotation> <xs:attribute name="BankID" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Code of bank issuing the card.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="LanguageGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies language.</xs:documentation> </xs:annotation> <xs:attribute name="Language" type="xs:language" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The language ID for the associated content.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="LocationGroup"> <xs:annotation> <xs:documentation xml:lang="en">A code identifying a location.</xs:documentation> </xs:annotation> <xs:attribute name="LocationCode" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A code used to identify a location.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CodeContext" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the context of the identifying code (e.g., IATA, ARC, or internal code).</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>IATA</LegacyDefaultValue> </xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="LoyalLevelGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the level within a loyalty program.</xs:documentation> </xs:annotation> <xs:attribute name="LoyalLevel" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates special privileges in program assigned to individual.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="LoyalLevelCode" type="Numeric1to3" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Provides a numeric code assigned to a particular loyalty level.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="LoyaltyCertificateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the Loyalty Program, membership, form factor used by the certificate and its current status.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="ID_OptionalGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the individual program or promotion within a loyalty scheme.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="ID_Context" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the source of the code that identifies program or promotion within a loyalty scheme.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="LoyaltyCertificateNumberGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the unique certificate number and the loyalty program and the membership ID associated with this certificate.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies either the date range when the Certificate is valid or the dates against which the certificate is being applied.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="NmbrOfNights" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The number of nights of the hotel stay that are used to calculate the redemption amount.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Format" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates what form the certificate is in e.g. Paper or Electronic.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Paper"/> <xs:enumeration value="Electronic"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Status" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to define the status of the certificate e.g. Available, Voided, Cancelled, Reserved, Used.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="LoyaltyCertificateNumberGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies a loyalty certificate.</xs:documentation> </xs:annotation> <xs:attribute name="CertificateNumber" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The loyalty redemption certificate identifier.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MemberNumber" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Unique identifier of the member in the program.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ProgramName" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This identifies the loyalty program.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="MaxResponsesGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify the maximum number of responses to a request.</xs:documentation> </xs:annotation> <xs:attribute name="MaxResponses" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A positive integer value that indicates the maximum number of responses desired in the return.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="MultimediaDescriptionGroup"> <xs:annotation> <xs:documentation xml:lang="en">Generic information about a multimedia item.</xs:documentation> </xs:annotation> <xs:attribute name="ContentID" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The content ID of a file attachment with the prefix 'cid:'. The value of this can be used to retrieve the corresponding attachment by the receiving system.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Title" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The title of the multimedia object.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Author" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The author of the multimedia object.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CopyrightNotice" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A copyright notice for the multimedia object.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CopyrightOwner" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Owner of the copyright for the multimedia content.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CopyrightStart" type="DateOrDateTimeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The start date for which the multimedia content rights are claimed.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CopyrightEnd" type="DateOrDateTimeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The end date for which the multimedia content rights are claimed.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="EffectiveStart" type="DateOrDateTimeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The start date for which the content is considered valid.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="EffectiveEnd" type="DateOrDateTimeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The end date for which the content is considered valid.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ApplicableStart" type="DateOrMonthDay" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Start month and day or date for which the multimedia content is relevent (e.g. the start of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ApplicableEnd" type="DateOrMonthDay" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">End month and day or date for which the multimedia content is relevent (e.g. the end of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RecordID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Uniquely identifies this file in the message.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SourceID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Unique identifier for the source of the multimedia object (e.g., the original image file).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="MultimediaItemGroup"> <xs:annotation> <xs:documentation xml:lang="en">Specific information about a multimedia item.</xs:documentation> </xs:annotation> <xs:attribute name="Language" type="xs:language" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the language of the multimedia item.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Format" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The code associated with the format of the multimedia item. Refer to OpenTravel Code list Content Format Code (CFC).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="FileSize" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The size of the multimedia file in bytes.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="FileName" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The name of the multimedia file.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="NameOptionalCodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">An attribute group to be used when the associated item has a required name and an optional code. If the length of the name could exceed 64 characters the complexType LongNameoptionalCodeType should be used.</xs:documentation> </xs:annotation> <xs:attribute name="Name" type="StringLength1to64" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The name of an item.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Code" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Provides the code identifying the item.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="OccupancyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Minimum and maximum occupancy values.</xs:documentation> </xs:annotation> <xs:attribute name="MinOccupancy" type="Numeric0to99" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Minimum number of persons allowed in a unit of accommodation or place.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MaxOccupancy" type="Numeric1to99" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Maximum number of persons allowed in a unit of accommodation or place.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="OfficeTypeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Designates the office category within an organization.</xs:documentation> </xs:annotation> <xs:attribute name="OfficeType" type="OfficeLocationType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates main office, field office, or division of the organization.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="OptionalCodeOptionalNameGroup"> <xs:annotation> <xs:documentation xml:lang="en">An attribute group to be used when the associated item has an optional code and an optional name.</xs:documentation> </xs:annotation> <xs:attribute name="Code" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Provides the code identifying the item.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Name" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The name of an item.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="OriginalIssueAttributes"> <xs:annotation> <xs:documentation xml:lang="en">Provides information about the original document on which the reissue is based.</xs:documentation> </xs:annotation> <xs:attribute name="OriginalTicketNumber" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The original ticket number in a series if reissuances.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OriginalIssuePlace" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Place where the original ticket was issued.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OriginalIssueDate" type="xs:date" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Date when the original ticket was issued.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OriginalIssueIATA" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">IATA office number, which issued original ticket.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OriginalPaymentForm" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Payment type for the original ticket.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CheckInhibitorType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates if the check digit of the ticket number or the interline agreement has to be checked or not.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="CheckDigit"> <xs:annotation> <xs:documentation xml:lang="en">The CheckDigit of the TicketNumber does not need to be verified.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="InterlineAgreement"> <xs:annotation> <xs:documentation xml:lang="en">No automatic interline agreement check needs to be performed on the ticket to be reissued.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Both"> <xs:annotation> <xs:documentation xml:lang="en">Neither the ticket number check digit nor the interline agreement needs to be checked.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="CouponRPHs" type="ListOfRPH" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Gives a list of references to coupon numbers of the ticket which will be taken for payment.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="OTA_PayloadStdAttributes"> <xs:annotation> <xs:documentation xml:lang="en">The OTA_PayloadStdAttributes defines the standard attributes that appear on the root element for all OpenTravel messages.</xs:documentation> </xs:annotation> <xs:attribute name="EchoToken" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A reference for additional message identification, assigned by the requesting host system. When a request message includes an echo token the corresponding response message MUST include an echo token with an identical value.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="TimeStamp" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the creation date and time of the message in UTC using the following format specified by ISO 8601; YYYY-MM-DDThh:mm:ssZ with time values using the 24 hour clock (e.g. 20 November 2003, 1:59:38 pm UTC becomes 2003-11-20T13:59:38Z).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Target" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate whether the request is for the Test or Production system.</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>Production</LegacyDefaultValue> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Test"> <xs:annotation> <xs:documentation xml:lang="en">A test system.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Production"> <xs:annotation> <xs:documentation xml:lang="en">A production system.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="TargetName" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate the name of the Test or Production system.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Version" type="xs:decimal" use="required"> <xs:annotation> <xs:documentation xml:lang="en">For all OpenTravel versioned messages, the version of the message is indicated by a decimal value.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="TransactionIdentifier" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A unique identifier to relate all messages within a transaction (e.g. this would be sent in all request and response messages that are part of an on-going transaction).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SequenceNmbr" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to identify the sequence number of the transaction as assigned by the sending system; allows for an application to process messages in a certain order or to request a resynchronization of messages in the event that a system has been off-line and needs to retrieve messages that were missed.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="TransactionStatusCode" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This indicates where this message falls within a sequence of messages.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Start"> <xs:annotation> <xs:documentation xml:lang="en">This is the first message within a transaction.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="End"> <xs:annotation> <xs:documentation xml:lang="en">This is the last message within a transaction.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Rollback"> <xs:annotation> <xs:documentation xml:lang="en">This indicates that all messages within the current transaction must be ignored.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="InSeries"> <xs:annotation> <xs:documentation xml:lang="en">This is any message that is not the first or last message within a transaction.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Continuation"> <xs:annotation> <xs:documentation xml:lang="en">Specifies that this is a followup request asking for more of what was requested in the previous request.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Subsequent"> <xs:annotation> <xs:documentation xml:lang="en">This request message is a subsequent request based on the previous message sent in this transaction.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attributeGroup ref="PrimaryLangID_Group"> <xs:annotation> <xs:documentation xml:lang="en">Identifes the primary language for the message.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="AltLangID_Group"> <xs:annotation> <xs:documentation xml:lang="en">Identifes the alternate language for the message.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="RetransmissionIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates the message is being re-sent after a failure. It is recommended that this attribute is used (i.e., set to TRUE) only when a message is retransmitted.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CorrelationID" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Allow end-to-end correlation of log messages with the corresponding Web service message throughout the processing of the Web service message.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="PaymentCardDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the start and end date for a payment card.</xs:documentation> </xs:annotation> <xs:attribute name="EffectiveDate" type="MMYYDate" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the starting date.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ExpireDate" type="MMYYDate" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the ending date.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="PositionGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify the geographic coordinates of a location.</xs:documentation> </xs:annotation> <xs:attribute name="Latitude" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The measure of the angular distance on a meridian north or south of the equator.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Longitude" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The measure of the angular distance on a meridian east or west of the prime meridian.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Altitude" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The height of an item, typically above sea level.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AltitudeUnitOfMeasureCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Provides the unit of measure for the altitude (e.g., feet, meters, miles, kilometers). Refer to OpenTravel Code List Unit of Measure Code (UOM).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PositionAccuracy" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the accuracy of the property’s geo-coding, since the property’s longitude and latitude may not always be exact. Refer to OpenTravel Code List Position Accuracy Code (PAC).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="PreferLevelGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate a level of preference for an associated item (i.e., only, unacceptable, preferred).</xs:documentation> </xs:annotation> <xs:attribute name="PreferLevel" type="PreferLevelType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate a level of preference for an associated item.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="PrimaryLangID_Group"> <xs:annotation> <xs:documentation xml:lang="en">Identifes the primary language preference for the message.</xs:documentation> </xs:annotation> <xs:attribute name="PrimaryLangID" type="xs:language" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the primary language preference for the message. The human language is identified by ISO 639 codes.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of data between parties.</xs:documentation> </xs:annotation> <xs:attribute name="ShareSynchInd" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Permission for sharing data for synchronization of information held by other travel service providers.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for synchronization of information held by other travel service providers.</xs:documentation> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Yes"/> <xs:enumeration value="No"/> <xs:enumeration value="Inherit"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="ShareMarketInd" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Permission for sharing data for marketing purposes.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:documentation xml:lang="en"> If the value=Inherit, specifies data sharing permissions for marketing purposes.</xs:documentation> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Yes"/> <xs:enumeration value="No"/> <xs:enumeration value="Inherit"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="ProcessingInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the action to be taken on this information and the effective and discontinue dates.</xs:documentation> </xs:annotation> <xs:attribute name="Action" type="ActionType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">To specify if the action to be taken is a replacement, addition, deletion, or update.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="DateTimeSpanGroup"> <xs:annotation> <xs:documentation xml:lang="en">The effective and discontinue dates for the information.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="CompanyID_AttributesGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the owner of the information.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="ProfileTypeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify a profile type.</xs:documentation> </xs:annotation> <xs:attribute name="ProfileType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Code to specify a profile such as Customer, Tour Operator, Corporation, etc. Refer to OpenTravel Code List Profile Type (PRT).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="PromotionCodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide a promotion code.</xs:documentation> </xs:annotation> <xs:attribute name="PromotionCode" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Promotion code is the identifier used by the host to link directly with a specific named advertising campaign. By including the required code, the client is able to gain access to special offers which may have been created for a specifically targeted group via a CRM system or for a wider advertising campaign using Television or press adverts.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PromotionVendorCode" type="ListOfStringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">List of the vendor codes associated with a promotion.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="QuantityGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to define a quantity.</xs:documentation> </xs:annotation> <xs:attribute name="Quantity" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to define the quantity for an associated element or attribute.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="QueueGroup"> <xs:annotation> <xs:documentation xml:lang="en">Information to identify a queue.</xs:documentation> </xs:annotation> <xs:attribute name="PseudoCityCode" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The ATA/ IATA airport/city code, office code, pseudo city code, etc. of the queue.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="QueueNumber" type="AlphaNumericStringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An identifier specifying the queue on which the booking file resides in the system.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="QueueCategory" type="AlphaNumericStringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The category of the queue.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SystemCode" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the airline and/or system where the queue resides. If this is omitted, the airline and/or system code (AirlineVendorID) contained in the point of sale information should be used.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="QueueID" type="AlphaNumericStringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An additional identifier to determine the exact queue on which a reservation record should be placed.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="RateQualifierCoreGroup"> <xs:annotation> <xs:documentation xml:lang="en">Defines the rate information that is common to all transactions. Such information may include rate codes, rate type, promotional codes, etc. This information may be used to determine the rate that is made available.</xs:documentation> </xs:annotation> <xs:attribute name="TravelPurpose" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate the purpose, whether for business, personal or other. Refer to OpenTravel Code List Travel Purpose (TVP).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RateCategory" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The RateCategory attribute defines a set of valid values for the category of a rate. Typically rates are offered as either Leisure rates or Business (Corporate) rates, with a business rate usually including additional costs such as the cost of insurance, etc. This set of values defines the rate categories. Refer to OpenTravel Code List Rate Category (RTC).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CorpDiscountNmbr" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is the vendor specific code used to identify a special rate associated with a specific organization.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="PromotionCodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Promotion code is the identifier used by the host to link directly with a specific named advertising campaign. By including the required code, the client is able to gain access to special offers which may have been created for a specifically targeted group via a CRM system or for a wider advertising campaign using Television or press adverts.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="RateQualifier" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is the vendor specific code for rate codes (e.g. WES, 2A, DLY00).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RatePeriod" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The RatePeriod attribute defines the type of rate that may be applied. For example, typically car rental rates differ based upon the duration of the rental, and the actual rate is then expressed in terms of the period of the rental.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="RatePeriodSimpleType"/> </xs:simpleType> </xs:attribute> <xs:attribute name="GuaranteedInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, only guaranteed rates should be returned. When false, all rates should be returned.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="RateRangeGroup"> <xs:annotation> <xs:documentation xml:lang="en">A range of monetary values within which the cost of the available products are requested.</xs:documentation> </xs:annotation> <xs:attribute name="MinRate" type="Money" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A decimal value that indicates the minimum monetary value to be considered in a request for an available product.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MaxRate" type="Money" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A decimal value that indicates the maximum monetary value to be considered in a request for an available product.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="FixedRate" type="Money" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The rate amount used in place of MinRate and MaxRate when a specific rate is being requested.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RateTimeUnit" type="TimeUnitType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify the period of time to which the rates apply.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CurrencyCodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide currency code and decimal places for the rate attributes.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="RegionGroup"> <xs:annotation> <xs:documentation xml:lang="en">Contains the region information for the sailing</xs:documentation> </xs:annotation> <xs:attribute name="RegionCode" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Specifies a region code.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RegionName" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the region name.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SubRegionCode" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A sub-region code for the specified region.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SubRegionName" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A sub-region name for the specified region.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="RelativePositionGroup"> <xs:annotation> <xs:documentation xml:lang="en">Defines the position of an entity in relation to another entity (e.g. from an airport to a hotel, the relationship is dependant on use).</xs:documentation> </xs:annotation> <xs:attribute name="Direction" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the cardinal direction (e.g., north, south, southwest).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Distance" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the distance between two points.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DistanceUnitName" type="DistanceUnitNameType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en"> <DeprecationWarning>Candidate for potential removal, usage is not recommended. Deprecation Warning added in 2006A.</DeprecationWarning> </xs:documentation> <xs:documentation xml:lang="en">Provides the ability to specify the unit of measure to which the "Distance" attribute is referring.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The unit of measure in a code format. Refer to OpenTravel Code List Unit of Measure Code (UOM).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="RemovalGroup"> <xs:annotation> <xs:documentation xml:lang="en">This is used to indicate that an item is obsolete.</xs:documentation> </xs:annotation> <xs:attribute name="Removal" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>false</LegacyDefaultValue> </xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="ReqRespVersion"> <xs:annotation> <xs:documentation xml:lang="en">Used to request the version of the payload message desired for the response.</xs:documentation> </xs:annotation> <xs:attribute name="ReqRespVersion" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to request the version of the payload message desired for the response.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="ResponseGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates that additional records are available and provides the echo token to be used to retrieve those records.</xs:documentation> </xs:annotation> <xs:attribute name="MoreIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If true, this indicates more items are available. If false, no more items are available.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MoreDataEchoToken" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A reference to the last response returned. Originally set in the response message and will be used in the next query for more details.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="MaxResponsesGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify the maximum number of responses to a request.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="RPH_PrefGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates a preference for an item that is referred to using a Reference Place Holder (RPH). Often an object is stored in a collection of similar objects, and a preference for use of one these objects is to be made known. This complex type can be used to specify the preference level, and to provide the indicator to the object in the collection.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="PreferLevelGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate a level of preference for an item associated with the reference place holder.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="RPH" type="RPH_Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The unique reference for an object within this message.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="SeatLocationGroup"> <xs:annotation> <xs:documentation>Attributes to describe the seat deck, row and the seat number within the row.</xs:documentation> </xs:annotation> <xs:attribute name="DeckLevel" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The level of the deck, e.g. "Upper."</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DeckNumber" type="Numeric1to99" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Deck associated to seat row number.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RowNumber" type="Numeric1to999" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Sequence number of a row.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SeatInRow" type="AlphaLength1" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Seat number within a row.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="SeatRequestAttributes"> <xs:annotation> <xs:documentation xml:lang="en">Attributes for seat request. Note: you can choose a specific seat or just a general preference.</xs:documentation> </xs:annotation> <xs:attribute name="SeatNumber" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide the seat number.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{1,3}[A-Z]{1}"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="SeatPreference" type="ListOfOTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Refer to OpenTravel Code List Seat Preference (STP).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="SmokingIndicatorGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates whether or not smoking is allowed.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="SeatLocationGroup"/> </xs:attributeGroup> <xs:attributeGroup name="ShareAllGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate whether information can be shared.</xs:documentation> </xs:annotation> <xs:attribute name="ShareAllSynchInd" type="YesNoType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Permission for sharing all data in profile for synchronization of profiles held by other travel service providers.</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>No</LegacyDefaultValue> </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ShareAllMarketInd" type="YesNoType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Permission for sharing all data in profile for marketing purposes.</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>No</LegacyDefaultValue> </xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="SignupDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the date of registration for a loyalty program.</xs:documentation> </xs:annotation> <xs:attribute name="SignupDate" type="xs:date" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates when the member signed up for the loyalty program.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="SingleVendorIndGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the alliance status of a program.</xs:documentation> </xs:annotation> <xs:attribute name="SingleVendorInd" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates if program is affiliated with a group of related offers accumulating credits.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="SingleVndr"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the program is not part of an alliance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Alliance"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the program is part of an alliance.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="SmokingIndicatorGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies a position with regard to the smoking of cigarettes, either Allowed or NotAllowed. This may be of use when expressing a preference (I prefer a room that allows smoking) or when stating the attributes of an item (smoking in this rental car is not allowed).</xs:documentation> </xs:annotation> <xs:attribute name="SmokingAllowed" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates smoking is allowed when true and is not allowed when false.</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>false</LegacyDefaultValue> </xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="TelephoneAttributesGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides telephone information details.</xs:documentation> </xs:annotation> <xs:attribute name="PhoneLocationType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Describes the location of the phone, such as Home, Office, Property Reservation Office, etc. Refer to OpenTravel Code List Phone Location Type (PLT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PhoneTechType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates type of technology associated with this telephone number, such as Voice, Data, Fax, Pager, Mobile, TTY, etc. Refer to OpenTravel Code List Phone Technology Type (PTT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PhoneUseType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Describes the type of telephone number, in the context of its general use (e.g. Home, Business, Emergency Contact, Travel Arranger, Day, Evening). Refer to OpenTravel Code List Phone Use Type (PUT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CountryAccessCode" type="NumericStringLength1to3" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Code assigned by telecommunications authorities for international country access identifier.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AreaCityCode" type="NumericStringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Code assigned for telephones in a specific region, city, or area.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PhoneNumber" type="StringLength1to32" use="required"> <xs:annotation> <xs:documentation xml:lang="en">Telephone number assigned to a single location.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Extension" type="NumericStringLength1to5" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Extension to reach a specific party at the phone number.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PIN" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Additional codes used for pager or telephone access rights.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Remark" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A remark associated with the telephone number.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="TelephoneGroup"> <xs:annotation> <xs:documentation xml:lang="en">Detailed telephone information.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of telephone information between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="TelephoneAttributesGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides telephone information details.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="FormattedInd"> <xs:annotation> <xs:documentation xml:lang="en">Identifies if the associated data is formatted into its individual pieces, or exists as a single entity.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="TelephoneInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">Information about a telephone number, including the actual number and its usage.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="TelephoneGroup"> <xs:annotation> <xs:documentation xml:lang="en">Detailed telephone information.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="DefaultIndGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates that the receiving system should assume the default value if the user specifies no overriding value or action.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="RPH" type="RPH_Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used elsewhere in the message to reference a specific telephone number (including faxes).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="TimeWindowGroup"> <xs:annotation> <xs:documentation xml:lang="en">Total time span covered by this availability request (from the earliest arrival to the latest departure).</xs:documentation> </xs:annotation> <xs:attribute name="EarliestDate" type="DateOrDateTimeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The earliest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="LatestDate" type="DateOrDateTimeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The latest ending date/time for the availability requested, expressed in dateTime format as prescribed by ISO 8601.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DOW" type="DayOfWeekType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The Day of Week of the starting date for the availability requested. Enumerated values of StartDOW are the seven days of the week: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, or Sunday.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="TravelDateTimeAttributesGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides times related to a travel segment.</xs:documentation> </xs:annotation> <xs:attribute name="DayofWeek" type="DayOfWeekType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The day of week of travel segment.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CheckInTime" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The check in time and date of travel segment.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DepartureDateTime" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The departure time and date of the travel segment.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ArrivalDateTime" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The arrival time and date of the travel segment.</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="TravelerCountGroup"> <xs:annotation> <xs:documentation xml:lang="en">Defines information on the number of travelers of a specific type (e.g. a driver type can be either one of a defined set, Adult, YoungDriver, YoungerDriver, or it may be a code that is acceptable to both Trading Partners).</xs:documentation> </xs:annotation> <xs:attribute name="Age" type="Numeric0to999" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is used to specify age in years.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Code" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Refer to OpenTravel Code List Age Qualifying Code (AQC), Rail Passenger Type Code (PXC), or use StringLength1to8 with CodeContext to use a non-OpenTravel Code.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:union memberTypes="StringLength1to8 OTA_CodeType"/> </xs:simpleType> </xs:attribute> <xs:attribute name="CodeContext" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the source authority for the code.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="URI" type="xs:anyURI" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the location of the code table.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="QuantityGroup"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the number of travelers.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:attributeGroup> <xs:attributeGroup name="UniqueID_Group"> <xs:annotation> <xs:documentation xml:lang="en">Provides unique identification information.</xs:documentation> </xs:annotation> <xs:attribute name="URL" type="xs:anyURI" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">URL that identifies the location associated with the record identified by the UniqueID.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Type" type="OTA_CodeType" use="required"> <xs:annotation> <xs:documentation xml:lang="en">A reference to the type of object defined by the UniqueID element. Refer to OpenTravel Code List Unique ID Type (UIT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Instance" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The identification of a record as it exists at a point in time. An instance is used in update messages where the sender must assure the server that the update sent refers to the most recent modification level of the object being updated.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="ID_Group"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide a required unique identifier.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="ID_Context" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to identify the source of the identifier (e.g., IATA, ABTA).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="UnitsOfMeasureGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides measurement information.</xs:documentation> </xs:annotation> <xs:attribute name="UnitOfMeasureQuantity" type="xs:decimal" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is the numeric value associated with the measurement.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="UnitOfMeasure" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is the standard unit of measure name (e.g., it could be generic such as metric or imperial or specific such as inches, feet, yards, miles, millimeters, centimeters, meters, kilometers- according to usage).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The unit of measure in a code format (e.g., inches, pixels, centimeters). Refer to OpenTravel Code List Unit of Measure Code (UOM).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:attributeGroup name="VoucherGroup"> <xs:annotation> <xs:documentation xml:lang="en">A form of payment using a voucher or coupon.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">The date when a voucher becomes valid for use, if applicable, and the the date when a voucher or series of coupons expires and is no longer valid.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="SeriesCode" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identification of a series of coupons or vouchers identified by serial number(s).</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> <xs:complexType name="AcceptablePaymentCardsInfoType"> <xs:annotation> <xs:documentation xml:lang="en">This complex type identifies payment cards that are acceptable for a specific form of payment, along with the ability to provide free text information regarding payment cards.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="AcceptablePaymentCards" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A collection of payment cards that are acceptable as a form of payment.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="AcceptablePaymentCard" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Specific information of one payment card that is acceptable as a form of payment.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="AcceptablePaymentCardGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the information needed to describe a type of payment card that is acceptable as a form of payment. A usage fee (amount or percentage) may also be stated for this particular card type.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Info" type="FormattedTextType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">General information regarding the use of payment cards.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="AcceptedPaymentsType"> <xs:annotation> <xs:documentation xml:lang="en">Used to define the types of payments accepted.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="AcceptedPayment" type="PaymentFormType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">An acceptable form of payment.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="AddressInfoType"> <xs:annotation> <xs:documentation xml:lang="en">Information about an address that identifies a location for a specific purposes.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="AddressType"> <xs:attributeGroup ref="DefaultIndGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates whether or not this is the default address.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="UseType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Describes the use of the address (e.g. mailing, delivery, billing, etc.). Refer to OpenTravel Code List Address Use Type (AUT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RPH" type="RPH_Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used elsewhere in the message to reference this specific address.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="AddressType"> <xs:annotation> <xs:documentation xml:lang="en">Provides address information.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="StreetNmbr" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">May contain the street number and optionally the street name.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="StreetNmbrType"> <xs:attribute name="StreetNmbrSuffix" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Usually a letter right after the street number (A in 66-A, B in 123-B etc).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="StreetDirection" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Street direction of an address (e.g., N, E, S, NW, SW).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RuralRouteNmbr" type="NumericStringLength1to5" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Numerical equivalent of a rural township as defined within a given area (e.g., 12, 99).</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="BldgRoom" minOccurs="0" maxOccurs="2"> <xs:annotation> <xs:documentation xml:lang="en">Building name, room, apartment, or suite number.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="StringLength0to64"> <xs:attribute name="BldgNameIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, the information is a building name.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="AddressLine" type="StringLength1to255" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">When the address is unformatted (FormattedInd="false") these lines will contain free form address details. When the address is formatted and street number and street name must be sent independently, the street number will be sent using StreetNmbr, and the street name will be sent in the first AddressLine occurrence.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CityName" type="StringLength1to64" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">City (e.g., Dublin), town, or postal station (i.e., a postal service territory, often used in a military address).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PostalCode" type="StringLength1to16" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Post Office Code number.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="County" type="StringLength1to32" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">County or Region Name (e.g., Fairfax).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StateProv" type="StateProvType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">State or Province name (e.g., Texas).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CountryName" type="CountryNameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Country name (e.g., Ireland).</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="FormattedInd"> <xs:annotation> <xs:documentation xml:lang="en">Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of address information between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Type" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the type of address (e.g. home, business, other). Refer to OpenTravel Code List Communication Location Type (CLT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Remark" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A remark associated with this address.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="BankAcctType"> <xs:annotation> <xs:documentation xml:lang="en">Customer bank accounts for payments, either for paper checks or electronic funds transfer.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="BankAcctName" type="StringLength1to64" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The name the account is held under.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of bank account information between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="BankID" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Code assigned by authorities to financial institutions; sometimes called bank routing number.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AcctType" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Describes the bank account used for financing travel (e.g., checking, savings, investment).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="BankAcctNumber" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifier for the account assigned by the bank.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ChecksAcceptedInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If true, checks are accepted. If false, checks are not accepted.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CheckNumber" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The number of the check used for payment.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="BlackoutDateType"> <xs:annotation> <xs:documentation xml:lang="en">Provides blackout date information.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="BlackoutDate" type="DateTimeSpanType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Indicates black-out dates for the travel product/service.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="CancelInfoRQType"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the common, or core, information associated with the request for cancellation of a reservation or other type of record.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="UniqueID" type="UniqueID_Type" maxOccurs="2"> <xs:annotation> <xs:documentation xml:lang="en">Sending own UniqueID and partner UniqueID - the receiving system needs to know which one - UniqueID acts as a reference for each system.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PersonName" type="PersonNameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The person's name in a reservation.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="CancelType" type="TransactionActionType" use="required"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify if this is to initiate a cancellation or to commit the cancellation.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="CancelInfoRSType"> <xs:annotation> <xs:documentation xml:lang="en">May contain rules associated with canceling a reservation as well as the supplier's cancellation number.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="CancelRules" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A collection of cancellation rules.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="CancelRule" type="CancelRuleType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Details of a cancellation rule.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Contains the supplier's cancellation number.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="CancelRuleType"> <xs:annotation> <xs:documentation xml:lang="en">Provides the cancellation amount due according to the time before the booking date that the cancellation occurs. The amount may be either an amount or a percentage (e.g. 50% within 30 days or $100 outside 30 days).</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="PaymentCard" type="PaymentCardType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The card to be charged with the cancellation fee.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="CancelByDate" type="DateOrDateTimeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The date by which a cancellation must be made in order to avoid this cancellation penalty.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the amount of the cancellation charge.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Percent" type="Percentage" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The percentage to be applied for a cancellation.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines how the cancellation penalty will be applied.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Refund"/> <xs:enumeration value="Charge"/> <xs:enumeration value="Forfeiture"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> <xs:complexType name="CommentType"> <xs:annotation> <xs:documentation xml:lang="en">A collection of comments.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Comment" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Comment details.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="ParagraphType"> <xs:attribute name="CommentOriginatorCode" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Unique identifier for the system which created the comment.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="GuestViewable" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, the comment may be shown to the consumer. When false, the comment may not be shown to the consumer.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="CommissionType"> <xs:annotation> <xs:documentation xml:lang="en">Contains details pertaining to commissions.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the recipient of the commission.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CommissionableAmount" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The amount on which commission is calculated.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the currency amount on which the commission is applied.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="TaxInclusiveIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates that the commission is calculated using the rate including tax. When false, indicates that the commission is calculated using the net rate.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="PrepaidAmount" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The amount of commission paid to the agency prior to the service being rendered.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the amount of commission paid to the agency prior to the service being rendered.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="FlatCommission" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A fixed commission amount.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">A fixed commission amount.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="CommissionPayableAmount" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The amount of commission to be paid.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">The amount of commission to be paid.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="Comment" type="ParagraphType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Text related to the commission.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="StatusType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the status of the commission payment itself (e.g. no-show indicates that a different commission may be applied if the reservation is not fulfilled).</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Full"> <xs:annotation> <xs:documentation xml:lang="en">Indicates full commission.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Partial"> <xs:annotation> <xs:documentation xml:lang="en">Indicates partial commission.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Non-paying"> <xs:annotation> <xs:documentation xml:lang="en">Indicates no commission.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="No-show"> <xs:annotation> <xs:documentation xml:lang="en">Indicates customer did not use the reserved product or service and did not cancel. This "no show" may impact commission.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Adjustment"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the commission is being adjusted.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Commissionable"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the requested rate is commissionable.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Percent" type="Percentage" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The percent applied to the commissionable amount to determine the commission payable amount.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CurrencyCodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the currency to be applied to the amounts located in the child elements.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="ReasonCode" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the reason why a commission is not paid or not paid in full.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="BillToID" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies who should be billed for the commission amount.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Frequency" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is the frequency at which the commission is applied (e.g. per stay, daily). Refer to OpenTravel Code List Charge Type (CHG).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MaxCommissionUnitApplies" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Maximum number of units for which the commission will be applied. This may be used in conjunction with the frequency attribute.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CapAmount" type="Money" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The highest monetary value that may be paid for the commission.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="CompanyNameType"> <xs:annotation> <xs:documentation xml:lang="en">Identifies a company by name.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="StringLength0to128"> <xs:attributeGroup ref="CompanyID_AttributesGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides detailed information on a company.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Division" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The division name or ID with which the contact is associated.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Department" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The department name or ID with which the contact is associated.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="ConnectionType"> <xs:annotation> <xs:documentation xml:lang="en">To specify connection locations, preference level for each, min connection time, and whether location is specified for stopping or changing.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ConnectionLocation" maxOccurs="9"> <xs:annotation> <xs:documentation xml:lang="en">Specifies a connection location, preference level, min connection time, and whether the location is allowed for stopping or changing.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="LocationType"> <xs:attribute name="Inclusive" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates the location is acceptable for a connection. When false the location should not be included for a connection.</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>true</LegacyDefaultValue> </xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="PreferLevelGroup"> <xs:annotation> <xs:documentation xml:lang="en">The preference level for the connection point - only, unacceptable, preferred.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="MinChangeTime" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Number of minutes between connections.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ConnectionInfo" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Specifies whether a connection is for a stopover or a change of flights.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Via"/> <xs:enumeration value="Stop"/> <xs:enumeration value="Change"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="MultiAirportCityInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If true, other airports within this city may be considered (e.g., EWR, JFK when origin location is LGA.)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ConnectType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The type of connection desired, Online, Offline, Interline. Online refers to host airline connections. Offline refers to non-host airline connections. Interline refers to a combination of host airline and non-host airline connections.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Online"> <xs:annotation> <xs:documentation xml:lang="en">Own host airlines only.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Offline"> <xs:annotation> <xs:documentation xml:lang="en">Non host airlines only.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Interline"> <xs:annotation> <xs:documentation xml:lang="en">Own and other airlines.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="ContactPersonType"> <xs:annotation> <xs:documentation xml:lang="en">Name of an individual and appropriate contact information. May be contact information for the customer or someone affiliated with the customer.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="PersonName" type="PersonNameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">This provides name information for a person.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Telephone" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Information about a telephone number, including the actual number and its usage.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="TelephoneInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">Information about a contact's telephone number, including the actual number and its usage.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="Address" type="AddressInfoType" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Information about an address that identifies a location for a specific purposes.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Email" type="EmailType" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Electronic email addresses, in IETF specified format.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="URL" type="URL_Type" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Web site address, in IETF specified format.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CompanyName" type="CompanyNameType" minOccurs="0" maxOccurs="3"> <xs:annotation> <xs:documentation xml:lang="en">Identifies a company by name.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EmployeeInfo" type="EmployeeInfoType" minOccurs="0" maxOccurs="3"> <xs:annotation> <xs:documentation xml:lang="en">Employment identification; using an employee ID number, title, level within the company, and an indication of their status, i.e.: active, retired, on leave, or terminated from employment. Additional information about an employee can be entered into the element, including the name of the employee, if it differs from the person name identified as a customer or contact.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of data between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="DefaultIndGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates that the receiving system should assume the default value if the user specifies no overriding value or action.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="ContactType" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Type of contact in the context of use for the travel experience; such as permanent, temporary, affiliation, travel arranger, etc.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Relation" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">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.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="EmergencyFlag" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates if this contact should be used in the case of an emergency.</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>false</LegacyDefaultValue> </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RPH" type="RPH_Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Provides a unique reference to this contact person.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CommunicationMethodCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Provides the preferred method of communication. Refer to OpenTravel Code list Distribution Type (DTB).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DocumentDistribMethodCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the method of distribution for the booking documentation. Refer to OpenTravel Code list Distribution Type (DTB).</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="CountryNameType"> <xs:annotation> <xs:documentation xml:lang="en">The name or code of a country (e.g. as used in an address or to specify citizenship of a traveller).</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="StringLength0to64"> <xs:attribute name="Code" type="ISO3166" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">ISO 3166 code for a country.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="CustomerType"> <xs:annotation> <xs:documentation xml:lang="en">Contains basic data on the customer's identity, location, relationships, finances, memberships, etc.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="PersonName" type="PersonNameType" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Detailed name information for the customer.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Telephone" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Information on a telephone number for the customer.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">The first and last dates between which this telephone number is in effect.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="TelephoneInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">Information about a telephone number, including the actual number and its usage.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="TransferAction" type="TransferActionType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates under what conditions the element will be transfered to the booking.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ParentCompanyRef" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A reference to the company from which this element has been inherited.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="Email" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Information on an email address for the customer.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="EmailType"> <xs:attribute name="TransferAction" type="TransferActionType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates under what conditions the element will be transfered to the booking.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ParentCompanyRef" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A reference to the company from which this element has been inherited.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Address" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Detailed information on an address for the customer.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="AddressInfoType"> <xs:sequence> <xs:element name="CompanyName" type="CompanyNameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Identifies a company.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AddresseeName" type="PersonNameType" minOccurs="0"> <xs:annotation> <xs:documentation>Name of the person to whom this address relates.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">The first and last dates between which this address is in effect.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="ValidationStatus" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates if the address has been validated or not and if it has been successful or not.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="SystemValidated"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the address has been validated automatically.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="UserValidated"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the address has been validated by the agent.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NotChecked"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the address has not been validated.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="TransferAction" type="TransferActionType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates under what conditions the element will be transfered to the booking.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ParentCompanyRef" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A reference to the company from which this element has been inherited.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="URL" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Information on a URL for the customer.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="URL_Type"> <xs:attribute name="TransferAction" type="TransferActionType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates under what conditions this element will be transfered to the booking.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="CitizenCountryName" minOccurs="0" maxOccurs="3"> <xs:annotation> <xs:documentation xml:lang="en">Name of the (self-professed) country that is claimed for citizenship.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="CitizenCountryNameGroup"> <xs:annotation> <xs:documentation xml:lang="en">Name of the (self-professed) country that is claimed for citizenship.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="PhysChallName" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Describes the customer's physical challenge.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="StringLength0to255"> <xs:attribute name="PhysChallInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates the customer is physically challenged.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="PetInfo" type="StringLength1to64" minOccurs="0" maxOccurs="3"> <xs:annotation> <xs:documentation xml:lang="en">Describes the customer's pet.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PaymentForm" minOccurs="0" maxOccurs="100"> <xs:annotation> <xs:documentation xml:lang="en">Methods of providing funds and guarantees for travel by the customer.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="PaymentFormType"> <xs:sequence> <xs:element name="AssociatedSupplier" minOccurs="0"> <xs:annotation> <xs:documentation>The supplier for whom this is the preferred method of payment.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="CompanyID_AttributesGroup"> <xs:annotation> <xs:documentation xml:lang="en">Information about the supplier.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="TransferAction" type="TransferActionType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates under what conditions the element will be transfered to the booking.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DefaultInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates the preferred form of payment.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ParentCompanyRef" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A reference to the company from which this element has been inherited.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="RelatedTraveler" type="RelatedTravelerType" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Identifies a traveler associated with the customer.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ContactPerson" type="ContactPersonType" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Information on a contact person for the customer.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Document" type="DocumentType" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Detailed document information for the customer (e.g., driver license, passport, visa).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CustLoyalty" minOccurs="0" maxOccurs="25"> <xs:annotation> <xs:documentation xml:lang="en">Loyalty program information for the customer.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="MemberPreferences" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Loyalty program preferences specified by the enrolling member.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="AdditionalReward" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Additional programs that are honored by the primary loyalty account.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="CompanyName" type="CompanyNameType" minOccurs="0"/> <xs:element name="Name" type="PersonNameType" minOccurs="0"/> </xs:sequence> <xs:attribute name="MemberID" type="StringLength1to32" use="optional"/> </xs:complexType> </xs:element> <xs:element name="Offer" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Source from which members can receive information.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Communication" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Preferred method of offer communication.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="DistribType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An enumerated list of method of communication. Refer to OpenTravel Code List Distribution Type (DTB).</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An enumerated list of offer sources.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Partner"/> <xs:enumeration value="Loyalty"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Awareness" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates how person became aware of loyalty program.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="PromotionCodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Loyalty enrollment promotion code.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="AwardsPreference" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Method by which awards are allocated.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Points"/> <xs:enumeration value="Miles"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="SecurityInfo" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Information allowing member to securely access account.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="PasswordHint" minOccurs="0" maxOccurs="2"> <xs:annotation> <xs:documentation xml:lang="en">Alternate method to password for account access.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="Hint" use="optional"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Question"/> <xs:enumeration value="Answer"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Username" type="StringLength1to32"/> <xs:attribute name="Password" type="StringLength1to32"/> </xs:complexType> </xs:element> <xs:element name="SubAccountBalance" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify a sub-account and its point balance associated with this loyalty account.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="Type" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Describes the type of sub account (e.g. miles, points, vouchers, stays).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Balance" type="xs:integer" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The current balance for this sub account.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="CustomerLoyaltyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Program rewarding frequent use by accumulating credits for services provided by vendors.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Remark" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A remark associated with the customer's loyalty program.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="EmployeeInfo" type="EmployeeInfoType" minOccurs="0" maxOccurs="3"> <xs:annotation> <xs:documentation xml:lang="en">Employment information for the customer.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EmployerInfo" type="CompanyNameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the customer's employer.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AdditionalLanguage" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation>Additional languages spoken by the traveler.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="Code" type="xs:language" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Code for the language spoken by the customer.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element ref="TPA_Extensions" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="GenderGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the gender of the customer.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Deceased" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true the customer is deceased.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="LockoutType" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates reason for locking out record, such as Emergency, Incident, etc.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="BirthDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the birth date of the customer.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="CurrencyCodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Type of funds preferred for reviewing monetary values, in ISO 4217 codes.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="VIP_Indicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If true, indicates a very important person.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Text" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify textual information about the customer.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="LanguageGroup"> <xs:annotation> <xs:documentation xml:lang="en">The primary language of the customer.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="CustomerValue" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The supplier's ranking of the customer (e.g., VIP, numerical ranking).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MaritalStatus" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Marital status of the traveler.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Annulled"> <xs:annotation> <xs:documentation>The marriage of the traveler has been annulled.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Co-habitating"> <xs:annotation> <xs:documentation>The traveler is living with someone, but not married.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Divorced"> <xs:annotation> <xs:documentation>The traveler is divorced.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Engaged"> <xs:annotation> <xs:documentation>The traveler is engaged.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Married"> <xs:annotation> <xs:documentation> the traveler is married</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Separated"> <xs:annotation> <xs:documentation>The traveler is separated.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Single"> <xs:annotation> <xs:documentation>The traveler is single.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Widowed"> <xs:annotation> <xs:documentation>The traveler is widowed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unknown"> <xs:annotation> <xs:documentation>The marital status of the traveler is unknown.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="PreviouslyMarriedIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates the customer was previously married. When false, indicates the customer was not previously married.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ChildQuantity" type="Numeric1to99" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The number of children of the customer.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="DateTimeSpanType"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify a time window range by either specifying an earliest and latest date for the start date and end date or by giving a date with a time period that can be applied before and/or after the start date.</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="DateWindowRange" type="TimeInstantType"> <xs:annotation> <xs:documentation xml:lang="en">Specifies a time period that can be applied before and/or after the start date.</xs:documentation> </xs:annotation> </xs:element> <xs:sequence> <xs:element name="StartDateWindow" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The earliest and latest dates acceptable for the start date.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="TimeWindowGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies a date range.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="EndDateWindow" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The earliest and latest dates acceptable for the end date.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="TimeWindowGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies a date range.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> </xs:sequence> </xs:choice> <xs:attributeGroup ref="DateTimeSpanGroup"> <xs:annotation> <xs:documentation xml:lang="en">Defines the date and/or time span.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> <xs:complexType name="DirectBillType"> <xs:annotation> <xs:documentation xml:lang="en">Company name and location for sending invoice for remittances for travel services.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="CompanyName" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Company name to whom remittance should be directed.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="CompanyNameType"> <xs:attribute name="ContactName" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This may be used to pass the name of the contact at the company for which the direct bill applies.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="Address" type="AddressInfoType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Address where remittance should be directed.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Email" type="EmailType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Email address to which remittance should be directed.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Telephone" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Telephone number associated with company to whom remittance is being directed.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="TelephoneInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">Information about a telephone number, including the actual number and its usage.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of direct bill data between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="DirectBill_ID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifier for the organization to be billed directly for travel services.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="BillingNumber" type="StringLength0to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The number assigned by the subscriber for billing reconciliation of a corporate account.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="DocumentType"> <xs:annotation> <xs:documentation xml:lang="en">Provides information on a specific document.</xs:documentation> </xs:annotation> <xs:sequence> <xs:choice minOccurs="0"> <xs:element name="DocHolderName" type="StringLength1to64" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The name of the document holder in unformatted text (Mr. Sam Jones).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DocHolderFormattedName" type="PersonNameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The name of document holder in formatted text.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:element name="DocLimitations" type="StringLength1to64" minOccurs="0" maxOccurs="9"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate any limitations on the document (e.g. as a person may only be allowed to spend a max of 30 days in country on a visitor's visa).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AdditionalPersonNames" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A container for additional person names.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="AdditionalPersonName" type="StringLength1to64" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">The name of an additional person listed on this document.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of document data between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="DocIssueAuthority" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the group or association that granted the document.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DocIssueLocation" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the location where the document was issued.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DocID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Unique number assigned by authorities to document.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DocType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the type of document (e.g. Passport, Military ID, Drivers License, national ID, Vaccination Certificate). Refer to OpenTravel Code List Document Type (DOC).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="GenderGroup"> <xs:annotation> <xs:documentation xml:lang="en">The gender of the document holder.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="BirthDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">The birth date of the document holder.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">The effective and expiry date of the document.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="DocIssueStateProv" type="StateProvCodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">State or Province where the document was issued.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DocIssueCountry" type="ISO3166" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Country where the document was issued.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="BirthCountry" type="ISO3166" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the birth country of the document holder.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="BirthPlace" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the birth place of the document holder (e.g., city, state, county, province), when designating a country of birth, use BirthCountry.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DocHolderNationality" type="ISO3166" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The country code of the nationality of the document holder.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ContactName" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Provides contact name associated with the document.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="HolderType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Provides the type of document holder.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Infant"> <xs:annotation> <xs:documentation xml:lang="en">The document holder is an infant.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HeadOfHousehold"> <xs:annotation> <xs:documentation xml:lang="en">The document holder is a head of household.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Remark" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A remark associated with the document.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PostalCode" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the postal code (e.g., ZIP code) on the document.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="DonationType"> <xs:annotation> <xs:documentation>Provides information about donations made during a booking.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="FrontOfficeInfo" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The identifying fields for the front office for a Massive Good donation: Product Name, Product version, Office ID and Corporate ID.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="ProductName" type="xs:string" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The Massive Good/ Amadeus Donation Service product name.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ProductVersion" type="xs:string" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The Massive Good/ Amadeus Donation Service product version.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OfficeID" type="xs:string" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The Massive Good/ Amadeus Donation Service office ID.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CorporateID" type="xs:string" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The Massive Good/ Amadeus Donation Service corporate ID.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="CreditCardInfo"> <xs:annotation> <xs:documentation xml:lang="en">Donation credit card information.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="PaymentCardType"> <xs:attribute name="Currency" type="AlphaLength3" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The donation currency code (ISO 4217.) </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DonationAmount" type="Money" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The donation amount.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="DonorInfo" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Donor information, including Email Address, First Name, Last Name, Street Address, City and Zip Code.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Name" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The donor name.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="PersonNameType"/> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="ContactInfo" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Donor address and email address information.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="AddressType"> <xs:attribute name="EmailAddress" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The donor email address.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Language" type="xs:language" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The localized error response language. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="GDS_ID" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The ID of the GDS (global distribution service) providing the donation.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="1A"> <xs:annotation> <xs:documentation xml:lang="en">Amadeus</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1G"> <xs:annotation> <xs:documentation xml:lang="en">Galileo</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1P"> <xs:annotation> <xs:documentation xml:lang="en">Worldspan</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1V"> <xs:annotation> <xs:documentation xml:lang="en">Apollo</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1W"> <xs:annotation> <xs:documentation xml:lang="en">Sabre</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WE"> <xs:annotation> <xs:documentation xml:lang="en">Website</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WS"> <xs:annotation> <xs:documentation xml:lang="en">WebService</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MF"> <xs:annotation> <xs:documentation xml:lang="en">Millennium Foundation</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ZZ"> <xs:annotation> <xs:documentation xml:lang="en">Other</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="AskForReceiptInd" type="xs:boolean" use="required"> <xs:annotation> <xs:documentation xml:lang="en">If true, the donor wants a donation receipt. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CountryCode" type="ISO3166" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The 2 character ISO3166 country code of the donor.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="StateCode" type="StateProvCodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The origin state of the donor.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="EmailType"> <xs:annotation> <xs:documentation xml:lang="en">Electronic email addresses, in IETF specified format.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="StringLength1to128"> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of email information between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="DefaultIndGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies whether or not this is the default email address.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="EmailType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the purpose of the e-mail address (e.g. personal, business, listserve). Refer to OpenTravel Code List Email Address Type (EAT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RPH" type="RPH_Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used elsewhere in the message to reference this specific email address.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Remark" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A remark associated with the e-mail address.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="EmployeeInfoType"> <xs:annotation> <xs:documentation xml:lang="en">Employment identification; using an employee ID number, title, level within the company, and an indication of their status (e.g., active, retired, on leave, or terminated from employment). Additional information about an employee can be entered into the element, including the name of the employee, if it differs from the person name identified as a customer or contact.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="StringLength0to64"> <xs:attribute name="EmployeeId" type="StringLength1to16"> <xs:annotation> <xs:documentation xml:lang="en">Identifier assigned to the employee.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="EmployeeLevel" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Level in employer organization (e.g. seniority) that coveys privileges.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="EmployeeTitle" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Title of employee in the employer company that conveys rank or privileges.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="EmployeeStatus" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Status of employment. Refer to OpenTravel Code List Employee Status (EMP).</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="EquipmentType"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the aircraft equipment type.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="StringLength0to64"> <xs:attribute name="AirEquipType" type="StringLength3" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is the 3 character IATA code.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ChangeofGauge" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates there is an equipment change.</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>false</LegacyDefaultValue> </xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="ErrorType"> <xs:annotation> <xs:documentation xml:lang="en">Standard way to indicate that an error occurred during the processing of an OpenTravel message. If the message successfully processes, but there are business errors, those errors should be passed in the warning element.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="FreeTextType"> <xs:attribute name="Type" type="OTA_CodeType" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The Error element MUST contain the Type attribute that uses a recommended set of values to indicate the error type. The validating XSD can expect to accept values that it has NOT been explicitly coded for and process them by using Type ="Unknown". Refer to OpenTravel Code List Error Warning Type (EWT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="ErrorWarningAttributeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Details of the error.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="NodeList" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An XPath expression that selects all the nodes whose data caused this error. Further, this expression should have an additional contraint which contains the data of the node. This will provide the offending data back to systems that cannot maintain the original message.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="ErrorsType"> <xs:annotation> <xs:documentation xml:lang="en">A collection of errors that occurred during the processing of a message.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Error" type="ErrorType" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">An error that occurred during the processing of a message.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="FeeType"> <xs:annotation> <xs:documentation xml:lang="en">Used for non-tax fees and charges (e.g. service charges) .</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Taxes" type="TaxesType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Used for taxes on the associated fee.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Description" type="ParagraphType" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Text description of the fees in a given language.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="TaxInclusive" type="xs:boolean"> <xs:annotation> <xs:documentation xml:lang="en">Indicates whether taxes are included when figuring the fees.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="FeeTaxGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides details of the fee.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the effective and expiry dates for the fee.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="MandatoryIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates the fee is mandatory. When false, the fee is not mandatory.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RPH" type="RPH_Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An index code to identify an instance in a collection of like items.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="ChargeUnitGroup"> <xs:annotation> <xs:documentation xml:lang="en">Specifies charge information by unit (e.g., room, person, item) and frequency (e.g., daily, weekly, stay).</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="TaxableIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates that the fee is subject to tax.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="FeesType"> <xs:annotation> <xs:documentation xml:lang="en">A collection of fees.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Fee" type="FeeType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Fee Amount that is applied to the rate. Fees are used for non tax amounts like service charges.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="FlightSegmentBaseType"> <xs:annotation> <xs:documentation xml:lang="en">Construct for holding a flight segment availability object.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="DepartureAirport" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Departure point of flight segment.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="AirportLocationGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the airport location for the departure.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="ArrivalAirport" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Arrival point of flight segment.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="AirportLocationGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the airport location for the arrival.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="OperatingAirline" type="OperatingAirlineType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The operating airline of the flight if it is a codeshare flight.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Equipment" type="EquipmentType" minOccurs="0" maxOccurs="2"> <xs:annotation> <xs:documentation xml:lang="en">The type of equipment used for the flight.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="DepartureDateTime" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The date and time of the flight segment departure.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ArrivalDateTime" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the arrival date and time of a flight.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="StopQuantity" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The number of stops the flight makes.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RPH" type="RPH_Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Reference place holder for this flight segment.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="InfoSource" type="InfoSourceType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify the source of the data being exchanged as determined by trading partners.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="FormattedTextSubSectionType"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide subsection formatted text information.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Paragraph" type="ParagraphType" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Details and content of a paragraph for a formatted text message.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="SubTitle" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This attribute may be used to provide a title for a sub-section of the formatted free text. A sub-section may have multiple related paragraphs of information. For example, if used to provide driving directions there may be multiple paragraphs, and these paragraphs may be grouped into a sub-section called "Driving from the North". A second subsection may be titled "Driving from the South", and may contain several paragraphs to describe the driving directions when driving from the south.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SubCode" type="StringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An optional code that may be assigned to this sub-section of formatted free text.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SubSectionNumber" type="Numeric1to999" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This attribute may be used when there is a need to number all of the sub-sections of information that is to be presented.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="FormattedTextTextType"> <xs:annotation> <xs:documentation xml:lang="en">Provides text and indicates whether it is formatted or not.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="Formatted" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Textual information, which may be formatted as a line of information, or unformatted, as a paragraph of text.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="LanguageGroup"> <xs:annotation> <xs:documentation xml:lang="en">The language in which the text is provided.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="TextFormat" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the format of text used in the description e.g. unformatted or html.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="PlainText"> <xs:annotation> <xs:documentation xml:lang="en">Textual data that is in ASCII format.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HTML"> <xs:annotation> <xs:documentation xml:lang="en">HTML formatted text.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="FormattedTextType"> <xs:annotation> <xs:documentation xml:lang="en">Collection of formatted text sub sections.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="SubSection" type="FormattedTextSubSectionType" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Subsection formatted text information.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="Title" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This attribute may be used to provide a title for the formatted free text, for example, Driving Directions. Each of the sub sections that are defined to be a part of the formatted text would provide detailed information about the subject identified by the title.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Language" type="xs:language" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The language in which the content is provided.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="FreeTextType"> <xs:annotation> <xs:documentation xml:lang="en">Textual information to provide descriptions and/or additional information.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attributeGroup ref="LanguageGroup"> <xs:annotation> <xs:documentation xml:lang="en">Language of the text.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="ImageDescriptionType"> <xs:annotation> <xs:documentation xml:lang="en">Describes an image item.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ImageFormat" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">A set of images for a given category which may be provided in multiple formats.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="ImageItemType"> <xs:attributeGroup ref="MultimediaDescriptionGroup"> <xs:annotation> <xs:documentation xml:lang="en">Detailed information about an image.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Language" type="xs:language" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The language in which the image text is provided.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Format" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the format of an image. Refer to OpenTravel Code List Content Format Code (CFC).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="FileName" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The name of the image file.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="FileSize" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The size of the image file.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DimensionCategory" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Associates the image size to a given category (e.g., 70x70, 100x100, 480x480, thumbnail). For example, if an image with a dimension of 72x73 is sent, it may be categorized as a 70x70 image.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="IsOriginalIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, the image is the original file and format. When false, the image is not the original file and format.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Description" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">The description associated with the image in a specific language.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="FormattedTextTextType"> <xs:attribute name="Caption" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The caption associated to a specific image category which can be provided in different languages.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Category" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the image category. Refer to OpenTravel Code list Picture Category Code (PIC).</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="ImageItemsType"> <xs:annotation> <xs:documentation xml:lang="en">Collection of image items.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ImageItem" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Image of a given category.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="ImageDescriptionType"> <xs:attributeGroup ref="DateTimeStampGroup"> <xs:annotation> <xs:documentation xml:lang="en">Creation and modification information for this image item.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="RemovalGroup"> <xs:annotation> <xs:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Version" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The version of the image item.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="ID_OptionalGroup"> <xs:annotation> <xs:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="ImageItemType"> <xs:annotation> <xs:documentation xml:lang="en">Details for an image of a given category.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="URL" type="xs:anyURI" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">URL of the multimedia item for a specific format.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The unit of measure for the image item. Refer to OpenTravel Code list Unit of Measure (UOM).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Width" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The width of the image item (unit specified by unit of measure).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Height" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The height of the image item (unit specified by unit of measure).</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="ItemSearchCriterionType"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the criterion for a search.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Position" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The Position element contains three attributes, Latitude, Longitude, and Altitude, used to indicate the geographic location(s) requested by the search, expressed in notation specified by ISO standard 6709. It is likely that only the first two attributes, Latitude and Longitude, would be needed to define a geographic area.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="PositionGroup"> <xs:annotation> <xs:documentation xml:lang="en">The geographic coordinates for the search.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="Address" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Uses any part of address information, such as street name, postal code, or country code.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="AddressType"> <xs:attribute name="SameCountryInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, only locations in the same country as the specified city's country should be selected.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AddressSearchScope"> <xs:annotation> <xs:documentation xml:lang="en">Determines how the keywords specified in the Address element will be processed.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Primary"> <xs:annotation> <xs:documentation xml:lang="en">The address search keyword(s) will be compared to the physical address of the property.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Alternate"> <xs:annotation> <xs:documentation xml:lang="en">The 'city' area attractions associated with the property will be searched.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PrimaryAndAlternate"> <xs:annotation> <xs:documentation xml:lang="en">The address search keyword(s) will be compared to the physical address of the property and the 'city' area attractions associated with the property will be searched.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Telephone" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Telephone number(s) used in the search.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="TelephoneGroup"> <xs:annotation> <xs:documentation xml:lang="en">Detailed telephone information for the search.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="RefPoint" minOccurs="0" maxOccurs="999"> <xs:annotation> <xs:documentation xml:lang="en">The Reference Point element allows for a search by proximity to a designated reference point by name.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="StringLength0to64"> <xs:attribute name="StateProv" type="StateProvCodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The state or province in which the reference point is located.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CountryCode" type="ISO3166" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The country in which the reference point is located.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CodeListGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify a reference point by a code.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="RefPointType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the type of location being referenced (e.g., Airport, Hotel). Refer to the OpenTravel Code table Index Point Code (IPC).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Name" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The name of the reference point.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CityName" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The name of the city associated with this reference point.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="CodeRef" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the location of points of interest.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="LocationType"> <xs:attribute name="VicinityCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to identify the vicinity of the location. Refer to OpenTravel Codelist Vehicle Where at Facility (VWF).</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="HotelRef" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the detail of hotel reference information.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="HotelReferenceGroup"> <xs:annotation> <xs:documentation xml:lang="en">Detailed hotel information for the search.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="SegmentCategoryCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to search for hotels within a particular market segment. Refer to OpenTravel Code Segment Category Code Type (SEG).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PropertyClassCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Refer to OpenTravel Code list OpenTravel Code List Property Class Type (PCT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ArchitecturalStyleCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Refer to OpenTravel Code List Architectural Style Code (ARC).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SupplierIntegrationLevel" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The level of integration of a property to provide automated transaction information. The lower the number, the higher the integration (e.g., a 1 means the supplier has the highest level of integration automation).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="LocationCategoryCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to search for hotels in a specific location category (e.g. downtown, airport or suburban, etc.). Refer to OpenTravel Code List Location Category Codes (LOC).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ExtendedCitySearchIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true indicates the search should be performed beyond the hotel city code, typically this could include neighboring cities to the specified hotel city code.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="Radius" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify the extent of a search area. The extent is relative to an element (position, address, hotel reference, etc.) present in this ItemSearchCriterionType that specifies a location.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="DistanceAttributesGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide distance and direction information from the referenced location.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="MapArea" minOccurs="0"> <xs:annotation> <xs:documentation>Provides coordinates used to define the area of a map.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="NorthLatitude" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The latitude of the northern boundary of the map.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SouthLatitude" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The latitude of the southern boundary of the map.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="EastLongitude" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The longitude of the eastern boundary of the map.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="WestLongitude" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The longitude of the western boundary of the map.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="ExactMatch" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Values of "true" or "false", indicating whether the string of the search value must be an exact match.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ImportanceType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An enumerated list, indicating the level of importance of the search criterion. Acceptable values are "Mandatory", "High", "Medium", or "Low."</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="StringLength1to16"> <xs:enumeration value="Mandatory"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the item is required.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="High"> <xs:annotation> <xs:documentation xml:lang="en">Indicates a high level of importance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Medium"> <xs:annotation> <xs:documentation xml:lang="en">Indicates a medium level of importance.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Low"> <xs:annotation> <xs:documentation xml:lang="en">Indicates a low level of importance.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Ranking" type="xs:integer" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines a ranking scale expressed as integers; meaning and scale are based on individual implementations.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="LocationGeneralType"> <xs:annotation> <xs:documentation xml:lang="en">Provides high-level information regarding a location.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="CityName" type="StringLength1to64" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">City (e.g., Dublin), town, or postal station (i.e., a postal service territory, often used in a military address).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StateProv" type="StateProvType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">State or Province name (e.g., Texas).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CountryName" type="CountryNameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Country name (e.g., Ireland).</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="LocationType"> <xs:annotation> <xs:documentation xml:lang="en">Code and optional string to describe a location point.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attributeGroup ref="LocationGroup"> <xs:annotation> <xs:documentation xml:lang="en">A code identifying a location.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="MessageAcknowledgementType"> <xs:annotation> <xs:documentation xml:lang="en">Information to acknowledge the receipt of a message.</xs:documentation> </xs:annotation> <xs:sequence> <xs:choice> <xs:sequence> <xs:element name="Success" type="SuccessType"> <xs:annotation> <xs:documentation xml:lang="en">Returning an empty element of this type indicates the successful processing of an OpenTravel message. This is used in conjunction with Warnings to report any warnings or business errors.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Warnings" type="WarningsType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Used when a message has been successfully processed to report any warnings or business errors that occurred.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:element name="Errors" type="ErrorsType"> <xs:annotation> <xs:documentation xml:lang="en">Indicates an error occurred during the processing of an OpenTravel message. If the message successfully processes, but there are business errors, those errors should be passed in the warning element.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">May be used to return the unique id from the request message.</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="TPA_Extensions" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="OTA_PayloadStdAttributes"> <xs:annotation> <xs:documentation xml:lang="en">The OTA_PayloadStdAttributes defines the standard attributes that appear on the root element for all OpenTravel Messages.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> <xs:complexType name="MonetaryRuleType"> <xs:annotation> <xs:documentation xml:lang="en">This defines the information pertaining to rules and amounts associated with these rules.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="StringLength0to255"> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the currency amount pertaining to the rule.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="RuleType" type="OTA_CodeType" use="required"> <xs:annotation> <xs:documentation xml:lang="en">Refer to OpenTravel Code List Rule Type (RUL).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Percent" type="Percentage" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The percent applicable to the monetary rule.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DateTime" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The date and time applicable to this monetary rule.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PaymentType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Refer to OpenTravel Code List Payment Type (PMT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RateConvertedInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates the amount was converted from another currency.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="DeadlineGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="MultimediaDescriptionsType"> <xs:annotation> <xs:documentation xml:lang="en">Contains multimedia item(s).</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="MultimediaDescription" type="MultimediaDescriptionType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">A multimedia item.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="LastUpdated" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The date and time when the collection of multimedia information was last updated.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="MultimediaDescriptionType"> <xs:annotation> <xs:documentation xml:lang="en">Describes multimedia item(s).</xs:documentation> </xs:annotation> <xs:choice minOccurs="0"> <xs:element name="VideoItems" type="VideoItemsType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A collection of video items.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ImageItems" type="ImageItemsType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A collection of image items.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TextItems" type="TextItemsType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A collection of text items.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="InfoCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to designate a particular type of description such as marketing. Refer to OpenTravel Code List Information Type (INF).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AdditionalDetailCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to designate a particular type of additional information. Refer to OpenTravel Code List Additional Detail Type (ADT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="ID_OptionalGroup"> <xs:annotation> <xs:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="LastUpdated" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The date and time when the multimedia information was last updated.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Version" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The version of the content, typically in the form of "1" or "2.3."</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="OperatingAirlineType"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the operating carrier and flight number.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="CompanyNameType"> <xs:attribute name="FlightNumber" type="FlightNumberType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The flight number as assigned by the operating carrier.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ResBookDesigCode" type="UpperCaseAlphaLength1to2" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The reservation booking designator of the operating carrier when different from the marketing carrier.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="OperationScheduleType"> <xs:annotation> <xs:documentation xml:lang="en">Details of an operating schedule (e.g. a golf tee time may be more expensive during peak hours v. off peak hours).</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="OperationTimes" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A collection of OperationTimes.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="OperationTime" maxOccurs="999"> <xs:annotation> <xs:documentation xml:lang="en">Provides operating times of a facility.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="DOW_PatternGroup"> <xs:annotation> <xs:documentation xml:lang="en">The day(s) of week to which the operation time applies.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="DateTimeSpanGroup"> <xs:annotation> <xs:documentation xml:lang="en">The date span applicable to the operation.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="AdditionalOperationInfoCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide additional information regarding operation times (e.g., after hours operations, restricted times). Refer to OpenTravel Code List Additional Operation Info (OPR).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Frequency" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The frequency with which this operation occurs (e.g., 'on the hour', 'on the half hour').</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Text" type="StringLength0to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Textual information for this period of operation.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="DateTimeSpanGroup"> <xs:annotation> <xs:documentation xml:lang="en">The date span applicable to the operation schedule.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> <xs:complexType name="OperationSchedulesType"> <xs:annotation> <xs:documentation xml:lang="en">Collection of operation schedules.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="OperationSchedule" type="OperationScheduleType" maxOccurs="999"> <xs:annotation> <xs:documentation xml:lang="en">The OperationSchedule class defines the dates and hours of operation.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="DateTimeSpanGroup"> <xs:annotation> <xs:documentation xml:lang="en">The date range for which the operation schedule information is valid.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> <xs:complexType name="OperationSchedulePlusChargeType"> <xs:annotation> <xs:documentation xml:lang="en">This allows a charge to be associated with operating times (e.g. a golf tee time may be more expensive during peak hours v. off peak hours).</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="OperationScheduleType"> <xs:sequence> <xs:element name="Charge" type="FeeType" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Cost associated with an amenity.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="OperationSchedulesPlusChargeType"> <xs:annotation> <xs:documentation xml:lang="en">The OperationSchedule class defines the dates and hours of operation in addition the charges that may apply.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="OperationSchedule" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">The OperationSchedule class defines details the dates and hours of operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="OperationSchedulePlusChargeType"> <xs:attribute name="Name" type="StringLength0to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide a name for a sub-operation (e.g. an activity or event).</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="OrdersType"> <xs:annotation> <xs:documentation xml:lang="en">Provides the details of one or more orders.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Order" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Information pertaining to a specific order.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Products" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A collection of products.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Product" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">The details associated to a specific product.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="ProductIssueDate" type="DateOrDateTimeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The date or date and time that the product was issued.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ProductID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An identification number associated to the specific product.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ProductType" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the type of product being purchased.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ProductQuantity" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The number of the specific product being purchased.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ProductSerialNumber" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The serial number of the specific product.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DiscountCode" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The discount code that applies to the specific product.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">The amount related to the specific item (e.g., if the item being purchased is a gift certificate, and only one item is being purchased the full amount is applied to the gift certificate).</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Status" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The status of the product. This attribute would primarily be used in the response message to identify the status of the item being purchased.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="OrderPending"> <xs:annotation> <xs:documentation xml:lang="en">The order has been submitted, but has not yet been confirmed.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BackOrder"> <xs:annotation> <xs:documentation xml:lang="en">The product being purchased is on back order.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unavailable"> <xs:annotation> <xs:documentation xml:lang="en">The product being purchased is unavailable.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Confirmed"> <xs:annotation> <xs:documentation xml:lang="en">The order has been confirmed.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="ListOfRecipientRPH" type="ListOfRPH" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The recipient(s) to whom the product pertains.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="OrderType" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the type of order.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OrderID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The identification number associated to the orders.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ListOfRecipientRPH" type="ListOfRPH" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The recipient(s) to whom the order pertains.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="OrderType" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the type of orders.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DiscountCode" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A discount code that applies to the orders.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="VendorPurchaseOrderID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The purchase order number of a sales intermediary.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OrderID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The identification number associated to the orders.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="OriginDestinationInformationType"> <xs:annotation> <xs:documentation xml:lang="en">Origin and Destination location, and time information for the request. Also includes the ability to specify a connection location for the search.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="TravelDateTimeType"> <xs:sequence> <xs:element name="OriginLocation"> <xs:annotation> <xs:documentation xml:lang="en">Travel Origin Location - for example, air uses the IATA 3 letter code.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="LocationType"> <xs:attribute name="MultiAirportCityInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If true, other airports within this city may be considered (i.e., EWR, JFK when origin location is LGA.)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AlternateLocationInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If true, alternate locations may be considered.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="DestinationLocation"> <xs:annotation> <xs:documentation xml:lang="en">Travel Destination Location - for example, air uses the IATA 3 letter code.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="LocationType"> <xs:attribute name="MultiAirportCityInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If true, other airports within this city may be considered (i.e., EWR, JFK when origin location is LGA.)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AlternateLocationInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If true, alternate locations may be considered.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="ConnectionLocations" type="ConnectionType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Travel Connection Location - for example, air uses the IATA 3 letter code.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="POS_Type"> <xs:annotation> <xs:documentation xml:lang="en">Point of Sale (POS) identifies the party or connection channel making the request.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Source" type="SourceType" maxOccurs="10"> <xs:annotation> <xs:documentation xml:lang="en">This holds the details about the requestor. It may be repeated to also accommodate the delivery systems.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="ParagraphType"> <xs:annotation> <xs:documentation xml:lang="en">An indication of a new paragraph for a sub-section of a formatted text message.</xs:documentation> </xs:annotation> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="Text" type="FormattedTextTextType"> <xs:annotation> <xs:documentation xml:lang="en">Formatted text content.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Image" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="en">An image for this paragraph.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="URL" type="xs:anyURI"> <xs:annotation> <xs:documentation xml:lang="en">A URL for this paragraph.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ListItem"> <xs:annotation> <xs:documentation xml:lang="en">Formatted text content and an associated item or sequence number.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="FormattedTextTextType"> <xs:attribute name="ListItem" type="xs:integer" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The item or sequence number.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="Name" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">In many cases the description repeats, this will allow you to define the information that is being sent, typically used when multiple occurrences of ParagraphType are being sent.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ParagraphNumber" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The sequence number for the paragraph.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="DateTimeStampGroup"> <xs:annotation> <xs:documentation xml:lang="en">Creation date time, Creator ID, last modification date time and last modifier ID for the paragraph.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="LanguageGroup"> <xs:annotation> <xs:documentation xml:lang="en">The language for this paragraph.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> <xs:complexType name="PaymentCardType"> <xs:annotation> <xs:documentation xml:lang="en">Identification about a specific credit card.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="CardHolderName" type="StringLength1to64" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Name of the card holder.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CardIssuerName" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Issuer of the card.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="IssuerNameGroup"> <xs:annotation> <xs:documentation xml:lang="en">Name of bank or organization issuing the card (e.g., alumni association, bank, fraternal organization).</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="Address" type="AddressType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Card holder's address used for additional authorization checks.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Telephone" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation>Card holder's telephone number used for additional authorization checks.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="TelephoneInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide phone numbers for a card holder.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="Email" type="EmailType" minOccurs="0" maxOccurs="3"> <xs:annotation> <xs:documentation>Card holder's email address(es) used for additional authorization checks.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CustLoyalty" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation>Customer loyalty information used for additional authorization checks.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="CustomerLoyaltyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Customer loyalty information.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="SignatureOnFile" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates if the signature is authorized as a form of guarantee. In some countries, the customer can sign the payment card slip as a form of guarantee.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="SignatureOnFileIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates a signature has been obtained.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the date range for which the signature is accepted for a guarantee.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="MagneticStripe" minOccurs="0"> <xs:annotation> <xs:documentation>Card Magnetic Stripe Data as defined by ISO 7813 for banking cards.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="Track1" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The binary magnetic stripe data for track 1.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:base64Binary"> <xs:minLength value="0"/> <xs:maxLength value="108"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Track2" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The binary magnetic stripe data for track 2.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:base64Binary"> <xs:minLength value="0"/> <xs:maxLength value="56"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Track3" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The binary magnetic stripe data for track 3.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:base64Binary"> <xs:minLength value="0"/> <xs:maxLength value="144"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of payment card data between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="CardType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the type of magnetic striped card. Refer to OpenTravel Code List Card Type (CDT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CardCode" type="PaymentCardCodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The 2 character code of the credit card issuer.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CardNumber" type="NumericStringLength1to19" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Credit card number embossed on the card.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SeriesCode" type="NumericStringLength1to8" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Verification digits printed on the card following the embossed number. This may also accommodate the customer identification/batch number (CID), card verification value (CVV2 ), card validation code number (CVC2) on credit card.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="PaymentCardDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Date the card becomes valid for use (optional) and the date the card expires (required) in ISO 8601 prescribed format.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="MaskedCardNumber" type="AlphaNumericStringLength1to19" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">May be used to send a concealed credit card number (e.g., xxxxxxxxxxxx9922).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CardHolderRPH" type="RPH_Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Provides a reference pointer that links the payment card to the payment card holder.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ExtendPaymentIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, the credit card company is requested to delay the date on which the amount of this transaction is applied to the customer's account.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CountryOfIssue" type="ISO3166" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Code for the country where the credit card was issued.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ExtendedPaymentQuantity" type="Numeric1to999" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A code used to specifiy the installment payment plan or number of payment installments.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SignatureOnFileIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, the cardholder signature is on file.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CompanyCardReference" type="AlphaNumericStringLength1to19" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Reference to the company sponsor for this particular card (e.g. a Universal Airline Travel Plan (UATP) card or any loyalty scheme sponsored card).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Remark" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A remark associated with this payment card.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="EncryptionKey" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Database key necessary to retrieve the full credit card (compliant with PCI DSS standards).</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="PaymentDetailType"> <xs:annotation> <xs:documentation xml:lang="en">Details of payment.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="PaymentFormType"> <xs:sequence> <xs:element name="PaymentAmount" minOccurs="0" maxOccurs="2"> <xs:annotation> <xs:documentation>Provides the monetary amount due for payment as quoted. A second instance could show the actual paid amount in a different currency.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">The currency amount of the payment.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="ApprovalCode" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The approval code returned as part of an authorization process.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="Commission" type="CommissionType" minOccurs="0"> <xs:annotation> <xs:documentation>Used to specify the commission details when paid to a third or internal party.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="PaymentType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify the form of payment. Refer to OpenTravel Code List Payment Type (PMT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SplitPaymentInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates that more than one form of payment will be used.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AuthorizedDays" type="Numeric1to999" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Number of days being charged to this payment method.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PrimaryPaymentInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates this is the primary method of payment.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="PaymentFormType"> <xs:annotation> <xs:documentation xml:lang="en">Ways of providing funds and guarantees for travel by the individual.</xs:documentation> </xs:annotation> <xs:choice minOccurs="0"> <xs:element name="PaymentCard" type="PaymentCardType"> <xs:annotation> <xs:documentation xml:lang="en">Details of a debit or credit card.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BankAcct" type="BankAcctType"> <xs:annotation> <xs:documentation xml:lang="en">Details of a bank account.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DirectBill" type="DirectBillType"> <xs:annotation> <xs:documentation xml:lang="en">Details of a direct billing arrangement.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Voucher"> <xs:annotation> <xs:documentation xml:lang="en">Details of a paper or electronic document indicating prepayment.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="VoucherGroup"> <xs:annotation> <xs:documentation xml:lang="en">The effective date, expiry date and series code of the voucher.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="BillingNumber" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Reference of the billing account which handles the payment transaction.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="SupplierIdentifier" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Unique identifier of the electronic voucher, created by the supplier.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Identifier" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Unique identifier of the electronic voucher.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ValueType" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the type of voucher (e.g., full credit or partial credit).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ElectronicIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates the voucher is electronic. An E-voucher is a value document issued by the Travel Agent for the customer. The e-voucher can be used as a proof of reservation, but more normally, as a full-payment or partial payment.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="LoyaltyRedemption"> <xs:annotation> <xs:documentation xml:lang="en">Details of a loyalty redemption arrangement. This is normally miles or points.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="LoyaltyCertificate" minOccurs="0" maxOccurs="9"> <xs:annotation> <xs:documentation xml:lang="en">A certificate may be needed in order to redeem miles or points. Certificates may be used in combination with each other as part of a reservation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="LoyaltyCertificateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the loyalty scheme, programs and promotions within the scheme, membership reference, format of the certificate, the number of nights it can be used and its current status.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="LoyaltyCertificateNumberGroup"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the Loyalty scheme, programs and promotions within the scheme, membership reference, form factor used by the certificate, the number of nights it can be used for and its current status.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="PromotionCodeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide a promotion code of the loyalty redemption.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="RedemptionQuantity" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The quantity of loyalty units being redeemed.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="MiscChargeOrder"> <xs:annotation> <xs:documentation xml:lang="en">Details of a miscellaneous charge order (MCO).</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="TicketNumber" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The ticket number of the miscellaneous charge order (MCO).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="OriginalIssueAttributes"> <xs:annotation> <xs:documentation xml:lang="en">Provides information about the original document on which the reissue is based</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="PaperMCO_ExistInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates if a paper or electronic MCO exists.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="Ticket"> <xs:annotation> <xs:documentation xml:lang="en">Details of a ticket to be exchanged.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="ConjunctionTicketNbr" minOccurs="0" maxOccurs="16"> <xs:annotation> <xs:documentation xml:lang="en">Conjunction ticket number in case a conjunction ticket is exchanged.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="StringLength1to32"> <xs:attribute name="Coupons" type="ListOfRPH"> <xs:annotation> <xs:documentation xml:lang="en">Gives the coupon numbers of the ticket, which will be taken for payment.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="TicketNumber" type="StringLength1to32"> <xs:annotation> <xs:documentation xml:lang="en">The ticket number which is exchanged.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="OriginalIssueAttributes"/> <xs:attribute name="ReroutingType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates if the rerouting, which made the exchange necessary was voluntary or involuntary.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="voluntary"/> <xs:enumeration value="involuntary"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="ReasonForReroute" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Gives more information about the rerouting.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="Cash"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate payment in cash.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="CashIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">If true, this indicates cash is being used.</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>true</LegacyDefaultValue> </xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:choice> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of payment form data between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="CostCenterID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A reference to identify the billing department for allocating cost of travel to company account.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RPH" type="RPH_Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Provides a reference to a specific form of payment.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PaymentTransactionTypeCode" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is used to indicate either a charge, reserve (deposit) or refund.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="charge"> <xs:annotation> <xs:documentation xml:lang="en">This indicates that an actual payment has been made.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="reserve"> <xs:annotation> <xs:documentation xml:lang="en">This indicates that a hold for the indicated amount has been placed on a credit card or that a cash amount has been taken from the customer to guarantee final payment.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="refund"> <xs:annotation> <xs:documentation xml:lang="en">This indicates that the payment amount of this PaymentDetail element is for a refund.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="GuaranteeIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, indicates this represents a guarantee rather than a payment form.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="GuaranteeTypeCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify the method of guarantee. Refer to OpenTravel Code List Payment Type (PMT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="GuaranteeID" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Provides the identifier as specified by the GuaranteeTypeCode (e.g., Corporate ID or IATA number).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Remark" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A remark associated with the payment form.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="PaymentRulesType"> <xs:annotation> <xs:documentation xml:lang="en">Collection of payment rules.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="PaymentRule" type="MonetaryRuleType" maxOccurs="9"> <xs:annotation> <xs:documentation xml:lang="en">One specific payment rule associated with this reservation. For example, a date by which a deposit must be received.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="PersonNameType"> <xs:annotation> <xs:documentation xml:lang="en">This provides name information for a person.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="NamePrefix" type="StringLength1to16" minOccurs="0" maxOccurs="3"> <xs:annotation> <xs:documentation xml:lang="en">Salutation of honorific (e.g. Mr., Mrs., Ms., Miss, Dr.)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GivenName" type="StringLength1to64" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Given name, first name or names.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MiddleName" type="StringLength1to64" minOccurs="0" maxOccurs="3"> <xs:annotation> <xs:documentation xml:lang="en">The middle name of the person name.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SurnamePrefix" type="StringLength1to16" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The surname prefix, e.g "van der", "von", "de".</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Surname" type="StringLength1to64"> <xs:annotation> <xs:documentation xml:lang="en">Family name, last name. May also be used for full name if the sending system does not have the ability to separate a full name into its parts, e.g. the surname element may be used to pass the full name.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NameSuffix" type="StringLength1to16" minOccurs="0" maxOccurs="3"> <xs:annotation> <xs:documentation xml:lang="en">Hold various name suffixes and letters (e.g. Jr., Sr., III, Ret., Esq.)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NameTitle" type="StringLength1to16" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Degree or honors (e.g., Ph.D., M.D.)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Document" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Document information for verification purposes and also used for additional filtering for common names.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="DocID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Unique number assigned by authorities to document.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="DocType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the type of document (e.g. Passport, Military ID, Drivers License, national ID, Vaccination Certificate). Refer to OpenTravel Code List Document Type (DOC).</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of person name data between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="NameType" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Type of name of the individual, such as former, nickname, alternate or alias name. Refer to OpenTravel Code List Name Type (NAM).</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="RateQualifierType"> <xs:annotation> <xs:documentation xml:lang="en">The RateQualifierType complex type describes fully rate information associated with a specific rate quotation, including the description of any promotions that may apply.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="PromoDesc" type="StringLength1to32" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">This may be used to provide additional information about the promotion code.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RateComments" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Collection of rate comments.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="RateComment" maxOccurs="15"> <xs:annotation> <xs:documentation xml:lang="en">This may be used to provide any additional information about rates (e.g., must return by Monday at 8 AM).</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="FormattedTextTextType"> <xs:attribute name="Name" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the type of rate comments (e.g., textual rule, marketing information).</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="RateQualifierCoreGroup"> <xs:annotation> <xs:documentation xml:lang="en">Basic information pertaining to a rate.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="ArriveByFlight" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates if this rate is only available to those customers who are flying to the vehicle rental location.</xs:documentation> <xs:documentation xml:lang="en"> <LegacyDefaultValue>false</LegacyDefaultValue> </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RateAuthorizationCode" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The rate authorization code for this rate.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="VendorRateID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en"> The identifier assigned to this rate by the vendor.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="RecipientInfosType"> <xs:annotation> <xs:documentation xml:lang="en">Information about one or more recipients.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="RecipientInfo" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Contact and/or reservation information pertaining to the recipient.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="ContactPersonType"> <xs:sequence> <xs:element name="ReservationID" type="UniqueID_Type" minOccurs="0" maxOccurs="2"> <xs:annotation> <xs:documentation xml:lang="en">Provides the reservation number of the recipient for delivery of the product.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ShippingInfo" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Informtion pertaining to the shipment of a product to the recipient.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="ShippingType" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The method of shipment (e.g., air, ground, pickup).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ShippingCarrier" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The shipping carrier (e.g., USPS, UPS, FedEx).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">The charges associated with shipment of the item.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="Comments" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A collection of comments.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Comment" type="ParagraphType" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Comment information pertaining to the purchase. This may be used to pass a message to be printed on a note card.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="ReferencePlaceHolderType"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide a reference to an object that is stored elsewhere in a collection of the same objects.</xs:documentation> </xs:annotation> <xs:attribute name="RPH" type="RPH_Type"> <xs:annotation> <xs:documentation xml:lang="en">The unique reference for an object within this message.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="RelatedTravelerType"> <xs:annotation> <xs:documentation xml:lang="en">Other traveler profiles associated with an specific individual.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the profile of the related traveler.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PersonName" type="PersonNameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Person associated with the traveler.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of related traveler data between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Relation" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the type of relationship with the person in the profile, such as Spouse, Child, Family, Business Associate, Interest Group, Medical, Security, Other, etc.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="BirthDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Birth date of the related traveler.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> <xs:complexType name="RelativePositionType"> <xs:annotation> <xs:documentation xml:lang="en">The RelativePosition object contains information about the direction, distance and travel time to/from a facility (hotel, car rental location, or airport) or to/from a designated location.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="TransportationsType"> <xs:attributeGroup ref="RelativePositionGroup"> <xs:annotation> <xs:documentation xml:lang="en">Defines the position of an entity in relation to another entity (e.g. from an airport to a hotel, the relationship is dependant on use).</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Nearest" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The indicator for whether this location is nearest.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="IndexPointCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is the object referred to by the relative position (e.g. cross street, airport). Refer to OpenTravel Code List Index Point Code (IPC).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Name" type="StringLength0to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is used to accommodate a city name, rail station name etc. when using the indexPoint attribute.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PrimaryIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates whether the reference point is considered the main reference point for the specific type of IndexPointCode (e.g., in Dallas, where IndexPointCode=airport Dallas/Fort Worth airport would be the primary airport even if another airport such as Love Field is closer).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ToFrom" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to indicate whether the context is to a facility or from a facility.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="ToFacility"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the direction is to the facility based on use (e.g., hotel, car rental location, airport).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="FromFacility"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the direction is from the facility based on use (e.g., hotel, car rental location, airport).</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="ApproximateDistanceInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, the distance information is approximate.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="RestaurantType"> <xs:annotation> <xs:documentation xml:lang="en">Information associated with a specific restaurant.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="MultimediaDescriptions" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Multimedia information about the restaurant.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="MultimediaDescriptionsType"> <xs:attribute name="Attire" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to pass restaurant attire information.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="RelativePosition" type="RelativePositionType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the directions to a specific restaurant.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OperationSchedules" type="OperationSchedulesPlusChargeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Collection of operating times for the restaurant including detail such as season, day of week, or a combination.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InfoCodes" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Collection of types of restaurant.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="InfoCode" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Indicates the generic type of restaurant such as fast food, cafe, fine dining, etc.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="Name" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This name refers to an OpenTravel Code List table (e.g. RestaurantCategoryCode/InfoCode). The actual code is passed in the Code attribute.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="StringLength1to32"> <xs:enumeration value="SrvcInfo"> <xs:annotation> <xs:documentation xml:lang="en">Refer to OpenTravel Code List Restaurant Srvc Info (RSI).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Beverage"> <xs:annotation> <xs:documentation xml:lang="en">This uses OpenTravel Code Table Beverage Code (BEV).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AvailableMealCategory"> <xs:annotation> <xs:documentation xml:lang="en">This uses OpenTravel Code Table Available Meal Category Codes (AMC).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RestaurantCategory"> <xs:annotation> <xs:documentation xml:lang="en">This uses OpenTravel Code Table Restaurant Category Code (RES).</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RestaurantPolicy"> <xs:annotation> <xs:documentation xml:lang="en">This uses OpenTravel Code Table Restaurant Policy Code (RPC).</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Code" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Refer to OpenTravel Code List Restaurant Category (RES).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CodeInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">May be used to give further detail on the code or to remove an obsolete item.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="CuisineCodes" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Collection of cuisine types of restaurant.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="CuisineCode" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">The code for the type of cuisine served at the restaurant.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="Code" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Refer to OpenTravel Code List Main Cuisine Code (CUI).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CodeInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">May be used to give further detail on the code or to remove an obsolete item.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="IsMain" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Indicates whether this cuisine code is the main cuisine offered by restaurant.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ExistsCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This attribute is used to explicitly define whether the Code applies. Refer to OpenTravel Code list Option Type Code (OTC). This is used in conjunction with Code.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DescriptiveText" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Descriptive text that describes the restaurant.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[A-Za-z0-9]{1,500}"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> <xs:attribute name="RestaurantName" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The name of the restaurant at the facility.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MaxSeatingCapacity" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The total seating capacity for this restaurant.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="MaxSingleParty" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The maximum number of people that can be seated as a single party in this restaurant.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="InvCode" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identification code of the restaurant service or facility for inventory and booking purposes if the service is an inventoriable item.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="OfferBreakfast" type="xs:boolean" use="optional"/> <xs:attribute name="OfferLunch" type="xs:boolean" use="optional"/> <xs:attribute name="OfferDinner" type="xs:boolean" use="optional"/> <xs:attribute name="OfferBrunch" type="xs:boolean" use="optional"/> <xs:attribute name="ProximityCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Denotes whether a service is onsite, offsite or information is not available. Refer to OpenTravel Code Table Proximity (PRX).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="ID_OptionalGroup"> <xs:annotation> <xs:documentation xml:lang="en">This may be used to uniquely identify the restaurant.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Sort" type="xs:nonNegativeInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Used to define the display order.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="SourceType"> <xs:annotation> <xs:documentation xml:lang="en">Provides information on the source of a request.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="RequestorID" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">An identifier of the entity making the request (e.g. ATA/IATA/ID number, Electronic Reservation Service Provider (ERSP), Association of British Travel Agents.(ABTA)).</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="UniqueID_Type"> <xs:attribute name="MessagePassword" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This password provides an additional level of security that the recipient can use to validate the sending party's authority to use the message.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Position" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the latitude and longitude of a source.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="PositionGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify the geographic coordinates of the source of the request.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="BookingChannel" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the booking channel type and whether it is the primary means of connectivity of the source.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="CompanyName" type="CompanyNameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the company that is associated with the booking channel.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="BookingChannelGroup"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the booking channel type and whether it is the primary means of connectivity of the source.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="AgentSine" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the party within the requesting entity.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="PseudoCityCode" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An identification code assigned to an office/agency by a reservation system.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ISOCountry" type="ISO3166" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The country code of the requesting party.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ISOCurrency" type="AlphaLength3" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The currency code in which the reservation will be ticketed.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AgentDutyCode" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">An authority code assigned to a requestor.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AirlineVendorID" type="UpperCaseAlphaNumericLength2to3" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The IATA assigned airline code.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AirportCode" type="UpperCaseAlphaNumericLength3to5" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The IATA assigned airport code.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="FirstDepartPoint" type="StringLength3" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The point of first departure in a trip.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ERSP_UserID" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Electronic Reservation Service Provider (ERSP) assigned identifier used to identify the individual using the ERSP system.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="TerminalID" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This is the electronic address of the device from which information is entered.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="SpecialRequestType"> <xs:annotation> <xs:documentation xml:lang="en">A collection of SpecialRequest objects. The collection of all special requests associated with any part of the reservation (the reservation in its entirety, one or more guests, or one or more room stays). Which special requests belong to which part is determined by each object's SpecialRequestRPHs collection.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="SpecialRequest" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">The SpecialRequest object indicates special requests for a particular guest, service or reservation. Each of these may be independent of any that are tied to the profile (see Profile Synchronization standard).</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="ParagraphType"> <xs:attribute name="RequestCode" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This identifies a special request for this reservation and is typically hotel-specific.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CodeContext" type="StringLength1to32" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the source authority for the RequestCode.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="NumberOfUnits" type="xs:integer" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Allows you to pass the number of units that the special request is for (e.g., if 4 rooms are booked you may want 3 with double/double beds and 1 with a king).</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="StateProvType"> <xs:annotation> <xs:documentation xml:lang="en">State, province, or region name or code needed to identify location.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="StringLength0to64"> <xs:attribute name="StateCode" type="StateProvCodeType"> <xs:annotation> <xs:documentation xml:lang="en">The standard code or abbreviation for the state, province, or region.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="StreetNmbrType"> <xs:annotation> <xs:documentation xml:lang="en">Street name; number on street.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="StringLength0to64"> <xs:attribute name="PO_Box" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines a Post Office Box number.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="SuccessType"> <xs:annotation> <xs:documentation xml:lang="en">Returning an empty element of this type indicates the successful processing of an OpenTravel message. This is used in conjunction with the Warning Type to report any warnings or business errors.</xs:documentation> </xs:annotation> </xs:complexType> <xs:complexType name="TPA_ExtensionsType"> <xs:annotation> <xs:documentation xml:lang="en">Allows extensions to be added to the OpenTravel specification per trading partner agreement.</xs:documentation> </xs:annotation> <xs:sequence> <xs:any processContents="skip" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> <xs:complexType name="TaxType"> <xs:annotation> <xs:documentation xml:lang="en">Applicable tax element. This element allows for both percentages and flat amounts. If one field is used, the other should be zero since logically, taxes should be calculated in only one of the two ways.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="TaxDescription" type="ParagraphType" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Text description of the taxes in a given language.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="FeeTaxGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides details of the tax.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"> <xs:annotation> <xs:documentation xml:lang="en">Provides the effective and expiry dates for the tax.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="ChargeUnitGroup"> <xs:annotation> <xs:documentation xml:lang="en">Specifies charge information by unit (e.g., room, person, item) and frequency (e.g., daily, weekly, stay).</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> <xs:complexType name="TaxesType"> <xs:annotation> <xs:documentation xml:lang="en">A collection of taxes.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Tax" type="TaxType" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">An individual tax.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to provide a total of all the taxes.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> <xs:complexType name="TextDescriptionType"> <xs:annotation> <xs:documentation xml:lang="en">Describes a text item.</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="URL" type="xs:anyURI" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The URL for a specific text item.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Description" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">The text in a specific language.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="FormattedTextTextType"> <xs:attribute name="ListItem" type="xs:integer" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Sequence number associated with this description.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="Category" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the text category. Refer to OpenTravel Code list Picture Category Code (PIC).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="MultimediaDescriptionGroup"> <xs:annotation> <xs:documentation xml:lang="en">Generic information about the text multimedia item.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Language" type="xs:language" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The language of the text item.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="TextItemsType"> <xs:annotation> <xs:documentation xml:lang="en">Collection of text items.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="TextItem" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Text description of a given category.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="TextDescriptionType"> <xs:attributeGroup ref="DateTimeStampGroup"> <xs:annotation> <xs:documentation xml:lang="en">Creation and modification information for this text item.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="RemovalGroup"> <xs:annotation> <xs:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Version" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The version of the text item.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="TimeDurationType"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify a time period, which may additionally include a minimum and/or maximum duration.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:duration"> <xs:attribute name="Minimum" type="xs:duration" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A minimum duration.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Maximum" type="xs:duration" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A maximum duration.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="TimeInstantType"> <xs:annotation> <xs:documentation xml:lang="en">Specifies a time window.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="DateOrDateTimeType"> <xs:attribute name="WindowBefore" type="xs:duration" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A period of time that can be applied to another time resulting in an earlier range of time.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="WindowAfter" type="xs:duration" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A period of time that can be applied to another time resulting in a later range of time.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="CrossDateAllowedIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true the requested period may extend over the previous or following day. When false, the search period is restricted to the date specified. Normally used when the window duration is in hours.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="TotalType"> <xs:annotation> <xs:documentation xml:lang="en">The total amount charged for the service including additional amounts and fees.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Taxes" type="TaxesType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">A collection of taxes.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="AmountBeforeTax" type="Money" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The total amount not including any associated tax (e.g., sales tax, VAT, GST or any associated tax).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AmountAfterTax" type="Money" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The total amount including all associated taxes (e.g., sales tax, VAT, GST or any associated tax).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CurrencyCodeGroup"/> <xs:attribute name="AdditionalFeesExcludedIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true, amounts do not contain additional fees or charges.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Type" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation>Type of charge. Refer to OpenTravel Code List Charge Type (CHG).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ServiceOverrideIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true indicates that the service amount has been overridden.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="RateOverrideIndicator" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true indicates that the rate amount has been overridden.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AmountIncludingMarkup" type="Money" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This amount includes markup and taxes.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="TransportationsType"> <xs:annotation> <xs:documentation xml:lang="en">Used to define the types of transportation offered.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Transportations" type="TransportationType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Collection of directions to/from a specific location via various modes of transportation.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="TransportationType"> <xs:annotation> <xs:documentation xml:lang="en">Defines the type of transportation offered.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Transportation" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Detailed transportation information.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="MultimediaDescriptions" type="MultimediaDescriptionsType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Multimedia information about the transportation.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OperationSchedules" type="OperationSchedulesType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Collection of operation schedules for the transportation.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DescriptiveText" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Descriptive text that describes the transportation.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[A-Za-z0-9]{1,500}"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> <xs:attribute name="NotificationRequired" type="StringLength1to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This would be used for information such as a shuttle needs to be requested or a reservation is required.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="TransportationCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The mode of transportation. Refer to OpenTravel Code List Transportation Code (TRP).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ChargeUnit" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Refer to OpenTravel Codelist Charge Type (CHG).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Included" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true there is no additional charge for transportation.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CodeInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">May be used to give further detail on the code (e.g. if a trolley is chosen, the trolley name could be added here) or to remove an obsolete item.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Description" type="StringLength0to64" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Descriptive information about the mode of transportation.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="TypicalTravelTime" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The normal (average) travel time required to get to or from the location, measured in minutes.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="CurrencyAmountGroup"> <xs:annotation> <xs:documentation xml:lang="en">The currency amount of the tranportation charge.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="ExistsCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">This attribute is used to explicitly define whether the type of transportation applies. Refer to OpenTravel Code list Option Type Code (OTC). This is used in conjunction with TransportationCode.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="ID_OptionalGroup"> <xs:annotation> <xs:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="TravelDateTimeType"> <xs:annotation> <xs:documentation xml:lang="en">Date and time of trip that allows specifying a time window before and after the given date.</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="DepartureDateTime" type="TimeInstantType"> <xs:annotation> <xs:documentation xml:lang="en">The departure date and optionally a time period that can be applied before and/or after the departure date.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ArrivalDateTime" type="TimeInstantType"> <xs:annotation> <xs:documentation xml:lang="en">The arrival date and optionally a time period that can be applied before and/or after the arrival date.</xs:documentation> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> <xs:complexType name="TravelerRPHs"> <xs:annotation> <xs:documentation xml:lang="en">A container to relate individual travelers to an inventory or chargeable item.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="TravelerRPH" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">Provides a pointer to a traveler defined elsewhere in this message.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="RPH" type="RPH_Type" use="required"> <xs:annotation> <xs:documentation xml:lang="en">A pointer to identify a traveler defined elsewhere in this message.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="URL_Type"> <xs:annotation> <xs:documentation xml:lang="en">Web site address, in IETF specified format.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:anyURI"> <xs:attributeGroup ref="PrivacyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Allows for control of the sharing of URL data between parties.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Type" type="StringLength1to16" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Defines the purpose of the URL address, such as personal, business, public, etc.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="DefaultIndGroup"> <xs:annotation> <xs:documentation xml:lang="en">Indicates whether or not this is the default URL.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="UniqueID_Type"> <xs:annotation> <xs:documentation xml:lang="en">An identifier used to uniquely reference an object in a system (e.g. an airline reservation reference, customer profile reference, booking confirmation number, or a reference to a previous availability quote).</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="CompanyName" type="CompanyNameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Identifies the company that is associated with the UniqueID.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attributeGroup ref="UniqueID_Group"/> </xs:complexType> <xs:complexType name="VendorMessageType"> <xs:annotation> <xs:documentation xml:lang="en">Provides formatted textual information that a vendor wishes to make known. The type of information is indicated.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="FormattedTextType"> <xs:attribute name="InfoType" type="OTA_CodeType" use="required"> <xs:annotation> <xs:documentation xml:lang="en">To define the type of information such as Description, Policy, Marketing, etc. Refer to OpenTravel Code List Information Type (INF).</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType name="VendorMessagesType"> <xs:annotation> <xs:documentation xml:lang="en">Collection of vendor messages.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="VendorMessage" type="VendorMessageType" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="en">A specific message associated with this vendor.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="VerificationType"> <xs:annotation> <xs:documentation xml:lang="en">Collection of data used to ensure the correct reservation is canceled or modified (e.g. in the case of a hotel reservation modification, a CustLoyalty/ MembershipID would be verified as part of the reservation that you plan to modify to ensure the correct reservation is being modified).</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="PersonName" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Detailed name information.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="PersonNameType"> <xs:attribute name="PartialName" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true the full name is not provided.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Email" type="EmailType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Information on an email address.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TelephoneInfo" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Information on a telephone number.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="TelephoneInfoGroup"> <xs:annotation> <xs:documentation xml:lang="en">Information about a telephone number, including the actual number and its usage.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="PaymentCard" type="PaymentCardType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Payment Card information.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AddressInfo" type="AddressInfoType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Detailed information on an address.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CustLoyalty" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Loyalty program information.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="CustomerLoyaltyGroup"> <xs:annotation> <xs:documentation xml:lang="en">Details of the customer loyalty membership.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="Vendor" type="CompanyNameType" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Vendor or vendors associated with the reservation.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReservationTimeSpan" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">The start and end date of the reservation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="DateTimeSpanGroup"> <xs:annotation> <xs:documentation xml:lang="en">The start and end date of the reservation.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="AssociatedQuantity" minOccurs="0" maxOccurs="5"> <xs:annotation> <xs:documentation xml:lang="en">Quantity or quantities that are associated with the reservation (e.g., number of seats, number of rooms, number of people).</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="CodeListGroup"> <xs:annotation> <xs:documentation xml:lang="en">Used to specify a quantity of an item as defined by the code.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> </xs:element> <xs:element name="StartLocation" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Start location associated with the reservation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="LocationType"> <xs:attribute name="AssociatedDateTime" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A date and time associated with this start location.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="EndLocation" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">End location associated with the reservation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="LocationType"> <xs:attribute name="AssociatedDateTime" type="xs:dateTime" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">A date and time associated with this end location.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element ref="TPA_Extensions" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:complexType name="VideoDescriptionType"> <xs:annotation> <xs:documentation xml:lang="en">Describes a video item.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="VideoFormat" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">A set of video of a given category can be provided in different Format, each format will be described in this element.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="VideoItemType"> <xs:attributeGroup ref="MultimediaDescriptionGroup"> <xs:annotation> <xs:documentation xml:lang="en">Multimedia information for the video file.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attributeGroup ref="ID_OptionalGroup"> <xs:annotation> <xs:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Category" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Specifies the video category. Refer to OpenTravel Code list Picture Category Code (PIC).</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:complexType name="VideoItemsType"> <xs:annotation> <xs:documentation xml:lang="en">Collection of video items.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="VideoItem" maxOccurs="unbounded"> <xs:annotation> <xs:documentation xml:lang="en">Each video item represents a specific category.</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="VideoDescriptionType"> <xs:attribute name="Language" type="xs:language" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The language associated with the caption for the video.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Caption" type="StringLength1to128" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The caption associated to a specific video category which can be provided in different languages.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="RemovalGroup"> <xs:annotation> <xs:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="Version" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The version of the video item.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="DateTimeStampGroup"> <xs:annotation> <xs:documentation xml:lang="en">Creation and modification information for this video item.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="VideoItemType"> <xs:annotation> <xs:documentation xml:lang="en">Details for a video of a given category.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="URL" type="xs:anyURI" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">URL of the multimedia item for a specific format.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="UnitOfMeasureCode" type="OTA_CodeType" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The unit of measure associated with all the dimensions of the multimedia item. Refer to OpenTravel Code list Unit of Measure (UOM).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Width" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The width of the video item (unit specified by unit of measure).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Height" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The height of the video item (unit specified by unit of measure).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="BitRate" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The bit rate of the video item.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Length" type="xs:positiveInteger" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The length of the video item (unit specified by unit of measure).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="MultimediaItemGroup"> <xs:annotation> <xs:documentation xml:lang="en">Multimedia information for the video item.</xs:documentation> </xs:annotation> </xs:attributeGroup> </xs:complexType> <xs:complexType name="WarningType"> <xs:annotation> <xs:documentation xml:lang="en">Used when a message has been successfully processed to report any warnings or business errors that occurred.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="FreeTextType"> <xs:attribute name="Type" type="OTA_CodeType" use="required"> <xs:annotation> <xs:documentation xml:lang="en">The Warning element MUST contain the Type attribute that uses a recommended set of values to indicate the warning type. The validating XSD can expect to accept values that it has NOT been explicitly coded for and process them by using Type ="Unknown". Refer to OpenTravel Code List Error Warning Type (EWT).</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="ErrorWarningAttributeGroup"> <xs:annotation> <xs:documentation xml:lang="en">Details of the warning.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="RPH" type="RPH_Type" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">Reference Place Holder used as an index for this warning.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="WarningsType"> <xs:annotation> <xs:documentation xml:lang="en">Collection of warnings.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Warning" type="WarningType" maxOccurs="999"> <xs:annotation> <xs:documentation xml:lang="en">Used in conjunction with the Success element to define a business error. </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="WrittenConfInstType"> <xs:annotation> <xs:documentation xml:lang="en">Method by which confirmations should be delivered.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="SupplementalData" type="ParagraphType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">Additional data that will be sent with the confirmation. This could be used to include a map, pictures, or any other information that the reservation source wishes to include with the confirmation.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Email" type="EmailType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="en">An email address to which the confirmation should be sent.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="LanguageID" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The language in which the confirmation should be provided.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="AddresseeName" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The name to which the confirmation should be addressed.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Address" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The mailing address to which the confirmation should be delivered.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Telephone" type="xs:string" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">The telephone number associated with the delivery address.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="ConfirmInd" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation xml:lang="en">When true a written confirmation was requested and will be sent.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> <xs:element name="TPA_Extensions" type="TPA_ExtensionsType"> <xs:annotation> <xs:documentation xml:lang="en">A placeholder in the schema to allow for additional elements and attributes to be included if required, per Trading Partner Agreement (TPA).</xs:documentation> </xs:annotation> </xs:element></xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="2.000" id="OTA2010B">
<xs:include schemaLocation="OTA_CommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_PingRQ">
<xs:annotation>
<xs:documentation xml:lang="en">The OTA_PingRQ message may be used for testing application connectivity, sending some specific text and determining if the receiving application is able to echo back that same text.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="EchoData" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">The free-text data that is expected to be echoed back in the response message.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="2.000" id="OTA2010B">
<xs:include schemaLocation="OTA_CommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_PingRS">
<xs:annotation>
<xs:documentation xml:lang="en">The OTA_PingRS message is a response to a client message used for testing application connectivity. Specific text sent by the client is to be echoed back in this response.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence maxOccurs="2">
<xs:element name="Success" type="SuccessType"/>
<xs:element name="Warnings" type="WarningsType" minOccurs="0"/>
<xs:element name="EchoData" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">The free-text data that is to be echoed back.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:element name="Errors" type="ErrorsType"/>
</xs:choice>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="3.001" id="OTA2003A2010B">
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:simpleType name="ActionType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifes an action to take place.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Add-Update">
<xs:annotation>
<xs:documentation xml:lang="en">Typically used to add an item where it does not exist or to update an item where it does exist.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Cancel">
<xs:annotation>
<xs:documentation xml:lang="en">Typically used to cancel an existing item.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Delete">
<xs:annotation>
<xs:documentation xml:lang="en">Typically used to remove specified data.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Add">
<xs:annotation>
<xs:documentation xml:lang="en">Typically used to add data whether data already exists or not.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Replace">
<xs:annotation>
<xs:documentation xml:lang="en">Typically used to overlay existing data.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AlphaLength1">
<xs:annotation>
<xs:documentation xml:lang="en">Used for an Alpha String, length exactly 1.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z]{1}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AlphaLength1to2">
<xs:annotation>
<xs:documentation xml:lang="en">Used for an Alpha String, length 1 to 2.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z]{1,2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AlphaLength3">
<xs:annotation>
<xs:documentation xml:lang="en">Used for an Alpha String, length exactly 3.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z]{3}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AlphaLength4">
<xs:annotation>
<xs:documentation xml:lang="en">Used for an Alpha String, length exactly 4.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z]{4}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AlphaNumericStringLength1">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Alpha-Numeric Strings, length 1.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9a-zA-Z]{1}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AlphaNumericStringLength1to3">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Alpha-Numeric Strings, length 1 to 3.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9a-zA-Z]{1,3}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AlphaNumericStringLength1to8">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Alpha-Numeric Strings, length 1 to 8.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9a-zA-Z]{1,8}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AlphaNumericStringLength1to14">
<xs:annotation>
<xs:documentation xml:lang="en">Used forAlpha-Numeric Strings, length 1 to 14.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9a-zA-Z]{1,14}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AlphaNumericStringLength1to19">
<xs:annotation>
<xs:documentation xml:lang="en">Used forAlpha-Numeric Strings, length 1 to 19.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9a-zA-Z]{1,19}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AmountDeterminationType">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate if an amount is inclusive or exclusive of other charges, such as taxes, or is cumulative (amounts have been added to each other).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Inclusive"/>
<xs:enumeration value="Exclusive"/>
<xs:enumeration value="Cumulative"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CabinType">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the cabin type (e.g. first, business, economy).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Cockpit">
<xs:annotation>
<xs:documentation xml:lang="en">Cockpit area.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Suite">
<xs:annotation>
<xs:documentation xml:lang="en">Suites or Sleep compartments.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="First">
<xs:annotation>
<xs:documentation xml:lang="en">First class compartment.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PremiumBusiness">
<xs:annotation>
<xs:documentation xml:lang="en">Premium Business class compartment.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Business">
<xs:annotation>
<xs:documentation xml:lang="en">Business class compartment.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PremiumEconomy">
<xs:annotation>
<xs:documentation xml:lang="en">Premium Economy class compartment.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Economy">
<xs:annotation>
<xs:documentation xml:lang="en">Economy class compartment.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DateOrDateTimeType">
<xs:annotation>
<xs:documentation xml:lang="en">A construct to validate either a date or a dateTime value.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="xs:date xs:dateTime"/>
</xs:simpleType>
<xs:simpleType name="DateOrTimeOrDateTimeType">
<xs:annotation>
<xs:documentation xml:lang="en">A construct to validate either a date or a time or a dateTime value.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="xs:date xs:dateTime xs:time"/>
</xs:simpleType>
<xs:simpleType name="DateOrMonthDay">
<xs:annotation>
<xs:documentation xml:lang="en">A construct to validate either a date or a month and day value.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="xs:date xs:gMonthDay"/>
</xs:simpleType>
<xs:simpleType name="DayOfWeekType">
<xs:annotation>
<xs:documentation xml:lang="en">A three letter abbreviation for the days of the week (e.g. may be the starting day for the availability requested, days of operation, rate effective day, etc.).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Mon"/>
<xs:enumeration value="Tue"/>
<xs:enumeration value="Wed"/>
<xs:enumeration value="Thu"/>
<xs:enumeration value="Fri"/>
<xs:enumeration value="Sat"/>
<xs:enumeration value="Sun"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DistanceUnitNameType">
<xs:annotation>
<xs:documentation xml:lang="en">Defines a set of valid values for the units in which distance is measured (i.e. mile or kilometer).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Mile"/>
<xs:enumeration value="Km"/>
<xs:enumeration value="Block"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DurationType">
<xs:annotation>
<xs:documentation xml:lang="en">Allows for the specification of a night duration.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="xs:duration NightDurationType"/>
</xs:simpleType>
<xs:simpleType name="FlightNumberType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a flight number (1 to 4 numbers followed by optional uppercase A - Z, which specifies an operational suffix) or OPEN or ARNK.</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,4}[A-Z]?"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="OPEN">
<xs:annotation>
<xs:documentation xml:lang="en">Used in lieu of a flight number when a specific flight number is unknown but service is present.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ARNK">
<xs:annotation>
<xs:documentation xml:lang="en">Used in lieu of a flight number when surface transportation is used when there is a break in the continuity of the flight itinerary.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="FlightTypeType">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies a particular type of flight (e.g. direct, stopover).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Nonstop">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the flight does not make any scheduled stops between 2 points.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Direct">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the flight makes a scheduled stop(s) between 2 points.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Connection">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the flight will require a change of aircraft at a connecting point(s).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SingleConnection">
<xs:annotation>
<xs:documentation xml:lang="en">A trip with only one connection.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DoubleConnection">
<xs:annotation>
<xs:documentation xml:lang="en">A trip with only two connections.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OneStopOnly">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the flight makes only one stop.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="HotelResStatusType">
<xs:annotation>
<xs:documentation xml:lang="en">A union between TransactionActionType and PMS_ResStatusType. Used in messages that communicate between reservation systems as well as between a reservation and property management system. In addition to the TransactionActionType and PMS_ResStatusType, the UpperCaseAlphaLength1to2 may be used for company specifc codes.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="PMS_ResStatusType TransactionActionType UpperCaseAlphaLength1to2"/>
</xs:simpleType>
<xs:simpleType name="IncludeExcludeType">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the applicability of the criteria to which it is related.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Include"/>
<xs:enumeration value="Exclude"/>
<xs:enumeration value="Required">
<xs:annotation>
<xs:documentation xml:lang="en">The associated item is required.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Allowed">
<xs:annotation>
<xs:documentation xml:lang="en">The associated item is allowed.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InfoSourceType">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the source of the data being exchanged.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="32"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InventoryStatusType">
<xs:annotation>
<xs:documentation xml:lang="en">This defines a set of valid status values, allowing the selection of a specific group based on availability, or allowing the reservation status to be made known. Examples of such values include Available, OnRequest, Confirmed, etc.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Available"/>
<xs:enumeration value="Unavailable"/>
<xs:enumeration value="OnRequest"/>
<xs:enumeration value="Confirmed"/>
<xs:enumeration value="All"/>
<xs:enumeration value="Waitlist"/>
<xs:enumeration value="SupplierBooked">
<xs:annotation>
<xs:documentation xml:lang="en">The booking has already been made directly through the supplier.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="ISO3166">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies a 2 character country code as defined in ISO3166.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z]{2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="ListOfISO3166">
<xs:annotation>
<xs:documentation xml:lang="en">List of country codes.</xs:documentation>
</xs:annotation>
<xs:list itemType="ISO3166"/>
</xs:simpleType>
<xs:simpleType name="ListOfOTA_CodeType">
<xs:annotation>
<xs:documentation xml:lang="en">List of OpenTravel Codes.</xs:documentation>
</xs:annotation>
<xs:list itemType="OTA_CodeType"/>
</xs:simpleType>
<xs:simpleType name="ListOfRPH">
<xs:annotation>
<xs:documentation xml:lang="en">List of Reference Place Holders.</xs:documentation>
</xs:annotation>
<xs:list itemType="RPH_Type"/>
</xs:simpleType>
<xs:simpleType name="ListOfStringLength1to8">
<xs:annotation>
<xs:documentation xml:lang="en">List of StringLength1to8.</xs:documentation>
</xs:annotation>
<xs:list itemType="StringLength1to8"/>
</xs:simpleType>
<xs:simpleType name="MMYYDate">
<xs:annotation>
<xs:documentation xml:lang="en">Month and year information.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="(0[1-9]|1[0-2])[0-9][0-9]"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="MealType">
<xs:annotation>
<xs:documentation xml:lang="en">Airline meal types.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="AVML">
<xs:annotation>
<xs:documentation xml:lang="en">AVML - Asian Veg</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BBML">
<xs:annotation>
<xs:documentation xml:lang="en">BBML - Baby/Infant Food</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BLML">
<xs:annotation>
<xs:documentation xml:lang="en">BLML - Bland Meal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CHML">
<xs:annotation>
<xs:documentation xml:lang="en">CHML - Child Meal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DBML">
<xs:annotation>
<xs:documentation xml:lang="en">DBML - Diabetic</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FPML">
<xs:annotation>
<xs:documentation xml:lang="en">FPML - Fruit Meal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GFML">
<xs:annotation>
<xs:documentation xml:lang="en">GFML - Gluten Free</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HFML">
<xs:annotation>
<xs:documentation xml:lang="en">HFML - High Fiber</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HNML">
<xs:annotation>
<xs:documentation xml:lang="en">HNML - Hindu Meal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="KSML">
<xs:annotation>
<xs:documentation xml:lang="en">KSML - Kosher</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LCML">
<xs:annotation>
<xs:documentation xml:lang="en">LCML - Low Calorie</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LFML">
<xs:annotation>
<xs:documentation xml:lang="en">LFML - Low Cholesterol</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPML">
<xs:annotation>
<xs:documentation xml:lang="en">LPML - Low Protein</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LSML">
<xs:annotation>
<xs:documentation xml:lang="en">LSML - Low Sodium/No Salt</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MOML">
<xs:annotation>
<xs:documentation xml:lang="en">MOML - Moslem</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NLML">
<xs:annotation>
<xs:documentation xml:lang="en">NLML - Non-Lactose</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ORML">
<xs:annotation>
<xs:documentation xml:lang="en">ORML - Oriental</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PRML">
<xs:annotation>
<xs:documentation xml:lang="en">PRML - Low Purin</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RVML">
<xs:annotation>
<xs:documentation xml:lang="en">RVML - Raw Vegetarian</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SFML">
<xs:annotation>
<xs:documentation xml:lang="en">SFML - Seafood</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SPML">
<xs:annotation>
<xs:documentation xml:lang="en">SPML - Special/Specify</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VGML">
<xs:annotation>
<xs:documentation xml:lang="en">VGML - Vegetarian/Non Dairy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VLML">
<xs:annotation>
<xs:documentation xml:lang="en">VLML - Vegetarian/Milk/Eggs</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RGML">
<xs:annotation>
<xs:documentation xml:lang="en">Designates a regular meal.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Money">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies an amount, max 3 decimals.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="MoneyOrPercentageType">
<xs:annotation>
<xs:documentation xml:lang="en">A union of money and percentage so that the appropriate data can be sent in a single field.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="Money Percentage"/>
</xs:simpleType>
<xs:simpleType name="NightDurationType">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the ability to define a duration in terms of nights rather than days.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="P[0-9]{1,3}N"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Numeric0to4">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric values, from 0 to 4 inclusive.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="4"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Numeric0to99">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric values, from 0 to 99 inclusive.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Numeric0to999">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric values, from 0 to 999 inclusive.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="999"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Numeric0to9999">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric values, from 0 to 9999 inclusive.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="9999"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Numeric1to3">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric values, from 1 to 3 inclusive.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Numeric1to4">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric values, from 1 to 4 inclusive.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="4"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Numeric1to99">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric values, from 1 to 99 inclusive.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Numeric1to999">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric values, from 1 to 999 inclusive.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="999"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Numeric1to9999">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric values, from 1 to 9999 inclusive.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="9999"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NumericStringLength1to16">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric Strings, length 1 to 16.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,16}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NumericStringLength1to19">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric Strings, length 1 to 19.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,19}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NumericStringLength2">
<xs:annotation>
<xs:documentation>Used for Numeric Strings, length exactly 2.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NumericStringLength4">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric Strings, length exactly 4.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NumericStringLength1to3">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric Strings length 1 to 3.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,3}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NumericStringLength1to5">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric Strings, length 1 to 5.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,5}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NumericStringLength1to8">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Numeric Strings, length 1 to 8.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,8}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NumericStringLength15to50">
<xs:annotation>
<xs:documentation>Used for Numeric Strings, length 15 to 50.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{15,50}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OTA_CodeType">
<xs:annotation>
<xs:documentation xml:lang="en">Used for codes in the OpenTravel Code tables. Possible values of this pattern are 1, 101, 101.EQP, or 101.EQP.X.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9A-Z]{1,3}(\.[A-Z]{3}(\.X){0,1}){0,1}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OfficeLocationType">
<xs:annotation>
<xs:documentation xml:lang="en">Specifes the location type of an office (e.g. main, field, division).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Main"/>
<xs:enumeration value="Field"/>
<xs:enumeration value="Division"/>
<xs:enumeration value="Regional"/>
<xs:enumeration value="Remote"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PaymentCardCodeType">
<xs:annotation>
<xs:documentation xml:lang="en">The 2 digit code that identifies the credit card.</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="UpperCaseAlphaLength1to2">
<xs:enumeration value="AX">
<xs:annotation>
<xs:documentation xml:lang="en">American Express </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BC">
<xs:annotation>
<xs:documentation xml:lang="en">Bank Card</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BL">
<xs:annotation>
<xs:documentation xml:lang="en">Carte Bleu</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CB">
<xs:annotation>
<xs:documentation xml:lang="en">Carte Blanche</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DN">
<xs:annotation>
<xs:documentation xml:lang="en">Diners Club</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DS">
<xs:annotation>
<xs:documentation xml:lang="en">Discover Card</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EC">
<xs:annotation>
<xs:documentation xml:lang="en">Eurocard</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JC">
<xs:annotation>
<xs:documentation xml:lang="en">Japanese Credit Bureau Credit Card</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MA">
<xs:annotation>
<xs:documentation xml:lang="en">Maestro</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MC">
<xs:annotation>
<xs:documentation xml:lang="en">
Master Card
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TP">
<xs:annotation>
<xs:documentation xml:lang="en">
Universal Air Travel Card
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VI">
<xs:annotation>
<xs:documentation xml:lang="en">
Visa
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:annotation>
<xs:documentation xml:lang="en">This is intended to be used when the above enumeration list does not meet your needs. </xs:documentation>
</xs:annotation>
<xs:restriction base="UpperCaseAlphaLength1to2"/>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="Percentage">
<xs:annotation>
<xs:documentation xml:lang="en">Used for percentage values.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0.00"/>
<xs:maxInclusive value="100.00"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PreferLevelType">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify a preference level for something that is or will be requested (e.g. a supplier of a service, a type of service, a form of payment, etc.).
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Only">
<xs:annotation>
<xs:documentation xml:lang="en">Preference level that indicates request is only for a specific criterion.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unacceptable">
<xs:annotation>
<xs:documentation xml:lang="en">Preference level that indicates request is unnacceptable for a specific criterion.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Preferred">
<xs:annotation>
<xs:documentation xml:lang="en">Preference level that indicates request is preferred for a specific criterion.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Required">
<xs:annotation>
<xs:documentation xml:lang="en">Preference level that indicates request is required for a specific criterion.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NoPreference">
<xs:annotation>
<xs:documentation xml:lang="en">Preference level that indicates there is no preference.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PricingType">
<xs:annotation>
<xs:documentation xml:lang="en">An enumerated type that defines how a service is priced. Values: Per stay, Per person, Per night, Per person per night, Per use. </xs:documentation>
</xs:annotation>
<xs:restriction base="StringLength1to32">
<xs:enumeration value="Per stay"/>
<xs:enumeration value="Per person"/>
<xs:enumeration value="Per night"/>
<xs:enumeration value="Per person per night"/>
<xs:enumeration value="Per use"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PMS_ResStatusType">
<xs:annotation>
<xs:documentation xml:lang="en">Statuses that exist in a property management system (PMS).</xs:documentation>
</xs:annotation>
<xs:restriction base="StringLength1to16">
<xs:enumeration value="Reserved">
<xs:annotation>
<xs:documentation xml:lang="en">The reservation has been reserved.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Requested">
<xs:annotation>
<xs:documentation xml:lang="en">The reservation has been requested but has not yet been reserved.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Request denied">
<xs:annotation>
<xs:documentation xml:lang="en">The request for the reservation has been denied.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="No-show">
<xs:annotation>
<xs:documentation xml:lang="en">This reservation is in "no show" status. Typically this means the person for whom this reservation belonged did not check in and the reservation was moved to "no show" status.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Cancelled">
<xs:annotation>
<xs:documentation xml:lang="en">This reservation has been cancelled.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="In-house">
<xs:annotation>
<xs:documentation xml:lang="en">This reservation has been check in, and is in "in-house" status.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Checked out">
<xs:annotation>
<xs:documentation xml:lang="en">The guest has checked out and the reservation has been changed to "Checked out" status</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Waitlisted">
<xs:annotation>
<xs:documentation xml:lang="en">This reservation is in waitlist status and the reservation has not been confirmed.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="RPH_Type">
<xs:annotation>
<xs:documentation xml:lang="en">The Reference Place Holder (RPH) is an index code used to identify an instance in a collection of like items (e.g. used to assign individual passengers or clients to particular itinerary items).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,8}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="RateIndicatorType">
<xs:annotation>
<xs:documentation xml:lang="en">An enumerated type indicating special conditions with the rate Valid values: ChangeDuringStay, MultipleNights, Exclusive, OnRequest, LimitedAvailability.</xs:documentation>
</xs:annotation>
<xs:restriction base="StringLength1to32">
<xs:enumeration value="ChangeDuringStay"/>
<xs:enumeration value="MultipleNights"/>
<xs:enumeration value="Exclusive">
<xs:annotation>
<xs:documentation xml:lang="en">Availability is limited based on guest qualification criteria e.g. AAA member or Government Employee</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OnRequest"/>
<xs:enumeration value="LimitedAvailability"/>
<xs:enumeration value="AvailableForSale"/>
<xs:enumeration value="ClosedOut"/>
<xs:enumeration value="OtherAvailable"/>
<xs:enumeration value="UnableToProcess">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates an issue that precluded the ability to provide the information.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NoAvailability"/>
<xs:enumeration value="RoomTypeClosed"/>
<xs:enumeration value="RatePlanClosed"/>
<xs:enumeration value="LOS_Restricted"/>
<xs:enumeration value="Restricted">
<xs:annotation>
<xs:documentation xml:lang="en">Availability is limited based on distribution channel qualification criteria (e.g., Expedia or Sabre).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DoesNotExist">
<xs:annotation>
<xs:documentation xml:lang="en">The rate plan does not exist.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="RatePeriodSimpleType">
<xs:annotation>
<xs:documentation xml:lang="en">The RatePeriodSimpleType simple type defines a set of valid values for the type of rate that may be applied. Typically rates differ based upon the duration, and the actual rate is then expressed in terms of the period of the rental.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Hourly"/>
<xs:enumeration value="Daily"/>
<xs:enumeration value="Weekly"/>
<xs:enumeration value="Monthly"/>
<xs:enumeration value="WeekendDay"/>
<xs:enumeration value="Other"/>
<xs:enumeration value="Package">
<xs:annotation>
<xs:documentation xml:lang="en">The rate period is based on the package.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bundle">
<xs:annotation>
<xs:documentation xml:lang="en">The rate is the same regardless of the number of days the vehicle is rented.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Total">
<xs:annotation>
<xs:documentation xml:lang="en">The rate is the total, no specific rate period.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="SeatDirectionType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the orientation of a seat relative to the direction of travel.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Facing"/>
<xs:enumeration value="Back"/>
<xs:enumeration value="Airline"/>
<xs:enumeration value="Lateral"/>
<xs:enumeration value="Unknown"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="SeatType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the position of a seat, e.g. Window, Aisle etc. </xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Window"/>
<xs:enumeration value="Aisle"/>
<xs:enumeration value="Table"/>
<xs:enumeration value="Middle"/>
<xs:enumeration value="Individual"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="ShortDescriptionType">
<xs:annotation>
<xs:documentation xml:lang="en">A textual description.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="0"/>
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StateProvCodeType">
<xs:annotation>
<xs:documentation xml:lang="en">The standard code or abbreviation for the state, province, or region.</xs:documentation>
</xs:annotation>
<xs:restriction base="StringLength1to8">
<xs:minLength value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength0to8">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Character Strings, length 0 to 8.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="0"/>
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength0to32">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Character Strings, length 0 to 32.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="0"/>
<xs:maxLength value="32"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength0to64">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Character Strings, length 0 to 64.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="0"/>
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength0to128">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Character Strings, length 0 to 128.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="0"/>
<xs:maxLength value="128"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength0to255">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Character Strings, length 0 to 255.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="0"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength1to8">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Character Strings, length 1 to 8.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength1to16">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Character Strings, length 1 to 16.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength1to32">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Character Strings, length 1 to 32.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="32"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength1to64">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Character Strings, length 1 to 64.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength1to128">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Character Strings, length 1 to 128.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="128"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength1to255">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Character Strings, length 1 to 255.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringLength3">
<xs:annotation>
<xs:documentation xml:lang="en">Used for Strings, length exactly 3.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:minLength value="3"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TicketType">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the type of ticket document (e.g. electronic, paper).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="eTicket">
<xs:annotation>
<xs:documentation xml:lang="en">An electronic ticket</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Paper">
<xs:annotation>
<xs:documentation xml:lang="en">A paper ticket</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MCO">
<xs:annotation>
<xs:documentation xml:lang="en">A miscellaneous charge order</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TimeOrDateTimeType">
<xs:annotation>
<xs:documentation xml:lang="en">Allows for the specification of a date time or just time.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="xs:dateTime xs:time"/>
</xs:simpleType>
<xs:simpleType name="TimeUnitType">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the unit in which the time is expressed (e.g. year, day, hour).</xs:documentation>
</xs:annotation>
<xs:restriction base="StringLength1to16">
<xs:enumeration value="Year"/>
<xs:enumeration value="Month"/>
<xs:enumeration value="Week"/>
<xs:enumeration value="Day"/>
<xs:enumeration value="Hour"/>
<xs:enumeration value="Second"/>
<xs:enumeration value="FullDuration"/>
<xs:enumeration value="Minute"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TrainPolicyCodeType">
<xs:annotation>
<xs:documentation>TBC.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Minimum"/>
<xs:enumeration value="Maximum"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TransactionActionType">
<xs:annotation>
<xs:documentation xml:lang="en">To specify the type of action requested when more than one function could be handled by the message. </xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Book"/>
<xs:enumeration value="Quote"/>
<xs:enumeration value="Hold"/>
<xs:enumeration value="Initiate"/>
<xs:enumeration value="Ignore"/>
<xs:enumeration value="Modify"/>
<xs:enumeration value="Commit"/>
<xs:enumeration value="Cancel"/>
<xs:enumeration value="CommitOverrideEdits">
<xs:annotation>
<xs:documentation xml:lang="en">
Commit the transaction and override the end transaction edits.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VerifyPrice">
<xs:annotation>
<xs:documentation xml:lang="en">Perform a price verification.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ticket">
<xs:annotation>
<xs:documentation xml:lang="en">A ticket for an event, such as a show or theme park.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TransactionStatusType">
<xs:annotation>
<xs:documentation xml:lang="en">To specify a status to the transaction, usually in the response message, of the action specifed in the request message. </xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Pending"/>
<xs:enumeration value="Cancelled"/>
<xs:enumeration value="Modified"/>
<xs:enumeration value="Committed"/>
<xs:enumeration value="Ignored"/>
<xs:enumeration value="On Hold"/>
<xs:enumeration value="Unsuccessful"/>
<xs:enumeration value="PendingCancellation">
<xs:annotation>
<xs:documentation xml:lang="en">The item that is pending cancellation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PendingPurchase">
<xs:annotation>
<xs:documentation xml:lang="en">Purchase of the item is pending.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Requested">
<xs:annotation>
<xs:documentation xml:lang="en">The item has been requested.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Reserved">
<xs:annotation>
<xs:documentation xml:lang="en">The item is reserved.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unchanged">
<xs:annotation>
<xs:documentation xml:lang="en">The item is not changed due to the most recent action.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RequestDenied">
<xs:annotation>
<xs:documentation xml:lang="en">Request denied.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ticketed">
<xs:annotation>
<xs:documentation xml:lang="en">The item has been ticketed.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="UpperCaseAlphaLength1to2">
<xs:annotation>
<xs:documentation xml:lang="en">Used for an Alpha String, length 1 to 2 (for letter codes).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z]{1,2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="UpperCaseAlphaLength1to3">
<xs:annotation>
<xs:documentation xml:lang="en">Used for an Alpha String, length 1 to 3 (for letter codes).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z]{1,3}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="UpperCaseAlphaNumericLength2">
<xs:annotation>
<xs:documentation>Used for an Upper Alpha String and Numeric, length 2.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z0-9]{2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="UpperCaseAlphaNumericLength2to3">
<xs:annotation>
<xs:documentation xml:lang="en">Used for an Upper Alpha String and Numeric, length 2 to 3.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z0-9]{2,3}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="UpperCaseAlphaNumericLength3to5">
<xs:annotation>
<xs:documentation xml:lang="en">Used for an Upper Alpha String and Numeric, length 3 to 5.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z0-9]{3,5}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="YearOrYearMonthType">
<xs:annotation>
<xs:documentation xml:lang="en">A construct to validate either a year or a year and month value.</xs:documentation>
</xs:annotation>
<xs:union memberTypes="xs:gYear xs:gYearMonth"/>
</xs:simpleType>
<xs:simpleType name="YesNoType">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate a positive or negative choice. Not recommended for use, use xs:boolean.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Yes"/>
<xs:enumeration value="No"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TransferActionType">
<xs:annotation>
<xs:documentation>Used to indicate the transfer action status.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Automatic">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates transfer when in automatic mode.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mandatory">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates transfer required in all modes.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Selectable">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates transfer when in selectable mode.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="UTC_TimeZoneOffset">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a time zone by an offset from the UTC time by adding a positive or negative time.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="2.000" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehAvailRateRQ">
<xs:annotation>
<xs:documentation xml:lang="en">The root tag of OTA_VehAvailRateRQ contains standard payload attributes found in all OpenTravel payload documents. Because the results of the search message could be quite numerous, the request also has an attribute, MaxResponses, indicating the number of replies requested. The attribute ReqRespVersion is a positive integer value that indicates the version number requested for the response message.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="POS" type="POS_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Point of Sale Identification. Identification number of the vendor that has made the vehicle availability request and agency number assigned by IATA, ARC, ESRP or TID.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CustomerID" type="UniqueID_Type" minOccurs="0" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">The identification of the customer for whom availability is being requested. This is different than the customer's loyalty number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehAvailRQCore">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the common, or core, information associated with the request for availability of a rental vehicle.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleAvailRQCoreType"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="VehAvailRQInfo" type="VehicleAvailRQAdditionalInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the supplemental information associated with the request for availability of a rental vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
<xs:attributeGroup ref="ReqRespVersion">
<xs:annotation>
<xs:documentation xml:lang="en">Used to request the version of the payload message desired for the response.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="MaxResponsesGroup"/>
<xs:attribute name="MaxPerVendorInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, max responses is per vendor.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="4.500" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehAvailRateRS">
<xs:annotation>
<xs:documentation xml:lang="en">This element is the base element of the Vehicle Availability and Rates response message. The root element contains the standard payload attributes found in all OpenTravel payload documents. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="Success" type="SuccessType">
<xs:annotation>
<xs:documentation xml:lang="en">An element that is not intended to contain any data. The mere presence of a success element within the response message indicates that the incoming request message was processed successfully.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Warnings" type="WarningsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the recipient of the request message identified one or more business-level warnings/errors, but the message itself was successfully processed.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehAvailRSCore" type="VehicleAvailRSCoreType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the common, or core, information associated with the response providing information on the availability of rental vehicles.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehAvailRSInfo" type="VehicleAvailRSAdditionalInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the supplemental information associated with the response poviding information on the availability of rental vehicles.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:element name="Errors" type="ErrorsType">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that an error occurred in the processing of the incoming request message. An error is defined as a critical error caused by corruption of a message in transit or a communication failure.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="2.000" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehCancelRQ">
<xs:annotation>
<xs:documentation xml:lang="en">The root tag of the OTA_VehicleCancelRQ contains standard payload attributes found in all OpenTravel payload documents. The attribute ReqRespVersion is a positive integer value that indicates the version number requested for the response message.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="POS" type="POS_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Point of Sale Identification. Identification number of the vendor that has made the vehicle availability request and agency number assigned by IATA, ARC, ESRP or TID.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehCancelRQCore" type="CancelInfoRQType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the common, or core, information associated with the request for cancellation of a rental vehicle reservation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehCancelRQInfo" type="VehicleCancelRQAdditionalInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the supplemental information associated with the request for the cancellation of a rental vehicle reservation.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
<xs:attributeGroup ref="ReqRespVersion"/>
</xs:complexType>
</xs:element>
<xs:complexType name="VehicleCancelRQAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleCancelRQAdditionalInfoType complex type defines the information that is used as part of a request to cancel a vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="CustLoyalty" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A frequent renter number associated with the reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="CustomerLoyaltyGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="Telephone" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A telephone number associated with the reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="TelephoneGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="Vendor" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The vendor with whom the reservation has been made.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RentalInfo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Summary information about the reservation, including locations, dates, etc.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PickUpLocation" type="LocationType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A code to identify the pick up location, along with an optional code context.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReturnLocation" type="LocationType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A code to identify the return location, along with an optional code context.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="PickUpDateTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The PickUpDateTime attribute provides information on the pickup date and time.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ReturnDateTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The ReturnDateTime attribute provides information on the return date and time.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="4.000" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehCancelRS">
<xs:annotation>
<xs:documentation xml:lang="en">The root tag of the OTA_VehCancelResRS contains the standard payload attributes found in all OpenTravel payload documents.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="Success" type="SuccessType"/>
<xs:element name="Warnings" type="WarningsType" minOccurs="0"/>
<xs:element name="VehCancelRSCore">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the common, or core, information associated with the response to a request for the cancellation of a vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="CancelInfoRSType">
<xs:attribute name="CancelStatus" type="TransactionStatusType" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="VehCancelRSInfo" type="VehicleCancelRSAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the supplemental information associated with the response to a request for the cancellation of a vehicle reservation.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:element name="Errors" type="ErrorsType"/>
</xs:choice>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
<xs:complexType name="VehicleCancelRSAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleCancelRSAdditionalInfoType complex type defines the supplemental information that is used as part of the confirmation of the cancellation of a vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VehReservation" type="VehicleReservationType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Details about the reservation that was successfully cancelled.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="6.001" id="OTA2003A2010B">
<xs:include schemaLocation="OTA_CommonPrefs.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:simpleType name="CoverageTextType">
<xs:annotation>
<xs:documentation xml:lang="en">The CoverageTextSimpleType simple type identifes the type of free text that is provided as part of coverage (insurance) information.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Supplement">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies what the text relates to, such as supplements, limits, or general description.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Description"/>
<xs:enumeration value="Limits"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="EquipmentRestrictionType">
<xs:annotation>
<xs:documentation xml:lang="en">The EquipmentRestrictionSimpleType simple type defines a set of valid values for the restrictions that may be placed upon special equipment included as part of the rental of a vehicle. Some equipment is restricted to rentals that return to the same place, some equipment is restricted to one-way rentals, and some equipment has no restrictions.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="OneWayOnly"/>
<xs:enumeration value="RoundTripOnly"/>
<xs:enumeration value="AnyReservation"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="LocationDetailRequirementInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">Defines a set of valid values for the textual information about the requirements when renting from a rental facility.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="OneWayRental">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the requirements and restrictions concerning one way rentals</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Geographic">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the requirements and restrictions concerning geographic limitations, for example, the vehicle may only be driven into adjoining states, the vehicle may not be taken in Mexico, etc.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DropOff">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the requirements and restrictions concerning the dropoff, or return, of the vehicle.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="License">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the requirements and restrictions concerning the renter's drivers license and associated factors, such as driving record, violations, etc. </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Insurance">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the requirements and restrictions concerning insurance for the vehicle that is being rented. </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Eligibility">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the requirements and restrictions concerning the eligibility of those who may rent from a specific rental facility. For example, a rental facility may be at the premises of a corporation, and only those corporate employees may rent from that location. The facility is not considered a public rental facility.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Miscellaneous">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes miscellaneous requirements and restrictions.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="LocationDetailShuttleInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The LocationDetailShuttleInfoType defines a set of valid values for the textual information about the shuttle services when renting from a rental facility.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Transportation">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the shuttle, such as shared bus, tram, company-specific bus.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Frequency">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the frequency with which the shuttle service operates.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PickupInfo">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes where the shuttle service picks up those who are renting vehicles, how to get to the shuttle pick up location, etc/</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Distance">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the distance that the shuttle will travel, from point of pickup to arrival at the rental facility.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ElapsedTime">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the approximate elapsed time from point of pickup to arrival at the rental facility.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Fee">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes any shuttle fees that may apply.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Miscellaneous">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes miscellaneous information about the shuttle service.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hours">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the information pertains to the shuttle hours of operation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="LocationDetailRequirementAgeInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The LocationDetailRequirementAgeInfoType defines a set of valid values for the textual information about the requirements concerning the age of a renter when renting from a rental facility.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="MinimumAge">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes requirements and restrictions concerning the minimum age permitted for the rental of a vehicle.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MinimumAgeExceptions">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the exceptions to the requirements and restrictions concerning the minimum age permitted for the rental of a vehicle.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Miscellaneous">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes miscellaneous requirements and restrictions with regard to the age of the renter of a vehicle.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="LocationDetailRequirementAddlDriverInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The LocationDetailRequirementAddlDriverInfoType defines a set of valid values for the textual information about the requirements concerning additional drivers when renting from a rental facility.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="IncludedAuthorized">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes requirements and restrictions with regard to additional drivers that are automatically authorized as additional drivers of the rented vehicle. The information may provide details on the type of person or relation to the renter that would result in a person being automatically included as an additional driver.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AdditionalAuthorized">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes requirements and restrictions with regard to others who are not automatically authorized as additional drivers of the rented vehicle. The information may provide details on what should be done to attain such authorization.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Fees">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes fees that may be due, based on additional drivers of the rented vehicle.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Miscellaneous">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes miscellaneous requirements and restrictions with regard to additional drivers of the rented vehicle.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="LocationDetailVehicleInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The LocationDetailVehicleInfoType defines a set of valid values for the textual information about vehicles available at a rental facility.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="GeneralInformation">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes general information about the vehicles that are typically offered for rental.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Disclaimer">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information provides the disclaimers about the vehicles that are typically offered for rental. This may be typically that not all vehicles may be available at any one time, for example.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AdvancedBooking">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes any advance booking requiremennts about one or more vehicle types. Some unusual vehicles may not be available at short notice.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NonSmokingVehicles">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes general information about non-smoking vehicles that may be offered for rental.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SpecialityVehicles">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes special, unusual or high-end vehicles that may be offered for rental.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OffLocationServiceID_Type">
<xs:annotation>
<xs:documentation xml:lang="en">The OffLocationServiceType simple type defines a set of valid values for the services that do not occur at the rental facility.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="CustPickUp">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes an offered service by which the customer may be picked up and taken to the rental facility, to rent a vehicle.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VehDelivery">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes an offered service by which the vehicle may be delivered to a location, rather than the customer taking delivery at the rental facility.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CustDropOff">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes an offered service by which the customer may be dropped off at a location after the vehicle rental period has ended.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VehCollection">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes an offered service by which the vehicle may be collected from a location, rather than the customer returning the vehicle to the rental facility.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Exchange">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes an offered service by which the customer will be delivered the exchanged car.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RepairLocation">
<xs:annotation>
<xs:documentation xml:lang="en">Location where a customer's vehicle is being repaired.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OnLocationServiceID_Type">
<xs:annotation>
<xs:documentation xml:lang="en">The OnLocationServiceType simple type defines a set of valid values for the services that may be offered at the rental facility.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="ComputerDrivingDirections">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes computerized driving directions services, such as availability of maps, turn-by-turn directions, etc.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ExpressReturnService">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes express return servies, such as leaving the vehicle in the return lot without the need to return to the rental counter. </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SpecialNeeds">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes services ofered to those with special needs, such as physically impaired.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FrequentRenter">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes those services offered to members of the company's frequent renter program. Such services may include covered collection of vehicle, bypassing the rental counter, etc.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Miscellaneous">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates that the associated information describes the miscellaneous services that are offered at the rental facility.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="VehicleFuelUnitNameType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleFuelUnitNameSimpleType simple type defines a set of valid values for the units in which fuel is measured. The rental of a vehicle may include a charge to provide fuel for the vehicle, expressed in Gallons or Liters. </xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Gallon"/>
<xs:enumeration value="Liter"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="VehiclePeriodUnitNameType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehiclePeriodUnitNameSimpleType simple type defines a set of valid values for a period of time that may be used as part of the reservation of a vehicle. Examples of these valid values include day, hour, rental period for expressing the entire duration of the rental, etc.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="RentalPeriod"/>
<xs:enumeration value="Year"/>
<xs:enumeration value="Month"/>
<xs:enumeration value="Week"/>
<xs:enumeration value="Day"/>
<xs:enumeration value="Hour"/>
<xs:enumeration value="Weekend">
<xs:annotation>
<xs:documentation xml:lang="en">The calculation is for each weekend.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ExtraMonth">
<xs:annotation>
<xs:documentation>The charge is based on an extra month.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Bundle">
<xs:annotation>
<xs:documentation xml:lang="en">The rate is the same regardless of the number of days the vehicle is rented.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Package">
<xs:annotation>
<xs:documentation xml:lang="en">The charge is based on the package.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ExtraDay">
<xs:annotation>
<xs:documentation xml:lang="en">The charge is based on an extra day.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ExtraHour">
<xs:annotation>
<xs:documentation xml:lang="en">The charge is based on an extra hour.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ExtraWeek">
<xs:annotation>
<xs:documentation xml:lang="en">The charge is based on an extra week.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="VehicleTransmissionType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleTransmissionSimpleType simple type defines a set of valid values for the transmission type of a vehicle. The valid values are automatic and manual. Use of this attribute can help in describing a vehicle.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Automatic"/>
<xs:enumeration value="Manual"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="VehicleUnitNameType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleUnitNameSimpleType simple type defines a set of valid values for the units on which an item charge may be based when renting a vehicle. For example, there may be a charge which is based upon the number of days, another charge that is based upon the numbers of miles, a charge that is based upon the number of gallons, etc. </xs:documentation>
</xs:annotation>
<xs:union memberTypes="VehiclePeriodUnitNameType VehicleFuelUnitNameType DistanceUnitNameType"/>
</xs:simpleType>
<xs:attributeGroup name="CoverageCoreGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The CoverageCoreType complex type defines the required and most often used components that together define a specific Vehicle Coverage.</xs:documentation>
</xs:annotation>
<xs:attribute name="CoverageType" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of coverage, for example, collision damage waiver. Refer to OpenTravel Code List Vehicle Coverage Type (VCT).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Code" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Allows for an industry-specific code that describes this coverage to be specified, for example, CDW may be indicated when the coverage type is Collision Damage Waiver.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="RentalActionGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides information on why the message is being sent and what status the rental agreement is.</xs:documentation>
</xs:annotation>
<xs:attribute name="RentalActionCode" type="TransactionActionType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the reason for the transaction. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RentalAgreementStatusCode" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is a code that represents the status of the rental agreement. Refer to the enumerated list and annotations for additional information.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Open">
<xs:annotation>
<xs:documentation xml:lang="en">This is when a rental agreement is active, typically this is when the customer has the vehicle.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Closed">
<xs:annotation>
<xs:documentation xml:lang="en">This is when a rental agreement is no longer active.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pending">
<xs:annotation>
<xs:documentation xml:lang="en">This is when a rental agreement is not fully open (e.g., on a delivery transaction the agreement is not fully open until the customer takes possession of the vehicle).</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="VehicleClassGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Defines what is referred to as the class of vehicle. Within a type of vehicle (for example, within the type "Car") there is still a wide range of different vehicles. A class of vehicle is used to define that specific vehicle within the broader range of the vehicle in that same vehicle type. Use of vehicle class in conjunction with a vehicle type aids in clarifying a request and aids in describing a specific vehicle. A vehicle class is currently defined as just the size of the vehicle.</xs:documentation>
</xs:annotation>
<xs:attribute name="Size" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The Size attribute identifies the size of a vehicle. Refer to OpenTravel Code List Size (SIZ).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="VehicleCoveragePrefGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleCoveragePrefType complex type defines a preference for a particular type of insurance coverage for a rental vehicle. The preference is expressed using the attribute group PreferLevelType.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="CoverageCoreGroup"/>
<xs:attributeGroup ref="PreferLevelGroup"/>
</xs:attributeGroup>
<xs:attributeGroup name="VehicleEquipmentCoreGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleEquipmentCoreType complex type identifies the core data that descrbes a piece of special equipment in association with the renting of a vehicle.</xs:documentation>
</xs:annotation>
<xs:attribute name="EquipType" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">
Identifies the specific type of special equipment. Refer to OpenTravel Code List Equipment Type (EQP).
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Quantity" type="xs:positiveInteger" use="optional"/>
</xs:attributeGroup>
<xs:attributeGroup name="VehicleEquipmentPrefGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleEquipmentPrefType complex type identifies the data that is used to provide information on a preferred special equipment when renting a vehicle.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="VehicleEquipmentCoreGroup"/>
<xs:attributeGroup ref="PreferLevelGroup"/>
<xs:attribute name="Action" type="ActionType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifes an action to take place. Typically used to modify the EquipType and/or Quantity.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="VehicleIdentityGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleIdentityGroup is a set of information used to identify a single vehicle.</xs:documentation>
</xs:annotation>
<xs:attribute name="VehicleAssetNumber" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is the number assigned by a rental car company to manage inventory, it is not the Vehicle Identification Number (VIN).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LicensePlateNumber" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is the license plate number of the vehicle rented.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="StateProvCode" type="StateProvCodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This identifies the standard code or abbreviation for the state, province, or region of vehicle registration.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CountryCode" type="ISO3166" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This identifies the standard code or abbreviation for the country of vehicle registration.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VehicleID_Number" type="StringLength0to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is the manufacturers' assigned vehicle identification number (VIN).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VehicleColor" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is the color of the vehicle being rented.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="VehicleLocationServicesGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the services that are offered by a vehicle rental location. Such services include shuttle information to transport the customer to the facility.</xs:documentation>
</xs:annotation>
<xs:attribute name="ShuttleProvided" type="xs:boolean"/>
</xs:attributeGroup>
<xs:attributeGroup name="VehicleMakeModelGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the make and model of the car with the year. Make and model could be by text or by code.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="NameOptionalCodeGroup"/>
<xs:attribute name="ModelYear" type="xs:gYear" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The model year of the vehicle.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="VehicleRateDistanceGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides information on a distance associated with a particular rate (e.g., the distance may be expressed as Unlimited miles per rental period or 200 miles per day).</xs:documentation>
</xs:annotation>
<xs:attribute name="Unlimited" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">When true there is no mileage/kilometer restriction.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Quantity" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the number of miles/kilometers included, typically used when Unlimited is false.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DistUnitName" type="DistanceUnitNameType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the units in which distance is measured, when applied to the rental of a vehicle (i.e., miles or kilometers).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VehiclePeriodUnitName" type="VehiclePeriodUnitNameType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the period of time associated with the quantity and distance unit name (e.g. day). </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="VehicleTaxAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleTaxAmountType complex type defines information specific to one tax amount that is applicable to the cost of an item.</xs:documentation>
</xs:annotation>
<xs:attribute name="Total" type="Money" use="required"/>
<xs:attribute name="CurrencyCode" type="AlphaLength3" use="required"/>
<xs:attribute name="TaxCode" type="StringLength1to16" use="optional"/>
<xs:attribute name="Percentage" type="Percentage" use="optional"/>
<xs:attribute name="Description" type="StringLength1to64" use="optional"/>
</xs:attributeGroup>
<xs:attributeGroup name="VehicleTotalChargeGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleTotalChargeType complex type identifies the data that is used to express a total charge, both including and excluding taxes.</xs:documentation>
</xs:annotation>
<xs:attribute name="RateTotalAmount" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Total rental charges excluding any additional mandatory charges.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="EstimatedTotalAmount" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Total rental charges including any additional mandatory charges (e.g., taxes).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="CurrencyCodeGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides a currency code and the number of decimal places for these amounts.
</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:attributeGroup>
<xs:attributeGroup name="VehicleTypeGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleTypeType complex type defines what is referred to as the type of vehicle. The range of vehicles is divided into types to aid in clarifying a request and to aid in describing a specific vehicle. A vehicle type is defined to be the combination of the vehicle category (Car, Truck, etc) and the number of doors on that vehicle. </xs:documentation>
</xs:annotation>
<xs:attribute name="VehicleCategory" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleCategory attribute provides the catgeory of a vehicle. Refer to OpenTravel Code List Vehicle Category (VEC). </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DoorCount" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The number of doors on a vehicle. This may be an exact number or a range, i.e. 2-4.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:attributeGroup name="VehLocDetailsGrp">
<xs:annotation>
<xs:documentation xml:lang="en">Provides extended vicinity information. Such as associated airports or relative location to city center (e.g. south of city center).</xs:documentation>
</xs:annotation>
<xs:attribute name="Code" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Code used to identify the car rental location.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Name" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Name used to refer to the car rental location.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CodeContext" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to define which list the location code comes from (e.g. IATA, OAG, internal company code).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ExtendedLocatonCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used for extended OAG code in conjunction with the OAG code which is sent in Code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AssocAirportLocList" type="ListOfStringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Additional airport location codes associated with the primary airport.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:complexType name="CoverageDetailsType">
<xs:annotation>
<xs:documentation xml:lang="en">The CoverageDetailsType complex type provides information on a specfic aspect of coverage, for example, supplemental coverage, description, etc.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="FormattedTextTextType">
<xs:attribute name="CoverageTextType" type="CoverageTextType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The CoverageTextType identifes the type of free text that is provided as part of coverage (insurance) information.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="CoveragePricedType">
<xs:annotation>
<xs:documentation xml:lang="en">The CoveragePricedType complex type defines the information that is required to describe a priced coverage, that is, a coverage and a charge.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Coverage" type="CoverageType">
<xs:annotation>
<xs:documentation xml:lang="en">Details about a coverage, such as text or description.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Charge" type="VehicleChargeType">
<xs:annotation>
<xs:documentation xml:lang="en">The charges as they relate to a single coverage, such as minimum or maximum amounts, taxes, or information on how the charge was calculated.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Deductible" type="DeductibleType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The deductible, excess or liability amount for this coverage of a vehicle(s).</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="Required" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">An indication if this particular coverage is required in the vehicle reservation, or is optional, based upon renter preference.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="CoverageType">
<xs:annotation>
<xs:documentation xml:lang="en">The CoverageType complex type describes the data that is needed to fully describe a vehicle coverage, including the core details along with optional descriptions.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Details" type="CoverageDetailsType" minOccurs="0" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">Textual information about coverage, such as coverage limit or descriptions.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="CoverageCoreGroup"/>
</xs:complexType>
<xs:complexType name="CustomerPrimaryAdditionalType">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the one primary driver and, optionally, several additional drivers. This may be used to provide a frequent renter number.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Primary">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the primary driver, possibly including frequent renter number.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="CustomerType">
<xs:sequence>
<xs:element name="CustomerID" type="UniqueID_Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The identification of the customer for whom a booking is being requested. This is different from the customer's loyalty number.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Additional" minOccurs="0" maxOccurs="9">
<xs:annotation>
<xs:documentation xml:lang="en">Information on additional driver(s), possibly including frequent renter number.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="CustomerType">
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the dates for how long the additional driver should be part of the rental contract.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="CorpDiscountName" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is the name of the organization associated with the corporate discount number.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CorpDiscountNmbr" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is the code used to identify if the additional driver is eligible for benefits associated with a specific organization.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="QualificationMethod" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used as a qualification for an additional driver.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="RT_AirlineTicket">
<xs:annotation>
<xs:documentation xml:lang="en">Round trip airline ticket</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CreditCard">
<xs:annotation>
<xs:documentation xml:lang="en">If needed, the credit card details should be passed in PaymentForm/PaymentCard.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PassportAndReturnTkt">
<xs:annotation>
<xs:documentation xml:lang="en">Passport and return airline ticket</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="TravelerCountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to define the specific type of additional person (Adult, YoungDriver, YoungerDriver, or it may be a code that is acceptable to both Trading Partners)</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DeductibleType">
<xs:attributeGroup ref="CurrencyAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The deductible amount for this coverage.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="LiabilityAmount" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The total liability amount for this coverage.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ExcessAmount" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The excess amount for this coverage.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="NoShowFeeType">
<xs:annotation>
<xs:documentation xml:lang="en">Information regarding the no show fee policy for a vehicle type.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Deadline" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The time by which a cancellation must be made to avoid the no show fee.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="DeadlineGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="GracePeriod" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The period of time between scheduled pickup time and no show fee.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:annotation>
<xs:documentation xml:lang="en">Provides the ability to specify when a no show fee will be charged to a credit card.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="DeadlineGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="FeeAmount" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The amount of the no show fee if a reservation is not cancelled before the specified deadline and the renter does not show up for the reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="CurrencyAmountGroup"/>
<xs:attribute name="RateConvertedInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true indicates the amount was converted from another currency.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="GuaranteeReqInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, a credit card is required when a reservation is booked or modified.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="EmailReqInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, an email address is required when a reservation is booked or modified.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Description" type="FormattedTextTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A general text description of the no show fee policy that is suitable for display to the customer during the booking process.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="OffLocationServiceCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">The OffLocationServiceCoreType complex type defines the core data that is used to describe an off-location service.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Address" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The address for vehicle delivery or collection, or for customer pickup or drop-off.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="AddressType">
<xs:attribute name="SiteID" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">An identifier of a particular location used in place of address details.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SiteName" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This field is to provide a name for the site reference of the off location service.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Type" type="OffLocationServiceID_Type" use="required"/>
</xs:complexType>
<xs:complexType name="OffLocationServicePricedType">
<xs:annotation>
<xs:documentation xml:lang="en">The OffLocationServicePricedType complex type describes the data that is used to describe a priced off-location service, that is, an off-location service and the corresponding charge.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OffLocService" type="OffLocationServiceType">
<xs:annotation>
<xs:documentation xml:lang="en">Information on a specific off-airport service, for example, vehicle delivery, customer pickup.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Charge" type="VehicleChargeType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Charge information associated with this specific off-airport service.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="OffLocationServiceType">
<xs:annotation>
<xs:documentation xml:lang="en">The OffLocationServiceType complex type defines a specific off-location service.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="OffLocationServiceCoreType">
<xs:sequence>
<xs:element name="PersonName" type="PersonNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Name for the contact person for the off location service.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Telephone" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Phone number for the contact person for the off location service.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="TelephoneGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="TrackingID" type="UniqueID_Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Can be used as a tracking number for delivery and collection.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="SpecInstructions" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides special instructions regarding the off location service (e.g., keys with receptionist).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="RateRulesType">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of rules pertaining to the rental rate and/or vehicle.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="AdvanceBooking" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates whether or not advance booking is required for this rate and if so, what the advance booking requirements are.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="DeadlineGroup"/>
<xs:attribute name="RequiredInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, advanced booking is required for this rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="PickupReturnRules" minOccurs="0" maxOccurs="7">
<xs:annotation>
<xs:documentation xml:lang="en">Pickup and return requirements for a specific rate.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="EarliestPickup" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The earliest day and time a vehicle can be picked up to qualify for a specific rate.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="DayOfWeek" type="DayOfWeekType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The earliest day of the week the rental can begin to qualify for the specific rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Time" type="TimeOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The earliest time, in conjunction with the DayOfWeek, the rental can commence to qualify for the specific rate.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="LatestPickup" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The latest day and time a vehicle can be picked up to qualify for a specific rate.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="DayOfWeek" type="DayOfWeekType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The latest day of the week the rental can begin to qualify for the specific rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Time" type="TimeOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The latest time, in conjunction with the DayOfWeek, the rental can commence to qualify for the specific rate.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="LatestReturn" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The latest day and time a vehicle can be returned to qualify for a specific rate.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="DayOfWeek" type="DayOfWeekType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The latest day of the week the rental can terminate to qualify for the specific rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Time" type="TimeOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The latest time, in conjunction with the DayOfWeek, the rental can terminate to qualify for the specific rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="EarliestReturn" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The earliest day and time a vehicle can be returned to qualify for a specific rate.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="DayOfWeek" type="DayOfWeekType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The earliest day of the week the rental can terminate to qualify for the specific rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Time" type="TimeOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The earliest time, in conjunction with the DayOfWeek, the rental can terminate to qualify for the specific rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="DayOfWeek" type="DayOfWeekType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The day of the week, this rule refers. If this attribute is used, each following element qualifies for this day.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MinimumKeep" type="xs:duration" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The minimum time (e.g., number of rental days, number of rental hours) required to qualify for a specific rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaximumKeep" type="xs:duration" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The maximum time (e.g., number of rental days, number of rental hours) allowed to qualify for a specific rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaximumRental" type="xs:duration" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The maximum number of rental days a vehicle is allowed to be rented.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="OvernightInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the vehicle must be kept overnight.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ReturnAllowedInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the vehicle may be returned on this day of the week.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="RateGuarantee" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate how long a specific rate is guaranteed.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Description" type="FormattedTextTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A description of the rate guarantee.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="DeadlineGroup"/>
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The effective and discontinue dates for this guarantee.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
<xs:element name="PaymentRules" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of payment rules associated with this reservation. This instance of PaymentRules would be used if there were payment rules that were applicable to a specific vehicle type. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="PaymentRulesType">
<xs:sequence>
<xs:element name="AcceptablePayments" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of acceptable methods of payment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AcceptablePayment" maxOccurs="20">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies an acceptable method of payment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="CreditCardCode" type="PaymentCardCodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The acceptable credit card for this payment rule.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="PaymentTypeCode" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the type of payemt (i.e., guarantee, deposit). Refer to OpenTravel Code List Payment Type (PMT).
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="CancelPenaltyInfo" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Information regarding the cancellation or modification policy for this vehicle type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Deadline" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">Time by which a cancellation must be made before penalty fees are incurred or defines a period of time for which a specific fee is applied if a cancellation were to occur.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="DeadlineGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides ability to give a deadline for the cancel penalty. It repeats to allow for a range (e.g., from 30 to 20 days before arrival).</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
<xs:element name="PenaltyFee" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The amounts of the penalty fee if cancellation is received after the deadline.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="CurrencyAmountGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="Description" type="FormattedTextTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Provides additional information about the cancel penalty.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="GuaranteeRequiredInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, a guarantee is required.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ModifyPenaltyInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, this indicates the penalty information is for a modification rather than a cancellation.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="RateDeposit" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information pertaining to the the deposit.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="DeadlineGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The deadline for making a deposit.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="DepositRequiredInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, a deposit is required as a guarantee. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The effective and discontinue date</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="MinimumKeep" type="xs:duration" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The minimum time (e.g., number of rental days, number of rental hours) required to qualify for a specific rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaximumKeep" type="xs:duration" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The maximum time (e.g., number of rental days, number of rental hours) allowed to qualify for a specific rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaximumRental" type="xs:duration" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The maximum number of rental days a vehicle is allowed to be rented.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleAdditionalDriverRequirementsType">
<xs:annotation>
<xs:documentation xml:lang="en">The Vehicle Additional Driver Requirements Type is used to define information about additional drivers that are in place with regard to the renting of a vehicle. These are requirement that typically must be met by the renter before a rental may commence.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="AddlDriverInfos" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of descriptions about the different requirements related to additional drivers.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AddlDriverInfo" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Textual description about a specific restriction related to additional drivers.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FormattedTextType">
<xs:attribute name="Type" type="LocationDetailRequirementAddlDriverInfoType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of Additional Driver information. </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:sequence>
<xs:element name="Vehicles" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of vehicles associated with additional driver information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Vehicle" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">To identify a vehicle type associated with additional driver information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleCoreType">
<xs:attribute name="IncludeExclude" type="IncludeExcludeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To specify if this vehicle type is allowed, required, excluded, or included for an additional driver.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:sequence>
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The effective and discontinue dates for the additional driver information.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="CurrencyAmountGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The charge for an additional driver.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="ChargeType" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To specify if the charge is per rental, day, etc. Refer to OpenTravel Charge Type code list (CHG).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleAgeRequirementsType">
<xs:annotation>
<xs:documentation xml:lang="en">The Vehicle Location Requirements Type is used to define information on the age requirements that are in place with regard to the renting of a vehicle. These are requirement that typically must be met by the renter before a rental may commence.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Age" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information associated with the age requirements of renting a vehicle.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AgeSurcharge" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Surcharge information that may be applied based upon age of the renter.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Age" type="OTA_CodeType">
<xs:annotation>
<xs:documentation xml:lang="en">Used to describe the age category of the driver for which an additional surcharge will apply. Refer to OpenTravel Code List Age Qualifying Code (AQC).
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="CurrencyAmountGroup"/>
<xs:attribute name="ChargeType" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify weekly, daily, or per rental. Refer to OpenTravel Code List Charge Type (CHG).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="AgeInfos" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of descriptions about the different requirements related to age of driver</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AgeInfo" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Textual description about a specific restriction related to age of driver</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FormattedTextType">
<xs:attribute name="Type" type="LocationDetailRequirementAgeInfoType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of Age Requirement.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Vehicles">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of vehicle information associated to the age requirements.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Vehicle" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies a specific vehicle type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleCoreType">
<xs:attribute name="IncludeExclude" type="IncludeExcludeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To specify if this car type is allowed, required, included, excluded for the associated age.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="MinimumAge" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the minimum age of a person allowed to rent a vehicle from this
rental facility.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaximumAge" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the maximum age of a person allowed to rent a vehicle from this
rental facility.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleArrivalDetailsType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleArrivalDetailsType complex type defines the information that describes an arriving mode of transportation which is associated with the rental of a vehicle. This is typically used to identify how the customer will be arriving at the vehicle rental facility.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ArrivalLocation" type="LocationType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Arrival point of the associated transportation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MarketingCompany" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identification of the company marketing the transportation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OperatingCompany" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identification of the company operating the transportation</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="TransportationCode" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Refer to OpenTravel Code List Transportation Code (TRP). </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Number" type="AlphaNumericStringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Often used in conjunction with TransportationCode to provide greater detail regarding the customer's arrival (e.g., an airline flight number).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ArrivalDateTime" type="xs:dateTime" use="optional"/>
</xs:complexType>
<xs:complexType name="VehicleAvailAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleAvailAdditionalInfoType complex type identifies the data that describes supplemental information made available as part of describing the availability and rate of one or more vehicles.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PricedCoverages" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of coverages, along with associated price and details.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PricedCoverage" type="CoveragePricedType" maxOccurs="15">
<xs:annotation>
<xs:documentation xml:lang="en">One specific vehicle coverage along with the corresponding charge.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PaymentRules" type="PaymentRulesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of payment rules associated with this reservation. This instance of PaymentRules would be used if there were payment rules that were applicable to a specific vehicle type. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="ChargeablePeriod" type="xs:duration"/>
</xs:complexType>
<xs:complexType name="VehicleAvailCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleAvailCoreType complex type identifies the data that describes common, or core, information made available as part of describing the availability and rate of one or more vehicles.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Vehicle" type="VehicleType">
<xs:annotation>
<xs:documentation xml:lang="en">Information on one specific vehicle along with detailed information on the charges associated with this vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RentalRate" type="VehicleRentalRateType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the rates associated with this vehicle. Rate information can include the distance and the base rental cost, along with information on the various factors that may infuence this rate. This element may repeat to allow different distances to be made available for different charges. For example, $20.00 with 100 miles per day or $30.00 for unlimited mileage.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TotalCharge" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">The anticipated total cost of a reservation, the sum of the individual charges, optional charges and associated fees.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleTotalChargeGroup"/>
<xs:attribute name="RateConvertInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the rates have been converted to a different currency.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="PricedEquips" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of special equipment that is part of this quote, along with the charges associated with this equipment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PricedEquip" type="VehicleEquipmentPricedType" maxOccurs="25">
<xs:annotation>
<xs:documentation xml:lang="en">A specific piece of special equipment, along with the quantity, restrictions and charge.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Fees" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of fees associated with this vehicle quotation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Fee" type="VehicleChargePurposeType" maxOccurs="99"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Reference" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information by which this availability quote can be later cross-referenced</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="UniqueID_Type">
<xs:attribute name="DateTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The date and time at which this availability quote was made available.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Vendor" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en"> The vendor for this vehicle type and its participation level in a system.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CompanyNameType">
<xs:attribute name="ParticipationLevelCode" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The participation level of this vendor in a system. Refer to OpenTravel Code List Participation Level (PLC).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="VendorLocation" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The vendor location information for a specific vehicle.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="LocationType">
<xs:attribute name="ExtendedLocationCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the extended location code (e.g., ATLC10).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CounterLocation" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The location of the counter. Refer to OpenTravel Code List Vehicle Where At Facility (VWF).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Name" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The name of the vendor location.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CounterLocInfo" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies information pertaining to the counter location.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="WalkToCar">
<xs:annotation>
<xs:documentation xml:lang="en"> The customer should walk to the car</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ShuttleToCar">
<xs:annotation>
<xs:documentation xml:lang="en"> There is a shuttle to the car.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="DropOffLocation" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The drop off location information for a specific vehicle.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="LocationType">
<xs:attribute name="ExtendedLocationCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the extended location code (e.g., ATLC10).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CounterLocation" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The location of the counter. Refer to OpenTravel Code List Vehicle Where At Facility (VWF).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Name" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The name of the vendor location.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="Discount" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Discount percentage and/or Amount, code and textual reason for discount</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="DiscountInfoGroup"/>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="Status" type="InventoryStatusType" use="required"/>
<xs:attribute name="IsAlternateInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, this vehicle is an alternate to what was requested.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleAvailRQAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleAvailRQAdditionalInfoType complex type identifies supplemental information that may be included in a request for vehicle availability and rates.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Customer" type="CustomerPrimaryAdditionalType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the one primary driver and, optionally, several additional drivers. This may be used to provide a frequent renter number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SpecialReqPref" type="VehicleSpecialReqPrefType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preference associated with special needs or requirements of the customer, described using free text</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CoveragePrefs" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preferences for one or more types of coverage (insurance).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CoveragePref" maxOccurs="30">
<xs:annotation>
<xs:documentation xml:lang="en">Specific preference for a type of coverage.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleCoveragePrefGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OffLocService" type="OffLocationServiceType" minOccurs="0" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">Information on requested off-airport location services, for example, vehicle delivery, customer pickup.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ArrivalDetails" type="VehicleArrivalDetailsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Details of the arrival transportation, if applicable.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TourInfo" type="VehicleTourInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Details of a tour with which this availability information is associated. Availability and rate information may vary if associated with a tour.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="LuggageQty" type="xs:positiveInteger" use="optional"/>
<xs:attribute name="PassengerQty" type="xs:positiveInteger" use="optional"/>
<xs:attributeGroup ref="SmokingIndicatorGroup"/>
<xs:attribute name="GasPrePay" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The GasPrePay attribute defines a set of valid values for the choice of prepaying for gas at the time of the pick up of the rental vehicle. This information is useful in that it allows a customer's preference to be made known to the vendor. It also allows the vendor to provide more detailed and accurate pricing up front.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SingleQuote" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Allows the requestor to indicate if the response should contain a single rate for each product or multiple rates for each product. Multiple rates may be offered when different terms and conditions may apply, for example pre-paid versus payment at time of rental. The use of multiple rates may vary from vendor to vendor and is by agreement of the trading partners.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleAvailRQCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleAvailRQCoreType complex type identifies the data that is common in a request for vehicle availability and rates.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VehRentalCore" type="VehicleRentalCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">Information that is common, or core, to all requests and responses associated with the reservation of a vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VendorPrefs" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of vendor preferences.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VendorPref" maxOccurs="20">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preferred Vendor Company for the vehicle rental. If a company name is supplied, the rates will be supplied for the specific Vendor Company. The company name is unique amongst the vendors. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="CompanyNamePrefType">
<xs:attribute name="CorpDiscountNmbr" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is the vendor specific code used to identify a special rate associated with a specific organization. Used when multiple vendors have been requested and there is a different code for each.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ParticipationLevelCode" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To specify vendors with a certain level of participation in a system. Refer to OpenTravel Code List Participation Level (PLC).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LocationCategory" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The type of location being requested. Refer to OpenTravel Code List Vehicle Where at Facility (VWF).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="VehPrefs" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates any preferences for the vehicle, such as type, class, transmission, air conditioning.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VehPref" maxOccurs="10">
<xs:annotation>
<xs:documentation xml:lang="en">A preference for one specific vehicle type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehiclePrefType">
<xs:attribute name="UpSellInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, a higher class of vehicle than those specified, may be returned.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DriverType" minOccurs="0" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the number of people of each age category associated with this request.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="TravelerCountGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="RateQualifier" minOccurs="0" maxOccurs="13">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the type of rates of interest to the customer, along with any discount number or promotional codes that may affect the rate.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="RateQualifierCoreGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="RateRange" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The minimum and maximum amounts a customer is willing to pay.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="RateRangeGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="SpecialEquipPrefs" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preferences for one or more specific items of additional equipment, such as ski racks, child seats, etc.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SpecialEquipPref" maxOccurs="15">
<xs:annotation>
<xs:documentation xml:lang="en">A preference for one specific piece of equipment</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleEquipmentPrefGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="Status" type="InventoryStatusType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The status of the vehicle availability and/or rates are being requested for, e.g. available and waitlist.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TargetSource" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To specify from which source the information being requested should be obtained, e.g., vendor, GDS system, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleAvailRSAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleAvailRSAdditionalInfoType complex type identifies the data that descibes the supplemental information assocated with the availability and rates of a rental vehicle.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Customer" type="CustomerPrimaryAdditionalType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the one primary driver and, optionally, several additional drivers. This may be used to provide a frequent renter number.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleAvailRSCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleAvailRSType complex type identifies the data that is considered common when describing the availability and rates of rental vehicles.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VehRentalCore" type="VehicleRentalCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">Information that is common, or core, to all requests and responses associated with the reservation of a vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehVendorAvails">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of vendors for which vehicle availability is available.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VehVendorAvail" type="VehicleVendorAvailabilityType" maxOccurs="20">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the availability of rental vehicles for one specific vendor.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleAvailVendorInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleAvailVendorInfoType complex type identifies the data that describes supplemental information relevant to a vendor and made available at the time that availability and rates are checked.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VendorMessages" type="VendorMessagesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of free-format messages associated with this vendor.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OffLocServices" type="OffLocationServicePricedType" minOccurs="0" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">Information on off-airport location services, for example, vehicle delivery, customer pickup, along with the associated price.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PaymentRules" type="PaymentRulesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of payment rules associated with this reservation. This instance of PaymentRules would be used if there were payment rules that were applicable, regardless of the vehicle. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LocationDetails" type="VehicleLocationDetailsType" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">Detailed information about the associated rental facilities, for example, address, phone number, hours of operation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TourInfo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Details of a tour with which this availability information is associated. Availability and rate information may vary if associated with a tour.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleTourInfoType">
<xs:attribute name="RPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A reference placeholder for this tour info.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleChargePurposeType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleChargePurposeType complex type defines information on a specific charge associated with the rental of a vehicle along with the purpose of the charge.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="VehicleChargeType">
<xs:attribute name="Purpose" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Refer to OpenTravel Code List Vehicle Charge Purpose Type (VCP).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RequiredInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation>When true, this surcharge or tax is required in the vehicle reservation. When false, it is at the renters discretion. </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="VehicleChargeType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies specific charges. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="TaxAmounts" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of one or more taxes associated with a specific charge.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="TaxAmount" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Detailed information on one specific tax associated with a specific charge</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleTaxAmountGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MinMax" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on any minimum or maximum amounts, if appropriate.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="MaxCharge" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The maximum amount that will be charged.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MinCharge" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The minimum amount that will be charged.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaxChargeDays" type="xs:integer" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Maximum number of days for which a charge will be applied.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Calculation" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Information on how this charge was calculated, for example, a daily rate multiplied by the number of days, a percentage, etc.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="UnitCharge" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is used in conjunction with UnitName to specify the charge per unit as defined by UnitName (e.g., if UnitCharge="100" and UnitName="day" the result is 100 dollars per day).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="UnitName" type="VehicleUnitNameType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The UnitName attribute provides the unit on which an item charge may be based when renting a vehicle (e.g., there may be a charge which is based upon the number of days, another charge that is based upon the number of miles, a charge that is based upon the number of gallons). </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Quantity" type="Numeric1to99" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is used in conjunction with UnitName to specify the quantity of units as defined by UnitName (e.g., if Quantity="5" and UnitName="day" the result is 5 days).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Percentage" type="Percentage" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the ability to define a particular percentage.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Applicability" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> Indicates a time or a place of reference (e.g. before pick-up, drop-off location).</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="FromPickupLocation">
<xs:annotation>
<xs:documentation xml:lang="en">Distances are referenced from the pick-up location.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FromDropoffLocation">
<xs:annotation>
<xs:documentation xml:lang="en">Distances are referenced from the drop-off location.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BeforePickup">
<xs:annotation>
<xs:documentation xml:lang="en">Times are referenced from the pick-up time.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AfterDropoff">
<xs:annotation>
<xs:documentation xml:lang="en">Times are referenced from the drop-off time.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="MaxQuantity" type="Numeric1to999" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is used in conjunction with UnitName to specify the maximum quantity of units as defined by UnitName.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Total" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The total for a specific item in a calculation (e.g., ten day rental = one week plus three extra days; this attribute would provide the subtotal for just the three extra days. The VehChargeType can be used to show the total for the ten day rental).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="CurrencyAmountGroup"/>
<xs:attribute name="TaxInclusive" type="xs:boolean" use="optional"/>
<xs:attribute name="Description" type="StringLength1to64" use="optional"/>
<xs:attribute name="GuaranteedInd" type="xs:boolean" use="optional"/>
<xs:attribute name="IncludedInRate" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">An indication if this amount is included in the base vehicle rate, or is an additonal cost.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IncludedInEstTotalInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, indicates the item's charges are included in the estimated total amount (in TotalCharge) and when false, the item is not included in the estimated total amount. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RateConvertInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the rate has been converted to a different currency.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleCoreType complex type identifies the core data that is used to describe a vehicle.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VehType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The type of vehicle, for example, truck, car.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleTypeGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="VehClass" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The class of vehicle, for example, intermediate, compact.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleClassGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="AirConditionInd" type="xs:boolean" use="optional"/>
<xs:attribute name="TransmissionType" type="VehicleTransmissionType" use="optional"/>
<xs:attribute name="FuelType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The kind of fuel the vehicle uses.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Unspecified">
<xs:annotation>
<xs:documentation xml:lang="en">The type of fuel is not known.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Diesel">
<xs:annotation>
<xs:documentation xml:lang="en">The type of fuel is diesel.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hybrid">
<xs:annotation>
<xs:documentation xml:lang="en">The type of fuel is hybrid.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Electric">
<xs:annotation>
<xs:documentation xml:lang="en">The type of fuel is electric.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LPG_CompressedGas">
<xs:annotation>
<xs:documentation xml:lang="en">The type of fuel is LPG/Compressed gas.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Hydrogen">
<xs:annotation>
<xs:documentation xml:lang="en">The type of fuel is hydrogen.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MultiFuel">
<xs:annotation>
<xs:documentation xml:lang="en">The type of fuel is multi.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Petrol">
<xs:annotation>
<xs:documentation xml:lang="en">The type of fuel is petrol.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ethanol">
<xs:annotation>
<xs:documentation xml:lang="en">The type of fuel is ethanol.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="DriveType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to define the drive type of a vehicle.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="AWD">
<xs:annotation>
<xs:documentation xml:lang="en">Defines all wheel drive.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4WD">
<xs:annotation>
<xs:documentation xml:lang="en">Defines four wheel drive.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unspecified">
<xs:annotation>
<xs:documentation xml:lang="en">The drive type of the vehicle is unknown.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleEquipmentPricedType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleEquipmentPricedType complex type identifies the data that describes a priced piece of special equipment in association with the rental of a vehicle. The data consists of the equipment and the correspondinng charge.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Equipment" type="VehicleEquipmentType">
<xs:annotation>
<xs:documentation xml:lang="en">Details about a equipment, such as text or description.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Charge" type="VehicleChargeType">
<xs:annotation>
<xs:documentation xml:lang="en">The charges as they relate to a single piece of equipment, such as minimum or maximum amounts, taxes, or information on how the charge was calculated.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="Required" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">An indication if this particular equipment is required in the vehicle reservation, or is optional, based upon renter preference.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleEquipmentType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleEquipmentType complex type identifies the data that fully describes a piece of special equipment, including the description and any restrictions that may apply to its rental.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Description" type="xs:string" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="VehicleEquipmentCoreGroup"/>
<xs:attribute name="Restriction" type="EquipmentRestrictionType" use="optional"/>
</xs:complexType>
<xs:complexType name="VehicleLocationAdditionalDetailsType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleLocationAdditionalDetailsType complex type defines the supplemental information that describes a vehicle rental facility. Such information may include the operation schedules and services offered.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VehRentLocInfos" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Descriptive information allowing the vendor to present informational messages about the rental location. These may include after-hour return of vehicle messages, messages providing directions to the location, or other similar messages.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VehRentLocInfo" type="VehicleLocationInformationType" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Descriptive information of one specific aspect of the rental location.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ParkLocation" type="VehicleWhereAtFacilityType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Descriptive information about where the vehicles are parked. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CounterLocation" type="VehicleWhereAtFacilityType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Descriptive information about where the rental counter is located. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OperationSchedules" type="OperationSchedulesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of operation schedules, used to define the hours of operation for this rental facility.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Shuttle" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the shuttle services associated with this location. Some locations use a shuttle bus to transfer the customers from an airport terminal to the rental facility.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ShuttleInfos" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of descriptions about various aspects of the Shuttle Services.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ShuttleInfo" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Textual description about a specific aspect of the Shuttle Services</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FormattedTextType">
<xs:attribute name="Type" type="LocationDetailShuttleInfoType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of Shuttle service information.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OperationSchedules" type="OperationSchedulesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of operation schedules, used to define the hours of operation for the shuttle services.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OneWayDropLocations" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">List of locations where one way drops are allowed based on pick-up location.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="OneWayDropLocation" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Location where a one way drop is allowed.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="LocationType">
<xs:attribute name="ExtendedLocationCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used for extended OAG code in conjunction with the OAG code which is sent in Code.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleLocationAdditionalFeesType">
<xs:annotation>
<xs:documentation xml:lang="en">The Vehicle Location Additional Fees Type is used to define information on additional fees, taxes and surcharges that are included in the cost of a rental, when renting from this facility. Different facilities are required to impose different fees and surcharges based upon location and local laws.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Taxes" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on additional taxes that may apply to the rental.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Tax" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">This element is used to describe one specific tax that may apply.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on this one specific tax, including a description, etc.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="TaxCode" type="StringLength1to16" use="optional"/>
<xs:attribute name="Percentage" type="Percentage" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information about the additional taxes that may apply.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The effective date range for the tax information.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
<xs:element name="Fees" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on additional fees that may apply to the rental.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Fee" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">This element is used to describe one specific fee that may apply.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleChargeType">
<xs:sequence>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on this one specific feeincluding a description, etc.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information about the additional fees that may apply.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Surcharges" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on additional surcharges that may apply to the rental.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Surcharge" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">This element is used to describe one specific surcharge that may apply.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleChargeType">
<xs:sequence>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on this one specific surcharge, including a description, etc.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information about the additional surcharges that may apply.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The efective date range for the surcharge information.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
<xs:element name="MiscellaneousCharges" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on additional miscellaneous charges that may apply to the rental.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="MiscellaneousCharge" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">This element is used to describe one specific miscellaneous charge that may apply.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleChargeType">
<xs:sequence>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on this one specific miscellaneous charge, including a description, etc.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information about the additional miscellaneous charges that may apply.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleLocationDetailsType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleLocationDetailsType complex type defines the core information that describes a vehicle rental facility. Such information may include the code of the facility, the name assigned to that facility, the address and telephone number of the facility.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Address" type="AddressInfoType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Information about the physical address of the location</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Telephone" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Information about the telephone numbers for this
location.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="TelephoneInfoGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="AdditionalInfo" type="VehicleLocationAdditionalDetailsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Supplemental information about the rental facility.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="AtAirport" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The AtAirport attribute identifies if the associated rental location serves an airport.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Code" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Code used to identify the car rental location.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Name" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Name used to refer to the car rental location.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CodeContext" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to define which list the location code comes from (e.g. IATA, OAG, internal company code).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ExtendedLocationCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used for extended OAG code in conjunction with the OAG code which is sent in Code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AssocAirportLocList" type="ListOfStringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Additional airport location codes associated with the primary airport.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleLocationInformationType">
<xs:annotation>
<xs:documentation xml:lang="en">Provides formatted textual information relating to the vehicle rental location. The type of information is indicated in the @Type attribute that contains a value from the OpenTravel Vehicle Location Information Type (VLI) code list.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="FormattedTextType">
<xs:attribute name="Type" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of Vehicle Location information that is provided. Refer to OpenTravel Code List Vehicle Location Information Type (VLI).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="VehicleLocationLiabilitiesType">
<xs:annotation>
<xs:documentation xml:lang="en">The Vehicle Location Liabilities Type is used to define information on the financial liabilities assumed by the renter when renting from this facility, along with optional coverage to reduce the financial liabilities. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Coverages" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of coverage, insurance and waiver liability descriptions.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Coverage" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">This element is used to identify one specific coverage, insuranc or waiver, and to identify any fees that may be associated with it.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CoverageInfo" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information about this specific coverage, insurance or fees.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CoverageFees" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of fees associated with this coverage, insurance or waiver. There may be multiple charges if the charge varies by vehicle type. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CoverageFee" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Provides information on one specific charge for this coverage, insurance or waiver.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Charge" type="VehicleChargeType">
<xs:annotation>
<xs:documentation xml:lang="en">Provides full information on the specific charge.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Vehicles" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of vehicles for which this charge applies. This is to be used when the charge is not the same charge for all vehicle types.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Vehicle" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">This element may be used to clarify the vehicle associated with this charge, if the charge varies by vehicle type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleType">
<xs:attribute name="IncludeExclude" type="IncludeExcludeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To indicate if the coverage is required, allowed, included, or excluded for this vehicle type.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Deductible" type="DeductibleType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The deductible/excess amount and liability amount for this coverage of a vehicle(s).</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Type" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Used to describe the specific coverage type or waiver type. Refer to OpenTravel Code List Vehicle Coverage Type (VCT). </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RequiredInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, this type of coverage must be purchased. If false, it is optional.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information about the fiancial liabilities associated with the rental of a vehicle from the associated rental facility.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleLocationVehiclesType">
<xs:annotation>
<xs:documentation xml:lang="en">The Vehicle Location Vehicles Type is used to define information on the vehicles that are offered for rental at this facility.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VehicleInfos" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of descriptions about various aspects of the vehicles.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VehicleInfo" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Textual description about one specific aspect of the vehicles, for example, advanced booking needs, etc</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FormattedTextType">
<xs:attribute name="Type" type="LocationDetailVehicleInfoType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of Vehicle information that is provided.. </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Vehicle" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Specific information about a vehicle that is offered for rental at this facility. This element may repeat to identify all vehicles that may be rented from this facility.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleType">
<xs:sequence>
<xs:element name="Text" type="FormattedTextType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Free text information for this vehicle type.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="IsConfirmableInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, this car type may be confirmed. If false, it may not be confirmed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DistanceUnit" type="DistanceUnitNameType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To specify whether mileage information is miles or kilometers.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DistancePerFuelUnit" type="Numeric0to99" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To specify the number of miles/kilometers per gallon/litre of gas.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehiclePrefType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehiclePrefType complex type defines the information that is used when defining a preference of a vehicle.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="VehicleCoreType">
<xs:sequence>
<xs:element name="VehMakeModel" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The make and model of the vehicle (e.g., Ford Focus). The Code attribute may be used for the SIPP code.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleMakeModelGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="TypePref" type="PreferLevelType" use="optional"/>
<xs:attribute name="ClassPref" type="PreferLevelType" use="optional"/>
<xs:attribute name="AirConditionPref" type="PreferLevelType" use="optional"/>
<xs:attribute name="TransmissionPref" type="PreferLevelType" use="optional"/>
<xs:attribute name="VendorCarType" type="AlphaNumericStringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">An internal car type assigned by the vendor. This is not the SIPP code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VehicleQty" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The total number of cars a customer is eventually interested in reserving. This is not used by suppliers and is in no way intended to imply that multiple cars may be booked in a single reservation. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="CodeGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Code used to identify the vehicle. May be used in place of VehicleCoreType. Typically a SIPP code would be passed here. CodeContext Identifies the source authority for the code (e.g., SIPP).</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="VehicleProfileRentalPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">Vehicle rental preferences can be specified for customers or companies to indicate their preferences for types of vehicles to be rented in specific travel situations. Companies may wish to specify certain class or types of cars that their employees are allowed to rent, or indicate special business needs for trucks for hauling goods, etc. Personal travelers may wish to indicate preferences for types of vehicles such as vans or SUVs for family vacations, or smaller, more sporty models when travelling alone. A customer may prefer to have a convertible or sun roof in a warm destination, but request a ski rack when vacationing in the wintertime. The VehicleProfileRentalPrefType complex type has elements for specific features on rental cars including vehicle type (major category such as car, truck, SUV) and vehicle class (more precise kind of vehicle), air conditioning, transmission, and special equipment. In addition, the specification captures preferences for vendors and loyalty programs, insurance coverage, forms of payment for rental cars, and other special requirements. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="LoyaltyPref" minOccurs="0" maxOccurs="20">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates a preference for the loyalty program to be used for vehicle rental. The RPH (Reference Place Holder) attribute designates a specific loyalty program from a collection stored in the profile. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="RPH_PrefGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="VendorPref" type="CompanyNamePrefType" minOccurs="0" maxOccurs="20">
<xs:annotation>
<xs:documentation xml:lang="en">Vendor Preferences indicates a preference for a specific car rental agency when used in a travel collection. The VendorPref element uses the Company Name entity to identify the preferred company by name and by vendor code. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PaymentFormPref" minOccurs="0" maxOccurs="10">
<xs:annotation>
<xs:documentation xml:lang="en">A preference for a payment indicates a specific type of payment, such as a credit card or direct bill, to be assigned to the car rental preference collection. The RPH (Reference Place Holder) attribute designates a specific payment form in a collection stored in the profile. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="RPH_PrefGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="CoveragePref" minOccurs="0" maxOccurs="30">
<xs:annotation>
<xs:documentation xml:lang="en">A preference for a specific type of vehicle coverage to be used when renting a car in a given travel situation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleCoveragePrefGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="SpecialReqPref" type="VehicleSpecialReqPrefType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">The special request preference element allows the customer to designate a special request to be associated with the vehicle rental. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehTypePref" type="VehiclePrefType" minOccurs="0" maxOccurs="10">
<xs:annotation>
<xs:documentation xml:lang="en">The vehicle type preference element allows the customer to designate a major category of vehicle preferred for rental. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SpecialEquipPref" minOccurs="0" maxOccurs="15">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates a preference for special equipment in a rented car.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleEquipmentPrefGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="PreferLevelGroup"/>
<xs:attributeGroup ref="PrivacyGroup"/>
<xs:attributeGroup ref="SmokingIndicatorGroup"/>
<xs:attribute name="GasPrePay" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The GasPrePay attribute defines a set of valid values for the choice of prepaying for gas at the time of the pick up of the rental vehicle. This information is useful in that it allows a customer's preference to be made known to the vendor. It also allows the vendor to provide more detailed and accurate pricing up front.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleRentalCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleRentalCoreType complex type identifies the data that is common, or core, to almost every transaction associated with the rental of a vehicle.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PickUpLocation" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">A code to identify the pick up location, along with an optional code context.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="LocationType">
<xs:attribute name="ExtendedLocationCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies a unique location code (e.g., ATLC10).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CounterLocation" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the location of a car rental site for an airport/city code. Refer to OpenTravel Code List Vehicle Where At Facility (VWF).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="ReturnLocation" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A code to identify the return location, along with an optional code context.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="LocationType">
<xs:attribute name="ExtendedLocationCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the unique location code (e.g. ATL10).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CounterLocation" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the location of a car rental site for an airport/city code. Refer to OpenTravel Code List Vehicle Where At Facility (VWF).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="PickUpDateTime" type="xs:dateTime" use="optional"/>
<xs:attribute name="ReturnDateTime" type="xs:dateTime" use="optional"/>
<xs:attribute name="StartChargesDateTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used when a charge has a delayed start (e.g. if a vehicle is checked-out Sunday night, but actual charges start Monday or planned system down-time allowed a check-out before customer plans to retrieve vehicle or when an additional service is added after a rental has been started and/or will terminate before the rental is completed).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="StopChargesDateTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used when a charge has a delayed stop (e.g. actual charges stop Sunday but the vehicle is checked-in Monday morning or if the system was down when customer returned vehicle or when an additional service is added after a rental has been started and/or will terminate before the rental is completed).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="OneWayIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, indicates a one-way rental. This may also be discerned using the PickUpLocation and the ReturnLocation.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MultiIslandRentalDays" type="Numeric1to99" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the total number of rental days on all islands (e.g., if traveling for 7 days, but using a vehicle on one island for 3 days and on another for 2 days, the multi island rental days is 5).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Quantity" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the distance between the pick up and return locations.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DistUnitName" type="DistanceUnitNameType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the unit of measure to which the quantity refers.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleRentalDetailsType">
<xs:annotation>
<xs:documentation xml:lang="en">This provides specific information regarding the milage and condition of the vehicle being rented.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="FuelLevelDetails" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This provides values based on the amount of fuel present.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="UnitsOfMeasureGroup">
<xs:annotation>
<xs:documentation xml:lang="en">This provides a specifc amount of fuel (e.g. 10 gallons).</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="FuelLevelValue" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This provides the amount of fuel currently in the vehicle. See enumerations for detailed annotations.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation xml:lang="en">8/8 tank, 100 percent, or full tank.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation xml:lang="en">7/8 tank or 87.5 percent.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation xml:lang="en"> 6/8 or 3/4 tank or 75 percent.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation xml:lang="en">5/8 tank or 67.5 percent.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation xml:lang="en">4/8 or 1/2 tank or 50 percent.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation xml:lang="en">3/8 tank or 37.5 percent.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation xml:lang="en">2/8 or 1/4 tank or 25 percent.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation xml:lang="en">1/8 tank or 12.5 percent.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation xml:lang="en">0/8 tank, 0 percent, or empty.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="OdometerReading" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This provides values for the odometer reading.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:annotation>
<xs:documentation xml:lang="en">To provide details of odometer measurements.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="UnitsOfMeasureGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used for interpreting the Odometer value displayed in the Odometer Reading on the dashboard of the vehicle (10 miles, 100 kilometers).</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
<xs:element name="ConditionReport" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Used to describe condition of a vehicle (e.g., scratches, broken tail light). It is not intended for insurance purposes.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="FormattedTextTextType">
<xs:attribute name="Condition" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides an overview of the condition of the vehicle.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Damage">
<xs:annotation>
<xs:documentation xml:lang="en">Damage refers to ANY damage, such as a scratched door, even if it was there on Check-out.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OK">
<xs:annotation>
<xs:documentation xml:lang="en">OK means that the rental agent looked at the car and it is OK. </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation xml:lang="en">Unknown would be used in the case where no examination of the vehicle was done.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ParkingLocation" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This identifies the physical location of the vehicle being rented (e.g., the parking space or stall number).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleRentalRateType">
<xs:annotation>
<xs:documentation xml:lang="en">This describes time, mileage and other charges.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="RateDistance" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the distance that a reserved vehicle may be driven as part of the standard rental charge. Such distance may be unlimited, or a quantity of miles or kilometers for a certain period of time. This may be repeated for situations such as an 8 day rental that has 500 miles per week and 100 miles per additional day.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleRateDistanceGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="VehicleCharges" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the charges associated with this vehicle. Such charges may include the base rental amount, additional mileage amounts, fuel costs, etc.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VehicleCharge" type="VehicleChargePurposeType" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Detailed information on one specific charge including an indication of the type of charge.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RateQualifier" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the type of rates applicable to the customer, along with any discount number or promotional codes that affect the quoted rate.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="RateQualifierType">
<xs:attribute name="TourInfoRPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides a reference pointer that links the availability rate to a TourInfo.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CustLoyaltyRPH" type="ListOfRPH" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides a reference pointer that links the availability rate to one or more CustLoyalty RPHs.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="QuoteID" type="StringLength1to64">
<xs:annotation>
<xs:documentation xml:lang="en">A reference string used to match a query, with rates, to a given time. This is useful for matching prices within a given quote period.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="RateRestrictions" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on restrictions that may be associated with this rate. Additional details on rate restrictions may be found in OTA_VehRateRulesRS.xsd.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ArriveByFlight" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates if this rate is only available to those customers who are flying to the vehicle rental location.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MinimumDayInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, there is a minimum day requirement.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaximumDayInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, there is a maximum day requirement restriction.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AdvancedBookingInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, this rate requires advanced booking.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RestrictedMileageInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the mileage is restricted.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CorporateRateInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, this is a negotiated corporate rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="GuaranteeReqInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, a guarantee is required.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaximumVehiclesAllowed" type="Numeric1to999" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The maximum number of vehicles that can be rented at this rate. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="OvernightInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, an overnight rental is required.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="OneWayPolicy" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the one way rental policy for the pick-up location.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="OneWayAllowed">
<xs:annotation>
<xs:documentation xml:lang="en">One way rental allowed.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OneWayNotAllowed">
<xs:annotation>
<xs:documentation xml:lang="en">One way rental not allowed.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RestrictedOneWay">
<xs:annotation>
<xs:documentation xml:lang="en">One way rentals allowed with restricted drop-off locations.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CancellationPenaltyInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true indicates a fee applies if a cancellation is requested.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ModificationPenaltyInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true indicates a fee applies if a modification is requested.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MinimumAge" type="Numeric1to99">
<xs:annotation>
<xs:documentation xml:lang="en">The minimum age for a driver to rent this vehicle at this rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaximumAge" type="Numeric1to99">
<xs:annotation>
<xs:documentation xml:lang="en">The maximum age for a driver to rent this vehicle at this rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="NoShowFeeInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, indicates a fee applies if the vehicle is not picked up.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="RateGuarantee" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate how long a specific rate is guaranteed.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Description" type="FormattedTextTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A description of the rate guarantee.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="DeadlineGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="PickupReturnRule" minOccurs="0" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">Pickup and return requirements for a specific rate.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="DayOfWeek" type="DayOfWeekType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The earliest day of the week the rental can begin to qualify for the specific rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Time" type="TimeOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The earliest time, in conjunction with the DayOfWeek, the rental can commence to qualify for the specific rate.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RuleType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the applicability of this rule.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="EarliestPickup">
<xs:annotation>
<xs:documentation xml:lang="en">The earliest day and time a vehicle can be picked up to qualify for a specific rate.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LatestPickup">
<xs:annotation>
<xs:documentation xml:lang="en">The latest day and time a vehicle can be picked up to qualify for a specific rate.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LatestReturn">
<xs:annotation>
<xs:documentation xml:lang="en">The latest day and time a vehicle can be returned to qualify for a specific rate.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="NoShowFeeInfo" type="NoShowFeeType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information regarding the no show fee policy for this vehicle type.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="QuoteID" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A reference string used to match a query, with rates, to a given time. This is useful for matching prices within a given quote period.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleRentalTransactionType">
<xs:annotation>
<xs:documentation xml:lang="en">This contains the information typically used in a rental transaction, such as charges, contract number or pickup date/time.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PickUpReturnDetails" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">Actual rental checkout and expected return locations, dates and times.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleRentalCoreType">
<xs:attribute name="ExpectedActualCode" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to identify the context of the element and whether the content applies to expected data verses actual data. Actual data will not be known until the time of CheckIn.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Expected"/>
<xs:enumeration value="Actual"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Vehicle">
<xs:annotation>
<xs:documentation xml:lang="en">Vehicle info including size, class, make/model, vehicle asset number, etc. This is the actual vehicle being rented.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleType">
<xs:sequence>
<xs:element name="VehRentalDetails" type="VehicleRentalDetailsType" minOccurs="0" maxOccurs="2"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="RentalRate" type="VehicleRentalRateType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This describes time, mileage and other charges for a specific rental agreement.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PricedEquips" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of special equipment that is part of this reservation, along with the charges associated with this equipment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PricedEquip" maxOccurs="25">
<xs:annotation>
<xs:documentation xml:lang="en">Used to indicate special equipment is returned.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Equipment" maxOccurs="2">
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleEquipmentType">
<xs:attribute name="CheckOutCheckInCode" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to identify the context of the element and whether the content applies to data at the time of CheckOut or CheckIn.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="CheckOut"/>
<xs:enumeration value="CheckIn"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Charge" type="VehicleChargeType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Fees" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of fees associated with this rental.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Fee" type="VehicleChargePurposeType" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">A fee associated with this rental (e.g., airport concession fee, vehicle license fee, facility usage fee). This is not intended for information regarding rates, priced equipment or coverages.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TotalCharge" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The anticipated total cost of a rental, the sum of the individual charges, optional charges, and associated fees.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleTotalChargeGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="ConfID" type="UniqueID_Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A confirmation number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContractID" type="UniqueID_Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A contract number.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleResRSCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the core, or common, information that is associated with the reservation of a vehicle. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VehReservation" type="VehicleReservationType"/>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleReservationRQAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the supplemental information that may be included when requesting the reservation of a vehicle.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SpecialReqPref" type="VehicleSpecialReqPrefType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preference associated with special needs or requirements of the customer, described using free text</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CoveragePrefs" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preferences for one or more types of coverage (insurance).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CoveragePref" maxOccurs="30">
<xs:annotation>
<xs:documentation xml:lang="en">Specific preference for a type of coverage.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleCoveragePrefGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OffLocService" type="OffLocationServiceType" minOccurs="0" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">Information on requested off-airport location services, for example, vehicle delivery, customer pickup.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ArrivalDetails" type="VehicleArrivalDetailsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Details of the arrival transportation, if applicable</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RentalPaymentPref" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates preferences for the form of payment that will be used, if the request results in a reservation. This element may repeat for different rental payment preferences. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="PaymentDetailType">
<xs:attribute name="Type" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify whether the payment information is for guaranteeing the rental or is the actual form of payment.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="guarantee">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the payment information is for guaranteeing the reservation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="payment">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the payment information is for payment of the reservation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Reference" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information identifying an earlier availability quote.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="UniqueID_Type">
<xs:attribute name="DateTime" type="xs:dateTime">
<xs:annotation>
<xs:documentation xml:lang="en">The date and time at which this availability quote was made available.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Amount" type="Money" use="optional"/>
<xs:attributeGroup ref="CurrencyCodeGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="TourInfo" type="VehicleTourInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Details of a tour with which this reservation information is associated. Availability and rate information may vary if associated with a tour.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="WrittenConfInst" type="WrittenConfInstType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Used to provide instructions regarding cusotmer preferences for receiving confirmation information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Remark" type="ParagraphType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation>Free text description regarding the rental (e.g. vehicle is being rented because of an accident).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="LuggageQty" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The quantity of suitcases that can typically fit in the trunk of the car.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="PassengerQty" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The quantity of (seat-belted) passengers that can fit in the vehicle.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="SmokingIndicatorGroup"/>
<xs:attribute name="GasPrePay" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The GasPrePay attribute defines a set of valid values for the choice of prepaying for gas at the time of the pick up of the rental vehicle. This information is useful in that it allows a customer's preference to be made known to the vendor. It also allows the vendor to provide more detailed and accurate pricing up front.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleReservationRQCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleReservationRQCoreType complex type identifies the core, or common, information that is typically included when requesting the reservation of avehicle.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">A unique identifier by which to reference the reservation. This is typically referred to as a reservation number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehRentalCore" type="VehicleRentalCoreType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information that is common, or core, to all requests and responses associated with the reservation of a vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Customer" type="CustomerPrimaryAdditionalType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the one primary driver and, optionally, several additional drivers. This may be used to provide a frequent renter number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VendorPref" type="CompanyNamePrefType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preferred Vendor Company for car rental. If a company name is supplied, the rates will be supplied for the specific Vendor Company. The company name is unique amongst the vendors. The name of the company is provided in this element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehPref" type="VehiclePrefType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates any preferences for the vehicle, such as type, class, transmission, air conditioning.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DriverType" minOccurs="0" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the number of people of each age category associated with this request.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="TravelerCountGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="RateQualifier" type="RateQualifierType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the type of rates to be booked, along with any discount number or promotional codes that may affect the rate.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Fees" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of fees associated with this vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Fee" type="VehicleChargePurposeType" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">One specific fee associated with this vehicle reservation.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VehicleCharges" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the charges associated with this vehicle. Such charges may include the base rental amount, additional mileage amounts, fuel costs, etc.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VehicleCharge" type="VehicleChargePurposeType" maxOccurs="99"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SpecialEquipPrefs" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preferences for one or more specific items of additional equipment, such as ski racks, child seats, etc.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SpecialEquipPref" maxOccurs="15">
<xs:complexType>
<xs:attributeGroup ref="VehicleEquipmentPrefGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="Charge" type="VehicleChargeType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Used when the customer was previously quoted a rate for the equipment in an availability search response. </xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RateDistance" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the distance that a reserved vehicle may be driven as part of the standard rental charge. Such distance may be unlimited, or a quantity of miles or kilometers for a certain period of time. This may be repeated for situations such as an 8 day rental that has 500 miles per week and 100 miles per additional day.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleRateDistanceGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="TotalCharge" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Total cost for this reservation as returned from an availability search.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleTotalChargeGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="Queue" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information to specify the queue on which the reservation should be placed.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="QueueGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Information to identify a queue.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="Status" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the status of the reservation with either one of the enumerations in InventoryStatusType or an UpperCaseAlphaLength1to2 code such as an IATA status code. </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="InventoryStatusType UpperCaseAlphaLength1to2"/>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleReservationSummaryType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleReservationSummaryType complextype identifies the summary data that identifies a reservation. Use of one or more of the elements will help in identifying a specific reservation.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ConfID" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">A confirmation number by which this reservation can be uniquely identified. Can also be used for reservation, contract and PNR IDs as well.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="UniqueID_Type">
<xs:attribute name="Status" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the status of the item identified by the ConfID.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="TransactionStatusType UpperCaseAlphaLength1to2"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="PickUpLocation" type="LocationType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A code to identify the pick up location, along with an optional code context.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReturnLocation" type="LocationType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A code to identify the return location, along with an optional code context.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PersonName" type="PersonNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Name of the person associated with the reservation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Vehicle" type="VehicleType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information about a vehicle that has been reserved, such as the class and type.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Vendor" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the vendor associated with this information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="PickUpDateTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The PickUpDateTime attribute provides information on the pickup date and time.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ReturnDateTime" type="xs:dateTime" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The ReturnDateTime attribute provides information on the return date and time.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ReservationStatus" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the status of a reservation.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="TransactionStatusType UpperCaseAlphaLength1to2"/>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="DateTimeStampGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Information about the creation and last modification of the reservation.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
<xs:complexType name="VehicleReservationType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleReservationType complex type identifies the data that describes a vehicle reservation. This data includes information on the customer(s) associated with the rental and details on the vehicle that is being rented.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Customer" type="CustomerPrimaryAdditionalType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the one primary driver and, optionally, several additional drivers. This may be used to provide a frequent renter number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehSegmentCore">
<xs:annotation>
<xs:documentation xml:lang="en">Common, or core, information associated with a reservation period and a reserved vehicle.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleSegmentCoreType">
<xs:attribute name="OptionChangeAllowedIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, indicates that the options that may have changed since the availability response do not affect the rate.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="VehSegmentInfo" type="VehicleSegmentAdditionalInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Supplemental information associated with a reservation period and a reserved vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="DateTimeStampGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the date a reservation was created and last modified.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="ReservationStatus" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the status of the reservation.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="TransactionStatusType UpperCaseAlphaLength1to2"/>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleSegmentAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleSegmentAdditionalInfoType complex type identifies the data that descibes the supplemental information assocated with a vehicle segment. Such information may be associated with the reservation of a vehicle, but is not normally included.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PaymentRules" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of payment rules associated with this reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PaymentRule" type="MonetaryRuleType" maxOccurs="9">
<xs:annotation>
<xs:documentation xml:lang="en">One specific payment rule associated with this reservation. For example, a date by which a deposit must be received.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RentalPaymentAmount" type="PaymentDetailType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Used for payment information, may be prepayment, actual, etc.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PricedCoverages" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of vehicle coverages associated with this reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PricedCoverage" type="CoveragePricedType" maxOccurs="15">
<xs:annotation>
<xs:documentation xml:lang="en">One specific coverage associated with this reservation.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PricedOffLocService" type="OffLocationServicePricedType" minOccurs="0" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">Information on an off-location service associated with this reservation, along with the associated charge.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VendorMessages" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of free-format messages associated with this reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VendorMessage" type="FormattedTextType" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">A specific vendor message associated with this reservation.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="LocationDetails" type="VehicleLocationDetailsType" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">Detailed information about the associated rental facilities, for example, address, phone number, hours of operation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TourInfo" type="VehicleTourInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Details of a tour associated with which this reservation information is associated. Rate information may vary if associated with a tour. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SpecialReqPref" type="VehicleSpecialReqPrefType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preference associated with special needs or requirements of the customer, described using free text.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ArrivalDetails" type="VehicleArrivalDetailsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Details of the arrival transportation, if applicable.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="WrittenConfInst" type="WrittenConfInstType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Used to provide instructions regarding cusotmer preferences for receiving confirmation information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Remark" type="ParagraphType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Free text description regarding the rental (e.g. vehicle is being rented because of an accident).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="WrittenConfInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, a written confirmation may be requested.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleSegmentCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleSegmentCoreType complex type identifies the core, or common, data that descibes the information assocated with a vehicle segment. Such information is typically provided in a reservation.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ConfID" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">A confirmation number by which this reservation can be uniquely identified. Can also be used for reservation, contract and PNR IDs as well.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="UniqueID_Type">
<xs:attribute name="Status" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the status of the item identified by the ConfID.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="TransactionStatusType UpperCaseAlphaLength1to2"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Vendor" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the vendor associated with this information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehRentalCore" type="VehicleRentalCoreType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information that is common, or core, to all requests and responses associated with the reservation of a vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Vehicle" type="VehicleType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on one specific vehicle along with detailed information on the charges associated with this vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RentalRate" type="VehicleRentalRateType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the rates associated with this vehicle. Rate information can include the distance and the base rental cost, along with information on the various factors that may infuence this rate. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PricedEquips" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of special equipment that is part of this reservation, along with the charges associated with this equipment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="PricedEquip" type="VehicleEquipmentPricedType" maxOccurs="25">
<xs:annotation>
<xs:documentation xml:lang="en">A specific piece of special equipment, along with the quantity, restrictions and charge.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Fees" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of fees associated with this vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Fee" type="VehicleChargePurposeType" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">One specific fee associated with the vehicle reservation.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TotalCharge" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The total cost of this reservation, the sum of the individual charges, optional charges and associated fees.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleTotalChargeGroup"/>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="IndexNumber" type="Numeric1to999" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A unique number (e.g., segment number or index number) used to further identify a booked item within a list of booked items in a multi-segment PNR. Typically not used in messages to car suppliers.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleSpecialReqPrefType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleSpecialReqPrefType complex type defines a preference for a particular special request. The preference is expressed using the attribute group PreferLevelType.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength1to255">
<xs:attributeGroup ref="PreferLevelGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="VehicleTourInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleTourInfoType provides information about a tour that includes a vehicle rental. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="TourOperator" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This identifies the tour operator.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="TourNumber" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is the identifying code assigned by the tour operating company to the tour that includes the vehicle rental.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleType complex type identifie sthe data that fully describes a vehicle. This includes the core information along with supplemental information such as make and model, and a link to a picture.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="VehicleCoreType">
<xs:sequence>
<xs:element name="VehMakeModel" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The make and model of the vehicle (e.g., Ford Focus). The Code attribute may be used for the SIPP code.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleMakeModelGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="PictureURL" type="xs:anyURI" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">URL that identifies the location of a picture to describe this vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehIdentity" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The specific identifiers of the vehicle (e.g., Motor Vehicle Asset Number).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleIdentityGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="PassengerQuantity" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Number of passengers that can be accommodated by this vehicle. This may be an exact number or may be a range, i.e., 4-5, 5-6.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="BaggageQuantity" type="xs:integer" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Number of bags/suitcases that can be accommodated by this vehicle.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VendorCarType" type="AlphaNumericStringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">An internal car type assigned by the vendor. This is not the SIPP code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="CodeGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Code used to identify the vehicle. May be used in place of VehicleCoreType. Typically a SIPP code would be passed here. Identifies the source authority for the code (e.g., SIPP).</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="UnitsOfMeasureGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The volume (i.e., unit of measure and quantity) of the boot/trunk.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The effective date range for the vehicle information.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="OdometerUnitOfMeasure" type="DistanceUnitNameType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the units in which distance is measured, when applied to a vehicle (i.e., miles or kilometers)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Description" type="ShortDescriptionType">
<xs:annotation>
<xs:documentation xml:lang="en">A description of the vehicle.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="VehicleVendorAvailabilityType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleVendorAvailabilityType complex type identifies the data that describes the availability of one or more vehicles for a specific vendor, along with supplemental information about the vendor and the facilities of that vendor.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Vendor" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the vendor associated with this availability of vehicles.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehAvails">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of vehicles along with their availability and associated rate information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VehAvail" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Availability and rate information for one specific vehicle.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VehAvailCore" type="VehicleAvailCoreType"/>
<xs:element name="VehAvailInfo" type="VehicleAvailAdditionalInfoType" minOccurs="0"/>
<xs:element name="AdvanceBooking" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the advance booking requirements.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="DeadlineGroup"/>
<xs:attribute name="RulesApplyInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, rules apply to the advance booking requirement.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="RateCategory" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The rate category for all the vehicles available. Refer to OpenTravel Code List Rate Category (RTC).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RatePeriod" type="RatePeriodSimpleType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> The rate period for all the vehicles available.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Info" type="VehicleAvailVendorInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Supplemental information associated with the vendor and the availability of the vehicles.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleWhereAtFacilityType">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the information needed to describe the location of the associated item at a rental facility. Example of the items that may make use of this type include Rental Counter, Vehicle Parking Locations, etc.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="StringLength0to255">
<xs:attribute name="Location" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The Location attribute identifies the location of an item at an airport. Refer to OpenTravel Code List Vehicle Where At Facility (VWF) (e.g., shuttle on airport).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="VehicleResRSAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleResRSAdditionalInfoType complex type identifies the supplemental information that is associated with the reservation of a vehicle. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:element name="VehReservation" type="VehicleReservationType">
<xs:annotation>
<xs:documentation xml:lang="en">Represents the vehicle rental reservation that was successfully created.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="2.000" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehLocDetailRQ">
<xs:annotation>
<xs:documentation xml:lang="en">A Vehicle Location Detail request will allow car rental customers to request information about the car rental location. These are items that will assist the customer in basic information about the location.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="POS" type="POS_Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Point of Sale Identification. Identification number of the vendor that has made the location details request and agency number assigned by IATA, ARC, ESRP or TID.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Location">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the location whose details are being requested.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="LocationType">
<xs:attribute name="ExtendedLocationCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used for extended OAG (Official Airline Guide) code in conjunction with the OAG code which is sent in Code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CounterLocation" type="OTA_CodeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the location of a car rental site for an airport/city code. Refer to OpenTravel Code List Vehicle Where At Facility (VWF).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="Vendor" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the vendor associated with this rental location.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ResponseFilter" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">This is used to limit the reponse information to certain criteria. Absence of this element indicates that all vehicle location detail information should be returned. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="LocationAddressPhoneIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This attribute may be used when a full response is not required, and the requestor wishes to indicate which sections of the policies are required. If LocationAddressPhoneIndicator is set to true, then information regarding the Location address and telephone number(s) should be included in the response.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LocationInfoIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This attribute may be used when a full response is not required, and the requestor wishes to indicate which sections of the policies are required. If LocationInfoIndicator is set to true, then information regarding the Location should be included in the response.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="VehiclesIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This attribute may be used when a full response is not required, and the requestor wishes to indicate which sections of the policies are required. If VehiclesIndicator is set to true, then information regarding the Vehicles should be included in the response.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RequirementsIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This attribute may be used when a full response is not required, and the requestor wishes to indicate which sections of the policies are required. If RequirementsIndicator is set to true, then information regarding the rental requirements should be included in the response.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AdditionalFeesIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This attribute may be used when a full response is not required, and the requestor wishes to indicate which sections of the policies are required. If AdditionalFeesIndicator is set to true, then information regarding the additoinal fees should be included in the response.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LiabilitiesIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This attribute may be used when a full response is not required, and the requestor wishes to indicate which sections of the policies are required. If LiabilitiesIndicator is set to true, then information regarding the rental liabilites should be included in the response.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ServicesOfferedIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This attribute may be used when a full response is not required, and the requestor wishes to indicate which sections of the policies are required. If ServicesOfferedIndicator is set to true, then information regarding the services offered should be included in the response.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Date" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The pick-up and return dates for the location information requested.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="PickUpDateTime" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The date and time a car will be picked up at this location.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ReturnDateTime" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The date and time a car will be returned at this location.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="Keyword" minOccurs="0" maxOccurs="25">
<xs:annotation>
<xs:documentation xml:lang="en">A keyword for which location detail information is requested.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Code" type="AlphaNumericStringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A code that specifies the keyword for which information is requested.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
<xs:attributeGroup ref="ReqRespVersion"/>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="4.000" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehLocDetailRS">
<xs:annotation>
<xs:documentation xml:lang="en">Vehicle Location Detail response will allow car rental providers to return information about the location requested to assist the customer. This information includes address, phone number, informational messages, parking and counter location, services, and operating schedule of the location requested.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="Success" type="SuccessType"/>
<xs:element name="Warnings" type="WarningsType" minOccurs="0"/>
<xs:element name="Vendor" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the vendor associated with this rental location.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LocationDetail" type="VehicleLocationDetailsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the rental location, including address, telephone, directions, hours of operations, etc.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Vehicles" type="VehicleLocationVehiclesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the vehicles that are offered for rental at this facility.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Requirements" type="VehicleLocationRequirementsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements that are in place with regard to the renting of a vehicle. Such requirements include license requirements, age requirements, payment options, etc. These are requirement that typically must be met by the renter before a rental may commence. This element may also be used to provide Information on the restrictions that are in place with regard to the renting of a vehicle. Such restrictions include geographic restrictions on the use of the vehicle, restrictions on where the vehicle may be returned, etc.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AdditionalFees" type="VehicleLocationAdditionalFeesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on additional fees, taxes and surcharges that are included in the cost of a rental, when renting from this facility. Different facilities are required to impose different fees and surcharges based upon location and local laws.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Liabilities" type="VehicleLocationLiabilitiesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the financial liabilities assumed by the renter when renting from this facility, along with optional coverage to reduce the financial liabilities. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ServicesOffered" type="VehicleLocationServicesOfferedType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the services offered at the rental location. Services can be either on-location or off-location, and may include the rental of special equipment.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Date" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The pick-up and return dates for the location information requested.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="PickUpDateTime" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The date at which a car will be picked up at this location.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ReturnDateTime" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The date at which a car will be returned at this location.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:element name="Errors" type="ErrorsType" minOccurs="0"/>
</xs:choice>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
<xs:complexType name="VehicleLocDetailRSAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The Vehicle Location Detail Additional InfoType is used to define supplemental information on the location details of the rental facility.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleLocDetailRSCoreType">
<xs:sequence/>
</xs:complexType>
<xs:complexType name="VehicleLocationRequirementsType">
<xs:annotation>
<xs:documentation xml:lang="en">The Vehicle Location Requirements Type is used to define information on the requirements that are in place with regard to the renting of a vehicle. Such requirements include license requirements, age requirements, payment options, etc. These are requirement that typically must be met by the renter before a rental may commence.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Age" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information associated with the age requirements of renting a vehicle.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AgeSurcharge" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Surcharge information that may be applied based upon age of the renter.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Age" type="OTA_CodeType">
<xs:annotation>
<xs:documentation xml:lang="en">Used to describe the age category of the driver for which an additional surcharge will apply. Refer to OpenTravel Code List Age Qualifying Code (AQC).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="CurrencyAmountGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="AgeInfos" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of descriptions about the different requirements related to age of driver.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AgeInfo" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Textual description about a specific restriction related to age of driver.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FormattedTextType">
<xs:attribute name="Type" type="LocationDetailRequirementAgeInfoType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of Age Requirement.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="MinimumAge" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the minimum age of a person allowed to rent a vehicle from this rental facility.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaximumAge" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the maximum age of a person allowed to rent a vehicle from this rental facility.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="AdditionalDriver" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information associated with requirements regarding additional drivers and the rental vehicle.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AddlDriverInfos" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of descriptions about the different requirements related to additional drivers.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AddlDriverInfo" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Textual description about a specific restriction related to additional drivers.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FormattedTextType">
<xs:attribute name="Type" type="LocationDetailRequirementAddlDriverInfoType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of Additional Driver information.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PaymentOptions" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information of the requirements regarding the payment of the rental.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CreditCard" type="AcceptablePaymentCardsInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements and policies regarding the use of credit cards to pay for the rental.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DebitCard" type="AcceptablePaymentCardsInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements and policies regarding the use of debit cards to pay for the rental.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Cash" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements regarding the use of cash to pay for the rental.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information regarding the use of cash as a form of payment.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Voucher" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements regarding the use of vouchers to pay for the rental.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information regarding the use of vouchers as a form of payment.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="BankAcct" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements regarding the use of direct-draft Bank Accounts to pay for the rental.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information regarding the use of direct-draft Bank Accounts as a form of payment.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DirectBill" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements regarding the use of direct-billing arrangements to pay for the rental.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information regarding the use of direct-billing arrangements as a form of payment.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="LoyaltyRedemption" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements regarding the use of loyalty points to pay for the rental.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information regarding the use of loyalty points as a form of payment.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MiscChargeOrder" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements regarding the use of Miscellaneous Charge Orders.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Info" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information regarding the use of Miscellaneous Charge Orders as a form of payment.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Deposit" type="AcceptablePaymentCardsInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements and policies regarding deposits that may be required for the rental.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Guarantee" type="AcceptablePaymentCardsInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements and policies regarding guarantees that may be required for the rental.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PrePayment" type="AcceptablePaymentCardsInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the requirements and policies regarding pre-payments that may be required for the rental.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PaymentOptionsInfo" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">General information on other restrictions associated with the payment of a rental.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RequirementInfos" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of descriptions about various requirements enforced by this location.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="RequirementInfo" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Textual description about a specific requirement that is enforced by this location.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FormattedTextType">
<xs:attribute name="Type" type="LocationDetailRequirementInfoType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of Requirement information that is provided.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleLocationServicesOfferedType">
<xs:annotation>
<xs:documentation xml:lang="en">The Vehicle Location Services Offered Type is used to define information on the services offered at the rental location. Services can be either on-location or off-location, and may include the rental of special equipment.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="OnLocationServices" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of services offered at the rental facility, such as special member services, fast-rental options, etc.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="OnLocationService" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Information on one specific on-location service, including the description, the hours during which this service is offered, and any charges that may be associated with this service. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="OnLocServiceDesc" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A description of this on-location service.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FormattedTextType"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="OperationSchedules" type="OperationSchedulesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The hours during which this on-location service are offered.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OnLocServiceCharges" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of charges associated with this on-location service. There may be multiple charges if the charge varies by vehicle type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="OnLocServiceCharge" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">One specific charge for this on-location service.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleChargeType">
<xs:sequence>
<xs:element name="Vehicles" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of vehicles for which this charge applies. This is to be used when the charge associated with the service is not the same charge for all vehicle types.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Vehicle" type="VehicleCoreType" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">One specific vehicle type for which this charge applies. This is to be used when the charge associated with the service varies according to vehicle type.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Type" type="OnLocationServiceID_Type" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of On-Location service that is available.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OffLocationServices" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of services offered away from the rental facility, such as vehicle delivery and pickup, customer collecton and return.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="OffLocationService" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Information on one specific off-location service, including the description, the hours during which this service is offered, and any charges that may be associated with this service. </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="OffLocServiceDesc" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A description of this off-location service.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FormattedTextType"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="OperationSchedules" type="OperationSchedulesType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The hours during which this off-location service are offered.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OffLocServiceCharges" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of charges associated with this off-location service. There may be multiple charges if the charge varies by vehicle type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="OffLocServiceCharge" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">One specific charge for this off-location service.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleChargeType">
<xs:sequence>
<xs:element name="Vehicles" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of vehicles for which this charge applies. This is to be used when the charge associated with the service is not the same charge for all vehicle types.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Vehicle" type="VehicleCoreType" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">One specific vehicle type for which this charge applies. This is to be used when the charge associated with the service varies according to vehicle type.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Type" type="OffLocationServiceID_Type" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the type of Off-Location service that is available.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SpecialEquipments" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of descriptions about the special pieces of equipment that can be included in a rental from this facility.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SpecialEquipment" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Information on one specific piece of special equipment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="EquipDesc" type="FormattedTextType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The description of this piece of special equipment.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EquipCharges" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The charges associated with the rental of this piece of special equipment. There may be multiple charges if the charge varies by vehicle type.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="EquipCharge" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">A specific charge for the rental of the piece of special equipment.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleChargeType">
<xs:sequence>
<xs:element name="Vehicles" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of vehicles for which this charge applies. This is to be used when the charge associated with the special equipment is not the same charge for all vehicle types.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Vehicle" type="VehicleCoreType" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">This element may be used to clarify the vehicle associated with this charge, if the charge varies by vehicle type.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Type" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the specific type of special equipment that is being described. Refer to OpenTravel Code List Equipment Type (EQP).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="2.000" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehLocSearchRQ">
<xs:annotation>
<xs:documentation xml:lang="en">A Vehicle Location Search request allows car rental customers to request car rental provider(s) to return location(s) available. The search will be based on longitude/latitude of the location. Requests can be based on providing one or many of the following: longitude/latitude, address, telephone number, reference point, the actual code of the location, hotel, and/or radius.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="POS" type="POS_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Point of Sale Identification. Identification number of the vendor that has made the location search request and agency number assigned by IATA, ARC, ERSP or TID.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehLocSearchCriterion" type="ItemSearchCriterionType" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of search parameters to be used in the search.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Vendor" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the vendor to be used as part of the search. If this information is provided then only locations belonging to this vendor should be made available in the response.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
<xs:attributeGroup ref="MaxResponsesGroup"/>
<xs:attributeGroup ref="ReqRespVersion"/>
<xs:attribute name="JustAddressPhone" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This attribute can be used to indicate how much information should be returned about a location matching the search criteria. If set to true, only the location address and phone numbers will be provided. If set to false, or omitted, all information about the location of the facility will be provided.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="3.001" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehLocSearchRS">
<xs:annotation>
<xs:documentation xml:lang="en">Vehicle Location Search response will allow car rental customers to view location(s) available based on their request information. The response will include the OTA_VehLocSearchRQ information as well as physical address, telephone number, and additional information of the rental location(s) meeting their request. For example, a facility was identified based on a certain search criterion, and the facility is 10 miles away.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="Success" type="SuccessType"/>
<xs:element name="Warnings" type="WarningsType" minOccurs="0"/>
<xs:element name="VehMatchedLocs">
<xs:annotation>
<xs:documentation xml:lang="en">A collection of vehicle locations that match the search criteria.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VehMatchedLoc" type="VehicleMatchedLocationType" maxOccurs="999">
<xs:annotation>
<xs:documentation xml:lang="en">A specific vehicle location that matches a search criteria. This information includes the location along with the search criteria that were used to indicate how the location was selected, and its distance from the area specified by the search.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Vendor" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the vendor associated with the locations identified in the response.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:element name="Errors" type="ErrorsType" minOccurs="0"/>
</xs:choice>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
<xs:complexType name="VehicleMatchedLocationType">
<xs:sequence>
<xs:element name="LocationDetail" type="VehicleLocationDetailsType">
<xs:annotation>
<xs:documentation xml:lang="en">Detailed information on a specific vehicle rental location.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehLocSearchCriterion" type="ItemSearchCriterionType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">The search criterion may be echoed to indicate how the location was selected, and to provide a distance from that search location.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="AlternateLocInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the location being returned is an alternate location to what was initially requested.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="2.001" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehModifyRQ">
<xs:annotation>
<xs:documentation xml:lang="en">The root tag of OTA_VehModiifyRQ contains standard payload attributes found in all OpenTravel payload documents. The attribute ReqRespVersion is a positive integer value that indicates the version number requested for the response message.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="POS" type="POS_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Point of Sale Identification. Identification number of the vendor that has made the vehicle availability request and agency number assigned by IATA, ARC, ESRP or TID.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A unique identifier by which to reference the reservation. This is typically referred to as a reservation number. Generally used at this level when multiple actions are being made to the reservation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehModifyRQCore" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the common, or core, information associated with the request for the modification of a rental vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleModifyRQCoreType">
<xs:attribute name="ModifyType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the status of the reservation with either one of the enumerations in TransactionActionType or an UpperCaseAlphaLength1to2 such as the IATA status code. </xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="TransactionActionType UpperCaseAlphaLength1to2"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="IndexNumber" type="Numeric1to999" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A unique number (e.g., segment number or index number) used to further identify a booked item within a list of booked items in a multi-segment PNR. Typically not used in messages to car suppliers.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Action" type="ActionType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies an action (add, delete, replace, etc.) to be taken on the information in the child elements.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="OptionChangeIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, indicates that critical options have changed since the reservation was made or modified.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="VehModifyRQInfo" minOccurs="0" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the supplemental information associated with the request for the modification of a rental vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleModifyRQAdditionalInfoType">
<xs:attribute name="Action" type="ActionType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> Identifies an action (add, delete, replace, etc.) to be taken on the information in the child elements.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
<xs:attributeGroup ref="ReqRespVersion"/>
</xs:complexType>
</xs:element>
<xs:complexType name="VehicleModifyRQAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleModifyRQAdditionalInfoType complex type identifies the data that is supplemental in a request to modify an existing vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="SpecialReqPref" type="VehicleSpecialReqPrefType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preference associated with special needs or requirements of the customer, described using free text</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CoveragePrefs" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preferences for one or more types of coverage (insurance).</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CoveragePref" maxOccurs="30">
<xs:annotation>
<xs:documentation xml:lang="en">Specific preference for a type of coverage.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleCoveragePrefGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OffLocService" type="OffLocationServiceType" minOccurs="0" maxOccurs="4">
<xs:annotation>
<xs:documentation xml:lang="en">Information on requested off-airport location services, for example, vehicle delivery, customer pickup.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ArrivalDetails" type="VehicleArrivalDetailsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Details of the arrival transportation, if applicable</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RentalPaymentPref" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates preferences for the form of payment that will be used, if the request results in a reservation. This element may repeat for different rental payment preferences.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="PaymentDetailType"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="Reference" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information identifying an earlier availability quote.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="UniqueID_Type">
<xs:attribute name="DateTime" type="xs:dateTime">
<xs:annotation>
<xs:documentation xml:lang="en">The date and time at which this availability quote was made available.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="CurrencyAmountGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="TourInfo" type="VehicleTourInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Details of a tour with which this reservation information is associated. Rate information may vary if associated with a tour.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="WrittenConfInst" type="WrittenConfInstType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Used to provide instructions regarding customer preferences for receiving confirmation information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Remark" type="ParagraphType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation>Free text description regarding the rental modification.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="LuggageQty" type="xs:positiveInteger" use="optional"/>
<xs:attribute name="PassengerQty" type="xs:positiveInteger" use="optional"/>
<xs:attributeGroup ref="SmokingIndicatorGroup"/>
<xs:attribute name="GasPrePay" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The GasPrePay attribute defines a set of valid values for the choice of prepaying for gas at the time of the pick up of the rental vehicle. This information is useful in that it allows a customer's preference to be made known to the vendor. It also allows the vendor to provide more detailed and accurate pricing up front.</xs:documentation>
<xs:documentation xml:lang="en">
<LegacyDefaultValue>false</LegacyDefaultValue>
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="VehicleModifyRQCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleModifyRQCoreType complex type identifies the data that is common in a request to modify an existing vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">A unique identifier by which to reference the reservation. This is typically referred to as a reservation number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehRentalCore" type="VehicleRentalCoreType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information that is common, or core, to all requests and responses associated with the reservation of a vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Customer" type="CustomerPrimaryAdditionalType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the one primary driver and, optionally, several additional drivers. This may be used to provide a frequent renter number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VendorPref" type="CompanyNamePrefType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preferred Vendor Company for car rental. If a company name is supplied, the rates will be supplied for the specific Vendor Company. The company name is unique amongst the vendors. The name of the company is provided in this element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehPref" type="VehiclePrefType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates any preferences for the vehicle, such as type, class, transmission, air conditioning.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DriverType" minOccurs="0" maxOccurs="3">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the number of people of each age category associated with this request.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="TravelerCountGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="RateQualifier" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the type of rates of interest to the customer, along with any discount number or promotional codes that may affect the rate.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="RateQualifierCoreGroup"/>
<xs:attribute name="VendorRateID" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The identifier assigned to this rate by the vendor </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="RateRestriction" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information on restrictions that may be associated with this rate.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="CancellationPenaltyInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true indicates the requestor is aware that a fee applies if a cancellation is requested.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ModificationPenaltyInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true indicates the requestor is aware that a fee applies if a modification is requested.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="SpecialEquipPrefs" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the preferences for one or more specific items of additional equipment, such as ski racks, child seats, etc.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="SpecialEquipPref" maxOccurs="15">
<xs:complexType>
<xs:attributeGroup ref="VehicleEquipmentPrefGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="VehicleCharge" type="VehicleChargePurposeType" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the charges associated with this vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TotalCharge" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Total cost for this reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleTotalChargeGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the data that is used to express a total charge both including and excluding taxes and/or additional charges.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
<xs:element name="RateDistance" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Information on the distance that a reserved vehicle may be driven as part of the standard rental charge. Such distance may be unlimited, or a quantity of miles or kilometers for a certain period of time. This may be repeated for situations such as an 8 day rental that has 500 miles per week and 100 miles per additional day.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="VehicleRateDistanceGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Provides information on a distance associated with a particular rate (e.g., the distance may be expressed as Unlimited miles per rental period or 200 miles per day).</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="Status" type="InventoryStatusType" use="optional"/>
<xs:attribute name="TransactionType" type="TransactionActionType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the action that should be taken on the customers pending reservation.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="3.000" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehModifyRS">
<xs:annotation>
<xs:documentation xml:lang="en">The root tag of OTA_VehModifyRS contains the standard payload attributes found in all OpenTravel payload documents.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="Success" type="SuccessType"/>
<xs:element name="Warnings" type="WarningsType" minOccurs="0"/>
<xs:element name="VehModifyRSCore" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the common, or core, information associated with the response poviding information on the modification of a vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleModifyRSCoreType">
<xs:attribute name="ModifyStatus" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the status of the reservation with either one of the enumerations in TransactionStatusType or an UpperCaseAlphaLength1to2 such as the IATA status code.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="TransactionStatusType UpperCaseAlphaLength1to2"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="VehModifyRSInfo" type="VehicleModifyRSAdditionalInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the supplemental information associated with the response poviding information on the modification of a vehicle reservation.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:element name="Errors" type="ErrorsType"/>
</xs:choice>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
<xs:complexType name="VehicleModifyRSAdditionalInfoType">
<xs:annotation>
<xs:documentation>The VehicleModifyRSAdditionalInfoType complex type identifies the data that is supplemental when modifing an existing vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleModifyRSCoreType">
<xs:annotation>
<xs:documentation>The VehicleModifyRSCoreType complex type identifies the data that is common when modifing an existing vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="VehReservation" type="VehicleReservationType">
<xs:annotation>
<xs:documentation xml:lang="en">Represents the vehicle rental reservation that was successfully created</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="2.001" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehResRQ">
<xs:annotation>
<xs:documentation xml:lang="en">The root tag of OTA_VehResRQ contains standard payload attributes found in all OpenTravel payload documents. The attribute ReqRespVersion is a positive integer value that indicates the version number requested for the response message.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="POS" type="POS_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Point of Sale Identification. Identification number of the vendor that has made the vehicle availability request and agency number assigned by IATA, ARC, ESRP or TID.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehResRQCore">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the common, or core, information associated with the request for the reservation of a rental vehicle.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleReservationRQCoreType">
<xs:attribute name="OptionChangeIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, indicates that the options have changed since the last availability response.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="VehResRQInfo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the supplemental information associated with the request for the reservation of a rental vehicle.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleReservationRQAdditionalInfoType">
<xs:attribute name="ResStatus" type="TransactionActionType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify action which should be taken on the customer's entire reservation.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="DonationInformation" type="DonationType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Information about an independent charitable donation made with the vehicle booking.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
<xs:attributeGroup ref="ReqRespVersion"/>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="3.000" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehResRS">
<xs:annotation>
<xs:documentation xml:lang="en">The root tag of OTA_VehResRS contains the standard payload attributes found in all OpenTravel payload documents.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="Success" type="SuccessType"/>
<xs:element name="Warnings" type="WarningsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Informational text pertaining to this rental. More general vendor information may be found under VehicleSegmentAdditionalInfoType in VendorMessages.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehResRSCore" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the common, or core, information associated with the response providing information on the reservation of a rental vehicle.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleResRSCoreType">
<xs:attribute name="ReservationStatus" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the status of the reservation with either one of the enumerations in TransactionStatusType or an UpperCaseAlphaLength1to2 code such as an IATA status code.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="TransactionStatusType UpperCaseAlphaLength1to2"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="VehResRSInfo" type="VehicleResRSAdditionalInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the supplemental information associated with the response poviding information on the reservation of a rental vehicle.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:element name="Errors" type="ErrorsType"/>
</xs:choice>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.opentravel.org/OTA/2003/05" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="2.000" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehRetResRQ">
<xs:annotation>
<xs:documentation xml:lang="en">The root tag of OTA_VehRetResRQ contains standard payload attributes found in all OpenTravel payload documents. The attribute ReqRespVersion is a positive integer value that indicates the version number requested for the response message.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="POS" type="POS_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Point of Sale Identification. Identification number of the vendor that has made the vehicle availability request and agency number assigned by IATA, ARC, ESRP or TID.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehRetResRQCore">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the common, or core, information associated with the request for retrieval of a rental vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleRetrieveResRQCoreType">
<xs:attribute name="ContractStatus" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the status of the contract.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="TransactionStatusType UpperCaseAlphaLength1to2"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ReservationStatus" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the status of the reservation.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union memberTypes="TransactionStatusType UpperCaseAlphaLength1to2"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="VehRetResRQInfo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the supplemental information associated with the request for the retrieval of a rental vehicle reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="VehicleRetrieveResRQAdditionalInfoType"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
<xs:attributeGroup ref="ReqRespVersion"/>
</xs:complexType>
</xs:element>
<xs:complexType name="VehicleRetrieveResRQAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleRetrieveInfoRQType complex type defines the supplemental data by which an existing reservation can be identified for retrieval</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PickUpLocation" type="LocationType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A code to identify the pick up location, along with an optional code context.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReturnLocation" type="LocationType" minOccurs="0">
<xs:annotation>
<xs:documentation>A code to identify the return location, along with an optional code context.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Telephone" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A telephone number associated with the reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="TelephoneGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="Vendor" type="CompanyNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The vendor with whom the reservation has been made.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehPref" type="VehiclePrefType" minOccurs="0">
<xs:annotation>
<xs:documentation>Indicates any preferences for the vehicle, such as type, class, transmission, air conditioning.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Email" type="EmailType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">An email address associated with the reservation to be retrieved.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Remark" type="ParagraphType" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation>Free text description regarding the rental to be retrieved.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SearchDateRange" minOccurs="0" maxOccurs="3">
<xs:annotation>
<xs:documentation>Defines a date type and a date or date range for searching.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="DateTimeSpanGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The date or date range to be searched.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="SearchQualifier" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to identify the type of date or date range to be searched.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="action">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates a reservation creation or modification date or date range.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="pickup">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates a rental pick-up date or date range.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="return">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates a rental return date or date range.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="PickUpDateTime" type="xs:dateTime" use="optional"/>
</xs:complexType>
<xs:complexType name="VehicleRetrieveResRQCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleRetrieveInfoRQType complex type defines the common,or core, data by which an existing reservation can be identified for retrieval</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:sequence>
<xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">A unique identifier to reference a reservation, such as a reservation number or customer ID. May also be used to pass the IATA agency number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PersonName" type="PersonNameType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A name by which the reservation may be identified.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CustLoyalty" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A frequent renter number associated with the reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="CustomerLoyaltyGroup">
<xs:annotation>
<xs:documentation xml:lang="en">A frequent renter number associated with the reservation.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.opentravel.org/OTA/2003/05" elementFormDefault="qualified" version="2.000" id="OTA2010B">
<xs:include schemaLocation="OTA_VehicleCommonTypes.xsd"/>
<xs:annotation>
<xs:documentation xml:lang="en">All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.</xs:documentation>
</xs:annotation>
<xs:element name="OTA_VehRetResRS">
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="Success" type="SuccessType">
<xs:annotation>
<xs:documentation>Returning an empty element of this type indicates the successful processing of an OpenTravel message. This is used in conjunction with Warnings to report any warnings or business errors.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Warnings" type="WarningsType" minOccurs="0">
<xs:annotation>
<xs:documentation>Used when a message has been successfully processed to report any warnings or business errors that occurred.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehRetResRSCore" type="VehicleRetrieveResRSCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">Core information associated with the retrieval of a vehicle reservation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehRetResRSInfo" type="VehicleRetrieveResRSAdditionalInfoType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Additional information associated with the retrieval of a vehicle reservation.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:element name="Errors" type="ErrorsType">
<xs:annotation>
<xs:documentation>Indicates an error occurred during the processing of an OpenTravel message. If the message successfully processes, but there are business errors, those errors should be passed in the warning element.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attributeGroup ref="OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
<xs:complexType name="VehicleRetrieveResRSAdditionalInfoType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleRetrieveResRSAdditionalInfoType complex type identifies the supplemental information that is associated with a retrieved reservation.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="TPA_Extensions" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="VehicleRetrieveResRSCoreType">
<xs:annotation>
<xs:documentation xml:lang="en">The VehicleRetrieveResRSCoreType complex type identifies the core, or common, information that is associated with a retrieved reservation, or a list of reservations when one exact match could not be identified.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:choice>
<xs:element name="VehReservation" type="VehicleReservationType">
<xs:annotation>
<xs:documentation xml:lang="en">Information on one reservation when the request results in exactly one matching reservation being located.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VehResSummaries">
<xs:annotation>
<xs:documentation xml:lang="en">A list of 2 or more reservations that match the criteria in the request.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="VehResSummary" type="VehicleReservationSummaryType" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Summary information of a reservation, to allow a reservation to be identified from several reservations that matched the previous request criteria</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:schema>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment