From 9d992a8aa0832584c0516b2a0284bc87769cd6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Guss=C3=A3o=20Bellon?= <129398445+fg55b@users.noreply.github.com> Date: Fri, 10 Oct 2025 10:00:58 -0300 Subject: [PATCH] Update IfcSimpleValue.md Added IfcBinary and IfcPositiveInteger types to the SELECT description and organized the types in alphabetical order to improve readability. The same was applied in the IFC4 CHANGE section. --- .../Types/IfcSimpleValue.md | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/schemas/resource/IfcMeasureResource/Types/IfcSimpleValue.md b/docs/schemas/resource/IfcMeasureResource/Types/IfcSimpleValue.md index 3f32f2909..0116bc1b9 100644 --- a/docs/schemas/resource/IfcMeasureResource/Types/IfcSimpleValue.md +++ b/docs/schemas/resource/IfcMeasureResource/Types/IfcSimpleValue.md @@ -5,25 +5,27 @@ _IfcSimpleValue_ is a select type for selecting between simple value types. SELECT -* _IfcInteger_: Defined type of simple type INTEGER. -* _IfcReal_: Defined type of simple type REAL. +* _IfcBinary_: Defined type of simple type BINARY. * _IfcBoolean_: Defined type of simple type BOOLEAN. -* _IfcLogical_: Defined type of simple type LOGICAL. +* _IfcDate_: Defined type of simple type STRING to represent a date. +* _IfcDateTime_: Defined type of simple type STRING to represent a date and time. +* _IfcDuration_: Defined type of simple type STRING to represent a duration. * _IfcIdentifier_: Defined type of simple type STRING for identification purposes. +* _IfcInteger_: Defined type of simple type INTEGER. * _IfcLabel_: Defined type of simple type STRING for naming purposes. +* _IfcLogical_: Defined type of simple type LOGICAL. +* _IfcPositiveInteger_: Defined type of simple type INTEGER restricted to positive integers (excluding zero). +* _IfcReal_: Defined type of simple type REAL. * _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. * _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. * _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._ { .change-ifc2x4} -> _IFC4 CHANGE Items _IfcDateTime_, - _IfcDate_, _IfcTime_, _IfcDuration_, - _IfcTimeStamp_ added._ +> _IFC4 CHANGE Items _IfcBinary_, + _IfcDate_, _IfcDateTime_, _IfcDuration_, + _IfcPositiveInteger_, _IfcTime_, _IfcTimeStamp_ added._ > _IFC4.3.0.0 CHANGE Item _IfcURIReference_ added._