Showing posts with label remetal. Show all posts
Showing posts with label remetal. Show all posts

Sunday, November 6, 2011

Happy First Birthday WWMLS

Last Saturday marked the first birthday for the World Wide MLS (WWMLS). Since then, the follow progress has been made towards WWMLS:





As MLSN is presented to different groups such as academics and technologists, I am confident with the two upcoming presentations in 2012, especially in St. Petersburg at ARES, that the MLSN Protocol and WWMLS framework will alter others' thought processes of not only the dysfunctional aspect of today's legacy MLS, but also future directions in how real estate consumers interact and expect a specific quality of service (QoS) from real estate professionals. The main intention is integrate WWMLS in every aspect of the future of real estate.



Moving foward, the second phase for WWMLS will be the introduction of the messaging language called Real Estate Metadata Language (Remetal). This XML language will be used to markup properties in a self-describing, yet simple language for sending and receiving between the main OpenMLS Registry and accredited OpenMLS Registrars. I plan to propose Remetal to additional call for papers (CFP) on the academic and technical levels in 2012.



The third yet most important phase will be for the Real Estate Transport Protocol (RETP). This protocol defines the type of messaging, the distribution channels, error correction system, etc. Again, RETP papers will be proposed along with exhibitions at national and if necessary global science fairs.



The future of real estate is bright and changing.



And as the cliche goes, please stay tuned...



--Corey

Friday, October 9, 2009

Foward thinking to Remetal 0.4


As I finish work on 0.3 of the Real Estate Meta Language, I can't help to look forward to release 0.4. The obvious element which needs a bit of attending to is the <location> element. So here's my thought for this.



For <location>, Remetal will reuse the <Location> compound element offered by Google's Keyhole Markup Language (KML). <Location> is the parent element to following elements as such:



[sourcecode language="xml"]
<Location>
<longitude>39.55375305703105</longitude>
<latitude>-118.9813220168456</latitude>
<altitude>1223</altitude>
</Location>
[/sourcecode]

With this and a bit of xsl transformation, could this element inclusion lead to mapping apps reusing remetal listings? Hopefully is my first thought. I'll let the developers decide what to do and resist tainting. ;)



One of the main principles of the Internet is to "reuse" protocols which already exist, but in this case Remetal will simply reuse an element which already exists thanks to KML.



Feel free to leave comments.



--Corey

Wednesday, October 7, 2009

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:



[sourcecode language="xml"]
<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>
[/sourcecode]


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