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

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

rooms

rooms - are any distinguishable spaces within a structure

Revision History
Revision $1 $ 
$16 Feb 09 $

Synopsis

Content Model

rooms ::= (bathroom, bedroom, diningroom, kitchen, livingarea, livingroom)

Attributes

none

Description

Are any distinguishable spaces within a structure. Usually, a room is separated from other spaces or passageways by interior walls; moreover, it is separated from outdoor areas by an exterior wall, sometimes with a door.

Parents

estate, property, residential

Children

bathroom, bedroom, diningroom, kitchen, livingarea, livingroom, dimensions, depth, height, length, width, feet

See Also

bathroom, bedroom, diningroom, kitchen, livingarea, livingroom.

Example

  
<!DOCTYPE rooms PUBLIC "-//GR8C//DTD Remetal XML V0.3//EN"
          "http://www.gr8c.org/remetal/xml/0.3/remetal.dtd">
	  <rooms>
            <bathroom>
	      <dimensions>
	        <width>10</width>
		<length>15</length>
              </dimensions>
            </bathroom>
	    <bathroom>
	      <dimensions>
	        <width>15</width>
		<length>15</length>
              </dimensions>
            </bathroom>
	    <bedroom>
	      <dimensions>
	        <width>20</width>
		<length>25</length>
              </dimensions>
            </bedroom>
	    <bedroom>
	      <dimensions>
	        <width>30</width>
		<length>35</length>
	      </dimensions>
            </bedroom>
            <bedroom>
              <dimensions>
	        <width>30</width>
		<length>40</length>
              </dimensions>
            </bedroom>
          </rooms>

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