8.6.3.8 IfcExternalReferenceRelationship(外部引用关系)
8.6.3.8.1 语义定义(Semantic definition)
IfcExternalReferenceRelationship 是一种关系实体,使来自 IfcResourceObjectSelect 的对象能够通过外部引用进行标记。
注意 此关系用于为不从 IfcRoot 继承的实体分配分类、库或文档信息。其功能与 IfcRelAssociates 的子类型类似。
8.6.3.8.2 实体继承(Entity inheritance)
8.6.3.8.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcResourceLevelRelationship (2) | |||
| 1 | Name | OPTIONAL IfcLabel |
用于标识或限定关系的名称。 |
| 2 | Description | OPTIONAL IfcText |
可为关系提供附加信息的描述说明。 |
| 点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性 | |||
| IfcExternalReferenceRelationship (2) | |||
| 3 | RelatingReference | IfcExternalReference |
一个外部引用,可用于标记 IfcResourceObjectSelect 范围内的对象。
|
| 4 | RelatedResourceObjects | SET [1:?] OF IfcResourceObjectSelect |
IfcResourceObjectSelect 列表中的对象,可通过字典、库、目录、分类或文档的外部引用进行标记。 |
8.6.3.8.4 形式化表示(Formal representation)
ENTITY IfcExternalReferenceRelationship
SUBTYPE OF (IfcResourceLevelRelationship);
RelatingReference : IfcExternalReference;
RelatedResourceObjects : SET [1:?] OF IfcResourceObjectSelect;
END_ENTITY;