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

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

dimensions

dimensions - measures of spatial extent in a particular direction, such as height, width, and depth.

Revision History
Revision $1 $ 
$16 Feb 09 $

Synopsis

Content Model

dimensions ::= (depth?, height?, length?, width?)

Attributes

none

Description

Measures of spatial extent in a particular direction, such as height, width, and depth.

Parents

garage, lotsize, pool, bedroom, diningroom, kitchen, livingarea, livingroom

Children

The following elements occur in dimensions: dimensions, width, length, height, depth

See Also

feet, height, length, meters, squarefeet, squaremeters, width.

Examples

  
<!DOCTYPE dimensions PUBLIC "-//GR8C//DTD Remetal XML V0.3//EN"
          "http://www.gr8c.org/remetal/xml/0.3/remetal.dtd">
      <dimensions>
        <width>
	  <feet>10</feet>
	</width>
	<height>
	  <feet>5</feet>
        </height>
	<length>
	  <feet>20</feet>
	</length>
      </dimensions>

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