Skip to content

Commit 3f12e76

Browse files
authored
Merge pull request #222 from qualipool/idx-to-sr-categories
Idx to sr categories
2 parents d308cb7 + 0bc4bd7 commit 3f12e76

26 files changed

Lines changed: 2322 additions & 118 deletions

.github/workflows/php-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build:
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-latest
1313
defaults:
1414
run:
1515
working-directory: ./scripts/php

docs/Categories.md

Lines changed: 136 additions & 74 deletions
Large diffs are not rendered by default.

docs/dist/v2.6.0/schema.xsd

Lines changed: 2081 additions & 0 deletions
Large diffs are not rendered by default.

docs/docs/noNamespace/simpleType/categories.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

examples/empty.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.0/schema.xsd">
2+
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.6.0/schema.xsd">
33
<properties />
44
</export>

examples/full.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.0/schema.xsd">
2+
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.6.0/schema.xsd">
33
<created>2012-12-13T12:12:12</created>
44
<generator version="v3.4.5">Some Immo Soft</generator>
55
<projects>

examples/minimal-projects.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.0/schema.xsd">
2+
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.6.0/schema.xsd">
33
<projects>
44
<project id="str1234">
55
<referenceId>str1234</referenceId>

examples/minimal-properties.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.0/schema.xsd">
2+
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.6.0/schema.xsd">
33
<properties>
44
<property id="1245687">
55
<referenceId>LA-644238</referenceId>

examples/multiple.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.0/schema.xsd">
2+
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.6.0/schema.xsd">
33
<properties>
44
<property id="1245687">
55
<referenceId>LA-644238</referenceId>

examples/project-tree.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.5.0/schema.xsd">
2+
<export xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://swissrets.ch/dist/v2.6.0/schema.xsd">
33
<projects>
44
<project id="proj">
55
<referenceId>proj</referenceId>

0 commit comments

Comments
 (0)