Commercial For Sale 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>Buy it now before remodel</title>
	<link>http://www.propbot.com/DUG80GN</link>
	<guid>http://www.propbot.com/DUG80GN</guid> (Unique Id. Must be less than 255 characters)
	<description>Need some remodel would make a great office for insurance company. Property is located right downtown Glendale.
 Price: $125,000...</description>
	<pubDate>Mon, 12 Feb 2007 18:00:57 EST</pubDate>

        <opmxl:image1>http://www.propbot.com/image.php?id=47446&size=full</opmxl:image1> (full size photo please)
        <opmxl:category>cfs</opmxl:category>
        <opmxl:uniqueId>5874</opmxl:uniqueId> (This number should be unique and never change)
        <opmxl:status>Active</opmxl:status> (See Status Type page for details)
	<opmxl:propertytype>Office/Medical</opmxl:propertytype> (See Property Type page for details)
	<opmxl:address>7119 N. 59th Dr.</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>9000000.00</opmxl:price> (decimal)
        <opmxl:pricetype>USD</opmxl:pricetype> (3 digit money code)
	<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>34.4646</opmxl:latitude>
	<opmxl:longitude>-75.2342</opmxl:longitude>
	<opmxl:yearbuilt>1990</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