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
|
Request was made through email. |
FAX
|
Request was made through facsimile. |
PHONE
|
Request was made verbally over a telephone. |
POST
|
Request was made through postal mail. |
VERBAL
|
Request was made verbally in person. |
USERDEFINED
|
User-defined type. |
NOTDEFINED
|
Undefined type. |
6.5.2.1.3 Formal representation
TYPE IfcActionRequestTypeEnum = ENUMERATION OF
(EMAIL
,FAX
,PHONE
,POST
,VERBAL
,USERDEFINED
,NOTDEFINED);
END_TYPE;