From 79c8594f8f35225711a184f62409f839ea6dc42d Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 13 Sep 2023 10:11:01 +0200 Subject: [PATCH] Update IDS.xsd --- src/ifctester/ifctester/ids.py | 2 +- src/ifctester/ifctester/ids.xsd | 6 +++--- src/ifctester/test/test_ids.py | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ifctester/ifctester/ids.py b/src/ifctester/ifctester/ids.py index 38f0fc3f95..21bf6670b0 100644 --- a/src/ifctester/ifctester/ids.py +++ b/src/ifctester/ifctester/ids.py @@ -81,7 +81,7 @@ class Ids: "@xmlns": "http://standards.buildingsmart.org/IDS", "@xmlns:xs": "http://www.w3.org/2001/XMLSchema", "@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance", - "@xsi:schemaLocation": "http://standards.buildingsmart.org/IDS/ids_09.xsd", + "@xsi:schemaLocation": "http://standards.buildingsmart.org/IDS/0.9.6/ids.xsd", "info": self.info, "specifications": {"specification": []}, } diff --git a/src/ifctester/ifctester/ids.xsd b/src/ifctester/ifctester/ids.xsd index 5ac58daf18..0d2a595e72 100644 --- a/src/ifctester/ifctester/ids.xsd +++ b/src/ifctester/ifctester/ids.xsd @@ -51,9 +51,9 @@ - + - + @@ -212,7 +212,7 @@ - Author of the IDS can provide an identifier to the specification. This is intended to be a machine readable identifier. Beware: because of the possibility to combine different 'requirement' elements from several ids files this cannot be enforced/assumed as (global) unique. + Author of the IDS can provide an identifier to the specification. This is intended to be a machine readable identifier. Beware: because of the possibility to combine different 'specification' elements from several ids files this cannot be enforced/assumed as (global) unique. diff --git a/src/ifctester/test/test_ids.py b/src/ifctester/test/test_ids.py index bf392ed8af..98217c5a7a 100644 --- a/src/ifctester/test/test_ids.py +++ b/src/ifctester/test/test_ids.py @@ -52,7 +52,7 @@ class TestIds: "@xmlns": "http://standards.buildingsmart.org/IDS", "@xmlns:xs": "http://www.w3.org/2001/XMLSchema", "@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance", - "@xsi:schemaLocation": "http://standards.buildingsmart.org/IDS/ids_09.xsd", + "@xsi:schemaLocation": "http://standards.buildingsmart.org/IDS/0.9.6/ids.xsd", "info": {"title": "Untitled"}, "specifications": {"specification": []}, } @@ -72,7 +72,7 @@ class TestIds: "@xmlns": "http://standards.buildingsmart.org/IDS", "@xmlns:xs": "http://www.w3.org/2001/XMLSchema", "@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance", - "@xsi:schemaLocation": "http://standards.buildingsmart.org/IDS/ids_09.xsd", + "@xsi:schemaLocation": "http://standards.buildingsmart.org/IDS/0.9.6/ids.xsd", "info": { "title": "title", "copyright": "copyright", @@ -92,7 +92,7 @@ class TestIds: "@xmlns": "http://standards.buildingsmart.org/IDS", "@xmlns:xs": "http://www.w3.org/2001/XMLSchema", "@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance", - "@xsi:schemaLocation": "http://standards.buildingsmart.org/IDS/ids_09.xsd", + "@xsi:schemaLocation": "http://standards.buildingsmart.org/IDS/0.9.6/ids.xsd", "info": {"title": "Untitled"}, "specifications": {"specification": []}, }