6.5.2.1 IfcActionRequestTypeEnum
6.5.2.1.1 Semantic definition
IfcActionRequestTypeEnum defines the types of sources through which a request can be made.
6.5.2.1.2 Type values
| Type | Description |
|---|---|
EMAIL
| |
FAX
| |
PHONE
| |
POST
| |
VERBAL
| |
USERDEFINED
| |
NOTDEFINED
|
6.5.2.1.3 Formal representation
TYPE IfcActionRequestTypeEnum = ENUMERATION OF
(EMAIL
,FAX
,PHONE
,POST
,VERBAL
,USERDEFINED
,NOTDEFINED);
END_TYPE;