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
| |
SITE
| |
USERDEFINED
| |
NOTDEFINED
|
7.3.2.4.3 Formal representation
TYPE IfcCrewResourceTypeEnum = ENUMERATION OF
(OFFICE
,SITE
,USERDEFINED
,NOTDEFINED);
END_TYPE;