bSI-InfraRoom / bSI-InfraRoom/IFC-Specification
Issue with schema - IfcResourceApprovalRelationship inverses
Open
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.