From 77487dd97dd35fab0ce78835728a60e0ddac449b Mon Sep 17 00:00:00 2001 From: Cuku Date: Sun, 14 Sep 2025 22:24:51 +0200 Subject: [PATCH 1/2] Update headers --- examples/Georeferencing/georeferenced-bridge-deck.ifcx | 6 ++++-- examples/Hello Wall/advanced/3rd-window-thinwall.ifcx | 5 +++-- examples/Hello Wall/advanced/3rd-window.ifcx | 5 +++-- examples/Hello Wall/advanced/add-2nd-storey.ifcx | 5 +++-- examples/Hello Wall/advanced/double-wall.ifcx | 5 +++-- 5 files changed, 16 insertions(+), 10 deletions(-) diff --git a/examples/Georeferencing/georeferenced-bridge-deck.ifcx b/examples/Georeferencing/georeferenced-bridge-deck.ifcx index 9a5973e..8e09305 100644 --- a/examples/Georeferencing/georeferenced-bridge-deck.ifcx +++ b/examples/Georeferencing/georeferenced-bridge-deck.ifcx @@ -1,7 +1,9 @@ { "header": { - "version": "ifcx_alpha", - "author": "authorname", + "id": "ifc5.technical.buildingsmart.org/examples/Georeferencing/georeferenced-bridge-deck.ifcx", + "ifcxVersion": "ifcx_alpha", + "dataVersion": "1.0.0", + "author": "technical@buildingsmart.org", "timestamp": "time string" }, "imports": [ diff --git a/examples/Hello Wall/advanced/3rd-window-thinwall.ifcx b/examples/Hello Wall/advanced/3rd-window-thinwall.ifcx index d7fc249..4a28392 100644 --- a/examples/Hello Wall/advanced/3rd-window-thinwall.ifcx +++ b/examples/Hello Wall/advanced/3rd-window-thinwall.ifcx @@ -1,8 +1,9 @@ { "header": { "id": "ifc5.technical.buildingsmart.org/examples/Hello Wall/advanced/3rd-window-thinwall@v1.ifcx", - "version": "ifcx_alpha", - "author": "authorname", + "ifcxVersion": "ifcx_alpha", + "dataVersion": "1.0.0", + "author": "technical@buildingsmart.org", "timestamp": "time string" }, "imports": [ diff --git a/examples/Hello Wall/advanced/3rd-window.ifcx b/examples/Hello Wall/advanced/3rd-window.ifcx index f29bb6a..c5b9031 100644 --- a/examples/Hello Wall/advanced/3rd-window.ifcx +++ b/examples/Hello Wall/advanced/3rd-window.ifcx @@ -1,8 +1,9 @@ { "header": { "id": "ifc5.technical.buildingsmart.org/examples/Hello Wall/advanced/3rd-window@v1.ifcx", - "version": "ifcx_alpha", - "author": "authorname", + "ifcxVersion": "ifcx_alpha", + "dataVersion": "1.0.0", + "author": "technical@buildingsmart.org", "timestamp": "time string" }, "imports": [ diff --git a/examples/Hello Wall/advanced/add-2nd-storey.ifcx b/examples/Hello Wall/advanced/add-2nd-storey.ifcx index 6ceb5b9..f328b45 100644 --- a/examples/Hello Wall/advanced/add-2nd-storey.ifcx +++ b/examples/Hello Wall/advanced/add-2nd-storey.ifcx @@ -1,8 +1,9 @@ { "header": { "id": "ifc5.technical.buildingsmart.org/examples/Hello Wall/advanced/add-2nd-storey@v1.ifcx", - "version": "ifcx_alpha", - "author": "authorname", + "ifcxVersion": "ifcx_alpha", + "dataVersion": "1.0.0", + "author": "technical@buildingsmart.org", "timestamp": "time string" }, "imports": [ diff --git a/examples/Hello Wall/advanced/double-wall.ifcx b/examples/Hello Wall/advanced/double-wall.ifcx index e6f74fd..f8f31e2 100644 --- a/examples/Hello Wall/advanced/double-wall.ifcx +++ b/examples/Hello Wall/advanced/double-wall.ifcx @@ -1,8 +1,9 @@ { "header": { "id": "ifc5.technical.buildingsmart.org/examples/Hello Wall/advanced/double-wall@v1.ifcx", - "version": "ifcx_alpha", - "author": "authorname", + "ifcxVersion": "ifcx_alpha", + "dataVersion": "1.0.0", + "author": "technical@buildingsmart.org", "timestamp": "time string" }, "imports": [ From 9a16dee049800d398478b8a9a05ccd0297cc6932 Mon Sep 17 00:00:00 2001 From: Cuku Date: Mon, 15 Sep 2025 11:59:10 +0200 Subject: [PATCH 2/2] Update more headers --- examples/PCERT-Sample-Scene/cci@v1.ifcx | 3 ++- examples/PCERT-Sample-Scene/fruitvegs@v1.6.ifcx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/PCERT-Sample-Scene/cci@v1.ifcx b/examples/PCERT-Sample-Scene/cci@v1.ifcx index 087cdb2..0cf57fd 100644 --- a/examples/PCERT-Sample-Scene/cci@v1.ifcx +++ b/examples/PCERT-Sample-Scene/cci@v1.ifcx @@ -1,7 +1,8 @@ { "header": { "id": "https://identifier.buildingsmart.org/uri/molio/cciconstruction/1.0", - "version": "ifcx_alpha", + "ifcxVersion": "ifcx_alpha", + "dataVersion": "1.0.0", "author": "authorname", "timestamp": "time string" }, diff --git a/examples/PCERT-Sample-Scene/fruitvegs@v1.6.ifcx b/examples/PCERT-Sample-Scene/fruitvegs@v1.6.ifcx index 50ae761..9b93f26 100644 --- a/examples/PCERT-Sample-Scene/fruitvegs@v1.6.ifcx +++ b/examples/PCERT-Sample-Scene/fruitvegs@v1.6.ifcx @@ -1,7 +1,8 @@ { "header": { "id": "https://identifier.buildingsmart.org/uri/bs-agri/fruitvegs/1.6", - "version": "ifcx_alpha", + "ifcxVersion": "ifcx_alpha", + "dataVersion": "1.0.0", "author": "authorname", "timestamp": "time string" },