<?xml version="1.0" encoding="UTF-8"?>
<!--
  The same feed as housebook-feed-v1.example.json, field for field. A test in
  our repository parses both files and asserts they produce the identical
  object: XML and JSON are equal, not "almost the same".
-->
<feed>
  <version>1</version>
  <provider>
    <name>Example Developer LLC</name>
    <country>AE</country>
    <contact>feeds@example.com</contact>
  </provider>
  <generated_at>2026-09-14T06:00:00+04:00</generated_at>
  <buildings>
    <building>
      <id>BLD-100</id>
      <name>Marina Heights</name>
      <country>AE</country>
      <city>Dubai</city>
      <district>Dubai Marina</district>
      <address>Al Marsa Street 12</address>
      <lat>25.0805</lat>
      <lng>55.1403</lng>
      <developer>
        <name>Example Developer LLC</name>
        <id>DEV-1</id>
      </developer>
      <completion>
        <status>under_construction</status>
        <date>2027-12</date>
      </completion>
      <ownership>freehold</ownership>
      <description>
        <en>A tower on the marina waterfront with a residents pool on the podium level.</en>
        <ru>Башня на набережной марины с бассейном для жильцов на стилобате.</ru>
      </description>
      <photos>
        <photo>
          <url>https://cdn.example.com/bld-100/exterior-1.jpg</url>
          <kind>photo</kind>
        </photo>
        <photo>
          <url>https://cdn.example.com/bld-100/masterplan.png</url>
          <kind>masterplan</kind>
        </photo>
      </photos>
      <amenities>
        <amenity>pool</amenity>
        <amenity>gym</amenity>
        <amenity>concierge</amenity>
      </amenities>
      <updated_at>2026-09-13T18:20:00+04:00</updated_at>
    </building>
    <building>
      <id>BLD-200</id>
      <name>Palm Villas</name>
      <country>AE</country>
      <city>Dubai</city>
      <developer>
        <name>Example Developer LLC</name>
      </developer>
      <completion>
        <status>completed</status>
        <date>2025-06-30</date>
      </completion>
      <ownership>leasehold</ownership>
      <updated_at>2026-09-13T18:20:00+04:00</updated_at>
    </building>
  </buildings>
  <units>
    <unit>
      <id>U-100-1201</id>
      <building_id>BLD-100</building_id>
      <type>2br</type>
      <bedrooms>2</bedrooms>
      <bathrooms>2</bathrooms>
      <area>
        <value>1195</value>
        <unit>sqft</unit>
      </area>
      <floor>12</floor>
      <price>
        <amount>2450000</amount>
        <currency>AED</currency>
        <per>total</per>
      </price>
      <status>available</status>
      <floor_plan_url>https://cdn.example.com/bld-100/plan-2br.pdf</floor_plan_url>
      <updated_at>2026-09-13T18:20:00+04:00</updated_at>
    </unit>
    <unit>
      <id>U-100-1502</id>
      <building_id>BLD-100</building_id>
      <type>studio</type>
      <bedrooms>0</bedrooms>
      <bathrooms>1</bathrooms>
      <area>
        <value>48.5</value>
        <unit>sqm</unit>
      </area>
      <floor>15</floor>
      <price>
        <amount>1180000</amount>
        <currency>AED</currency>
        <per>total</per>
      </price>
      <status>reserved</status>
      <updated_at>2026-09-13T18:20:00+04:00</updated_at>
    </unit>
    <unit>
      <id>U-200-V7</id>
      <building_id>BLD-200</building_id>
      <type>villa</type>
      <bedrooms>4</bedrooms>
      <bathrooms>5</bathrooms>
      <area>
        <value>420</value>
        <unit>sqm</unit>
      </area>
      <price>
        <amount>19500</amount>
        <currency>AED</currency>
        <per>sqm</per>
      </price>
      <status>sold</status>
      <updated_at>2026-09-13T18:20:00+04:00</updated_at>
    </unit>
  </units>
</feed>
