diff --git a/src/ifcopenshell-python/ifcopenshell/util/pset.py b/src/ifcopenshell-python/ifcopenshell/util/pset.py index d002a16b03..54cff35395 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/pset.py +++ b/src/ifcopenshell-python/ifcopenshell/util/pset.py @@ -45,6 +45,8 @@ class PsetQto: # fmt: on def __init__(self, schema_identifier: str, templates=None) -> None: + if schema_identifier == "IFC4X3": + schema_identifier = "IFC4X3_ADD2" self.schema = ifcopenshell.ifcopenshell_wrapper.schema_by_name(schema_identifier) if not templates: folder_path = pathlib.Path(__file__).parent.absolute()