8.6.3.6 IfcExternalInformation
ABSTRACT This definition may not be instantiated
8.6.3.6.1 Semantic definition
An IfcExternalInformation is the identification of an information source that is not explicitly represented in the current model or in the project database (as an implementation of the current model). The IfcExternalInformation identifies the external source (classification, document, or library), but not the particular items such as a dictionary entry, a classification notation, or a document reference within the external source
The IfcExternalInformation is an abstract supertype of all external information entities.
8.6.3.6.2 Entity inheritance
8.6.3.6.3 Attributes
8.6.3.6.4 Formal representation
ENTITY IfcExternalInformation
ABSTRACT SUPERTYPE OF (ONEOF
(IfcClassification
,IfcDocumentInformation
,IfcLibraryInformation));
END_ENTITY;