7.3.2.5 IfcLaborResourceTypeEnum
7.3.2.5.1 Semantic definition
This enumeration is used to identify the primary purpose of a labour resource, and is limited to high-level categories based upon common skill sets.
7.3.2.5.2 Type values
| Type | Description | 
|---|---|
ADMINISTRATION
 | 
 Coordination of work.  | 
CARPENTRY
 | 
 Rough carpentry including framing.  | 
CLEANING
 | 
 Removal of dust and debris.  | 
CONCRETE
 | 
 Concrete.  | 
DRYWALL
 | 
 Gypsum wallboard placement and taping.  | 
ELECTRIC
 | 
 Electrical fixtures, equipment, and cables.  | 
FINISHING
 | 
 Finish carpentry including custom cabinetry.  | 
FLOORING
 | 
 Flooring.  | 
GENERAL
 | 
 General labour not requiring specific skill.  | 
HVAC
 | 
 Heating and ventilation fixtures, equipment, and ducts.  | 
LANDSCAPING
 | 
 Grass, plants, trees, or irrigation.  | 
MASONRY
 | 
 Laying bricks or blocks with mortar.  | 
PAINTING
 | 
 Applying decorative coatings or coverings.  | 
PAVING
 | 
 Asphalt or concrete roads and walkways.  | 
PLUMBING
 | 
 Plumbing fixtures, equipment, and pipes.  | 
ROOFING
 | 
 Membranes, shingles, tile, or other roofing.  | 
SITEGRADING
 | 
 Excavating, filling, or contouring earth.  | 
STEELWORK
 | 
 Erecting and attaching steel elements.  | 
SURVEYING
 | 
 Determining positions, distances, and angles.  | 
USERDEFINED
 | 
 User-defined resource.  | 
NOTDEFINED
 | 
 Undefined resource.  | 
7.3.2.5.3 Formal representation
TYPE IfcLaborResourceTypeEnum = ENUMERATION OF
	(ADMINISTRATION
	,CARPENTRY
	,CLEANING
	,CONCRETE
	,DRYWALL
	,ELECTRIC
	,FINISHING
	,FLOORING
	,GENERAL
	,HVAC
	,LANDSCAPING
	,MASONRY
	,PAINTING
	,PAVING
	,PLUMBING
	,ROOFING
	,SITEGRADING
	,STEELWORK
	,SURVEYING
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;