Home | Documentation | Examples | Namespace | Schemas | Stylesheets | Tools | Help | Wiki
![]() | Remetal: Real Estate Meta Language | "The XML of Real Estate" |
property - the exclusive right of possessing, enjoying, and disposing of a thing.
| Revision History | ||
|---|---|---|
| Revision $1 $ | ||
Synopsis
Content Model
property ::= (residential+)
Attributes
none
Description
The exclusive right of possessing, enjoying, and disposing of a thing.
Parents
Children
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
<!DOCTYPE property PUBLIC "-//GR8C//DTD Remetal XML V0.3//EN"
"http://www.gr8c.org/remetal/xml/0.3/remetal.dtd">
<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>
![]()
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. |