IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

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)

# 特性(Attributes) 类型 描述
表 8.6.3.6.A

8.6.3.6.4 形式化表示(Formal representation)

ENTITY IfcExternalInformation
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcClassification
	,IfcDocumentInformation
	,IfcLibraryInformation));
END_ENTITY;

8.6.3.6.5 参考文献