Skip to content

Commit

Permalink
Merge pull request #208 from tilenseer/release/v2.5.0
Browse files Browse the repository at this point in the history
Release/v2.5.0
  • Loading branch information
tilenseer committed Feb 9, 2022
2 parents c64ef37 + 08b19c5 commit 8079190
Show file tree
Hide file tree
Showing 25 changed files with 2,046 additions and 26 deletions.
2,020 changes: 2,020 additions & 0 deletions docs/dist/v.2.5.0/schema.xsd

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/noNamespace/complexType/prices.buy.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/docs/noNamespace/complexType/prices.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -16,7 +16,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.4.0/schema.xsd"
xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.0/schema.xsd">
<created>2012-12-13T12:12:12</created>
<generator version="v3.4.5">Some Immo Soft</generator>
<projects>
Expand Down Expand Up @@ -473,4 +473,4 @@
<visualReferenceId>str1234</visualReferenceId>
</property>
</properties>
</export>
</export>
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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.0/schema.xsd">
<projects>
<project id="proj">
<referenceId>proj</referenceId>
Expand Down
2 changes: 1 addition & 1 deletion examples/property-prices-rent-variants.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.0/schema.xsd">
<properties>
<property id="1245687only-full-default-order">
<referenceId>LA-644238</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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.0/schema.xsd">
<created>2012-12-13T12:12:12</created>
<generator version="v3.4.5">Some Immo Soft</generator>
<projects>
Expand Down Expand Up @@ -36,4 +36,4 @@
<type>buy</type>
</property>
</properties>
</export>
</export>
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.4.0/schema.xsd">
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.0/schema.xsd">
<properties>
<property id="1245687">
<referenceId>LA-644238</referenceId>
Expand Down

0 comments on commit 8079190

Please sign in to comment.