<?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-new-homes-import-v1-schema.xsd">
<estate_agent_feeds>
<feed_type>new_homes</feed_type>
<feed_version>1.0</feed_version>
<!--  Example feed notes: Our import feed uses a Development > Style > Plot stucture. For a developmnt to be published, at least 1 style must be included. 
Plots are optional but it's highly recommended you use them where multiple plots share the same styling but simply have different number of bedrooms or varied prices. 
You can also include styles without any plots if you want each property advertised with unique descriptions and images. -->

<!-- Generally speaking. All mandatory tags 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 or it's default value should be used. 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 developments, styles and any plots that you wish to have published.
When a development or style has been modified in any way, you should adjust the <updated> dates to match. If a style and its plots are to be taken off the market,
 such as when all plots have been sold or let, the style should be removed from your feed or flagged as unpublished using the relevant tag. If an individual plot is to be unpublished you
 can use the "Hidden" status to hide/remove just that plot from the portal.  -->
</estate_agent_feeds>
<development><!-- A block of tags that contains the development. You can define 1 or more developments -->
<development_id>3414528887</development_id><!-- Your internal ID for this development which must be unique and never change. This value will be linked to our internal development branch ID which is sent to portals-->
<development_created>2022-11-30 14:22:29</development_created> <!-- The date the development was first created in your system -->
<development_updated>2023-01-04 17:42:00</development_updated> <!-- The date the development was last modified in your system -->
<development_published>1</development_published><!-- Whether the developmet and all related styles and plots should be published or remain inactive within your EAF account. -->
<development_name>Golden Circle London</development_name> <!-- The development name -->
<development_address> <!-- A block of mandatory tags that includes the development address parts -->
<development_address1>Finchley Road</development_address1>
<development_address2>Golder\'s Green</development_address2>
<development_town>London</development_town>
<development_postcode>NW11 8DD</development_postcode>
</development_address>
<developer><!-- A block of mandatory tags that describe the developer of the development -->
<developer_name>Estate Agent Feeds</developer_name>
<developer_region>london</developer_region>
<developer_email>support@estateagentfeeds.com</developer_email>
<developer_tel>020 3870 4550</developer_tel>
</developer>
<development_pricing><!-- General pricing information for the development. The values entered should be the minimum and maximum plot prices within the development -->
<plot_minimum_price>145000</plot_minimum_price>
<plot_maximum_price>363000</plot_maximum_price>
</development_pricing>
<development_marketing><!-- A block of tags for describing the development such as location, directions and showroom opening times -->
<opening_hours><![CDATA[The show home is open from: Mon - Fri 6am to 5:30pm]]></opening_hours>
<summary><![CDATA[Development summary text.]]></summary>
<description><![CDATA[Full development description text.]]></description>
<campaign><![CDATA[Campaign text.]]></campaign>
<specification><![CDATA[Details about the property styles and their plots.]]></specification>
<directions></directions>
<shopping></shopping>
<leisure></leisure>
<education></education>
<transport><![CDATA[Transport links in the area]]></transport>
<health><![CDATA[Local healthcare information]]></health>
<disclaimer><![CDATA[This is a disclaimer text]]></disclaimer>
</development_marketing>
<development_media><!-- A block of tags related to the media files specific to the overall development. Note: your property styles should have their own media files or these will be used by portals instead. -->
<!-- Media files should include a valid extension such as .JPG, .PNG, .PDF, files without an extension may be ignored by our import -->
<image>
<url>https://eafcloud.s3.eu-west-2.amazonaws.com/properties/media/xl/devc4ca4238a0b923820dcc509a6f75849b58011.jpg</url>
<caption><![CDATA[Development photo]]></caption>
</image>
<floorplan>
<url>https://eafcloud.s3.eu-west-2.amazonaws.com/properties/media/docs/devc4ca4238a0b923820dcc509a6f75849beW9p4rLw12NRvstf9JpQ_floor.png</url>
<caption><![CDATA[Floor Plan]]></caption>
</floorplan>
<siteplan>
<url>https://eafcloud.s3.eu-west-2.amazonaws.com/properties/media/docs/devc4ca4238a0b923820dcc509a6f75849b7HhPim9WoIDbyGhWxiIy_site.png</url>
<caption><![CDATA[Site Plan]]></caption>
</siteplan>
<brochure>
<url>https://eafcloud.s3.eu-west-2.amazonaws.com/properties/media/docs/devc4ca4238a0b923820dcc509a6f75849bWL6DpwnuOomeBmNvvYxa_pdf.png</url>
<caption><![CDATA[Brochure]]></caption>
</brochure>
</development_media>
<development_styles><!-- Block of tags that contains 1 or more property styles found within the development. Styles should be unique and are used to describe a specific property type such as a terraced house along with descriptions and media that can be shared between each plot you can include -->
<style>
<style_id>123</style_id><!-- A unique ID for the style -->
<style_created>2023-01-04 17:36:37</style_created> <!-- The date and time the style was first created in your system -->
<style_updated>2023-01-04 17:42:33</style_updated> <!-- The date and time the style was last modified in your system -->
<style_published>1</style_published> <!-- Whether the style and all related plots should be published or remain inactive within your EAF account. -->
<style_name>North B3</style_name> <!-- The style name -->
<style_type>town house</style_type> <!-- The style property type -->
<style_max_bedrooms>3</style_max_bedrooms> <!-- The maximum number of bedrooms across all related plots within the style -->
<style_max_bathrooms>2</style_max_bathrooms> <!-- The maximum number of bathrooms across all related plots within the style -->
<style_pricing><!-- A block of tags related to the style pricing -->
<style_min_price>145000</style_min_price> <!-- The minimum price across all plots included in the style -->
<style_max_price>363000</style_max_price> <!-- Tthe maximum price across all plots included in the style -->
<style_price_currency>GBP</style_price_currency> <!-- The currency of the pricing. GBP is the default -->
</style_pricing>

<style_material_information><!-- A block of tags related to materially important information about the property. Note: appended to all plot descriptions by portals so only use these values if you won't be publishing plots. If using plots, you should specify these details using it's description -->
<tenure>0</tenure>
<tenure_remaining>0</tenure_remaining>
<annual_service_charge>0</annual_service_charge>
<shared_ownership>0</shared_ownership>
<shared_ownership_percent>0</shared_ownership_percent>
<shared_ownership_rent_amount>0</shared_ownership_rent_amount>
<shared_ownership_rent_frequency>0</shared_ownership_rent_frequency>
<council_tax_band>0</council_tax_band>
<annual_domestic_rates>0</annual_domestic_rates>
</style_material_information>


<style_marketing><!-- A block of tags related to the description of the style. Note: in most cases these descriptions will be appended by portals to plot descriptions so it's advised to keep these fairly general unless you are not going to include plots.-->
<title><![CDATA[Golden Circle London]]></title>
<summary><![CDATA[Development summary text.]]></summary>
<description><![CDATA[Full development description text.]]></description>
<style_features><!-- A block of tags related to the styles key features. Note: in most cases the feature list is shared between all plots under this style -->
<feature><![CDATA[Fitted Kitchen]]></feature>
<feature><![CDATA[On-Street Parking]]></feature>
<feature><![CDATA[Large Double Bedrooms]]></feature>
<feature><![CDATA[Landscaped Back Garden]]></feature>
<feature><![CDATA[Close to Shops]]></feature>
</style_features>

<style_rooms><!-- A block of tags related to rooms and their optional floors. In most cases portals will display floors and or rooms under the property description. -->
<room>
<room_floor_name><![CDATA[Ground Floor]]></room_floor_name><!-- The optional floor name. To just describe rooms in the property, you can leave this out. -->
<room_name><![CDATA[Living Room]]></room_name>
<room_description><![CDATA[Room description]]></room_description>
<room_length>12</room_length>
<room_width>15</room_width>
<room_dimension_unit>feet</room_dimension_unit>
</room>
<room>
<room_floor_name><![CDATA[Ground Floor]]></room_floor_name><!-- The optional floor name. To link multiple rooms to the same floor include the same floor name. -->
<room_name><![CDATA[Kitchen]]></room_name>
<room_description><![CDATA[Details about the fitted kitchens within this style]]></room_description>
<room_dimension_text><![CDATA[16 x 9 ft]]></room_dimension_text>
</room>
<room>
<room_floor_name><![CDATA[Second Floor]]></room_floor_name>
<room_name><![CDATA[Master Bedroom]]></room_name>
<room_length>16</room_length>
<room_width>12</room_width>
<room_dimension_unit>feet</room_dimension_unit>
</room>
<room>
<room_floor_name><![CDATA[Second Floor]]></room_floor_name>
<room_name><![CDATA[Bathroom]]></room_name>
<room_description><![CDATA[Details about the bathrooms within this style]]></room_description>
</room>
</style_rooms>
</style_marketing>
<style_media><!-- A block of tags related to the style media. Note: media files added here will be shared between all plots advertised on the portal. -->
<!-- Media files should include a valid extension such as .JPG, .PNG, .PDF, files without an extension may be ignored by our import -->
<image>
<url><![CDATA[https://eafcloud.s3.eu-west-2.amazonaws.com/properties/media/xl/style4ba27f099560ca178708875abe28a08858425.jpg]]></url>
<caption><![CDATA[Photo]]></caption>
</image>
<floorplan>
<url><![CDATA[https://eafcloud.s3.eu-west-2.amazonaws.com/properties/media/docs/style4ba27f099560ca178708875abe28a088Q3xJSCFvaaPtGsKajDZw_floor.png]]></url>
<caption><![CDATA[Floor Plan]]></caption>
</floorplan>
</style_media>
<style_plots><!-- A block of tags related to plots that share this style. Plots should be unqiue or portals may not publish them and stipulate the advertised price, number of bedrooms and availability.-->
<plot>
<plot_name_number><![CDATA[1A]]></plot_name_number><!-- The door / house number or your plot ID -->
<plot_status>available</plot_status> <!-- The current status of the plot -->
<plot_price>145000</plot_price> <!-- The advertised price of the plot -->
<plot_price_qualifier>shared-ownership</plot_price_qualifier> <!-- The price qualifier of the plot -->
<plot_bedrooms>1</plot_bedrooms><!-- The number of bedrooms in the plot. Note: the number of bathrooms is not currently supported by portals so include this in the summary. -->
<plot_sap>68</plot_sap><!-- the plots SAP rating -->
<plot_garage>single garage</plot_garage><!-- the garage type included with the property -->
<plot_summary><![CDATA[Plot description]]></plot_summary><!-- If used, the plot summary should contain any specific details such as shared ownership values, rental rates related to this property.-->
</plot>
<plot>
<plot_name_number><![CDATA[2A]]></plot_name_number>
<plot_status>available</plot_status>
<plot_price>197000</plot_price>
<plot_price_qualifier>shared-ownership</plot_price_qualifier>
<plot_bedrooms>1</plot_bedrooms>
<plot_sap>68</plot_sap>
<plot_garage>single garage</plot_garage>
<plot_summary><![CDATA[Plot description]]></plot_summary>
</plot>
<plot>
<plot_name_number><![CDATA[3B]]></plot_name_number>
<plot_status>available</plot_status>
<plot_price>255000</plot_price>
<plot_price_qualifier>from</plot_price_qualifier>
<plot_bedrooms>2</plot_bedrooms>
<plot_sap>67</plot_sap>
<plot_garage>single garage</plot_garage>
<plot_summary><![CDATA[Plot description]]></plot_summary>
</plot>
<plot>
<plot_name_number><![CDATA[4B]]></plot_name_number>
<plot_status>available</plot_status>
<plot_price>363000</plot_price>
<plot_price_qualifier>from</plot_price_qualifier>
<plot_bedrooms>3</plot_bedrooms>
<plot_sap>69</plot_sap>
<plot_garage>double garage</plot_garage>
<plot_summary><![CDATA[Plot description]]></plot_summary>
</plot>
</style_plots>
</style>
</development_styles>
</development>
</root>
