7.3.2.1 IfcConstructionEquipmentResourceTypeEnum
7.3.2.1.1 Semantic definition
This enumeration is used to identify the primary purpose of a construction equipment resource. It is limited to the most common equipment used in construction.
7.3.2.1.2 Type values
| Type | Description | 
|---|---|
DEMOLISHING
 | 
 Removal or destruction of building elements.  | 
EARTHMOVING
 | 
 Excavating, filling, or contouring earth.  | 
ERECTING
 | 
 Lifting, positioning, and placing elements.  | 
HEATING
 | 
 Temporary heat to support construction.  | 
LIGHTING
 | 
 Temporary lighting to support construction.  | 
PAVING
 | 
 Roads or walkways such as asphalt or concrete.  | 
PUMPING
 | 
 Installing materials through pumps.  | 
TRANSPORTING
 | 
 Transporting products or materials.  | 
USERDEFINED
 | 
 User-defined resource.  | 
NOTDEFINED
 | 
 Undefined resource.  | 
7.3.2.1.3 Formal representation
TYPE IfcConstructionEquipmentResourceTypeEnum = ENUMERATION OF
	(DEMOLISHING
	,EARTHMOVING
	,ERECTING
	,HEATING
	,LIGHTING
	,PAVING
	,PUMPING
	,TRANSPORTING
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;