6.5.2.1 IfcActionRequestTypeEnum(行动请求类型枚举)
6.5.2.1.1 语义定义(Semantic definition)
IfcActionRequestTypeEnum 定义了请求的来源类型。
6.5.2.1.2 类型值
| 类型 | 描述 |
|---|---|
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;