From c4c5c4fab0eb7e1e752913d36ac3f16a4dda44a7 Mon Sep 17 00:00:00 2001 From: SergejMuhic Date: Fri, 5 Jan 2024 10:55:04 +0100 Subject: [PATCH 1/3] adding IfcURIReference to IfcSImpleValue --- .../IfcMeasureResource/Types/IfcSimpleValue/DocSelect.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/DocSelect.xml b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/DocSelect.xml index d99746181..24a6c3972 100644 --- a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/DocSelect.xml +++ b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/DocSelect.xml @@ -20,6 +20,7 @@ + From d14ea6a6e8bf6d56d8da7f78edaf5cb21ce91644 Mon Sep 17 00:00:00 2001 From: SergejMuhic Date: Fri, 5 Jan 2024 10:55:27 +0100 Subject: [PATCH 2/3] amending documentation with addition IfcURIReference to IfcSImpleValue --- .../IfcMeasureResource/Types/IfcSimpleValue/Documentation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/Documentation.md b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/Documentation.md index d0eb8527c..92b3c63c9 100644 --- a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/Documentation.md +++ b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/Documentation.md @@ -7,7 +7,7 @@ SELECT * _IfcBoolean_: Defined type of simple type BOOLEAN. * _IfcLogical_: Defined type of simple type LOGICAL. * _IfcIdentifier_: Defined type of simple type STRING for identification purposes. -* IfcLabel: Defined type of simple type STRING for naming purposes. +* _IfcLabel_: Defined type of simple type STRING for naming purposes. * _IfcText_: Defined type of simple type STRING for descriptive purposes. * _IfcDateTime_: Defined type of simple type STRING to represent a date and time. * _IfcDate_: Defined type of simple type STRING to represent a date. @@ -21,3 +21,5 @@ SELECT > _IFC4 CHANGE  Items _IfcDateTime_, _IfcDate_, _IfcTime_, _IfcDuration_, _IfcTimeStamp_ added._ + +> _IFC4.3.0.0 CHANGE Item _IfcURIReference_ added._ From 90c90b62a098768185725aa692457782f7dc988c Mon Sep 17 00:00:00 2001 From: SergejMuhic Date: Tue, 27 Feb 2024 17:51:39 +0100 Subject: [PATCH 3/3] update IfcSimpleValue documentation with IfcURIReference --- .../IfcMeasureResource/Types/IfcSimpleValue/Documentation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/Documentation.md b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/Documentation.md index 92b3c63c9..d38aa6eb9 100644 --- a/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/Documentation.md +++ b/IFC4x3/Sections/Resource definition data schemas/Schemas/IfcMeasureResource/Types/IfcSimpleValue/Documentation.md @@ -13,7 +13,8 @@ SELECT * _IfcDate_: Defined type of simple type STRING to represent a date. * _IfcTime_: Defined type of simple type STRING to represent a time. * _IfcDuration_: Defined type of simple type STRING to represent a duration. -* _IfcTimeStamp_: Defined type of simple type INTEGER to represent a point in time by seconds elapsed since 1970. +* _IfcTimeStamp_: Defined type of simple type INTEGER to represent a point in time by seconds elapsed since 1970. +* _IfcURIReference_: Defined type of simple type STRING to represent a unique sequence of characters that identifies a logical or physical resource used by web technologies. > _HISTORY  New type in IFC2x._