8.6.2.3 IfcDocumentConfidentialityEnum
8.6.2.3.1 Semantic definition
IfcDocumentConfidentialityEnum enables selection of the level of confidentiality of document information from a list of choices.
8.6.2.3.2 Type values
Type | Description |
---|---|
CONFIDENTIAL
|
Document is confidential and its contents should not be revealed without permission. |
PERSONAL
|
Document is personal to the author. |
PUBLIC
|
Document is publicly available. |
RESTRICTED
|
Document availability is restricted. |
USERDEFINED
|
User defined. |
NOTDEFINED
|
Not defined. |
8.6.2.3.3 Formal representation
TYPE IfcDocumentConfidentialityEnum = ENUMERATION OF
(CONFIDENTIAL
,PERSONAL
,PUBLIC
,RESTRICTED
,USERDEFINED
,NOTDEFINED);
END_TYPE;