<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:ror="http://rorweb.com/0.1/">
<channel> 
   <title>Acme Properties</title>

   <!-- First Property -->  
   <item>
      <title>Title of Property Listing One</title>
      <link>http://www.acme.com/property_one.htm</link>    
      <description>Description of Property One</description>
      <ror:image>http://www.acme.com/property_one_curb.gif</ror:image>
      <ror:image>http://www.acme.com/property_one_living.gif</ror:image>
      <ror:image>http://www.acme.com/property_one_masterbed.gif</ror:image>
      <ror:type>Property</ror:type>
      <ror:price>450000</ror:price>
      <ror:currency>USD</ror:currency>
      <ror:bedrooms>4</ror:bedrooms>
      <ror:bathrooms>2.5</ror:bathrooms>
      <ror:sizeLotFeet>20000</ror:sizeLotFeet>
      <ror:sizeLivingFeet>2500</ror:sizeLivingFeet>
      <ror:propertyType>Single-Family</ror:propertyType>
      <ror:mlsID>123456789</ror:mlsID>
      <ror:stateRegion>MA</ror:stateRegion>
      <ror:postalCode>02215</ror:postalCode>
      <ror:city>Boston</ror:city>
      <ror:country>USA</ror:country>
   </item>

   <!-- Second Property -->  
   <item>
      <title>Title of Property Listing Two</title>
      <link>http://www.acme.com/property_two.htm</link>    
      <description>Description of Property One</description>
      <ror:image>http://www.acme.com/property_two_curb.gif</ror:image>
      <ror:image>http://www.acme.com/property_two_living.gif</ror:image>
      <ror:image>http://www.acme.com/property_two_masterbed.gif</ror:image>
      <ror:type>Property</ror:type>
      <ror:price>320000</ror:price>
      <ror:currency>USD</ror:currency>
      <ror:bedrooms>4</ror:bedrooms>
      <ror:bathrooms>2.5</ror:bathrooms>
      <ror:sizeLotFeet>10000</ror:sizeLotFeet>
      <ror:sizeLivingFeet>2000</ror:sizeLivingFeet>
      <ror:propertyType>Condo</ror:propertyType>
      <ror:mlsID>123456780</ror:mlsID>
      <ror:stateRegion>MA</ror:stateRegion>
      <ror:postalCode>02215</ror:postalCode>
      <ror:city>Boston</ror:city>
      <ror:country>USA</ror:country>
   </item>

</channel>
</rss>
