Home | Documentation | Examples | Namespace | Schemas | Stylesheets | Tools | Help | Wiki

Remetal RobinRemetal: Real Estate Meta Language"The XML of Real Estate"

estate

estate - all that a person or organization owns, whether real or personal property.

Revision History
Revision $2 $ 
$13 Mar 10 $

Synopsis

Content Model

estate ::= (property+)

Attributes

none

Description

All that a person or organization owns, whether real or personal property.

Parents

none

Children

property, residential, comment, contact, garage, location, lot, lotshape, lotsize, pool, price, rooms, bathroom, bedroom, diningroom, kitchen, livingarea, livingroom, dimensions, depth, height, length, width, feet, meters, squarefeet, squaremeters, status, style, yearbuilt

See Also

property, residential

Examples

  
<estate>
 <property>
    <residential>
      <comment>Price reduced, must sell!</comment>
      <contact>Robert Langdon</contact>
      <garage>
        <dimensions>
	  <width>
	    <feet>20</feet>
	  </width>
	  <length>
	    <feet>30</feet>
          </length>
        </dimensions>
      </garage>
      <location>
        Boston, Massachusetts
      </location>
      <lot>
        <lotsize>
	  <dimensions>
	    <width>
	      <feet>100</feet>
	    </width>
            <length>
	      <feet>100</feet>
            </length>
	  </dimensions>
        </lotsize>
       </lot>
       <pool>
         <dimensions>
	   <width>
	     <feet>15</feet>
           </width>
	   <length>
	     <feet>10</feet>
           </length>
          </dimensions>
        </pool>
        <price>$150,000</price>
	<rooms>
	  <bathroom>
	    <dimensions>
	      <width>
	        <feet>20</feet>
              </width>
	      <length>
	        <feet>20</feet>
              </length>
            </dimensions>
          </bathroom>
	  <bathroom>
	    <dimensions>
	      <width>
	        <feet>20</feet>
              </width>
	      <length>
	        <feet>20</feet>
              </length>
            </dimensions>
          </bathroom>
	  <bedroom>
	    <dimensions>
	      <width>
	        <feet>25</feet>
              </width>
	      <length>
	        <feet>25</feet>
              </length>
            </dimensions>
          </bedroom>
	   <bedroom>
	     <dimensions>
	      <width>
	        <feet>30</feet>
              </width>
	      <length>
	        <feet>30</feet>
              </length>
            </dimensions>
          </bedroom>
	   <bedroom>
	     <dimensions>
	      <width>
	        <feet>35</feet>
              </width>
	      <length>
	        <feet>35</feet>
              </length>
            </dimensions>
          </bedroom>
        </rooms>
	<squarefeet>2,000</squarefeet>
	<status>active</status>
	<style>single family</style>
	<yearbuilt>2000</yearbuilt>
      </residential>
    </property>
   </estate>

Home | Documentation | Examples | Namespace | Schemas | Stylesheets | Tools | Help | Wiki