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

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

garage

garage - a building (or section of a building) used to store a car, tools, and other miscellaneous items.

Revision History
Revision $1 $ 
$15 Feb 09 $

Synopsis

Content Model

garage ::= (dimensions)

Attributes

none

Description

a building (or section of a building) used to store a car, tools, and other miscellaneous items.

Parents

estate, property, residential

Children

dimensions, depth, height, width, length, feet, meters

See Also

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

Examples

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

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