Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcWorkPlan

Definition from IAI: An IfcWorkPlan represents work plans in a construction or a facilities management project.

HISTORY: New Entity in IFC Release 2.0

Use Definitions

A work plan contains a set of work schedules for different purposes (including construction and facilities management). Through inheritance from IfcWorkControl, it also have references to all the activities (i.e. IfcTask) and resources used in the work schedules.

A work plan has information such as start date, finish date, total free float, and so on. IfcWorkPlan can also refer to the construction project represented by the single IfcProject instance.

EXPRESS specification:

ENTITY IfcWorkPlan
SUBTYPE OF ( IfcWorkControl);
END_ENTITY;

Inheritance graph

ENTITY IfcWorkPlan;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcObjectDefinition;
INVERSE
HasAssignments  :  SET OF IfcRelAssigns FOR RelatedObjects;
IsDecomposedBy  :  SET OF IfcRelDecomposes FOR RelatingObject;
Decomposes  :  SET [0:1] OF IfcRelDecomposes FOR RelatedObjects;
HasAssociations  :  SET OF IfcRelAssociates FOR RelatedObjects;
ENTITY IfcObject;
ObjectType  :  OPTIONAL IfcLabel;
INVERSE
IsDefinedBy  :  SET OF IfcRelDefines FOR RelatedObjects;
ENTITY IfcControl;
INVERSE
Controls  :  SET OF IfcRelAssignsToControl FOR RelatingControl;
ENTITY IfcWorkControl;
Identifier  :  IfcIdentifier;
CreationDate  :  IfcDateTimeSelect;
Creators  :  OPTIONAL SET [1:?] OF IfcPerson;
Purpose  :  OPTIONAL IfcLabel;
Duration  :  OPTIONAL IfcTimeMeasure;
TotalFloat  :  OPTIONAL IfcTimeMeasure;
StartTime  :  IfcDateTimeSelect;
FinishTime  :  OPTIONAL IfcDateTimeSelect;
WorkControlType  :  OPTIONAL IfcWorkControlTypeEnum;
UserDefinedControlType  :  OPTIONAL IfcLabel;
ENTITY IfcWorkPlan;
END_ENTITY;