ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

IfcLibraryInformation

2022-09-03 16:34:27  阅读:167  来源: 互联网

标签:information IfcLabel IfcLibraryInformation library HasLibraryReferences OPTIONAL


IfcLibraryInformation

实体定义

IfcLibraryInformation描述了一个库,其中库是结构化的信息存储,通常以允许通过索引或参考值查找信息的方式组织。IfcLibraryInformation提供库名称和可选的描述、版本、版本日期和发布者属性。可以添加用于电子访问图书馆的位置。

 

在broder意义上,IfcLibraryInformation包括用于在将库和其他数据检入修订控制系统时捕获修订信息的元数据。

 

IFC2x中的新实体。

IFC4:增加位置和描述属性;发布者和版本日期数据类型已更改;添加了HasLibraryReferences反向属性(以前的LibraryReference更改为反向)。

 

 

 

Attribute inheritance

#AttributeTypeCardinalityDescriptionC
IfcExternalInformation
IfcLibraryInformation
1 Name IfcLabel [1:1] The name which is used to identify the library. X
2 Version IfcLabel [0:1] Identifier for the library version used for reference. X
3 Publisher IfcActorSelect [0:1] Information of the organization that acts as the library publisher. X
4 VersionDate IfcDateTime [0:1] Date of the referenced version of the library. X
5 Location IfcURIReference [0:1] Resource identifier or locator, provided as URI, URN or URL, of the library information for online references. X
6 Description IfcText [0:1] Additional description provided for the library revision information. X
  LibraryInfoForObjects IfcRelAssociatesLibrary
@RelatingLibrary
S[0:?] The library information with which objects are associated. X
  HasLibraryReferences IfcLibraryReference
@ReferencedLibrary
S[0:?] The library references to which the library information applies. X
 

EXPRESS Specification

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 OF IfcLibraryReference FOR ReferencedLibrary;
END_ENTITY;

 

 

####################################

标签:information,IfcLabel,IfcLibraryInformation,library,HasLibraryReferences,OPTIONAL
来源: https://www.cnblogs.com/herd/p/16652910.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有