bSI-InfraRoom / bSI-InfraRoom/IFC-Specification

Issue with schema - IfcResourceApprovalRelationship inverses

Open
#634 0 comments 0 reactions 10 assignees Claimed by @JuhaHy View on GitHub
bug EXPRESS help wanted invalid Legacy question
Dominant language
No language data
Stars
27
Forks
24
PR merge metrics
No merged PRs in 30d

Description

Similar problem to #633 but the solution seems easier because only `IfcProperty` uses this one. The following seems possible:
```
ENTITY IfcResourceApprovalRelationship
SUBTYPE OF (IfcResourceLevelRelationship);
RelatedResourceObjects : SET [1:?] OF IfcResourceObjectSelect;
RelatingApproval : IfcApproval;
END_ENTITY;
```
to
```
ENTITY IfcResourceApprovalRelationship
SUBTYPE OF (IfcResourceLevelRelationship);
RelatedResourceObjects : SET [1:?] OF IfcProperty;
RelatingApproval : IfcApproval;
END_ENTITY;
```

@Michel-Rives

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.