7.3.2.4 IfcCrewResourceTypeEnum
7.3.2.4.1 Semantic definition
This enumeration is used to identify the primary purpose of a crew resource.
7.3.2.4.2 Type values
| Type | Description | 
|---|---|
OFFICE
 | 
 A composition of resources performing administration work in an office.  | 
SITE
 | 
 A composition of resources performing production work on a construction site.  | 
USERDEFINED
 | 
 User-defined resource.  | 
NOTDEFINED
 | 
 Undefined resource.  | 
7.3.2.4.3 Formal representation
TYPE IfcCrewResourceTypeEnum = ENUMERATION OF
	(OFFICE
	,SITE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;