Commercial For Lease OpenPMXLite Example

From Real Estate Wiki

Jump to: navigation, search

Below is a sample RSS feed for the OpenPMXLite Residential For Sale Property types.

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.

Sample

<item>
	<title>Class A Office Space</title>
	<link>http://www.propbot.com/propDisplay.php?commintid=1270</link>
	<guid>http://www.propbot.com/ELT4LOP1270</guid> (Unique Id. Must be less than 255 characters)
	<description>Class A Office * 10,125 - 30,125 sq ft * Workstations Included.
 Price: $11/SF/Year...</description>
	<pubDate>Mon, 12 Feb 2007 17:37:19 EST</pubDate>

	<opmxl:image1>http://www.propbot.com/image.php?id=47446&size=full</opmxl:image1> (full size photo please)
	<opmxl:category>cfl</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>Retail/Street Retail</opmxl:propertytype> (See Property Type page for details)
	<opmxl:address>6015 31st Street East</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>2.325</opmxl:price> (decimal)
        <opmxl:pricetype>USD</opmxl:pricetype> (3 digit money code)
        <opmxl:renttype>$/SF/Month</opmxl:renttype> ($/SF/Year,$/Year,$/Month,$/SF/Month)
	<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:latitude>32.2113</opmxl:latitude>
	<opmxl:longitude>-71.1231</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>
Personal tools