ReloRSS comes in two version Simple and Extended. The intent for the two version is to allow for a light weight version to use where a heavy version is just overkill and two complex for the basic information that a person may wish to present to a user.
The simple version of ReloRSS was created to use in the situations where a user may only wish to provide the very basic information about a property.
A simple ReloRSS feed would look something like this.
<item> <title>Wow! a great Denver Property</title> <link>http://relorss.com/123456/</link> <description> Awsome House! in the Denver area. This house features hardwood floors and new carpeting. </description> <guid>http://relorss.com/123456/</guid> <relorss:pubDate>2007-08-01T09:00:00 -0700</relorss:pubDate> <relorss:expDate>2007-08-29T09:00:00 -0700</relorss:expDate> <relorss:streetNumber>123</relorss:streetNumber> <relorss:streetDirection>West</relorss:streetDirection> <relorss:streetName>Test</relorss:streetName> <relorss:streetType>St</relorss:streetType> <relorss:unitNumber>733</relorss:unitNumber> <relorss:city>Denver</relorss:city> <relorss:state>CO</relorss:state> <relorss:zip>80234</relorss:zip> <relorss:country>USA</relorss:country> <relorss:price currency="USD">100000.00</relorss:price> <relorss:bedrooms>4</relorss:bedrooms> <relorss:bathrooms>3</relorss:bathrooms> <relorss:sqft>10000</relorss:sqft> <relorss:lotSize>10000</relorss:lotSize> <relorss:year>2007</relorss:year> <relorss:propertyType>Residential</relorss:propertyType> <relorss:mlsNumber>123456</relorss:mlsNumber> <georss:point>45.256 -71.92</georss:point> <relorss:photos> <relorss:photo>http://relorss.com/123456/photo1/</relorss:photo> <relorss:photo>http://relorss.com/123456/photo2/</relorss:photo> <relorss:photo>http://relorss.com/123456/photo3/</relorss:photo> </relorss:photos> <relorss:agent> <relorss:agentName>John Smith</relorss:agentName> <relorss:agentPhone>555-555-5555</relorss:agentPhone> <relorss:agentEmail>john.smith@relorss.com</relorss:agentEmail> </relorss:agent> <relorss:broker> <relorss:brokerName>Smith Real Estate</relorss:brokerName> <relorss:brokerPhone>555-555-5555</relorss:brokerPhone> <relorss:brokerEmail>info@relorss.com</relorss:brokerEmail> </relorss:broker> </item>Sample ReloRSS Simple RSS Feed | Extended Documentation
The extended version of ReloRSS was created for those instances that a user may wish to provide a large amount of information about a property.
An extended ReloRSS feed would look something like this.
<item> <title>Wow! a great Denver Property</title> <link>http://relorss.com/123456/</link> <description> Awsome House! in the Denver area. This house features hardwood floors and new carpeting. </description> <guid>http://relorss.com/123456/</guid> <relorss:pubDate>2007-08-01T09:00:00 -0700</relorss:pubDate> <relorss:expDate>2007-08-29T09:00:00 -0700</relorss:expDate> <relorss:location> <relorss:address>123 Test St.</relorss:address> <relorss:address2>#733</relorss:address2> <relorss:city>denver</relorss:city> <relorss:state>CO</relorss:state> <relorss:zip>80234</relorss:zip> <relorss:country>USA</relorss:country> <georss:point>45.256 -71.92</georss:point> </relorss:location> <relorss:info> <relorss:price currency="USD">100000.00</relorss:price> <relorss:sqft>10000</relorss:sqft> <relorss:lotSize>10000</relorss:lotSize> </relorss:info> <relorss:bedrooms> <relorss:bedroom name="Master" dimx="20" dimy="20"> <relorss:features> <relorss:feature> <relorss:name>Closet</relorss:name> <relorss:description>Walk-In</relorss:description> </relorss:feature> <relorss:feature> <relorss:name>Fireplace</relorss:name> <relorss:description>Gas Fireplace</relorss:description> </relorss:feature> </relorss:features> </relorss:bedroom> <relorss:bedroom name="Bedroom 1" dimx="12" dimy="12"> <relorss:features> <relorss:feature> <relorss:name>Closet</relorss:name> <relorss:description>Walk-In</relorss:description> </relorss:feature> </relorss:features> </relorss:bedroom> </relorss:bedrooms> <relorss:bathrooms> <relorss:bathroom name="Master" dimx="20" dimy="20" size="1"> <relorss:features> <relorss:feature> <relorss:name>Counter Top</relorss:name> <relorss:description>Granite</relorss:description> </relorss:feature> </relorss:features> </relorss:bathroom> <relorss:bathroom name="Bathroom 1" dimx="12" dimy="12" size="0.5"> <relorss:features> <relorss:feature> <relorss:name>Counter Top</relorss:name> <relorss:description>Granite</relorss:description> </relorss:feature> </relorss:features> </relorss:bathroom> </relorss:bathrooms> <relorss:openhouses> <relorss:openhouse> <relorss:startDate>2007-08-18T09:00:00 -0700</relorss:startDate> <relorss:endDate>2007-08-18T13:00:00 -0700</relorss:endDate> </relorss:openhouse> <relorss:openhouse> <relorss:startDate>2007-08-19T09:00:00 -0700</relorss:startDate> <relorss:endDate>2007-08-19T13:00:00 -0700</relorss:endDate> </relorss:openhouse> </relorss:openhouses> <relorss:features> <relorss:feature> <relorss:name>Room</relorss:name> <relorss:description>Play Room</relorss:description> </relorss:feature> <relorss:feature> <relorss:name>Room</relorss:name> <relorss:description>Den</relorss:description> </relorss:feature> <relorss:feature> <relorss:name>Hot Tub</relorss:name> <relorss:description>Above Ground</relorss:description> </relorss:feature> <relorss:feature dimx="20" dimy="100" dimz="12"> <relorss:name>Pool</relorss:name> <relorss:description>Olympic</relorss:description> </relorss:feature> <relorss:feature> <relorss:name>Dock</relorss:name> <relorss:description>Boat Dock</relorss:description> </relorss:feature> </relorss:features> <relorss:photos> <relorss:photo>http://relorss.com/123456/photo1/</relorss:photo> <relorss:photo>http://relorss.com/123456/photo2/</relorss:photo> <relorss:photo>http://relorss.com/123456/photo3/</relorss:photo> </relorss:photos> <relorss:agent> <relorss:agentName>John Smith</relorss:agentName> <relorss:agentPhone>555-555-5555</relorss:agentPhone> <relorss:agentEmail>john.smith@relorss.com</relorss:agentEmail> </relorss:agent> <relorss:broker> <relorss:brokerName>Smith Real Estate</relorss:brokerName> <relorss:brokerPhone>555-555-5555</relorss:brokerPhone> <relorss:brokerEmail>info@relorss.com</relorss:brokerEmail> </relorss:broker> </item>Sample ReloRSS Extended RSS Feed