Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions docs/schemas/resource/IfcMeasureResource/Types/IfcSimpleValue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._