IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.5.3.8 IfcSchedulingTime(调度时间)

抽象 该定义可能不会被直接实例化。

8.5.3.8.1 语义定义(Semantic definition)

IfcSchedulingTime 是用于捕获过程相关时间信息的实体的抽象超类型。

8.5.3.8.2 实体继承(Entity inheritance)

8.5.3.8.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcSchedulingTime (3)
1 Name OPTIONAL IfcLabel

时间定义的可选名称。

2 DataOrigin OPTIONAL IfcDataOriginEnum

指定调度时间实体的来源。当前可区分预测值、模拟值、测量值和用户定义值。

3 UserDefinedDataOrigin OPTIONAL IfcLabel

Value of the data origin if DataOrigin attribute is USERDEFINED.

表 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 参考文献