8.6.3.6 IfcExternalInformation(外部信息)
RV ⓘ
AbV ⓘ
抽象 该定义可能不会被直接实例化。
8.6.3.6.1 语义定义(Semantic definition)
IfcExternalInformation 用于标识未在当前模型或项目数据库(作为当前模型的实现)中明确表示的信息源。IfcExternalInformation 标识外部源(分类、文档或库),但不标识外部源中的特定条目,例如字典条目、分类标记或文档引用
IfcExternalInformation 是所有外部信息实体的抽象超类型。
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;