IfcDocumentConfidentialityEnum

Natural language names
Document Confidentiality Enum
Semantic definitions at the type
Type definition

IfcDocumentConfidentialityEnum enables selection of the level of confidentiality of document information from a list of choices.

HISTORY  New enumeration in IFC2x.
Enumeration definition
ConstantDescription
PUBLICDocument is publicly available.
RESTRICTEDDocument availability is restricted.
CONFIDENTIALDocument is confidential and its contents should not be revealed without permission.
PERSONALDocument is personal to the author.
USERDEFINED
NOTDEFINED
Formal representations
XML Specification
 <xs:simpleType name="IfcDocumentConfidentialityEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="public"/>
   <xs:enumeration value="restricted"/>
   <xs:enumeration value="confidential"/>
   <xs:enumeration value="personal"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcDocumentConfidentialityEnum = ENUMERATION OF (
 PUBLIC,
 RESTRICTED,
 CONFIDENTIAL,
 PERSONAL,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcDocumentInformation

Link to this page  Link to this page