IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.5.3.4 IfcLagTime

8.5.3.4.1 Semantic definition

IfcLagTime describes the time parameters that may exist within a sequence relationship between two processes.

An IfcLagTime provides information about the time lag that exists between the predecessor and successor process in a sequence. The assertion of the time lag is optional for a sequence but for work schedules that specifically deal with processes occurring at particular times, it should be asserted.

A lag time has a duration type. This allows the identification of whether elapsed time or work time is being measured (where work time is the estimate of the time required to complete the process and elapsed time being the amount of time actually allocated to the process)

The form of measurement of the duration can be captured. Allowed values for this are MEASURED, PREDICTED or SIMULATED. The selection of this value depends on the use of the schedule. A NOTDEFINED value is also allowed.

The value of the time lag may be selected as being either a percentage ratio or an actual time measure. If selected as a ratio, the percentage should apply to the duration of the predecessor process (relating process) such that e.g. a value of 0.5 (50%) would indicate that the successor task should start when the predecessor task is 50% complete (if a START-START sequence type is used) or should wait for 50% of the duration of the predecessor process to have elapsed after the finish of the predecessor process in case of a FINISH-START sequence type.

The time unit for the task duration may also be set and this may be set to any allowed unit of time measure.

8.5.3.4.2 Entity inheritance

8.5.3.4.3 Attributes

# Attribute Type Description
IfcSchedulingTime (3)
1 Name OPTIONAL IfcLabel

Optional name for the time definition.

2 DataOrigin OPTIONAL IfcDataOriginEnum

Specifies the origin of the scheduling time entity. It currently differentiates between predicted, simulated, measured, and user defined values.

3 UserDefinedDataOrigin OPTIONAL IfcLabel

Value of the data origin if DataOrigin attribute is USERDEFINED.

Click to show 3 hidden inherited attributes Click to hide 3 inherited attributes
IfcLagTime (2)
4 LagValue IfcTimeOrRatioSelect

Value of the time lag selected as being either a ratio or a time measure.

5 DurationType IfcTaskDurationEnum

The allowed types of task duration that specify the lag time measurement (work time or elapsed time).

Table 8.5.3.4.A

8.5.3.4.4 Formal representation

ENTITY IfcLagTime
 SUBTYPE OF (IfcSchedulingTime);
	LagValue : IfcTimeOrRatioSelect;
	DurationType : IfcTaskDurationEnum;
END_ENTITY;

8.5.3.4.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.5.3.4.6 Changelog

8.5.3.4.6.1 IFC4

  • New resource