<complexes xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<complex>
<id>9999</id>
<name>НАЗВАНИЕ</name>
<latitude>00000</latitude>
<longitude>00000</longitude>
<address>Адрес дома</address>
<images>
<image>http://example.jpg</image>
</images>
<description_main>
<title>НАЗВАНИЕ ЖК</title>
<text>ЖК «НАЗВАНИЕ» – современный жилой комплекс, расположенный в развитом районе, на пересечении улиц Х и Y.</text>
</description_main>
<buildings>
<building>
<id>999991</id>
<fz_214>Да</fz_214>
<name>ЖК НАЗВАНИЕ ЛИТЕР 1</name>
<floors>17</floors>
<building_state>unfinished</building_state>
<built_year>0000</built_year>
<ready_quarter>1</ready_quarter>
<building_type>ТИП ЗДАНИЯ</building_type>
<flats>
<flat>
<flat_id>0000099999</flat_id>
<apartment>99</apartment>
<floor>1</floor>
<room>3</room>
<plan>http://example.jpg</plan>
<balcony>0</balcony>
<renovation>Да</renovation>
<price>1000</price>
<area>75,1</area>
<kitchen_area>12,1</kitchen_area>
<living_area>39,5</living_area>
<window_view>Во двор и на улицу</window_view>
<bathroom>Раздельный</bathroom>
<housing_type>0</housing_type>
<decoration>1</decoration>
<ready_housing>1</ready_housing>
<status>Свободно</status>
<date_end>01.01.01 18:00:00</date_end>
<price-base>1500</price-base>
</flat>
</flats>
</building>
</buildings>
</complex>
</complexes> <?xml version="1.0" encoding="UTF-8"?>
<complexes>
<complex>
<id>00001</id>
<name>ЖИЛОЙ КОМПЛЕКС</name>
<latitude>00000</latitude>
<longitude>00000</longitude>
<address>Город, Улица</address>
<description_main>
<title>НАЗВАНИЕ ЖК</title>
<text>ОПИСАНИЕ ЖК</text>
</description_main>
<buildings>
<building>
<id>00000</id>
<name>КОРПУС</name>
<floors>Всего этажей</floors>
<built_year/>
<flats>
<flat>
<flat_id>000004307</flat_id>
<apartment>1</apartment>
<floor>1</floor>
<room>2</room>
<balcony>0</balcony>
<price>100000</price>
<area>Площадь</area>
<kitchen_area>Площадь кухни</kitchen_area>
<living_area>Площадь жилых</living_area>
<status>Свободно</status>
</flat>
<flat>
<flat_id>000004308</flat_id>
<apartment>2</apartment>
<floor>1</floor>
<room>2</room>
<balcony>0</balcony>
<price>100000</price>
<area>74,2</area>
<kitchen_area>Площадь кухни</kitchen_area>
<living_area>Площадь жилых</living_area>
<status>Бесплатная бронь</status>
</flat>
</flats>
</building>
</buildings>
</complex>
</complexes>