8.6.3.11 IfcResourceLevelRelationship(资源层级关系)
抽象 该定义可能不会被直接实例化。
8.6.3.11.1 语义定义(Semantic definition)
IfcResourceLevelRelationship 是一个用于资源层级实体间关系的抽象基础实体。
8.6.3.11.2 实体继承(Entity inheritance)
8.6.3.11.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcResourceLevelRelationship (2) | |||
| 1 | Name | OPTIONAL IfcLabel |
用于标识或限定关系的名称。 |
| 2 | Description | OPTIONAL IfcText |
可为关系提供附加信息的描述说明。 |
8.6.3.11.4 形式化表示(Formal representation)
ENTITY IfcResourceLevelRelationship
ABSTRACT SUPERTYPE OF (ONEOF
(IfcApprovalRelationship
,IfcCurrencyRelationship
,IfcDocumentInformationRelationship
,IfcExternalReferenceRelationship
,IfcMaterialRelationship
,IfcOrganizationRelationship
,IfcPropertyDependencyRelationship
,IfcResourceApprovalRelationship
,IfcResourceConstraintRelationship));
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
END_ENTITY;