<?xml version="1.0" encoding="UTF-8"?><xs:schema elementFormDefault="qualified" version="1.004" id="OTA2003A2005A" xmlns:xs="http://www.w3.org/2001/XMLSchema">	<xs:include schemaLocation="OTA_SimpleTypes.xsd"/>	<xs:annotation>		<xs:documentation xml:lang="en">All Schema files in the OTA specification are made available according to the terms defined by the OTA License Agreement at http://www.opentravel.org/ota_downloads_form.cfm</xs:documentation>	</xs:annotation>	<xs: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:attributeGroup>	<xs:attributeGroup name="AreaID_Group">		<xs:annotation>			<xs:documentation xml:lang="en">Used in place of a property code to retrieve availability across multiple properties in a hotel reservation system defined area.  This attribute does not map to a code list, it maps to a hotel reservation system defined value.</xs:documentation>		</xs:annotation>		<xs:attribute name="AreaID" type="NumericStringLength1to8" use="optional"/>	</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="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: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: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="CompanyID_AttributesGroup">		<xs:annotation>			<xs:documentation xml:lang="en">Provides meaning to a company code.</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">Refer to OTA 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:attributeGroup ref="CurrencyCodeGroup"/>	</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="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="T" 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="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. </xs:documentation>			<xs:documentation xml:lang="en">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: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" default="false"/>	</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="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.</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: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: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: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 OTA 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="StringLength1to32" 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.</xs:documentation>			</xs:annotation>		</xs:attribute>	</xs:attributeGroup>	<xs:attributeGroup name="ExchangeRateGroup">		<xs:attribute name="FromCurrency" type="AlphaLength3" use="optional"/>		<xs:attribute name="ToCurrency" type="AlphaLength3" use="optional"/>		<xs:attribute name="Rate" type="xs:decimal" use="optional"/>		<xs:attribute name="Date" type="xs:date" use="optional"/>	</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">An enumerated type that defines the type of fees applied to a rate.</xs:documentation>				<xs:documentation xml:lang="en">Values: Inclusive, Exclusive, Cumulative.  </xs:documentation>				<xs:documentation xml:lang="en">Note: If FeeType= Cumulative, fees are accumulated on all previous fees in this ordered list.  For example, if this collection contains 5 different fees and the 4th fee is cumulative, the fee is based on an accumulation of the rate amount plus fees 1 through 3.</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 OTA 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: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" default="false">			<xs:annotation>				<xs:documentation xml:lang="en">Specifies if the associated data is formatted or not. If true, then it is formatted, if 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: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:attribute name="BrandName" type="StringLength1to64" use="optional"/>		<xs:attributeGroup ref="AreaID_Group"/>	</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="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">Language identification.</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: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="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="OTA_PayloadStdAttributes">		<xs:annotation>			<xs:documentation xml:lang="en">The OTA_PayloadStdAttributes defines the standard attributes that appear on the root element for all OTA payloads.</xs:documentation>		</xs:annotation>		<xs:attribute name="EchoToken" type="StringLength1to64" 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" default="Production">			<xs:annotation>				<xs:documentation xml:lang="en">Used to indicate whether the request is for the Test or Production system.</xs:documentation>			</xs:annotation>			<xs:simpleType>				<xs:restriction base="xs:NMTOKEN">					<xs:enumeration value="Test"/>					<xs:enumeration value="Production"/>				</xs:restriction>			</xs:simpleType>		</xs:attribute>		<xs:attribute name="Version" type="xs:decimal" use="required">			<xs:annotation>				<xs:documentation xml:lang="en">For all OTA versioned messages, the version of the message is indicated by a decimal value.</xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="TransactionIdentifier" type="StringLength1to32" 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>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:restriction>			</xs:simpleType>		</xs:attribute>		<xs:attributeGroup ref="PrimaryLangID_Group"/>		<xs:attributeGroup ref="AltLangID_Group"/>	</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="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:attributeGroup>	<xs:attributeGroup name="PreferLevelGroup">		<xs:annotation>			<xs:documentation xml:lang="en">Used to indicate a level of prefernce for an associated item, only, unacceptable, preferred.</xs:documentation>		</xs:annotation>		<xs:attribute name="PreferLevel" type="PreferLevelType" use="optional" default="Preferred">			<xs:annotation>				<xs:documentation xml:lang="en">Used to indicate a level of prefernce 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">Identifes 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">The two Privacy attributes allow for control of the sharing of data between parties.</xs:documentation>		</xs:annotation>		<xs:attribute name="ShareSynchInd" use="optional">			<xs:simpleType>				<xs:annotation>					<xs:documentation xml:lang="en"> value="Inherit" Permission for sharing data 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:simpleType>				<xs:annotation>					<xs:documentation xml:lang="en"> value="Inherit" Permission for sharing data 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="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 OTA 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: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="Numeric1to9999" use="optional">			<xs:annotation>				<xs:documentation xml:lang="en">Used to define a quantity of an associated element or attribute.</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" default="false">			<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: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="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" type="xs:string" use="optional">			<xs:annotation>				<xs:documentation xml:lang="en">Used to provide the seat number.</xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="SeatPreference" type="OTA_CodeType" use="optional">			<xs:annotation>				<xs:documentation xml:lang="en">Refer to OTA Code List Seat Preference (STP).</xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attributeGroup ref="SmokingIndicatorGroup"/>	</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" default="No">			<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:annotation>		</xs:attribute>		<xs:attribute name="ShareAllMarketInd" type="YesNoType" use="optional" default="No">			<xs:annotation>				<xs:documentation xml:lang="en">Permission for sharing all data in profile for marketing purposes.</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">			<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" default="false">			<xs:annotation>				<xs:documentation xml:lang="en">Indicates smoking is allowed when true and is not allowed when false.</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">Refer to OTA 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 OTA Code List Phone Technology Type (PTT).</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: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="UniqueID_Group">		<xs:annotation>			<xs:documentation xml:lang="en">Provides unique identification information.</xs:documentation>		</xs:annotation>		<xs:attribute name="URL" type="xs:anyURI">			<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 OTA Code List Unique ID Type (UIT).</xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="Instance" type="StringLength1to32">			<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: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 in the message unless otherwise stated (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:attributeGroup>	<xs:complexType name="AcceptablePaymentCardType">		<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 OTA 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:complexType>	<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" type="AcceptablePaymentCardType" 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: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="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: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 OTA Code List Address Use Type (AUT).</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" type="StringLength0to64" minOccurs="0">				<xs:annotation>					<xs:documentation xml:lang="en">Building name, room, apartment, or suite number.</xs:documentation>				</xs:annotation>			</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:attributeGroup ref="PrivacyGroup"/>		<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 OTA Code List Communication Location Type (CLT).</xs:documentation>			</xs:annotation>		</xs:attribute>	</xs:complexType>	<xs:complexType name="AirportLocationType">		<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" default="IATA">			<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: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: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: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: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="BookingChannelType">		<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 OTA 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: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:complexType>					<xs:sequence>						<xs:element name="CancelRule" type="CancelRuleType" maxOccurs="unbounded"/>					</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:simpleContent>			<xs:extension base="StringLength0to32">				<xs:attribute name="CancelByDate" type="DateOrDateTimeType"/>				<xs:attributeGroup ref="CurrencyAmountGroup"/>				<xs:attribute name="Percent" type="Percentage"/>			</xs:extension>		</xs:simpleContent>	</xs:complexType>	<xs:complexType name="CitizenCountryNameType">		<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:attribute name="Code" type="ISO3166"/>	</xs:complexType>	<xs:complexType name="CodePrefType">		<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:attributeGroup ref="PreferLevelGroup"/>	</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" type="CurrencyAmountType" minOccurs="0">				<xs:annotation>					<xs:documentation xml:lang="en">The amount on which commission is calculated.</xs:documentation>				</xs:annotation>			</xs:element>			<xs:element name="PrepaidAmount" type="CurrencyAmountType" 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:element>			<xs:element name="FlatCommission" type="CurrencyAmountType" minOccurs="0">				<xs:annotation>					<xs:documentation xml:lang="en">A fixed commission amount.  </xs:documentation>				</xs:annotation>			</xs:element>			<xs:element name="CommissionPayableAmount" type="CurrencyAmountType" minOccurs="0">				<xs:annotation>					<xs:documentation xml:lang="en">The amount of commission to be paid.</xs:documentation>				</xs:annotation>			</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: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: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: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:complexType>					<xs:simpleContent>						<xs:extension base="LocationType">							<xs:attribute name="Inclusive" type="xs:boolean" use="optional" default="true"/>							<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: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: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:element name="Telephone" type="TelephoneInfoType" minOccurs="0" maxOccurs="5"/>			<xs:element name="Address" type="AddressInfoType" minOccurs="0" maxOccurs="5"/>			<xs:element name="Email" type="EmailType" minOccurs="0" maxOccurs="5"/>			<xs:element name="URL" type="URL_Type" minOccurs="0" maxOccurs="5"/>			<xs:element name="CompanyName" type="CompanyNameType" minOccurs="0" maxOccurs="3"/>			<xs:element name="EmployeeInfo" type="EmployeeInfoType" minOccurs="0" maxOccurs="3"/>		</xs:sequence>		<xs:attributeGroup ref="PrivacyGroup"/>		<xs:attributeGroup ref="DefaultIndGroup"/>		<xs:attribute name="ContactType" type="StringLength1to32">			<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">			<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" default="false">			<xs:annotation>				<xs:documentation xml:lang="en">Indicates if this contact should be used in the case of an emergency.</xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="RPH" type="RPH_Type"/>	</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="CurrencyAmountType">		<xs:annotation>			<xs:documentation xml:lang="en">Provides a monetary amount and the code of the currency in which this amount is expressed.</xs:documentation>		</xs:annotation>		<xs:attributeGroup ref="CurrencyAmountGroup"/>	</xs:complexType>	<xs:complexType name="CustLoyaltyType">		<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">			<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">			<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 OTA Code List Travel Sector (TVS).</xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attributeGroup ref="LoyalLevelGroup"/>		<xs:attributeGroup ref="SingleVendorIndGroup"/>		<xs:attributeGroup ref="SignupDateGroup"/>		<xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"/>		<xs:attribute name="RPH" type="RPH_Type"/>		<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: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"/>			<xs:element name="Telephone" minOccurs="0" maxOccurs="5">				<xs:complexType>					<xs:complexContent>						<xs:extension base="TelephoneInfoType">							<xs:attributeGroup ref="EffectiveExpireOptionalDateGroup">								<xs:annotation>									<xs:documentation>The first and last dates between which this telephone number is in effect.</xs:documentation>								</xs:annotation>							</xs:attributeGroup>						</xs:extension>					</xs:complexContent>				</xs:complexType>			</xs:element>			<xs:element name="Email" type="EmailType" minOccurs="0" maxOccurs="5"/>			<xs:element name="Address" minOccurs="0" maxOccurs="5">				<xs:complexType>					<xs:complexContent>						<xs:extension base="AddressInfoType">							<xs:sequence>								<xs:element name="CompanyName" type="CompanyNameType" minOccurs="0"/>							</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:extension>					</xs:complexContent>				</xs:complexType>			</xs:element>			<xs:element name="URL" type="URL_Type" minOccurs="0" maxOccurs="5"/>			<xs:element name="CitizenCountryName" type="CitizenCountryNameType" minOccurs="0" maxOccurs="2"/>			<xs:element name="PhysChallName" type="StringLength1to128" minOccurs="0" maxOccurs="5"/>			<xs:element name="PetInfo" type="StringLength1to64" minOccurs="0" maxOccurs="3"/>			<xs:element name="PaymentForm" type="PaymentFormType" minOccurs="0" maxOccurs="5"/>			<xs:element name="RelatedTraveler" type="RelatedTravelerType" minOccurs="0" maxOccurs="9"/>			<xs:element name="ContactPerson" type="ContactPersonType" minOccurs="0" maxOccurs="5"/>			<xs:element name="Document" type="DocumentType" minOccurs="0" maxOccurs="5"/>			<xs:element name="CustLoyalty" type="CustLoyaltyType" minOccurs="0" maxOccurs="5"/>			<xs:element name="EmployeeInfo" type="EmployeeInfoType" minOccurs="0" maxOccurs="3"/>			<xs:element name="EmployerInfo" type="CompanyNameType" minOccurs="0">				<xs:annotation>					<xs:documentation>Identifies the customer's employer.</xs:documentation>				</xs:annotation>			</xs:element>			<xs:element ref="TPA_Extensions" minOccurs="0"/>		</xs:sequence>		<xs:attributeGroup ref="GenderGroup"/>		<xs:attribute name="Deceased" type="xs:boolean"/>		<xs:attribute name="LockoutType" type="StringLength1to16">			<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: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:complexType>	<xs:complexType name="DOW_PatternType">		<xs:annotation>			<xs:documentation xml:lang="en">Provides a pattern by day of week.</xs:documentation>		</xs:annotation>		<xs:attributeGroup ref="DOW_PatternGroup"/>	</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:sequence>				<xs:element name="StartDateWindow" type="TimeWindowType" minOccurs="0"/>				<xs:element name="EndDateWindow" type="TimeWindowType" minOccurs="0"/>			</xs:sequence>		</xs:choice>		<xs:attributeGroup ref="DateTimeSpanGroup"/>	</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:sequence>		<xs:attributeGroup ref="PrivacyGroup"/>		<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:complexType>	<xs:complexType name="DistanceAttributesType">		<xs:annotation>			<xs:documentation xml:lang="en">Used to provide distance and direction information.</xs:documentation>		</xs:annotation>		<xs:attributeGroup ref="DistanceAttributesGroup"/>	</xs:complexType>	<xs:complexType name="DocumentType">		<xs:annotation>			<xs:documentation xml:lang="en">Provides information on a specific documents</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: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 OTA Code List Document Type (DOC).</xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attributeGroup ref="GenderGroup"/>		<xs:attributeGroup ref="BirthDateGroup"/>		<xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"/>		<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: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:attributeGroup ref="DefaultIndGroup"/>				<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 OTA Code List Email Address Type (EAT).</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, 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: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">					<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="StringLength1to16">					<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 OTA 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="required">					<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" default="false">					<xs:annotation>						<xs:documentation xml:lang="en">Indicates there is an equipment change.</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 OTA message</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 OTA Code List Error Warning Type (EWT).</xs:documentation>					</xs:annotation>				</xs:attribute>				<xs:attributeGroup ref="ErrorWarningAttributeGroup"/>				<xs:attribute name="NodeList" type="xs:string">					<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:sequence>	</xs:complexType>	<xs:complexType name="FeeType">		<xs:annotation>			<xs:documentation xml:lang="en">May be used for non tax amounts (e.g service charges).</xs:documentation>		</xs:annotation>		<xs:sequence>			<xs:element name="Taxes" type="TaxesType" minOccurs="0"/>			<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: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. hourly, daily, half-day). Refer to OTA Code List Charge Type (CHG).</xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"/>	</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" type="AirportLocationType">				<xs:annotation>					<xs:documentation xml:lang="en">Departure point of flight segment.</xs:documentation>				</xs:annotation>			</xs:element>			<xs:element name="ArrivalAirport" type="AirportLocationType">				<xs:annotation>					<xs:documentation xml:lang="en">Arrival point of flight segment.</xs:documentation>				</xs:annotation>			</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="required"/>		<xs:attribute name="ArrivalDateTime" type="xs:dateTime" use="optional"/>		<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"/>		<xs:attribute name="InfoSource" type="StringLength1to32" use="optional"/>	</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: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: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: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: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:extension>		</xs:simpleContent>	</xs:complexType>	<xs:complexType name="IssuerNameType">		<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">			<xs:annotation>				<xs:documentation xml:lang="en">Code of bank issuing the card.</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" type="PositionType" 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:element>			<xs:element name="Address" type="AddressType" 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:element>			<xs:element name="Telephone" type="TelephoneType" minOccurs="0">				<xs:annotation>					<xs:documentation xml:lang="en">Telephone number(s) used in the search.</xs:documentation>				</xs:annotation>			</xs:element>			<xs:element name="RefPoint" type="StringLength1to64" minOccurs="0">				<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:element>			<xs:element name="CodeRef" type="LocationType" minOccurs="0">				<xs:annotation>					<xs:documentation xml:lang="en">Indicates the location of points of interest.</xs:documentation>				</xs:annotation>			</xs:element>			<xs:element name="HotelRef" minOccurs="0">				<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: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 OTA Code Segment Category Code Type (SEG).							</xs:documentation>						</xs:annotation>					</xs:attribute>				</xs:complexType>			</xs:element>			<xs:element name="Radius" type="DistanceAttributesType" minOccurs="0">				<xs:annotation>					<xs:documentation xml:lang="en">The Radius element contains two attributes, Distance and DistanceMeasure, that indicate the distance from the center of the radius, combined with the unit of measure used to express the Distance. The center of the radius is specified by which ever location element is also present in this item search criterion type (e.g. position, address, hotel reference, etc.).</xs:documentation>				</xs:annotation>			</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: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:attribute name="LocationCode" type="StringLength1to8" use="required">					<xs:annotation>						<xs:documentation xml:lang="en">Code used to identify a location. </xs:documentation>					</xs:annotation>				</xs:attribute>				<xs:attribute name="CodeContext" type="StringLength1to32" default="IATA">					<xs:annotation>						<xs:documentation xml:lang="en">Identifies the context of the identifying code (e.g., IATA, ARC, or internal code).</xs:documentation>					</xs:annotation>				</xs:attribute>			</xs:extension>		</xs:simpleContent>	</xs:complexType>	<xs:complexType name="LoyaltyCertificateNumberType">		<xs:attribute name="CertificateNumber" type="StringLength1to32" use="optional"/>		<xs:attribute name="MemberNumber" type="StringLength1to32" use="optional"/>		<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:complexType>	<xs:complexType name="MessageAcknowledgementType">		<xs:sequence>			<xs:choice>				<xs:sequence>					<xs:element name="Success" type="SuccessType">						<xs:annotation>							<xs:documentation xml:lang="en">The presence of the empty Success element explicitly indicates that the OTA versioned message succeeded. </xs:documentation>						</xs:annotation>					</xs:element>					<xs:element name="Warnings" type="WarningsType" minOccurs="0">						<xs:annotation>							<xs:documentation xml:lang="en">Used in conjunction with the Success element to define one or more business errors.</xs:documentation>						</xs:annotation>					</xs:element>				</xs:sequence>				<xs:element name="Errors" type="ErrorsType">					<xs:annotation>						<xs:documentation xml:lang="en">Errors is returned if the request was unable to be processed.</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: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:attribute name="RuleType" type="OTA_CodeType" use="required">					<xs:annotation>						<xs:documentation xml:lang="en">				Refer to OTA Code List Rule Type (RUL).				</xs:documentation>					</xs:annotation>				</xs:attribute>				<xs:attribute name="Percent" type="Percentage" use="optional"/>				<xs:attribute name="DateTime" type="xs:dateTime" use="optional"/>				<xs:attribute name="PaymentType" type="OTA_CodeType" use="optional">					<xs:annotation>						<xs:documentation xml:lang="en">				Refer to OTA Code List Payment Type (PMT).				</xs:documentation>					</xs:annotation>				</xs:attribute>			</xs:extension>		</xs:simpleContent>	</xs:complexType>	<xs:complexType name="NameOptionalCodeType">		<xs:annotation>			<xs:documentation xml:lang="en">A complex type to be used when the associated item has a required name and an optional code.</xs:documentation>		</xs:annotation>		<xs:attributeGroup ref="NameOptionalCodeGroup"/>	</xs:complexType>	<xs:complexType name="OperatingAirlineType">		<xs:annotation>			<xs:documentation xml:lang="en">This is an extension of CompanyNameType to include a FlightNumber.</xs:documentation>		</xs:annotation>		<xs:simpleContent>			<xs:extension base="CompanyNameType">				<xs:attribute name="FlightNumber" type="FlightNumberType"/>			</xs:extension>		</xs:simpleContent>	</xs:complexType>	<xs:complexType name="OperationScheduleType">		<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>Provides operating times of a facility.</xs:documentation>							</xs:annotation>							<xs:complexType>								<xs:complexContent>									<xs:extension base="DOW_PatternType">										<xs:attributeGroup ref="DateTimeSpanGroup"/>										<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 OTA Codelist Additional Operation Info (OPR).</xs:documentation>											</xs:annotation>										</xs:attribute>									</xs:extension>								</xs:complexContent>							</xs:complexType>						</xs:element>					</xs:sequence>				</xs:complexType>			</xs:element>		</xs:sequence>		<xs:attributeGroup ref="DateTimeSpanGroup"/>	</xs:complexType>	<xs:complexType name="OperationSchedulesType">		<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: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>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: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>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: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) is the details identifying the party or connection channel making the request.</xs:documentation>		</xs:annotation>		<xs:sequence>			<xs:element name="Source" type="SourceType" maxOccurs="5">				<xs:annotation>					<xs:documentation xml:lang="en">This holds details regarding 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 maxOccurs="99">			<xs:element name="Text" type="FormattedTextTextType"/>			<xs:element name="Image" type="xs:string"/>			<xs:element name="URL" type="xs:anyURI"/>			<xs:element name="ListItem">				<xs:complexType>					<xs:simpleContent>						<xs:extension base="FormattedTextTextType">							<xs:attribute name="ListItem" type="xs:integer" use="optional"/>						</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:attributeGroup ref="DateTimeStampGroup"/>		<xs:attributeGroup ref="LanguageGroup"/>	</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:element name="CardIssuerName" type="IssuerNameType" minOccurs="0"/>			<xs:element name="Address" type="AddressType" minOccurs="0"/>		</xs:sequence>		<xs:attributeGroup ref="PrivacyGroup"/>		<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 OTA Code ListCard 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>Provides a reference pointer that links the payment card to the payment card holder.</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">						<xs:complexType>							<xs:complexContent>								<xs:extension base="CurrencyAmountType">									<xs:attribute name="ApprovalCode" type="StringLength1to16" use="optional">										<xs:annotation>											<xs:documentation>The approval code returned as part of an authorization process.</xs:documentation>										</xs:annotation>									</xs:attribute>								</xs:extension>							</xs:complexContent>						</xs:complexType>					</xs:element>				</xs:sequence>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<xs:complexType name="PaymentFormType">		<xs:annotation>			<xs:documentation xml:lang="en">Ways of providing funds for travel by the individual.</xs:documentation>		</xs:annotation>		<xs:choice>			<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" type="VoucherType">				<xs:annotation>					<xs:documentation xml:lang="en">Details of a document indicating prepayment.</xs:documentation>				</xs:annotation>			</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:complexContent>						<xs:extension base="LoyaltyCertificateNumberType">							<xs:attributeGroup ref="PromotionCodeGroup"/>							<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:extension>					</xs:complexContent>				</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="AlphaNumericStringLength1to14">						<xs:annotation>							<xs:documentation xml:lang="en">The ticket number of the miscellaneous charge order (MCO).</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" default="true">						<xs:annotation>							<xs:documentation xml:lang="en">If true, this indicates cash is being used.</xs:documentation>						</xs:annotation>					</xs:attribute>				</xs:complexType>			</xs:element>		</xs:choice>		<xs:attributeGroup ref="PrivacyGroup"/>		<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:attribute name="PaymentTransactionTypeCode" use="optional">			<xs:annotation>				<xs:documentation xml:lang="en">This is used to indicate either a charge or reserve (deposit).</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:restriction>			</xs:simpleType>		</xs:attribute>	</xs:complexType>	<xs:complexType name="PaymentRulesType">		<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">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.</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:sequence>		<xs:attributeGroup ref="PrivacyGroup"/>		<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 OTA Code List Name Type (NAM).</xs:documentation>			</xs:annotation>		</xs:attribute>	</xs:complexType>	<xs:complexType name="PositionType">		<xs:annotation>			<xs:documentation xml:lang="en">Used to identify geospatial postion of the requesting entity.</xs:documentation>		</xs:annotation>		<xs:attributeGroup ref="PositionGroup"/>	</xs:complexType>	<xs:complexType name="RPHPrefType">		<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:attribute name="RPH" type="RPH_Type"/>	</xs:complexType>	<xs:complexType name="RateQualifierCoreType">		<xs:annotation>			<xs:documentation xml:lang="en">The RateQualifierCoreType complex type 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 OTA 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 OTA Code List Rate Category(RTC).</xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attribute name="CorpDiscountNmbr" type="AlphaNumericStringLength1to8" 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" type="RatePeriodSimpleType" 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: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:complexContent>			<xs:extension base="RateQualifierCoreType">				<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:complexType>							<xs:sequence>								<xs:element name="RateComment" type="FormattedTextTextType" 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:element>							</xs:sequence>						</xs:complexType>					</xs:element>				</xs:sequence>				<xs:attribute name="ArriveByFlight" type="xs:boolean" use="optional" default="false">					<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:annotation>				</xs:attribute>			</xs:extension>		</xs:complexContent>	</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: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:element name="PersonName" type="PersonNameType" minOccurs="0"/>		</xs:sequence>		<xs:attributeGroup ref="PrivacyGroup"/>		<xs:attribute name="Relation" type="StringLength1to32">			<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: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" type="UniqueID_Type" 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:element>			<xs:element name="Position" type="PositionType" minOccurs="0"/>			<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:complexContent>						<xs:extension base="BookingChannelType">							<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:extension>					</xs:complexContent>				</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="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">					<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">Standard way to indicate successful processing of an OTA message. Returning an empty element of this type indicates success.</xs:documentation>		</xs:annotation>	</xs:complexType>	<xs:complexType name="TPA_Extensions_Type">		<xs:annotation>			<xs:documentation xml:lang="en">Allows extensions to be added to the OTA 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: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. hourly, daily, half-day). Refer to OTA Code List Charge Type (CHG).</xs:documentation>			</xs:annotation>		</xs:attribute>		<xs:attributeGroup ref="EffectiveExpireOptionalDateGroup"/>	</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:sequence>		<xs:attributeGroup ref="CurrencyAmountGroup"/>	</xs:complexType>	<xs:complexType name="TelephoneInfoType">		<xs:annotation>			<xs:documentation xml:lang="en">Information about a telephone number, including the actual number and its usage</xs:documentation>		</xs:annotation>		<xs:complexContent>			<xs:extension base="TelephoneType">				<xs:attributeGroup ref="DefaultIndGroup"/>				<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 OTA Code List Phone Use Type (PUT).</xs:documentation>					</xs:annotation>				</xs:attribute>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<xs:complexType name="TelephoneType">		<xs:annotation>			<xs:documentation xml:lang="en">Construct for holding a telephone number.</xs:documentation>		</xs:annotation>		<xs:attributeGroup ref="PrivacyGroup"/>		<xs:attributeGroup ref="TelephoneAttributesGroup"/>		<xs:attributeGroup ref="FormattedInd"/>	</xs:complexType>	<xs:complexType name="TimeDurationType">		<xs:simpleContent>			<xs:extension base="xs:duration">				<xs:attribute name="Minimum" type="xs:duration" use="optional"/>				<xs:attribute name="Maximum" type="xs:duration" use="optional"/>			</xs:extension>		</xs:simpleContent>	</xs:complexType>	<xs:complexType name="TimeInstantType">		<xs:simpleContent>			<xs:extension base="DateOrDateTimeType">				<xs:attribute name="WindowBefore" type="xs:duration" use="optional"/>				<xs:attribute name="WindowAfter" type="xs:duration" use="optional"/>				<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="TimeWindowType">		<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: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:sequence>		<xs:attribute name="AmountBeforeTax" type="Money" use="optional"/>		<xs:attribute name="AmountAfterTax" type="Money" use="optional"/>		<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: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:element name="ArrivalDateTime" type="TimeInstantType"/>		</xs:choice>	</xs:complexType>	<xs:complexType name="TravelerCountType">		<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 OTA Code List Age Qualifying Code (AQC) or use StringLength1to8 with CodeContext to use a non-OTA 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: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:complexType>					<xs:attribute name="RPH" type="RPH_Type" use="required"/>				</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: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: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 OTA Code List Information Type (INF).</xs:documentation>					</xs:annotation>				</xs:attribute>			</xs:extension>		</xs:complexContent>	</xs:complexType>	<xs:complexType name="VendorMessagesType">		<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:complexType>					<xs:complexContent>						<xs:extension base="PersonNameType">							<xs:attribute name="PartialName" type="xs:boolean" use="optional"/>						</xs:extension>					</xs:complexContent>				</xs:complexType>			</xs:element>			<xs:element name="Email" type="EmailType" minOccurs="0"/>			<xs:element name="TelephoneInfo" type="TelephoneInfoType" minOccurs="0"/>			<xs:element name="PaymentCard" type="PaymentCardType" minOccurs="0"/>			<xs:element name="AddressInfo" type="AddressInfoType" minOccurs="0"/>			<xs:element name="CustLoyalty" type="CustLoyaltyType" minOccurs="0" maxOccurs="5"/>			<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 day of the reservation.</xs:documentation>				</xs:annotation>				<xs:complexType>					<xs:attributeGroup ref="DateTimeSpanGroup"/>				</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, etc.).</xs:documentation>				</xs:annotation>				<xs:complexType>					<xs:attributeGroup ref="CodeListGroup"/>				</xs:complexType>			</xs:element>			<xs:element name="StartLocation" minOccurs="0">				<xs:annotation>					<xs:documentation xml:lang="en">Location or Locations 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:extension>					</xs:simpleContent>				</xs:complexType>			</xs:element>			<xs:element name="EndLocation" minOccurs="0">				<xs:annotation>					<xs:documentation xml:lang="en">Location or Locations 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:extension>					</xs:simpleContent>				</xs:complexType>			</xs:element>			<xs:element ref="TPA_Extensions" minOccurs="0"/>		</xs:sequence>	</xs:complexType>	<xs:complexType name="VoucherType">		<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">			<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:complexType>	<xs:complexType name="WarningType">		<xs:annotation>			<xs:documentation xml:lang="en">Standard way to indicate successful processing of an OTA message, but one in which warnings are generated</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 OTA Code List Error Warning Type (EWT).</xs:documentation>					</xs:annotation>				</xs:attribute>				<xs:attributeGroup ref="ErrorWarningAttributeGroup"/>			</xs:extension>		</xs:simpleContent>	</xs:complexType>	<xs:complexType name="WarningsType">		<xs:sequence>			<xs:element name="Warning" type="WarningType" maxOccurs="99"/>		</xs:sequence>	</xs:complexType>	<xs:complexType name="SpecialRequestType">		<xs:annotation>			<xs:documentation xml:lang="en">SpecialRequests : SpecialRequest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="Numeric1to999" 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:element name="TPA_Extensions" type="TPA_Extensions_Type">		<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>