8.6.3.4 IfcDocumentInformationRelationship(文档信息关系)
8.6.3.4.1 语义定义(Semantic definition)
IfcDocumentInformationRelationship 是一种关系实体,使文档能够引用其他文档。它用于描述以下关系:一个文档可能引用一个或多个其他子文档,或者某个文档被用作另一个文档的替代(但需要同时保留原始文档和替代文档)。
8.6.3.4.2 实体继承(Entity inheritance)
8.6.3.4.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcResourceLevelRelationship (2) | |||
| 1 | Name | OPTIONAL IfcLabel |
用于标识或限定关系的名称。 |
| 2 | Description | OPTIONAL IfcText |
可为关系提供附加信息的描述说明。 |
| 点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性 | |||
| IfcDocumentInformationRelationship (3) | |||
| 3 | RelatingDocument | IfcDocumentInformation |
在关系中作为父级、引用方或原始文档的文档。 |
| 4 | RelatedDocuments | SET [1:?] OF IfcDocumentInformation |
在关系中作为子级、被引用方或替代文档的文档。 |
| 5 | RelationshipType | OPTIONAL IfcLabel |
描述文档间的关系类型。可能是子文档、替代等。具体解释需在应用场景中确定。 |
8.6.3.4.4 形式化表示(Formal representation)
ENTITY IfcDocumentInformationRelationship
SUBTYPE OF (IfcResourceLevelRelationship);
RelatingDocument : IfcDocumentInformation;
RelatedDocuments : SET [1:?] OF IfcDocumentInformation;
RelationshipType : OPTIONAL IfcLabel;
END_ENTITY;