7.3.2.3 IfcConstructionProductResourceTypeEnum
7.3.2.3.1 Semantic definition
This enumeration is used to identify the primary purpose of a construction product resource. It describes use of products created for construction, and excludes products of the finished building model.
7.3.2.3.2 Type values
| Type | Description | 
|---|---|
ASSEMBLY
 | 
 Construction of assemblies for use as input to the building model or other assemblies.  | 
FORMWORK
 | 
 Construction or placement of forms for placing materials such as concrete.  | 
USERDEFINED
 | 
 User-defined resource.  | 
NOTDEFINED
 | 
 Undefined resource.  | 
7.3.2.3.3 Formal representation
TYPE IfcConstructionProductResourceTypeEnum = ENUMERATION OF
	(ASSEMBLY
	,FORMWORK
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;