<?xml version="1.0" encoding="utf-8"?>
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:noNamespaceSchemaLocation="https://estateagentfeeds.com/docs/eaf-xml-import-v2-schema.xsd">
  <estate_agent_feeds>
    <feed_version>2.0</feed_version>
    <!-- Example feed notes: Generally speaking. All mandatory values as specified in the XML schema must be included with a valid value. 
if a non mandatory value is unavailable, the tag should be left out entirely. Empty tags such as <tag/> provide no meaningful value and will generate validation errors. 
Before sending us a link to your completed feed, be sure to have tested it passes validation against our schema declaration at the root of this example. 
Your production feed should be published on a publicly accessible URL much like this sample and contain all the properties you wish to have published.
When a property record has been modified in any way, you should adjust the <updated> date to match. If a property is to be taken off the market,
 such as when it's been sold or let, it should be removed from your feed. -->
  </estate_agent_feeds>
    <property>
    <reference>REF3553</reference> <!-- The property reference number must be unique and never change-->
    <prop_url>https://estateagentfeeds.com/</prop_url> <!-- The public URL to the live version of your listing. This is useful if you want to use our Facebook or Twitter feed services.-->
    <output_zoopla>1</output_zoopla> <!-- Use this flag to specify if this property should be uploaded/updated on Zoopla-->
    <output_rightmove>1</output_rightmove> <!-- Use this flag to specify if this property should be uploaded/updated on Rightmove-->
    <output_onthemarket>0</output_onthemarket> <!-- Use this flag to specify if this property should be uploaded/updated on OnTheMarket-->
    <output_bulk>1</output_bulk> <!-- Use this flag to specify if this property should be present in any active bulk nightly feeds or your account outgoing XML feed -->
    <!-- The output_other and <ignore> tag is used to specify which additional 'real-time' API services you DO NOT wan't the property published. Contact support for a list of accepted values for your account -->
    <output_other>
        <ignore>api-abcd</ignore>    
    </output_other>
    <created>2018-10-09 09:24:41</created> <!-- The date the property was first added to this feed. Typically this is the created date in your database -->
    <updated>2018-10-18 15:23:00</updated> <!-- The date the property was last modified. This value should be updated whenever any part of the listing has been altered at source -->
    <transaction>sales</transaction> <!-- The transaction is either sales or lettings for UK listings, sales for overseas listings -->
    <category>residential</category>
    <type>semi-detached</type> <!-- The property type (please see the schema for valid values) -->
    <status>under offer</status> <!-- The status of the property (please see the schema for valid values) -->
    <new_build>1</new_build> <!-- Whether the property is a new build or not -->
    <price>324995.54</price> <!-- The full sales or lettings price. If lettings this must be used in combination with rent_frequency -->
    <currency>GBP</currency> <!-- The currency used for the price of the property -->
    <price_type>guide price</price_type> <!-- the type of price to be displayed -->
    <tenure>leasehold</tenure>
    <council_tax_band>B</council_tax_band> <!-- May 2022 Material information. The council tax band of the property England, Scotland and Wales only -->
    <annual_service_charge>2800.99</annual_service_charge> <!-- May 2022 Material information. The annual service charge of the property -->
    <shared_ownership>true</shared_ownership> <!-- May 2022 Material information. If the property is shared ownership.-->
    <shared_ownership_percent>60</shared_ownership_percent> <!-- May 2022 Material information. The percentage share being sold.-->
    <shared_ownership_rent_amount>450.70</shared_ownership_rent_amount> <!-- May 2022 Material information. The rent amount of thr shared ownership.-->
    <shared_ownership_rent_frequency>monthly</shared_ownership_rent_frequency> <!-- May 2022 Material information. The frequency of the rent payment.-->
    <annual_ground_rent_amount>1200.01</annual_ground_rent_amount> <!-- May 2022 Material information. The annual ground rent amount for Leasehold tenure.-->
    <ground_rent_review_period_years>5</ground_rent_review_period_years> <!-- May 2022 Material information. The ground rent review period in years. Used for Leasehold tenure.-->
    <ground_rent_percent_increase>1.2</ground_rent_percent_increase> <!-- May 2022 Material information. Ground rent percent increase. For Leasehold tenure.-->
    <house_name_number>557</house_name_number> <!-- The house or building name and or door number is required for every listings (this is not displayed to customers on portals) -->
    <address_1>Finchley Road</address_1> <!-- The first line of the address should be just the road or street name minus the door number, town or city -->
    <address_2>Barnet</address_2> <!-- This might be the property borough, district or other named location not specified in other address parts already -->
    <town>Golders Green</town> <!-- The town location must be included although if unavailable you can duplicate the city value here -->
    <city>London</city> <!-- The city or closest equivalent location such as the county must be included -->
    <country_code>GB</country_code> <!-- The two character country code for the listing (default will be GB) -->
    <postcode>NW11 8DD</postcode> <!-- the full UK property postcode in this format XYZ0 0AB -->
    <display_address>557 Finchley Road, Golders Green NW11 8DD</display_address> <!-- A formatted display address for the listing. This may be used by some feed services. -->
    <latitude>55.8592500271146</latitude> <!-- The latitude of the listing location if available (recommended) -->
    <longitude>-4.23704705010232</longitude> <!-- The longitude of the listing location if available (recommended)  -->
    <title>Unmodernised two bedroom detached house</title> <!-- The property title  -->
    <summary>The property summary goes here</summary> <!-- The short property summary must be included. This is typically the first paragraph of the main description. HTML is not allowed  -->
    <description>The property full description goes here</description> <!-- The full property description must be included. Most HTML is not allowed accept some tags such as <p><ul><ol><li><i><strong><b><br/> -->
    <features> <!-- The property features block. Maximum of 10 values -->
      <feature>Gas Central Heating</feature>
      <feature>Entrance Vestibule</feature>
      <feature>Guest Cloakroom</feature>
      <feature>Alarm System</feature>
      <feature>Spacious Lounge</feature>
      <feature>Modern fittings throughout</feature>
      <feature>Garden</feature>
    </features>
    <bedrooms>2</bedrooms> <!-- The number of bedrooms. If the property type is Studio, this must be set as 1 -->
    <bathrooms>1</bathrooms> <!-- The number of bathrooms. If the property type is Studio, this must not be greater than 1 -->
    <receptions>1</receptions> <!-- The number of receptions or living rooms. If the property type is Studio, this must not be greater than 1 -->
    <outside_space>terrace</outside_space> <!-- Define a single primary outside feature. Please see our schema for details of the valid values you can use here -->
    <outside_features><!-- Added Nov 2021 - define multiple outside space features. Please see our schema for details of the valid values you can use here -->
        <feature>balcony</feature>
        <feature>patio</feature>
    </outside_features>
    <internal_area>200</internal_area> <!-- The internal size of the building or overall land size if advertising land -->
    <internal_area_unit>sq mt</internal_area_unit> <!-- Please see our schema for details of the valid values you can use here -->
    <floors>2</floors> <!-- The number of floors in the property -->
    <furnished>unfurnished</furnished> <!-- Please see our schema for details of the valid values you can use here -->
    
    <!-- Example Rightmove specific values related to the heating available within the property -->
    <rightmove_heating>
    	<heating>double_glazing</heating>
    	<heating>gas_central</heating>
    	<heating>solar</heating>
    </rightmove_heating>
    
    <!-- Example Rightmove specific values related to the parking options available for the property -->
    <rightmove_parking>
    	<parking>garage</parking>
    	<parking>driveway</parking>
    	<parking>gated</parking>
    </rightmove_parking>
    
    <!-- Example Rightmove specific values related to the accessibility options available for the property -->
    <rightmove_accessibility>
    	<accessibility>wide_doorways</accessibility>
    </rightmove_accessibility>
    
    <!-- Example Rightmove specific value related to the condition of the property -->
    <rightmove_condition>some_work_needed</rightmove_condition>
    
    <!-- Example Zoopla specific values related to the connected utilities within the property -->
    <zoopla_connected>
    	<connected>electricity</connected>
    	<connected>gas</connected>
    	<connected>water</connected>
    </zoopla_connected>
    
    <!-- Example Zoopla specific values related to the parking options available for the property -->
    <zoopla_parking>
    	<parking>double_garage</parking>
    	<parking>residents_parking</parking>
    </zoopla_parking>
    
    <!-- Further example Zoopla specific values. (please see the schema for valid values) -->
    <zoopla_council_tax_band>B</zoopla_council_tax_band>
    <zoopla_central_heating>full</zoopla_central_heating>
    <zoopla_double_glazing>1</zoopla_double_glazing>
    <zoopla_wood_floors>1</zoopla_wood_floors>
    <zoopla_loft>1</zoopla_loft>
    <zoopla_basement>1</zoopla_basement>
    <zoopla_conservatory>1</zoopla_conservatory>
    <zoopla_utility_room>1</zoopla_utility_room>
    <zoopla_decorative_condition>good</zoopla_decorative_condition>
    <!-- The media block contains all attachments. Up to 30 images can be included, 1 EPC, 1 floor plan, 1 Brochures and 1 Home pack  
	All attachments must be available on a public URL and use a valid extension such as .jpg, .png, .pdf. Attachments missing an extension will not be imported.
	Up to 30 images can be included and should be present in the order you want them displayed. The top being the first photo. -->
    <media> 
      <image>
        <url>https://s3.eu-west-2.amazonaws.com/media.estateagentfeeds.com/properties/media/xl/0415740eaa4d9decbc8da001d3fd805f79883.jpg</url>
        <caption>Front</caption>
      </image>
      <image>
        <url>https://s3.eu-west-2.amazonaws.com/media.estateagentfeeds.com/properties/media/xl/0415740eaa4d9decbc8da001d3fd805f00523.jpg</url>
        <caption>Kitchen</caption>
      </image>
      <floorplan>
	<url>https://s3.eu-west-2.amazonaws.com/media.estateagentfeeds.com/properties/media/docs/ca2269a193ca0bd45e48f334b39d3b2e49170349849722780238_floor.png</url>
	<caption>Floor plan</caption>
       </floorplan>
       <epc>
	   <url>https://s3.eu-west-2.amazonaws.com/media.estateagentfeeds.com/properties/media/docs/ca2269a193ca0bd45e48f334b39d3b2e89372774280761547980_epc.pdf</url>
	   <caption>EPC</caption>
       </epc>
       <brochure>
	   <url>https://s3.eu-west-2.amazonaws.com/media.estateagentfeeds.com/properties/media/docs/ca2269a193ca0bd45e48f334b39d3b2e89355971187108038852_pdf.pdf</url>
	   <caption>Brochure</caption>
       </brochure>
    </media>
  </property>
  <property>
    <reference>REF7569</reference> <!-- The property reference number must be unique and never change-->
    <prop_url>https://estateagentfeeds.com/</prop_url> <!-- The public URL to the live version of your listing. This is useful if you want to use our Facebook or Twitter feed services.-->
    <vtour>https://estateagentfeeds.com/</vtour> <!-- URL to your Virtual Tour. Rightmove, Zoopla and OnTheMarket accept videos hosted by YoutTube, Vimeo and a number of traditional and 360 view services -->
    <output_zoopla>1</output_zoopla> <!-- Use this flag to specify if this property should be uploaded/updated on Zoopla-->
    <output_rightmove>0</output_rightmove> <!-- Use this flag to specify if this property should be uploaded/updated on Rightmove-->
    <output_onthemarket>0</output_onthemarket> <!-- Use this flag to specify if this property should be uploaded/updated on OnTheMarket-->
    <output_bulk>1</output_bulk> <!-- Use this flag to specify if this property should be present in any active bulk nightly feeds or your account outgoing XML feed -->
    <created>2018-10-10 10:39:40</created> <!-- The date the property was first added to this feed. Typically this is the created date in your database -->
    <updated>2018-10-19 18:33:44</updated> <!-- The date the property was last modified. This value should be updated whenever any part of the listing has been altered at source -->
    <transaction>lettings</transaction> <!-- The transaction is either sales or lettings for UK listings, sales for overseas listings -->
    <type>flat</type> <!-- The property type (please see the schema for valid values) -->
    <status>available</status> <!-- The status of the property (please see the schema for valid values) -->
    <new_build>0</new_build> <!-- Whether the property is a new build or not -->
    <price>498</price> <!-- The full sales or lettings price. If lettings this must be used in combination with rent_frequency -->
    <currency>GBP</currency> <!-- The currency used for the price of the property -->
    <rent_frequency>pm</rent_frequency> <!-- Lettings only value which represents the frequency of the rental price above (per month, per week, per annum, per quarter)  -->
    <deposit>150</deposit> <!-- Lettings only rent deposit if one is due -->
    <council_tax_exempt>false</council_tax_exempt> <!-- May 2022 Material information. Is the property exempt from council tax. Lettings only-->
    <house_flat_share>1</house_flat_share> <!-- Lettings only specify if the listing is a house/flat share -->
    <student_property>1</student_property> <!-- Lettings only specify if the property is a student accommodation -->
    <housing_benefit>0</housing_benefit> <!-- Lettings only specify if the landlord accepts DSS tenants -->
    <pets_allowed>0</pets_allowed> <!-- Lettings only if the landlord accepts pets -->
    <administration_fee>Details regarding any admin fee.</administration_fee>
    <date_available>2018-10-10</date_available> <!-- Lettings only value. When is the property available to be rented -->
    <house_name_number>556</house_name_number> <!-- The house or building name and or door number is required for every listings (this is not displayed to customers on portals) -->
    <address_1>Finchley Road</address_1> <!-- The first line of the address should be the road name minus the door number, city or town -->
    <town>Golders Green</town> <!-- The town location must be included although if unavailable you can duplicate the city value here -->
    <city>London</city> <!-- The city or closest equivalent location such as the county must be included -->
    <country_code>GB</country_code> <!-- The two character country code for the listing (default will be GB) -->
    <postcode>NW11 8DD</postcode> <!-- the full UK property postcode in this format XYZ0 0AB -->
    <display_address>556 Finchley Road, Golders Green, London NW11</display_address> <!-- A formatted display address for the listing. This may be used by some feed services. -->
    <latitude>55.8592500271146</latitude> <!-- The latitude of the listing location if available (recommended) -->
    <longitude>-4.23704705010232</longitude> <!-- The longitude of the listing location if available (recommended)  -->
    <summary>The property summary goes here</summary> <!-- The short property summary must be included. This is typically the first paragraph of the main description. HTML is not allowed  -->
    <description>The property full description goes here</description> <!-- The full property description must be included. Most HTML is not allowed accept some tags such as <p><ul><ol><li><strong><i><b><br/> -->
    <features> <!-- The property features block. Maximum of 10 values -->
      <feature>Shared Property</feature>
      <feature>En-suite</feature>
      <feature>Garden access</feature>
    </features>
    <bedrooms>6</bedrooms> <!-- The number of bedrooms. If the property type is Studio, this must be set as 1 -->
    <bathrooms>3</bathrooms> <!-- The number of bathrooms. If the property type is Studio, this must not be greater than 1 -->
    <receptions>2</receptions> <!-- The number of receptions or living rooms. If the property type is Studio, this must not be greater than 1 -->
    <outside_space>communal garden</outside_space> <!-- Please see our XML schema for details of the valid values you can use here -->
    <floors>3</floors> <!-- The number of floors in the property -->
    <furnished>furnished</furnished> <!-- Please see our schema for details of the valid values you can use here -->
    
    <!-- Example Rightmove specific values related to the heating available within the property -->
    <rightmove_heating>
        <heating>double_glazing</heating>
        <heating>gas_central</heating>
    </rightmove_heating>
    
    <rightmove_parking>
    	<parking>driveway</parking>
    </rightmove_parking>
    
    <!-- Example Rightmove specific values related to the accessibility options available for the property -->
    <rightmove_accessibility>
        <accessibility>ramped_access</accessibility>
    </rightmove_accessibility>

        
     <!-- Example Zoopla specific values related to the connected utilities within the property -->
     <zoopla_connected>
        <connected>electricity</connected>
        <connected>gas</connected>
        <connected>water</connected>
        <connected>telephone</connected>
        <connected>fibre_optic</connected>
     </zoopla_connected>
        
     <!-- Example Zoopla specific values related to the parking options available for the property -->
     <zoopla_parking>
        <parking>residents_parking</parking>
     </zoopla_parking>
        
     <!-- Further example Zoopla specific values. Please see our schema for more information -->
     <zoopla_council_tax_band>B</zoopla_council_tax_band>
     <zoopla_central_heating>full</zoopla_central_heating>
     <zoopla_double_glazing>1</zoopla_double_glazing>
     <zoopla_wood_floors>1</zoopla_wood_floors>
     <zoopla_basement>1</zoopla_basement>
     <zoopla_utility_room>1</zoopla_utility_room>
     <zoopla_decorative_condition>good</zoopla_decorative_condition>
     <!-- In addition to the main property description, you can break down the room descriptions and dimensions as follows -->
     <rooms>
    	<room>
      	<room_name>Master Bedroom</room_name>
        <room_description>This is the master bedroom description</room_description>
        <room_length>12</room_length>
        <room_width>9</room_width>
        <room_dimension_unit>feet</room_dimension_unit>
      </room> 
      <room>
      	<room_name>Second Bedroom</room_name>
        <room_description>This is a second bedroom description.</room_description>
        <room_dimensions>L Shaped 10' x 8'</room_dimensions>
      </room> 
    </rooms>
     <!-- The media block contains all attachments. Up to 30 images can be included, 1 EPC, 1 floor plan, 1 Brochures and 1 Home pack  
	All attachments must be available on a public URL and use a valid extension such as .jpg, .png, .pdf. Attachments missing an extension will not be imported.
	Up to 30 images can be included and should be present in the order you want them displayed. The top being the first photo. -->
    <media> 
      <image>
        <url>https://s3.eu-west-2.amazonaws.com/media.estateagentfeeds.com/properties/media/xl/0415740eaa4d9decbc8da001d3fd805f79883.jpg</url>
        <caption>Front</caption>
      </image>
      <image>
        <url>https://s3.eu-west-2.amazonaws.com/media.estateagentfeeds.com/properties/media/xl/0415740eaa4d9decbc8da001d3fd805f00523.jpg</url>
        <caption>Kitchen</caption>
      </image>
      <floorplan>
	<url>https://s3.eu-west-2.amazonaws.com/media.estateagentfeeds.com/properties/media/docs/ca2269a193ca0bd45e48f334b39d3b2e49170349849722780238_floor.png</url>
	<caption>Floor plan</caption>
      </floorplan>
      <epc>
	<url>https://s3.eu-west-2.amazonaws.com/media.estateagentfeeds.com/properties/media/docs/ca2269a193ca0bd45e48f334b39d3b2e89372774280761547980_epc.pdf</url>
	<caption>EPC</caption>
      </epc>
    </media>
  </property>
</root>