IFC 4.3.2.20250327 (IFC4X3_ADD2) under development

7.3.3.7 IfcConstructionResource

RV ⓘ
AbV ⓘ

ABSTRACT This definition may not be instantiated

7.3.3.7.1 Semantic definition

IfcConstructionResource is an abstract generalization of the different resources used in construction projects, mainly labour, material, equipment and product resources, plus subcontracted resources and aggregations such as a crew resource.

A resource represents "use of something" and does not necessarily correspond to a single item such as a person or vehicle, but represents a pool of items having limited availability such as general labor or an equipment fleet. A resource can represent either a generic resource pool (not having any task assignment) or a task-specific resource allocation (having an IfcTask assignment).

7.3.3.7.1.1 Declaration use definition

A root-level resource (specifically IfcCrewResource or IfcSubContractResource) is declared within the project by IfcRelDeclares where RelatingContext refers to the single IfcProject and RelatedObjects refers to one or more IfcConstructionResource, and other root-level objects within the project.

7.3.3.7.1.2 Assignment use definition

A resource may be assigned to an actor by IfcRelAssignsToActor where RelatingActor refers to an IfcActor and RelatedObjects refers to one or more IfcConstructionResource or other objects. Such relationship indicates the actor responsible for allocating the resource such as partitioning into task-specific allocations, delegating to other actors, and/or scheduling over time. Note that this assignment does not indicate the person or organization performing the work; that is indicated by IfcRelAssignsToResource. The actor responsible for the resource may or may not be the same as any actor(s) performing work.

A resource may be assigned to a control by IfcRelAssignsToControl where RelatingControl refers to an IfcControl and RelatedObjects refers to one or more IfcConstructionResource or other objects. Most commonly an IfcWorkCalendar is assigned indicating availability of the resource, where such calendar is nested within a base calendar or an IfcWorkPlan which in turn is assigned to the IfcProject.

A resource may be assigned to a group by IfcRelAssignsToGroup where RelatingGroup refers to an IfcGroup and RelatedObjects refers to one or more IfcConstructionResource or other objects. Most commonly an IfcAsset is assigned indicating the asset to be tracked, where such asset is nested within an IfcInventory which in turn is assigned to the IfcProject.

A resource may be assigned to a product by IfcRelAssignsToProduct where RelatingProduct refers to an IfcProduct and RelatedObjects refers to one or more IfcConstructionResource or other objects. Most commonly an IfcElement subtype is assigned indicating the product to be constructed, where such product is connected to a spatial structure which in turn is aggregated within the IfcProject.

A resource may be assigned to a process by IfcRelAssignsToProcess where RelatingProcess refers to an IfcProcess and RelatedObjects refers to one or more IfcConstructionResource or other objects. Most commonly an IfcTask is assigned indicating the task to be performed by the resource, where such task is nested within a summary task which in turn is assigned to the IfcProject.

A resource may have assignments of other objects using IfcRelAssignsToResource where RelatingResource refers to the IfcConstructionResource and RelatedObjects refers to one or more objects such as IfcActor or IfcProduct subtypes. This relationship indicates specific objects assigned to fulfill resource usage.

Figure 7.3.3.7.1.2.A illustrates resource assignment.

Assignment Use Definition
Figure 7.3.3.7.1.2.A — Construction resource assignment use

7.3.3.7.1.3 Baseline use definition

A resource may have any number of baselines defined using the relationship IfcRelDefinesByObject where RelatingObject is the "current" resource and RelatedObjects consists of multiple "baseline" resources, each representing a copy of the resource as it existed at an earlier point in time as shown in Figure 7.3.3.7.1.3.A. Each baseline IfcConstructionResource is identified by its nested IfcRelAssignsToControl relationship to an IfcWorkSchedule having PredefinedType=BASELINE, IfcWorkSchedule.CreationDate indicating the date of the baseline, and IfcWorkSchedule.Name indicating the name of the baseline.

Baseline Use Definition
Figure 7.3.3.7.1.3.A — Construction resource baseline use

7.3.3.7.2 Entity inheritance

7.3.3.7.3 Attributes

# Attribute Type Description
IfcRoot (4)
IfcObjectDefinition (7)
IfcObject (5)
IfcResource (3)
Click to show 19 hidden inherited attributes
IfcConstructionResource (3)
8 Usage OPTIONAL IfcResourceTime

Indicates the work, usage, and times scheduled and completed. Some attributes on this object may have associated constraints or time series; see documentation of IfcResourceTime for specific usage. If the resource is nested, then certain values may be calculated based on the component resources as indicated at IfcResourceTime.

9 BaseCosts OPTIONAL LIST [1:?] OF IfcAppliedValue

Indicates the unit costs for which accrued amounts should be calculated. Such unit costs may be split into Name designations (for example, 'Standard', 'Overtime'), and may contain a hierarchy of cost values that apply at different dates (using IfcCostValue.ApplicableDate and IfcCostValue.FixedUntilDate).

10 BaseQuantity OPTIONAL IfcPhysicalQuantity

Identifies the base quantity consumed of the resource relative to assignments.

For crew, labour, subcontract, and equipment resources, this refers to IfcQuantityTime.

For material resources, this refers to any valid dimensional quantity, such as IfcQuantityVolume, IfcQuantityArea, IfcQuantityLength, or IfcQuantityWeight.

For product resources, this refers to IfcQuantityCount.

Table 7.3.3.7.1.3.H

7.3.3.7.4 Property sets

  • Pset_ConstructionResource
    • ScheduleWorkProgression
    • ActualWorkTime
    • RemainingWorkProgression
    • ScheduleCost
    • ActualCost
    • RemainingCost
    • ScheduleCompletion
    • ActualCompletion

7.3.3.7.5 Concept usage

Concept Usage Description
IfcRoot (2)
IfcObjectDefinition (9)
IfcObject (5)
IfcResource (1)
Click to show 17 hidden inherited concepts
IfcConstructionResource (5)
Constraint Association General

Constraints may be applied to a resource to indicate fixed work (such as total person-hours) or fixed usage (such as simultaneous workers).

Figure 7.3.3.7.1.3.B indicates fixed usage (such as simultaneous workers) such that changes to ScheduleWork should impact the assigned IfcTask.TaskTime.ScheduleDuration and vice-versa.

dot_neato IfcLaborResource IfcLaborResource IfcResourceTime IfcResourceTime ScheduleWork: PT16H ScheduleUsage: 1 IfcLaborResource->IfcResourceTime Usage IfcRelAssociatesConstraint IfcRelAssociates Constraint IfcRelAssociatesConstraint->IfcLaborResource RelatedObjects[1] IfcObjective IfcObjective ObjectiveQualifier: PARAMETER IfcRelAssociatesConstraint->IfcObjective RelatingConstraint IfcMetric IfcMetric ConstraintGrade: HARD Benchmark: EQUALTO IfcObjective->IfcMetric BenchmarkValues[1] IfcReference IfcReference AttributeIdentifier: Usage IfcMetric->IfcReference ReferencePath IfcReference2 IfcReference AttributeIdentifier: ScheduleUsage IfcReference->IfcReference2 InnerReference
Figure 7.3.3.7.1.3.B — A fixed constraint on the schedule usage.

Figure 7.3.3.7.1.3.C indicates fixed work (such as total person-hours) such that changes to ScheduleUsage should impact the assigned IfcTask.TaskTime.ScheduleDuration and vice-versa.

dot_neato IfcLaborResource IfcLaborResource IfcResourceTime IfcResourceTime ScheduleWork: PT16H ScheduleUsage: 1 IfcLaborResource->IfcResourceTime Usage IfcRelAssociatesConstraint IfcRelAssociates Constraint IfcRelAssociatesConstraint->IfcLaborResource RelatedObjects[1] IfcObjective IfcObjective ObjectiveQualifier: PARAMETER IfcRelAssociatesConstraint->IfcObjective RelatingConstraint IfcMetric IfcMetric ConstraintGrade: HARD Benchmark: EQUALTO IfcObjective->IfcMetric BenchmarkValues[1] IfcReference IfcReference AttributeIdentifier: Usage IfcMetric->IfcReference ReferencePath IfcReference2 IfcReference AttributeIdentifier: ScheduleWork IfcReference->IfcReference2 InnerReference
Figure 7.3.3.7.1.3.C — A fixed constraint on the schedule work.
Document Association General

Documents may be published for work plans consisting of schedules, calendars, tasks, and resources. The relationship IfcRelAssociatesDocument may be used to preserve mappings to such document where RelatingDocument points to an IfcDocumentReference and RelatedObjects includes the IfcConstructionResource as shown in Figure 7.3.3.7.1.3.D. IfcDocumentReference.ItemReference identifies the resource within the scope of the document, such as an integer or guid. The IfcDocumentReference.ReferencedDocument corresponds to the document which is uniquely identified by IfcDocumentInformation.DocumentId and/or IfcDocumentInformation.PublicationLocation. Such document mapping allows items in the document to be updated from the building information model and vice-versa.

Document Use Definition
Figure 7.3.3.7.1.3.D — Construction resource document use
Object Nesting General

Resources may be decomposed into allocation pools using the IfcRelNests relationship as shown in Figure 7.3.3.7.1.3.E. For example, an IfcLaborResource for "Electrician" may be decomposed into three task-specific IfcLaborResource objects: "Electrical Rough-in", "First Floor Circuits", and "Second Floor Circuits". Both relating and related sides may represent the same ResourceTime.ScheduleUsage quantity (for example, 6 workers time-shared), or the related side may break out ResourceTime.ScheduleUsage quantities for reserved use (for example, 4 workers and 2 workers).

A common scenario is two nesting levels where the first-level resources have no task assignments; while second-level resources have specific task assignments indicating that the resource is subdivided into allocations for specific tasks. While the model allows unlimited nesting of resources, implementer agreements may restrict to two nesting levels with task assignments specifically at the second level.

Composition Use Definition
Figure 7.3.3.7.1.3.E — Construction resource composition use

This concept can be applied to the following resources:

Object Typing General

The resource type may provide shared productivity and cost information, allowing tasks and resources to be selected according to lowest cost and/or shortest duration. Given an IfcProduct of a particular IfcTypeProduct type, an IfcTypeProcess may be selected from those assigned to the product type using IfcRelAssignsToProduct, and an IfcTypeResource may be selected from those assigned to the process type using IfcRelAssignsToProcess. Then IfcTask and IfcConstructionResource occurrences may be instantiated from the type definitions, applying productivitity and rate information to assigned quantities to calculate ResourceTime.ScheduleWork. Task durations can then be calculated by dividing ResourceTime.ScheduleWork by ResourceTime.ScheduleUsage.

Type Use Definition
Figure 7.3.3.7.1.3.F — Construction resource type use

This concept can be applied to the following resources:

Property Sets for Objects General

For time series properties as shown in Figure 7.3.3.7.1.3.G, each IfcTimeSeriesValue indicates a LIST of values, where the sequence of the value corresponds to the IfcCostValue at IfcConstructionResource.CostRatesConsumed. For example, if CostRatesConsumed has two IfcCostValue items in the LIST, "Standard" and "Overtime", then IfcTimeSeriesValue(IfcDuration('T8H0M0S'),IfcDuration('T2H0M0S')) would indicate 8 hours at Standard rate and 2 hours at Overtime rate. If the list of values at IfcTimeSeriesValue.ListValues is less than the size of CostRatesConsumed, then subsequent values are considered to be zero.

Time Series Use Definition
Figure 7.3.3.7.1.3.G — Construction resource time series use

This concept can be applied to the following resources:

Table 7.3.3.7.1.3.I

7.3.3.7.6 Formal representation

ENTITY IfcConstructionResource
ABSTRACT SUPERTYPE OF (ONEOF
(IfcConstructionEquipmentResource
,IfcConstructionMaterialResource
,IfcConstructionProductResource
,IfcCrewResource
,IfcLaborResource
,IfcSubContractResource))
SUBTYPE OF (IfcResource);
Usage : OPTIONAL IfcResourceTime;
BaseCosts : OPTIONAL LIST [1:?] OF IfcAppliedValue;
BaseQuantity : OPTIONAL IfcPhysicalQuantity;
END_ENTITY;

7.3.3.7.7 References

Edit on Github


Is this page difficult to understand? Let us know!

7.3.3.7.8 Changelog

7.3.3.7.8.1 IFC4

  • attribute, BaseQuantity
  • attribute ResourceConsumption name, Changed from "ResourceConsumption" to "BaseQuantity"
  • attribute ResourceConsumption type, Changed from "IfcResourceConsumptionEnum" to "IfcPhysicalQuantity"
  • attribute ResourceGroup name, Changed from "ResourceGroup" to "BaseCosts"
  • attribute ResourceGroup type, Changed from "IfcLabel" to "list[1:?] of IfcAppliedValue"
  • attribute ResourceIdentifier name, Changed from "ResourceIdentifier" to "Usage"
  • attribute ResourceIdentifier type, Changed from "IfcIdentifier" to "IfcResourceTime"