<?xml version="1.0" encoding="UTF-8"?>
<data>
    <obj>
        <id>1</id>
        <type>10</type>
        <status>1</status>
        <deal>4</deal>
        
        <year>2010</year>
        <live_sq>300</live_sq>
        <land_sq>500</land_sq>
        <flr_num>1</flr_num>
        <flr_cnt>5</flr_cnt>
        <beds>2</beds>
        <baths>1</baths>
        <cars>2</cars>
        
        <price>250000</price>
        <price_month>0</price_month>
        <price_week>0</price_week>
        <price_day>0</price_day>
        
        <country><![CDATA[Spain]]></country>
        <region><![CDATA[Valencia]]></region>
        <city><![CDATA[Valencia]]></city>
        <zip><![CDATA[73000]]></zip>
        <addr><![CDATA[Street, 24]]></addr>
        
        <titles>
            <title lang="ru"><![CDATA[title ru]]></title>
            <title lang="en"><![CDATA[title en]]></title>
            <title lang="es"><![CDATA[title es]]></title>
        </titles>
        
        <descrs>
            <descr lang="ru"><![CDATA[description ru]]></descr>
            <descr lang="en"><![CDATA[description en]]></descr>
            <descr lang="es"><![CDATA[description es]]></descr>
        </descrs>
        
        <photos>
            <photo> 
				<url><![CDATA[http://server.com/photos/1.jpg]]></url>
				<comment><![CDATA[photo comment 1]]></comment>
			</photo>
			<photo> 
				<url><![CDATA[http://server.com/photos/2.jpg]]></url>
				<comment><![CDATA[photo comment 2]]></comment>
			</photo>
        </photos>
		
		<plans>
            <plan> 
				<url><![CDATA[http://server.com/plans/1.jpg]]></url>
				<comment><![CDATA[plan comment 1]]></comment>
			</plan>
			<plan> 
				<url><![CDATA[http://server.com/plans/2.jpg]]></url>
				<comment><![CDATA[plan comment 2]]></comment>
			</plan>
        </plans>
        
        <docs>
            <doc> 
				<url><![CDATA[http://server.com/docs/1.pdf]]></url>
				<comment><![CDATA[doc comment 1]]></comment>
			</doc>
			<doc> 
				<url><![CDATA[http://server.com/docs/2.pdf]]></url>
				<comment><![CDATA[doc comment 2]]></comment>
			</doc>
        </docs>        
    </obj>    
	<obj>
        <id>2</id>
        <type>23</type>
        <status>1</status>
        <deal>2</deal>
        
        <year>2010</year>
        <live_sq>300</live_sq>
        <land_sq>500</land_sq>
        <flr_num>1</flr_num>
        <flr_cnt>5</flr_cnt>
        <beds>2</beds>
        <baths>1</baths>
        <cars>2</cars>
        
        <price>0</price>
        <price_month>5000</price_month>
        <price_week>500</price_week>
        <price_day>50</price_day>
        
        <country><![CDATA[Spain]]></country>
        <region><![CDATA[Valencia]]></region>
        <city><![CDATA[Valencia]]></city>
        <zip><![CDATA[73000]]></zip>
        <addr><![CDATA[Street, 24]]></addr>
        
        <titles>
            <title lang="ru"><![CDATA[title ru]]></title>
            <title lang="en"><![CDATA[title en]]></title>
            <title lang="es"><![CDATA[title es]]></title>
        </titles>
        
        <descrs>
            <descr lang="ru"><![CDATA[description ru]]></descr>
            <descr lang="en"><![CDATA[description en]]></descr>
            <descr lang="es"><![CDATA[description es]]></descr>
        </descrs>
        
        <photos>
            <photo> 
				<url><![CDATA[http://server.com/photos/1.jpg]]></url>
				<comment><![CDATA[photo comment 1]]></comment>
			</photo>
			<photo> 
				<url><![CDATA[http://server.com/photos/2.jpg]]></url>
				<comment><![CDATA[photo comment 2]]></comment>
			</photo>
        </photos>
		
		<plans>
            <plan> 
				<url><![CDATA[http://server.com/plans/1.jpg]]></url>
				<comment><![CDATA[plan comment 1]]></comment>
			</plan>
			<plan> 
				<url><![CDATA[http://server.com/plans/2.jpg]]></url>
				<comment><![CDATA[plan comment 2]]></comment>
			</plan>
        </plans>
        
        <docs>
            <doc> 
				<url><![CDATA[http://server.com/docs/1.pdf]]></url>
				<comment><![CDATA[doc comment 1]]></comment>
			</doc>
			<doc> 
				<url><![CDATA[http://server.com/docs/2.pdf]]></url>
				<comment><![CDATA[doc comment 2]]></comment>
			</doc>
        </docs>        
    </obj>  
</data>
