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