Remetal 0.3 Upcoming Release 

It’s been awhile since I’ve updated Real Estate Meta Language, Remetal, but that’s changed. I’m currently adding children elements to the following elements:

  • kitchen
  • livingroom
  • office
  • garage

Here’s an example for the pool element:

    <real:pool>
      <real:dimensions/>

          <real:width>
            <real:meters/>
            <real:feet/>
          </real:width>

          <real:length>
            <real:meters/>
            <real:feet/>
          </real:length>

          <real:depth>
            <real:meters/>
            <real:feet/>
          </real:depth>

        </real:dimensions>
    </real:pool>

I hope to have the DTD and schemas refactored and published by this sunday evening. I’ll have an announcement for the release soon after.

–Corey