From 2a0fdd214ca987e34eb12df5c6e26e39cb6c5ec0 Mon Sep 17 00:00:00 2001 From: ArturTomczak Date: Tue, 21 Mar 2023 10:29:46 +0100 Subject: [PATCH] update the namespaces to current IDS schema --- src/ifctester/ifctester/ids.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ifctester/ifctester/ids.py b/src/ifctester/ifctester/ids.py index 35c1ea18c2..0d8ee1120b 100644 --- a/src/ifctester/ifctester/ids.py +++ b/src/ifctester/ifctester/ids.py @@ -78,10 +78,10 @@ class Ids: def asdict(self): ids_dict = { - "@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_05.xsd", + "@xmlns": "https://standards.buildingsmart.org/IDS", + "@xmlns:xs": "https://www.w3.org/2001/XMLSchema", + "@xmlns:xsi": "https://www.w3.org/2001/XMLSchema-instance", + "@xsi:schemaLocation": "https://standards.buildingsmart.org/IDS/ids_09.xsd", "info": self.info, "specifications": {"specification": []}, }