IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.3.2.6 IfcSubContractResourceTypeEnum

7.3.2.6.1 Semantic definition

This enumeration is used to identify the primary purpose of a subcontract resource.

7.3.2.6.2 Type values

Type Description
PURCHASE

Furnishing or supplying products.

WORK

Performing work onsite.

USERDEFINED

User-defined resource.

NOTDEFINED

Undefined resource.

Table 7.3.2.6.A

7.3.2.6.3 Formal representation

TYPE IfcSubContractResourceTypeEnum = ENUMERATION OF
	(PURCHASE
	,WORK
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.3.2.6.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.3.2.6.5 Changelog

7.3.2.6.5.1 IFC4

  • New resource