<?xml version="1.0" encoding="UTF-8"?>
<properties>
	<property>
		<location>
			<longitude></longitude>
			<latitude></latitude>
           	<street-number></street-number>
           	<street-name></street-name>
           	<city-name></city-name>
           	<county></county>
           	<state-code></state-code>
           	<zipcode></zipcode>
		</location>
		<details>
           	<price></price>
           	<year-built></year-built>
           	<num-bedrooms></num-bedrooms>
           	<num-bathrooms></num-bathrooms>
           	<apartment-number></apartment-number>
           	<date-listed></date-listed>
           	<date-sold></date-sold>
           	<listingID></listingID>
		</details>
		<agent>
	   		<broker-name></broker-name>
           	<agent-name></agent-name>
           	<phone-number></phone-number>
           	<email></email>
		</agent>
		<status>
			<for-sale></for-sale>
			<sold></sold>
			<pending></pending>
		</status>
		<property-type>
			<apartment-condo-townhouse></apartment-condo-townhouse>
			<mobile-manufactured></mobile-manufactured>
          	<farm-ranch></farm-ranch>
           	<multi-family></multi-family>
           	<lot-land></lot-land>
           	<single-family-home></single-family-home>
		</property-type>
	  	<pictures>
			<picture></picture>
	    	<picture-url></picture-url>
	  	</pictures>
		<landing-page>
           <url></url>
           <has-virtual-tour></has-virtual-tour>
		</landing-page>
	</property>
</properties>