IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

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.

Table 7.3.2.4.A

7.3.2.4.3 Formal representation

TYPE IfcCrewResourceTypeEnum = ENUMERATION OF
	(OFFICE
	,SITE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.3.2.4.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.3.2.4.5 Changelog

7.3.2.4.5.1 IFC4

  • New resource