Home | Documentation | Examples | Namespace | Schemas | Stylesheets | Tools | Help | Wiki
![]() | Remetal: Real Estate Meta Language | "The XML of Real Estate" |
estate - all that a person or organization owns, whether real or personal property.
| Revision History | ||
|---|---|---|
| Revision $2 $ | ||
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
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
| Copyright 2008-2010 Global Real Estate and Technology Consortium (GR8C) | Documentation was created using the DocBook. |