IfcSchedulingTime
实体定义
IfcSchedulingTime是捕捉流程时间相关信息的抽象超类型实体。
IFC4中的新实体。
Attribute inheritance
# | Attribute | Type | Cardinality | Description | C |
---|---|---|---|---|---|
IfcSchedulingTime | |||||
1 | Name | IfcLabel | [0:1] | Optional name for the time definition. | X |
2 | DataOrigin | IfcDataOriginEnum | [0:1] | Specifies the origin of the scheduling time entity. It currently differentiates between predicted, simulated, measured, and user defined values. | X |
3 | UserDefinedDataOrigin | IfcLabel | [0:1] | Value of the data origin if DataOrigin attribute is USERDEFINED. | X |
EXPRESS Specification
ENTITY IfcSchedulingTime
ABSTRACT SUPERTYPE OF(ONEOF(IfcEventTime, IfcLagTime, IfcResourceTime, IfcTaskTime, IfcWorkTime));
Name : OPTIONAL IfcLabel;
DataOrigin : OPTIONAL IfcDataOriginEnum;
UserDefinedDataOrigin : OPTIONAL IfcLabel;
END_ENTITY;
#############################