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. |
7.3.2.6.3 Formal representation
TYPE IfcSubContractResourceTypeEnum = ENUMERATION OF
(PURCHASE
,WORK
,USERDEFINED
,NOTDEFINED);
END_TYPE;