IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

8.6.3.9 IfcLibraryInformation(库信息)

8.6.3.9.1 语义定义

注意 此功能已被IFC中的URI约定所取代。关于不同IFC版本中URI引用使用的更多信息,请参阅此文档页面。不推荐使用IfcLibraryInformation

IfcLibraryInformation 描述了一个外部结构化信息存储库,通常以允许通过索引或参考值进行信息查找的方式组织。IfcLibraryInformation 提供库的 Name 以及可选的 DescriptionVersionVersionDatePublisher 特性。可为库的电子访问添加 Location

8.6.3.9.2 实体继承

8.6.3.9.3 特性

# 特性 类型 描述
IfcLibraryInformation (8)
1 Name IfcLabel

用于标识库的名称。

2 Version OPTIONAL IfcLabel

用于参考的库版本标识符。

3 Publisher OPTIONAL IfcActorSelect

作为库发布者的组织信息。

4 VersionDate OPTIONAL IfcDateTime

引用库版本的日期。

5 Location OPTIONAL IfcURIReference

库信息的资源标识符或定位符,以URI、URN或URL形式提供,用于在线参考。

6 Description OPTIONAL IfcText

为库修订信息提供的附加描述。

LibraryInfoForObjects SET [0:?] OF IfcRelAssociatesLibrary FOR RelatingLibrary

与之关联对象的库信息。

HasLibraryReferences SET [0:?] OF IfcLibraryReference FOR ReferencedLibrary

库信息适用的库引用。

表 8.6.3.9.A

8.6.3.9.4 形式化表示

ENTITY IfcLibraryInformation
 SUBTYPE OF (IfcExternalInformation);
	Name : IfcLabel;
	Version : OPTIONAL IfcLabel;
	Publisher : OPTIONAL IfcActorSelect;
	VersionDate : OPTIONAL IfcDateTime;
	Location : OPTIONAL IfcURIReference;
	Description : OPTIONAL IfcText;
 INVERSE
	LibraryInfoForObjects : SET [0:?] OF IfcRelAssociatesLibrary FOR RelatingLibrary;
	HasLibraryReferences : SET [0:?] OF IfcLibraryReference FOR ReferencedLibrary;
END_ENTITY;

8.6.3.9.5 参考