8.2.3.2 IfcApprovalRelationship(审批关系)
8.2.3.2.1 语义定义(Semantic definition)
IfcApprovalRelationship 关联多个审批(一个关联审批和一个或多个被关联审批),随着审批流程或审批对象的发展,每个审批具有不同的状态或级别。
8.2.3.2.2 实体继承(Entity inheritance)
8.2.3.2.3 特性(Attributes)
| # | 特性(Attributes) | 类型 | 描述 |
|---|---|---|---|
| IfcResourceLevelRelationship (2) | |||
| 1 | Name | OPTIONAL IfcLabel |
用于标识或限定关系的名称。 |
| 2 | Description | OPTIONAL IfcText |
可为关系提供附加信息的描述说明。 |
| 点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性 | |||
| IfcApprovalRelationship (2) | |||
| 3 | RelatingApproval | IfcApproval |
其他审批所关联的审批。 |
| 4 | RelatedApprovals | SET [1:?] OF IfcApproval |
与另一个(关联)审批相关联的审批集合。 |
8.2.3.2.4 形式化表示(Formal representation)
ENTITY IfcApprovalRelationship
SUBTYPE OF (IfcResourceLevelRelationship);
RelatingApproval : IfcApproval;
RelatedApprovals : SET [1:?] OF IfcApproval;
END_ENTITY;