Skip to content

Commit

Permalink
Merge pull request #185 from qualipool/release-prep-2-3-0
Browse files Browse the repository at this point in the history
Release prep 2 3 0
  • Loading branch information
jensstalder committed May 12, 2021
2 parents a1c2f42 + 066ee64 commit 30e52e7
Show file tree
Hide file tree
Showing 22 changed files with 2,031 additions and 25 deletions.
2,001 changes: 2,001 additions & 0 deletions docs/dist/v2.3.0/schema.xsd

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions docs/index.md
Expand Up @@ -9,27 +9,30 @@ SwissRETS is a swiss real estate transaction standard. The main goal ist to stan
## Using SwissRETS

### XML

Schema location declaration for validation.

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

### Documentation

1. [XSD docs](https://swissrets.ch/docs/noNamespace/) generated from the schema
1. Details
- [Attachments](./Attachments.md) - images, documents, links
- [Availability](Availability.md) - lifecycle states
- [Categories](Categories.md) - categorization
- [Characteristics](./Characteristics.md) - facts and features
- [Applicables](./Characteristics.md#type-applicable)
- [Generic-areas](./Generic-areas.md) - definitions for the non-sia and more simple set of areas.
- [SIA-areas](./SIA-areas.md) - area definitions according to [SIA 416](http://www.svkg.ch/)
- [Applicables](./Characteristics.md#type-applicable)
- [Generic-areas](./Generic-areas.md) - definitions for the non-sia and more simple set of areas.
- [SIA-areas](./SIA-areas.md) - area definitions according to [SIA 416](http://www.svkg.ch/)
- [Usage FAQ](FAQ)
- [Utilizations](Utilizations.md) - usage groups
- [Heating generation and distribution](./Heating.md)
Expand All @@ -38,9 +41,11 @@ Schema location declaration for validation.
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
1. Please write in English
1. Go to the [new issue page](https://github.com/qualipool/swissrets/issues/new/choose)

## Contributing

Developers please check our [contribution guide](https://github.com/qualipool/swissrets/blob/master/CONTRIBUTING.md)
2 changes: 1 addition & 1 deletion examples/empty.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties />
</export>
4 changes: 2 additions & 2 deletions examples/full.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<created>2012-12-13T12:12:12</created>
<generator version="v3.4.5">Some Immo Soft</generator>
<projects>
Expand Down Expand Up @@ -43,7 +43,7 @@
</contactPerson>
</seller>
<availability start="2018-12-13T12:12:12" expiration="2019-12-13T12:12:12">active</availability>
<constructionStatus>under-construction</constructionStatus>
<constructionStatus>under-construction</constructionStatus>
<address>
<countryCode>CH</countryCode>
<locality>Kirchlindach</locality>
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal-projects.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<projects>
<project id="str1234">
<referenceId>str1234</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal-properties.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion examples/project-tree.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<projects>
<project id="proj">
<referenceId>proj</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/xmllint/should-fail/availability-missing.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/xmllint/should-fail/categories-empty.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/xmllint/should-fail/localization-lang-missing.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/xmllint/should-fail/localization-name-missing.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/xmllint/should-fail/localizations-empty.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/xmllint/should-fail/localizations-missing.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/xmllint/should-fail/property-id-missing.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property>
<referenceId>LA-644238</referenceId>
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<availability>active</availability>
Expand Down
2 changes: 1 addition & 1 deletion scripts/xmllint/should-fail/publishers-empty.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<created>2012-12-13T12:12:12</created>
<generator version="v3.4.5">Some Immo Soft</generator>
<projects>
Expand Down
2 changes: 1 addition & 1 deletion scripts/xmllint/should-fail/utilizations-empty.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.2.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.3.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down

0 comments on commit 30e52e7

Please sign in to comment.