<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<products currency="SEK" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schemas.keybroker.com/productfeed_v1_2.xsd">

	<!-- Please visit http://schemas.keybroker.com for schemas description and feed validator -->
	<!-- Boolean nodes take true/false or 1/0 -->	
	<!-- IMPORTANT: SKU need to be unique without duplicates -->

	<!-- This is a standard feed specification for product type Travel -->
	
	<product sku="">										<!-- Unique ID. Duplicates are not allowed -->
		<active></active>									<!-- Active product? (true/false) -->
		<category></category>								<!-- Category (level 1) -->
		<subCategory></subCategory>							<!-- Subcategory (level 2) -->
		<description></description>							<!-- Description (if short, max 35 char) -->
		<departureCountry></departureCountry>				<!-- Departure Country -->
		<destinationCountry></destinationCountry>			<!-- Destination Country -->
		<departureCity></departureCity>						<!-- Departure City -->
		<destinationCity></destinationCity>					<!-- Destination City -->
		<departureAirport></departureAirport>				<!-- Departure Airport -->
		<departureAirportCode></departureAirportCode>		<!-- Departure Airport Code -->
		<destinationAirport></destinationAirport>			<!-- Destination Airport -->
		<destinationAirportCode></destinationAirportCode>	<!-- Destination Airport Code -->
		<carrier></carrier>									<!-- Name of the carrier -->
		<hotelName></hotelName>								<!-- Name of the hotel -->
		<hotelGrade></hotelGrade>							<!-- Hotel Grade -->
		<departureDate></departureDate>						<!-- Departure Date -->
		<returnDate></returnDate>							<!-- Return Date -->
		<onPromotion></onPromotion>							<!-- Promotional offer? (true/false) -->
		<promotionName></promotionName>						<!-- Promotion name -->
		<priceWithTax></priceWithTax>						<!-- Price -->
		<originalPriceWithTax></originalPriceWithTax>		<!-- Before price (if the price is reduced) -->
		<productUrl></productUrl>							<!-- Url to booking page of the specific trip -->
		<imageUrl></imageUrl>								<!-- Url to product image (small) -->
		<imageUrlBig></imageUrlBig>							<!-- Url to product image (large) -->
		<categoryUrl></categoryUrl>							<!-- Url to category (level 1) page -->
		<subCategoryUrl></subCategoryUrl>					<!-- Url to subcategory (level 2) page -->
		<customNum1></customNum1>							<!-- Popularity ranking (last 30/90 days) -->
		<salesStat></salesStat>								<!-- Amount of sales (last 30/90 days) -->
		<productMargin></productMargin>						<!-- Product margin % -->	
	</product>


	<!-- Travel (flights) -->
	<!-- Example of products -->
	
	<product sku="ARNSXF20111008">
		<active>true</active>
		<category>Flights</category>
		<subCategory>Germany</subCategory>
		<departureCountry>Sweden</departureCountry>
		<destinationCountry>Germany</destinationCountry>
		<departureCity>Stockholm</departureCity>
		<destinationCity>Berlin</destinationCity>
		<departureAirport>Arlanda</departureAirport>
		<departureAirportCode>ARN</departureAirportCode>
		<destinationAirport>Schoenefeld</destinationAirport>
		<destinationAirportCode>SXF</destinationAirportCode>
		<carrier>SAS</carrier>
		<departureDate>2012-05-08</departureDate>
		<returnDate>2012-05-15</returnDate>
		<onPromotion>true</onPromotion>		
		<priceWithTax>892</priceWithTax>
		<originalPriceWithTax>999</originalPriceWithTax>		
		<productUrl>http://www.keybrokertravel.com/flights/germany/berlin.html</productUrl>
		<categoryUrl>http://www.keybrokertravel.se/flights/</categoryUrl>
		<subCategoryUrl>http://www.keybrokertravel.com/flights/germany/</subCategoryUrl>
		<customNum1>3</customNum1>
		<salesStat>13</salesStat>
	</product>
	

	<product sku="Hotel123">					
		<active>true</active>
		<category>Hotels</category>
		<subCategory>Sweden</subCategory>
		<destinationCountry>Sweden</destinationCountry>
		<destinationCity>Stockholm</destinationCity>
		<destinationAirport>Bromma</destinationAirport>
		<destinationAirportCode>BMA</destinationAirportCode>
		<hotelName>Hotel 1</hotelName>
		<hotelGrade>4</hotelGrade>
		<departureDate>2012-05-08</departureDate>
		<returnDate>2012-05-15</returnDate>
		<onPromotion>false</onPromotion>
		<priceWithTax>1099</priceWithTax>
		<originalPriceWithTax>1199</originalPriceWithTax>
		<productUrl>http://www.keybrokertravel.com/hotels/sweden/hotel1.html</productUrl>
		<categoryUrl>http://www.keybrokertravel.com/hotels</categoryUrl>
		<subCategoryUrl>http://www.keybrokertravel.com/hotels/sweden</subCategoryUrl>
		<customNum1>11</customNum1>
		<salesStat>50</salesStat>
	</product>	
</products>
