Skip to content

Commit

Permalink
Updated things for 2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jensstalder committed Jan 11, 2021
1 parent b40450f commit b0502ac
Show file tree
Hide file tree
Showing 20 changed files with 1,714 additions and 19 deletions.
1,695 changes: 1,695 additions & 0 deletions docs/dist/v2.1.0/schema.xsd

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -14,7 +14,7 @@ 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.0.0/schema.xsd"
xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd"
>
<!-- ... -->
</export>
Expand Down
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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd">
<properties />
</export>
2 changes: 1 addition & 1 deletion 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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.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 examples/minimal.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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "swissrets",
"version": "2.0.0",
"version": "2.1.0",
"description": "A swiss real estate transfer standard.",
"directories": {
"doc": "docs"
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd">
<properties>
<property id="1245687">
<availability>active</availability>
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/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.0.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.1.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down

0 comments on commit b0502ac

Please sign in to comment.