IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.5.3.8 IfcSchedulingTime

ABSTRACT This definition may not be instantiated

8.5.3.8.1 Semantic definition

IfcSchedulingTime is the abstract supertype of entities that capture time-related information of processes.

8.5.3.8.2 Entity inheritance

8.5.3.8.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.

Table 8.5.3.8.A

8.5.3.8.4 Formal representation

ENTITY IfcSchedulingTime
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcEventTime
	,IfcLagTime
	,IfcResourceTime
	,IfcTaskTime
	,IfcWorkTime));
	Name : OPTIONAL IfcLabel;
	DataOrigin : OPTIONAL IfcDataOriginEnum;
	UserDefinedDataOrigin : OPTIONAL IfcLabel;
END_ENTITY;

8.5.3.8.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.5.3.8.6 Changelog

8.5.3.8.6.1 IFC4

  • New resource