ENTITY IfcTaskTime

(* SCHEMA IFC4; *)
ENTITY IfcTaskTime
 SUPERTYPE OF (ONEOF
    (IfcTaskTimeRecurring))
 SUBTYPE OF (IfcSchedulingTime);
	DurationType : OPTIONAL IfcTaskDurationEnum;
	ScheduleDuration : OPTIONAL IfcDuration;
	ScheduleStart : OPTIONAL IfcDateTime;
	ScheduleFinish : OPTIONAL IfcDateTime;
	EarlyStart : OPTIONAL IfcDateTime;
	EarlyFinish : OPTIONAL IfcDateTime;
	LateStart : OPTIONAL IfcDateTime;
	LateFinish : OPTIONAL IfcDateTime;
	FreeFloat : OPTIONAL IfcDuration;
	TotalFloat : OPTIONAL IfcDuration;
	IsCritical : OPTIONAL IfcBoolean;
	StatusTime : OPTIONAL IfcDateTime;
	ActualDuration : OPTIONAL IfcDuration;
	ActualStart : OPTIONAL IfcDateTime;
	ActualFinish : OPTIONAL IfcDateTime;
	RemainingTime : OPTIONAL IfcDuration;
	Completion : OPTIONAL IfcPositiveRatioMeasure;
END_ENTITY;

Explicit Attributes

Entity IfcTaskTime has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcSchedulingTime
 DataOriginIfcDataOriginEnum (ENUM)IfcSchedulingTime
 UserDefinedDataOriginIfcLabel (STRING)IfcSchedulingTime
 DurationTypeIfcTaskDurationEnum (ENUM)IfcTaskTime
 ScheduleDurationIfcDuration (STRING)IfcTaskTime
 ScheduleStartIfcDateTime (STRING)IfcTaskTime
 ScheduleFinishIfcDateTime (STRING)IfcTaskTime
 EarlyStartIfcDateTime (STRING)IfcTaskTime
 EarlyFinishIfcDateTime (STRING)IfcTaskTime
 LateStartIfcDateTime (STRING)IfcTaskTime
 LateFinishIfcDateTime (STRING)IfcTaskTime
 FreeFloatIfcDuration (STRING)IfcTaskTime
 TotalFloatIfcDuration (STRING)IfcTaskTime
 IsCriticalIfcBoolean (BOOLEAN)IfcTaskTime
 StatusTimeIfcDateTime (STRING)IfcTaskTime
 ActualDurationIfcDuration (STRING)IfcTaskTime
 ActualStartIfcDateTime (STRING)IfcTaskTime
 ActualFinishIfcDateTime (STRING)IfcTaskTime
 RemainingTimeIfcDuration (STRING)IfcTaskTime
 CompletionIfcPositiveRatioMeasure (REAL)IfcTaskTime

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity IfcTaskTime inherits from the following supertypes:
  IfcSchedulingTime

Subtypes

Entity IfcTaskTime has the following subtypes:
    IfcTaskTimeRecurring*
* - Immediate Subtypes

Referenced By

Entity IfcTaskTime and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcSchedulingTime ENTITY IfcTaskTime
 IfcTask ENTITY IfcTaskTime


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:48-04:00