<?xml version="1.0" encoding="windows-1251"?>
<packet>
	<!-- заголовок прайс-листа -->
	<header>
		<!-- версия формата. на настоящий момент последняя - 1.1 -->
		<version>1.1</version>
		<!-- туроператор, сформировавший прайс-лист -->
		<source name="SunRise"/>
		<!-- описание тура
		key - ключ тура (не путать с ключом прайса) -->
		<tour key="120" name="Отдых в Турции"/>
		<!-- страна. для туров, охватывающих несколько стран, это как правило первая страна, в которую въезжают туристы.  -->
		<country key="86" stdKey="" name="Турция"/>
		<!-- режим, в котором были рассчитаны цены:
		key (только в версии документа 1.1) - ключ прайс-листа у туроператора. Если по одному и тому же туру рассчитано несколько прайс-листов, ключ должен быть разный.
		group - за номер (групповая), person - за человека -->
		<price key="145" for="group"/>
		<!-- валюта, в которой были рассчитаны цены -->
		<currency key="USD" stdKey="USD" name="USD"/>
		<!-- даты: created - создания, valid - окончания действия -->
		<dates from="2003-05-09" to="2003-05-30" created="2003-05-07" valid="2003-05-30">
			<!-- даты заездов
			атрибуты from и to в теге <dates> дублируют первую и последнюю даты соответственно -->
			<date>2003-05-09</date>
			<date>2003-05-10</date>
			<date>2003-05-11</date>
			<date>2003-05-13</date>
			<date>2003-05-16</date>
			<date>2003-05-18</date>
			<date>2003-05-20</date>
			<date>2003-05-23</date>
			<date>2003-05-25</date>
			<date>2003-05-27</date>
			<date>2003-05-30</date>
		</dates>
		<!-- комментарии -->
		<comment>
		</comment>
	</header>


	<!-- справочники -->
	<references>

		<!-- валюты -->
		<currencies>
			<currency key="USD" stdKey="" name="USD"/>
		</currencies>

		<!-- страны -->
		<countries>
			<country key="460" stdKey="" name="Россия" nameLat="Russia"/>
			<country key="86" stdKey="" name="Турция" nameLat="TRK"/>
		</countries>

		<!-- города
		countryKey - ключ страны (<countries>)
		-->
		<cities>
			<city key="1" stdKey="" name="Москва" nameLat="Moscow" countryKey="460"/>
			<city key="187" stdKey="" name="АНТАЛИЯ" nameLat="ANTALYA" countryKey="86"/>
			<city key="186" stdKey="" name="БЕЛЕК" nameLat="BELEK" countryKey="86"/>
		</cities>

		<!-- классы услуг
		isCity - привязываются ли услуги данного класса к городу.
		Имеет значение только для пользовательских классов услуг, визы и страховки;
		услуги остальных классов всегда привязаны к городу.
		isSubKey1, isSubKey2 - используются ли для услуг описания subKey1 и subKey2
		Имеют значение только для пользовательских классов услуг, визы и страховки;
		авиаперелеты и проживания всегда имеют subKey1 и subKey2,
		экскурсии и трансферы - всегда только subKey1
		-->
		<serviceClasses>
			<serviceClass key="6" stdKey="insurance" name="Страховка" nameLat="Insurance" isCity="false" isSubKey1="false" isSubKey2="false"/>
			<serviceClass key="2" stdKey="transfert" name="Трансфер" nameLat="Transfer"/>
			<serviceClass key="1" stdKey="flight" name="Авиаперелет" nameLat="Airflight"/>
			<serviceClass key="3" stdKey="hotel" name="Проживание" nameLat="Hotel"/>

			<!-- вышеперечисленные классы услуг присутствуют в этом прайсе.
			Кроме них, могут быть следующие стандартные классы:

			<serviceClass key="4" stdKey="excursion" name="Экскурсия" nameLat="excursion"  />
			<serviceClass key="5" stdKey="visa" name="Визы" nameLat="Visa" isCity="false" isSubKey1="false" isSubKey2="false" />
			<serviceClass key="7" stdKey="cruise" name="Круиз" nameLat="Сruise" />

			Помимо стандартных, могут присутствовать пользовательские классы услуг, вот пример:
			<serviceClass key="1074" stdKey="1074" name="Доплаты" nameLat="Handling fee" isCity="false" isSubKey1="false" isSubKey2="false" />
			-->

		</serviceClasses>

		<!-- аэропорты
		cityKey - ключ города (<cities>)
		distance - удаленность от города
		-->
		<airports>
			<airport key="SVO" stdKey="" code="SVO" name="Шереметьево-2" distance="0" cityKey="1"/>
			<airport key="AYT" stdKey="" code="AYT" name="Antalya" distance="0" cityKey="187"/>
		</airports>

		<!-- авиалинии -->
		<airlines>
			<airline key="E9" stdKey="" code="E9" name="AJT"/>
		</airlines>

		<!-- типы самолетов -->
		<aircrafts>
			<aircraft key="15" stdKey="" code="ILW" name="IL 86"/>
		</aircrafts>

		<!-- авиарейсы
		code - номер рейса (без кода авиалинии)
		fromCityKey, toCityKey - ключи городов вылета и прилеты (<cities>)
		fromAirportKey, toAirportKey - ключи аэропортов вылета и прилеты (<airports>)
		airlineKey - ключ авиалинии (<airlines>)
		aircraftKey - ключ типа самолета (<aircrafts>)
		-->
		<flights>
			<flight key="466" stdKey="" code="0001" fromCityKey="187" toCityKey="1" fromAirportKey="AYT" toAirportKey="SVO" airlineKey="E9" aircraftKey="15">
				<!-- расписание вылетов (может быть более 1 строчки)
				dateBegin, dateEnd - даты начала и окончания действия расписания
				timeBegin, timeEnd - время вылета и прилета
				weekDays - дни недели
				 -->
				<timeTable dateBegin="2003-04-01" dateEnd="2004-04-01" timeBegin="16:35" timeEnd="21:15" weekDays=".2..567"/>
			</flight>
			<flight key="465" stdKey="" code="0000" fromCityKey="1" toCityKey="187" fromAirportKey="SVO" toAirportKey="AYT" airlineKey="E9" aircraftKey="15">
				<timeTable dateBegin="2003-03-29" dateEnd="2003-11-22" timeBegin="13:15" timeEnd="15:05" weekDays=".234567"/>
			</flight>
		</flights>

		<!-- трансферы
		timeBegin, timeEnd - время начала и окончания
		duration - продолжительность
		placeFrom, placeTo - откуда и куда
		cityKey - ключ города (<cities>)
		-->
		<transferts>
			<transfert key="309" stdKey="" name="Групповой" nameLat="Group" duration="15 минут" timeBegin="0:00" timeEnd="0:00" placeFrom="" placeTo="" cityKey="187"/>
		</transferts>

		<!-- отели
		category - категория
		countryKey - ключ страны (<countries>)
		cityKey - ключ города (<cities>)
		-->
		<hotels>
			<hotel key="1056" stdKey="" name="ATTALEIA DeLUXE" nameLat="ATTALEIA DeLUXE" category="HV1" countryKey="86" cityKey="186"/>
		</hotels>

		<!-- экскурсии
		timeBegin, timeEnd - время начала и окончания
		duration - продолжительность
		placeFrom, placeTo - откуда и куда
		comment - описание
		cityKey - ключ города (<cities>)
		-->
		<excursions/>

		<!-- дополнительные услуги
		classKey - ключ класса услуги (<serviceClasses>)
		cityKey - ключ города (<cities>)
		countryKey - ключ страны (<countries>)
		 -->
		<services>
			<service key="161" stdKey="" name="Мед. страховка - 15000$" nameLat="" classKey="6" countryKey="86" cityKey="0"/>
		</services>

		<!-- тарифы на авиабилеты -->
		<tariffs>
			<tariff key="89" stdKey="" code="Y" name="Экономический класс" nameLat="Coach economy"/>
		</tariffs>

		<!-- типы номеров
		places - максимальное количество мест в номере
		-->
		<roomTypes>
			<roomType key="1" stdKey="" code="SGL" name="Single" nameLat="Single" places="3"/>
			<roomType key="2" stdKey="" code="DBL" name="Double" nameLat="Double" places="4"/>
			<roomType key="31" stdKey="" code="TRPL" name="Triple" nameLat="Triple" places="5"/>
			<roomType key="321" stdKey="" code="SUITE" name="Suite" nameLat="Suite" places="6"/>
		</roomTypes>

		<!-- категории номеров -->
		<roomCategories>
			<roomCategory key="6" stdKey="" code="STD" name="Standard" nameLat="Standard"/>
		</roomCategories>

		<!-- виды размещения
		placesExtra - количество дополнительных мест
		ageFrom, ageTo - возраст ребенка
		isMain - основное/дополнительное место
		-->
		<roomAccomodations>
			<roomAccomodation key="11" stdKey="" code="2ad" name="2ad" nameLat="2ad" placesExtra="0" ageFrom="0" ageTo="0" isMain="true"/>
			<roomAccomodation key="21" stdKey="" code="1ad" name="1ad" nameLat="1ad" placesExtra="0" ageFrom="0" ageTo="0" isMain="true"/>
			<roomAccomodation key="19" stdKey="" code="3ad" name="3ad" nameLat="3ad" placesExtra="0" ageFrom="0" ageTo="0" isMain="true"/>
			<roomAccomodation key="24" stdKey="" code="1ch(2-12)" name="1ch(2-12)" nameLat="1ch(2-12)" placesExtra="1" ageFrom="2" ageTo="11" isMain="true"/>
			<roomAccomodation key="66" stdKey="" code="2ch(2-12)" name="2ch(2-12)" nameLat="2ch(2-12)" placesExtra="2" ageFrom="2" ageTo="11" isMain="true"/>
			<roomAccomodation key="41" stdKey="" code="1ch(2-12)" name="1ch(2-12)" nameLat="1ch(2-12)" placesExtra="1" ageFrom="2" ageTo="11" isMain="true"/>
			<roomAccomodation key="56" stdKey="" code="2ch(2-12)" name="2ch(2-12)" nameLat="2ch(2-12)" placesExtra="2" ageFrom="2" ageTo="11" isMain="true"/>
			<roomAccomodation key="139" stdKey="" code="Trpl+ex.bed" name="Trpl+ex.bed" nameLat="Trpl+ex.bed" placesExtra="0" ageFrom="0" ageTo="0" isMain="true"/>
			<roomAccomodation key="134" stdKey="" code="Trpl+1ch(2-12)" name="Trpl+1ch(2-12)" nameLat="Trpl+1ch(2-12)" placesExtra="1" ageFrom="2" ageTo="11" isMain="true"/>
			<roomAccomodation key="177" stdKey="" code="3ad" name="3ad" nameLat="3ad" placesExtra="0" ageFrom="0" ageTo="0" isMain="true"/>
			<roomAccomodation key="141" stdKey="" code="3ad+1ch(2-12)" name="3ad+1ch(2-12)" nameLat="3ad+1ch(2-12)" placesExtra="1" ageFrom="2" ageTo="11" isMain="true"/>
			<roomAccomodation key="142" stdKey="" code="3ad+2ch(2-12)" name="3ad+2ch(2-12)" nameLat="3ad+2ch(2-12)" placesExtra="2" ageFrom="2" ageTo="11" isMain="true"/>
		</roomAccomodations>

		<!-- номера в отеле
		typeKey - ключ типа номера (<roomTypes>)
		categoryKey - ключ категории (<roomCategories>)
		accomodationKey - ключ вида размещения (<roomAccomodations>)
		-->
		<rooms>
			<room key="850" stdKey="" typeKey="321" categoryKey="6" accomodationKey="142"/>
			<room key="849" stdKey="" typeKey="321" categoryKey="6" accomodationKey="141"/>
			<room key="903" stdKey="" typeKey="321" categoryKey="6" accomodationKey="177"/>
			<room key="852" stdKey="" typeKey="31" categoryKey="6" accomodationKey="134"/>
			<room key="853" stdKey="" typeKey="31" categoryKey="6" accomodationKey="139"/>
			<room key="845" stdKey="" typeKey="2" categoryKey="6" accomodationKey="56"/>
			<room key="844" stdKey="" typeKey="2" categoryKey="6" accomodationKey="41"/>
			<room key="830" stdKey="" typeKey="1" categoryKey="6" accomodationKey="66"/>
			<room key="819" stdKey="" typeKey="1" categoryKey="6" accomodationKey="24"/>
			<room key="851" stdKey="" typeKey="31" categoryKey="6" accomodationKey="19"/>
			<room key="774" stdKey="" typeKey="1" categoryKey="6" accomodationKey="21"/>
			<room key="773" stdKey="" typeKey="2" categoryKey="6" accomodationKey="11"/>
		</rooms>

		<!-- виды транспорта
		places - количество мест
		-->
		<transports>
			<transport key="3" stdKey="" name="автобус" nameLat="" places="0"/>
		</transports>

		<!-- дополнительные описания 1
		classKey - ключ класса услуги (<serviceClasses>)
		-->
		<addDescriptions1/>

		<!-- типы питания -->
		<boardings>
			<boarding key="14" stdKey="" code="ALL" name="Всё включено" nameLat="Всё включено"/>
		</boardings>

		<!-- дополнительные описания 2
		classKey - ключ класса услуги (<serviceClasses>)
		-->
		<addDescriptions2/>

	</references>


	<!-- описания услуг
	classKey - ключ класса услуги (<serviceClasses>)
	cityKey - ключ города (<cities>)
	countryKey - ключ страны (<countries>)
	parnterKey - ключ партнера-поставщика услуги
	packetKey - ключ пакета
	day - день начала действия услуги
	days - продолжительность
	men - количество человек, пользующихся услугой
	subKey* - могут указывать на разные справочники в зависимости от класса услуги; см. приложенный документ
	id - идентификатор услуги, по которому на нее ссылаются в дальнейшем
	flags (только в версии 1.1, необязательный) - битовая маска, определяющая атрибуты услуги
		1 (бит 0) - услуга может быть удалена из пакета
		2 (бит 1) - пользователь может редактировать атрибут subKey
		4 (бит 2) - пользователь может редактировать атрибут subKey1
		8 (бит 3) - пользователь может редактировать атрибут cityKey (город)
		16 (бит 4) - не используется
		32 (бит 5) - не используется
		64 (бит 6) - скрытая услуга
		128 (бит 7) - пользователь может редактировать атрибут days (продолжительность услуги)
		если флаг не указан, то имеется в виду "159" - услуга полностью редактируемая, удаляемая, не скрытая
	-->
	<services>
		<service classKey="3" subKey="1056" subKey1="773" subKey2="14" countryKey="86" cityKey="186" flags="159">
			<variant id="1" partnerKey="92" packetKey="0" day="1" days="7" men="2"/>
		</service>
		<service classKey="1" subKey="465" subKey1="89" subKey2="1" countryKey="86" cityKey="187">
			<variant id="2" partnerKey="911" packetKey="0" day="1" days="0" men="2"/>
			<variant id="7" partnerKey="911" packetKey="0" day="1" days="0" men="1"/>
			<variant id="12" partnerKey="911" packetKey="0" day="1" days="0" men="3"/>
			<variant id="20" partnerKey="911" packetKey="0" day="1" days="0" men="4"/>
			<variant id="29" partnerKey="911" packetKey="0" day="1" days="0" men="5"/>
		</service>
		<service classKey="2" subKey="309" subKey1="3" countryKey="86" cityKey="187">
			<variant id="3" partnerKey="23" packetKey="0" day="1" days="0" men="2"/>
			<variant id="8" partnerKey="23" packetKey="0" day="1" days="0" men="1"/>
			<variant id="13" partnerKey="23" packetKey="0" day="1" days="0" men="3"/>
			<variant id="21" partnerKey="23" packetKey="0" day="1" days="0" men="4"/>
			<variant id="30" partnerKey="23" packetKey="0" day="1" days="0" men="5"/>
		</service>
		<service classKey="6" subKey="161" countryKey="86">
			<variant id="4" partnerKey="6978" packetKey="0" day="1" days="8" men="2"/>
			<variant id="9" partnerKey="6978" packetKey="0" day="1" days="8" men="1"/>
			<variant id="14" partnerKey="6978" packetKey="0" day="1" days="8" men="3"/>
			<variant id="22" partnerKey="6978" packetKey="0" day="1" days="8" men="4"/>
			<variant id="31" partnerKey="6978" packetKey="0" day="1" days="8" men="5"/>
		</service>
		<service classKey="1" subKey="466" subKey1="89" subKey2="187" countryKey="460" cityKey="1">
			<variant id="5" partnerKey="911" packetKey="0" day="8" days="0" men="2"/>
			<variant id="10" partnerKey="911" packetKey="0" day="8" days="0" men="1"/>
			<variant id="15" partnerKey="911" packetKey="0" day="8" days="0" men="3"/>
			<variant id="23" partnerKey="911" packetKey="0" day="8" days="0" men="4"/>
			<variant id="32" partnerKey="911" packetKey="0" day="8" days="0" men="5"/>
		</service>
		<service classKey="3" subKey="1056" subKey1="774" subKey2="14" countryKey="86" cityKey="186">
			<variant id="6" partnerKey="92" packetKey="0" day="1" days="7" men="1"/>
		</service>
		<service classKey="3" subKey="1056" subKey1="851" subKey2="14" countryKey="86" cityKey="186">
			<variant id="11" partnerKey="92" packetKey="0" day="1" days="7" men="3"/>
		</service>
		<service classKey="3" subKey="1056" subKey1="819" subKey2="14" countryKey="86" cityKey="186">
			<variant id="16" partnerKey="92" packetKey="0" day="1" days="7" men="2"/>
		</service>
		<service classKey="3" subKey="1056" subKey1="830" subKey2="14" countryKey="86" cityKey="186">
			<variant id="17" partnerKey="92" packetKey="0" day="1" days="7" men="3"/>
		</service>
		<service classKey="3" subKey="1056" subKey1="844" subKey2="14" countryKey="86" cityKey="186">
			<variant id="18" partnerKey="92" packetKey="0" day="1" days="7" men="3"/>
		</service>
		<service classKey="3" subKey="1056" subKey1="845" subKey2="14" countryKey="86" cityKey="186">
			<variant id="19" partnerKey="92" packetKey="0" day="1" days="7" men="4"/>
		</service>
		<service classKey="3" subKey="1056" subKey1="853" subKey2="14" countryKey="86" cityKey="186">
			<variant id="24" partnerKey="92" packetKey="0" day="1" days="7" men="4"/>
		</service>
		<service classKey="3" subKey="1056" subKey1="852" subKey2="14" countryKey="86" cityKey="186">
			<variant id="25" partnerKey="92" packetKey="0" day="1" days="7" men="4"/>
		</service>
		<service classKey="3" subKey="1056" subKey1="903" subKey2="14" countryKey="86" cityKey="186">
			<variant id="26" partnerKey="92" packetKey="0" day="1" days="7" men="3"/>
		</service>
		<service classKey="3" subKey="1056" subKey1="849" subKey2="14" countryKey="86" cityKey="186">
			<variant id="27" partnerKey="92" packetKey="0" day="1" days="7" men="4"/>
		</service>
		<service classKey="3" subKey="1056" subKey1="850" subKey2="14" countryKey="86" cityKey="186">
			<variant id="28" partnerKey="92" packetKey="0" day="1" days="7" men="5"/>
		</service>
	</services>


	<!-- цены -->
	<prices>

		<!-- один тег <services> описывает один набор услуг.
		Это примерно соответствует одной колонке в "бумажном" варианте прайс-листа.
		-->
		<services>
			<!-- описываем список услуг. Ссылаемся по id, определенному выше.
			Один и тот же id может использоваться в нескольких тегах <services>
			-->
			<id>1</id>
			<id>2</id>
			<id>3</id>
			<id>4</id>
			<id>5</id>

			<!-- собственно цены.
			gross - цена брутто
			если одна и та же цена действует на несколько заездов, следующих подряд,
			то тег <date> имеет атрибуты from и to, содержащие начало и конец периода.
			если одна и та же цена действует на несколько дат или периодов, не следующих подряд,
			то тег <price> может содержать более одного тега <date>
			-->
			<price>
				<gross>950</gross>
				<date>2003-05-09</date>
			</price>
			<price>
				<gross>945</gross>
				<date>2003-05-10</date>
			</price>
			<price>
				<gross>940</gross>
				<date from="2003-05-11" to="2003-05-20"/>
			</price>
			<price>
				<gross>1000</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>1090</gross>
				<date>2003-05-30</date>
			</price>
		</services>

		<services>
			<id>6</id>
			<id>7</id>
			<id>8</id>
			<id>9</id>
			<id>10</id>
			<price>
				<gross>650</gross>
				<date>2003-05-09</date>
			</price>
			<price>
				<gross>645</gross>
				<date from="2003-05-10" to="2003-05-20"/>
			</price>
			<price>
				<gross>675</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>720</gross>
				<date>2003-05-30</date>
			</price>
		</services>

		<services>
			<id>11</id>
			<id>12</id>
			<id>13</id>
			<id>14</id>
			<id>15</id>
			<price>
				<gross>1320</gross>
				<date>2003-05-09</date>
			</price>
			<price>
				<gross>1310</gross>
				<date>2003-05-10</date>
			</price>
			<price>
				<gross>1305</gross>
				<date from="2003-05-11" to="2003-05-20"/>
			</price>
			<price>
				<gross>1395</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>1530</gross>
				<date>2003-05-30</date>
			</price>
		</services>

		<services>
			<id>16</id>
			<id>2</id>
			<id>3</id>
			<id>4</id>
			<id>5</id>
			<price>
				<gross>920</gross>
				<date from="2003-05-09" to="2003-05-10"/>
			</price>
			<price>
				<gross>915</gross>
				<date from="2003-05-11" to="2003-05-20"/>
			</price>
			<price>
				<gross>975</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>1065</gross>
				<date>2003-05-30</date>
			</price>
		</services>

		<services>
			<id>17</id>
			<id>12</id>
			<id>13</id>
			<id>14</id>
			<id>15</id>
			<price>
				<gross>1220</gross>
				<date>2003-05-09</date>
			</price>
			<price>
				<gross>1215</gross>
				<date>2003-05-10</date>
			</price>
			<price>
				<gross>1210</gross>
				<date from="2003-05-11" to="2003-05-20"/>
			</price>
			<price>
				<gross>1300</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>1435</gross>
				<date>2003-05-30</date>
			</price>
		</services>

		<services>
			<id>18</id>
			<id>12</id>
			<id>13</id>
			<id>14</id>
			<id>15</id>
			<price>
				<gross>1220</gross>
				<date>2003-05-09</date>
			</price>
				<price>
				<gross>1215</gross>
				<date>2003-05-10</date>
			</price>
			<price>
				<gross>1210</gross>
				<date from="2003-05-11" to="2003-05-20"/>
			</price>
			<price>
				<gross>1300</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>1435</gross>
				<date>2003-05-30</date>
			</price>
		</services>

		<services>
			<id>19</id>
			<id>20</id>
			<id>21</id>
			<id>22</id>
			<id>23</id>
			<price>
				<gross>1435</gross>
				<date>2003-05-09</date>
			</price>
			<price>
				<gross>1430</gross>
				<date from="2003-05-10" to="2003-05-20"/>
			</price>
			<price>
				<gross>1550</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>1730</gross>
				<date>2003-05-30</date>
			</price>
		</services>

		<services>
			<id>24</id>
			<id>20</id>
			<id>21</id>
			<id>22</id>
			<id>23</id>
			<price>
				<gross>1615</gross>
				<date>2003-05-09</date>
			</price>
			<price>
				<gross>1605</gross>
				<date>2003-05-10</date>
			</price>
				<price>
				<gross>1595</gross>
				<date from="2003-05-11" to="2003-05-20"/>
			</price>
			<price>
				<gross>1715</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>1895</gross>
				<date>2003-05-30</date>
			</price>
		</services>

		<services>
			<id>25</id>
			<id>20</id>
			<id>21</id>
			<id>22</id>
			<id>23</id>
			<price>
				<gross>1590</gross>
				<date>2003-05-09</date>
			</price><price>
				<gross>1585</gross>
				<date>2003-05-10</date>
			</price>
			<price>
				<gross>1575</gross>
				<date from="2003-05-11" to="2003-05-20"/>
			</price>
			<price>
				<gross>1695</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>1875</gross>
				<date>2003-05-30</date>
			</price>
		</services>

		<services>
			<id>26</id>
			<id>12</id>
			<id>13</id>
			<id>14</id>
			<id>15</id>
			<price>
				<gross>1945</gross>
				<date>2003-05-09</date>
			</price>
			<price>
				<gross>1965</gross>
				<date>2003-05-10</date>
			</price>
			<price>
				<gross>1985</gross>
				<date from="2003-05-11" to="2003-05-20"/>
			</price>
			<price>
				<gross>2075</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>2210</gross>
				<date>2003-05-30</date>
			</price>
		</services>

		<services>
			<id>27</id>
			<id>20</id>
			<id>21</id>
			<id>22</id>
			<id>23</id>
			<price>
				<gross>2300</gross>
				<date>2003-05-09</date>
			</price>
			<price>
				<gross>2330</gross>
				<date>2003-05-10</date>
			</price>
			<price>
				<gross>2355</gross>
				<date from="2003-05-11" to="2003-05-20"/>
			</price>
			<price>
				<gross>2475</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>2655</gross>
				<date>2003-05-30</date>
			</price>
		</services>

		<services>
			<id>28</id>
			<id>29</id>
			<id>30</id>
			<id>31</id>
			<id>32</id>
			<price>
				<gross>2580</gross>
				<date>2003-05-09</date>
			</price>
			<price>
				<gross>2610</gross>
				<date>2003-05-10</date>
			</price>
			<price>
				<gross>2635</gross>
				<date from="2003-05-11" to="2003-05-20"/>
			</price>
			<price>
				<gross>2785</gross>
				<date from="2003-05-23" to="2003-05-27"/>
			</price>
			<price>
				<gross>3010</gross>
				<date>2003-05-30</date>
			</price>
		</services>

	</prices>

</packet>

