IfcDocumentConfidentialityEnum

IfcDocumentConfidentialityEnum

类型定义

IFCDocumentSecretentialyEnum允许从选项列表中选择文档信息的机密级别。

 

IFC2x中的新枚举。

 

Enumeration definition

ConstantDescription
PUBLIC Document is publicly available.
RESTRICTED Document availability is restricted.
CONFIDENTIAL Document is confidential and its contents should not be revealed without permission.
PERSONAL Document is personal to the author.
USERDEFINED  
NOTDEFINED  
 

 

 

 

EXPRESS Specification

TYPE IfcDocumentConfidentialityEnum = ENUMERATION OF (
 PUBLIC,
 RESTRICTED,
 CONFIDENTIAL,
 PERSONAL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

 

 

 

###############################

posted @ 2022-07-30 08:27  西北逍遥  阅读(19)  评论(0编辑  收藏  举报