Skip to content

Commit

Permalink
Merge pull request #707 from bSI-InfraRoom/IfcURIReference
Browse files Browse the repository at this point in the history
Ifcurireference to ifcsimplevalue
  • Loading branch information
SergejMuhic authored May 5, 2024
2 parents e83ed70 + 90c90b6 commit ed78dad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<DocSelectItem Name="IfcTimeStamp" UniqueId="51604949-62c6-48fc-81d6-f42bc26869fe" />
<DocSelectItem Name="IfcPositiveInteger" UniqueId="41fc49cf-5f77-40ce-9eb2-21ab3a093d55" />
<DocSelectItem Name="IfcBinary" UniqueId="e1f1163f-1b02-4da6-8e61-520e73dc2113" />
<DocSelectItem Name="IfcURIReference" UniqueId="2ec4ff85-1693-4df8-9df3-ce2237816888" />
</Selects>
</DocSelect>

Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@ 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.
* _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&nbsp; New type in IFC2x._
{ .change-ifc2x4}
> _IFC4 CHANGE&nbsp; Items _IfcDateTime_,
_IfcDate_, _IfcTime_, _IfcDuration_,
_IfcTimeStamp_ added._

> _IFC4.3.0.0 CHANGE Item _IfcURIReference_ added._

0 comments on commit ed78dad

Please sign in to comment.