Residential For Rent OpenPMXLite Example
From Real Estate Wiki
Below is a sample RSS feed for the OpenPMXLite Residential For Rent Property types.
[edit]
Notes
- The type value that goes into <opmxl:propertytype> can be looked up on the Property Types page
- The Sale Status value can be shown on the Status Types page. Generally the property listing should continue to be shown until it the feed shows a Closed status:
For Example: <opmxl:status>Closed</opmxl:status>. That will let the hosting database provider know that this property has been closed out and should be taken off the market.
- If you have multiple floorplans per property, like an apartment complex, you can provide us all three floorplans. To include all floorplans with the feed, simply keep the address and location information in all floorplan items identical. If a feed matches up with the address of a previous property of yours, it is assumed that it is a different floorplan of the same property.
[edit]
Sample
<item>
<title>Centuryway</title>
<link>http://www.propbot.com/propDisplay.php?resintid=5874</link>
<guid>http://www.propbot.com/O4K6XXO5874</guid> (Unique Id. Must be less than 255 characters)
<description>20678 centuryway is a Beautiful 3 bedroom home ....</description>
<pubDate>Tue, 13 Feb 2007 14:56:32 EST</pubDate>
<opmxl:image1>http://www.propbot.com/image.php?id=47446&size=full</opmxl:image1> (full size photo please)
<opmxl:category>rfr</opmxl:category>
<opmxl:uniqueId>5874</opmxl:uniqueId> (This number should be unique and never change)
<opmxl:status>Active</opmxl:status> (See Status Types page for details)
<opmxl:propertytype>Single Family Home/Detached</opmxl:propertytype> (See Property Types page for details)
<opmxl:address>20678 Centuryway</opmxl:address>
<opmxl:locality>Maple Heights</opmxl:locality> (Town or City)
<opmxl:province>OH</opmxl:province> (State or Province)
<opmxl:postalcode>44137</opmxl:postalcode>
<opmxl:price>900.00</opmxl:price> (decimal)
<opmxl:pricetype>USD</opmxl:pricetype> (3 digit money code)
<opmxl:renttype>$/Month</opmxl:renttype> ($/Day,$/Week,$/BiWeek,$/Month)
<opmxl:securitydeposit>1250</opmxl:securitydeposit> (there is no securitydeposittype, because we can assume the security deposit is the same type as price)
<opmxl:lotsize>32342</opmxl:lotsize> (decimal)
<opmxl:lotsizetype>sqfeet</opmxl:lotsizetype>(acres, sqfeet, meters)
<opmxl:interiorsize>2355</opmxl:interiorsize>(decimal)
<opmxl:interiorsizetype>sqfeet</opmxl:interiorsizetype>(sqfeet,meters)
<opmxl:bedrooms>3</opmxl:bedrooms>
<opmxl:bathrooms>1</opmxl:bathrooms> (Decimals can be accepted as well ie - 2.5)
<opmxl:latitude>34.2342</opmxl:latitude>
<opmxl:longitude>-74.242</opmxl:longitude>
<opmxl:yearbuilt>1974</opmxl:yearbuilt>
<opmxl:contactname>Jane Doe</opmxl:contactname>
<opmxl:contactphone>1-234-567-8910</opmxl:contactphone>
<opmxl:contactemail>jdoe@example.com</opmxl:contactemail>
<opmxl:contactdomain>example.com</opmxl:contactdomain>
</item>
