IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

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.

Table 8.6.2.3.A

8.6.2.3.3 Formal representation

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

8.6.2.3.4 References

Edit on Github


Is this page difficult to understand? Let us know!