View on GitHub

SwissRETS

Swiss real estate transaction standard

Download this project as a .zip file Download this project as a tar.gz file

GitHub package version Build Status GitHub

SwissRETS

SwissRETS is a swiss real estate transaction standard. The main goal ist to standardise data exchange between real estate software and platforms. It’s meant to be a replacement for old and static formats like the widely used IDX 3.01 in Switzerland.

Using SwissRETS

XML

Schema location declaration for validation.

<?xml version="1.0" encoding="utf-8"?>
<export
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.7.0/schema.xsd"
  >
  <!-- ... -->
</export>

Documentation

  1. XSD docs generated from the schema
  2. Details
  3. Example files
  4. Changelog Complete release history and migration paths for braking changes

Submitting a change request or an idea

  1. Make sure you fill only a single topic per issue
  2. Please write in English
  3. Go to the new issue page

Contributing

Developers please check our contribution guide