<?xml version="1.0" encoding="UTF-8"?><OTA_CruisePriceBookingRQ xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="2.0" Target="Production" TransactionIdentifier="7777" TimeStamp="2006-06-07T17:56:19" xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05 OTA_CruisePriceBookingRQ.xsd">	<POS>		<Source PseudoCityCode="MIANC7101">			<RequestorID Type="13" ID="C12937">				<!--The Type value of 13 indicates this is an Internet Broker ID-->				<CompanyName CompanyShortName="Cendant" Code="CEN"/>			</RequestorID>		</Source>	</POS>	<GuestCounts>		<GuestCount Quantity="2"/>	</GuestCounts>	<SailingInfo>		<SelectedSailing VoyageID="570329" Duration="P7D" Start="2006-10-03">		<CruiseLine VendorCode="NCL" ShipCode="DA"/>		</SelectedSailing>		<Currency DecimalPlaces="2" CurrencyCode="USD"/>		<SelectedCategory BerthedCategoryCode="AB" PricedCategoryCode="AB">			<SelectedCabin CabinNumber="8003" Status="48"/>				<!-- Status value of 48 indicates the cabin is held-->		</SelectedCategory>	</SailingInfo>	<ReservationInfo>		<GuestDetails>			<GuestDetail>				<SelectedFareCode FareCode="PG6"/>				<ContactInfo GuestRefNumber="1" Nationality="US" Gender="Male">					<PersonName>						<GivenName>Jose</GivenName>						<Surname>Marques</Surname>					</PersonName>				</ContactInfo>					<GuestTransportation Mode="14" Status="36">						<!--The Mode value of 14 indicates Plane -->						<!--The Status value of 36 indicates this transportation method is Available-->						<GuestCity LocationCode="ATL"/>						<GatewayCity LocationCode="ATL"/>					</GuestTransportation>				<SelectedDining Sitting="FREESTYLE" Status="36"/>				<!--The Status value of 36 indicates this dining option is Available-->				<SelectedInsurance Status="36" InsuranceCode="STD"/>				<!--The Status value of 36 indicates this insurance option is Available-->			</GuestDetail>			<GuestDetail>				<SelectedFareCode FareCode="PG6"/>				<ContactInfo GuestRefNumber="2" Nationality="US" Gender="Female">					<PersonName>						<GivenName>Tamara</GivenName>						<Surname>Marques</Surname>					</PersonName>				</ContactInfo>					<GuestTransportation Mode="29" Status="36">						<!--The Mode value of 29 indicates No Transportation required -->						<!--The Status value of 36 indicates this transportation method is Available -->						<GuestCity LocationCode="ATL"/>					</GuestTransportation>				<SelectedDining Sitting="FREESTYLE" Status="36"/>				<!--The Status value of 36 indicates this dining option is Available-->				<SelectedInsurance Status="36" InsuranceCode="STD"/>				<!--The Status value of 36 indicates this insurance option is Available-->			</GuestDetail>		</GuestDetails>	</ReservationInfo></OTA_CruisePriceBookingRQ>
