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