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

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

pool

pool - a pool used for swimming and recreation.

Revision History
Revision $1 $ 
$09 Feb 09 $

Synopsis

Content Model

pool ::= (dimensions)

Attributes

none

Description

A pool used for swimming and recreation.

Parents

estate, property, residential

Children

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

See Also

contact, estate, garage, price, property, residential, status, style, yearbuilt.

Examples

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


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