Navigation

IfcLaborResource

Definition from IAI: An IfcLaborResource is used in construction with particular skills or crafts required to perform certain types of construction or management related work.

NOTE: Labor resources do not identify individual persons (i.e. IfcActors) for cost estimating purpose.
ISSUES: See issue and change log for changes made in IFC 2x.
HISTORY: New Entity in IFC Release 2.0

EXPRESS specification:

ENTITY IfcLaborResource
SUBTYPE OF ( IfcResource);
Title  :  IfcLabel;
SkillSet  :  OPTIONAL SET [1:?] OF IfcLabel;
END_ENTITY;

Attribute definitions:

Title  :  The title of the type of labor such as carpenter, crane operator, superintendent, etc.
SkillSet  :  The skill set required for this type of labor.

References (1):

Name Type Referred through Express-G
IfcResource Entity
Subtype
Diagram 1

Inheritance graph

ENTITY IfcLaborResource;
ENTITY IfcRoot;
GlobalId  :  IfcGloballyUniqueId;
OwnerHistory  :  IfcOwnerHistory;
Name  :  OPTIONAL IfcLabel;
Description  :  OPTIONAL IfcText;
ENTITY IfcObject;
ObjectType  :  OPTIONAL IfcLabel;
INVERSE
IsDefinedBy  :  SET OF IfcRelDefines FOR RelatedObjects;
HasAssociations  :  SET OF IfcRelAssociates FOR RelatedObjects;
HasAssignments  :  SET OF IfcRelAssigns FOR RelatedObjects;
Decomposes  :  SET OF IfcRelDecomposes FOR RelatedObjects;
IsDecomposedBy  :  SET [0:1] OF IfcRelDecomposes FOR RelatingObject;
ENTITY IfcResource;
ResourceConsumption  :  OPTIONAL IfcResourceConsumptionEnum;
BaseUnit  :  OPTIONAL IfcMeasureWithUnit;
INVERSE
ResourceOf  :  SET OF IfcRelAssignsToResource FOR RelatingResource;
ENTITY IfcLaborResource;
Title  :  IfcLabel;
SkillSet  :  OPTIONAL SET [1:?] OF IfcLabel;
END_ENTITY;