buildingSMART / buildingSMART/IFC4.x-development
`IfcRoadPart` property sets have `IfcSpace`-related property sets referenced
- Dominant language
- Python
- Stars
- 234
- Forks
- 123
- Avg merge
- 15h 4m
- Merged PRs (30d)
- 5
Description
# State
`IfcRoadPart` has the following property sets listed:

# Problem
`Pset_SpaceCommon` is wrongly referenced. This property set belongs to `IfcSpace` as stated in the definition:
> Properties common to the definition of all occurrences of [IfcSpace](https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcSpace.htm).
There are more errors like the one above, e.g. `Pset_SpaceHVACDesign`.
# Fix
I have no idea how to fix this. Complete contents of `IfcroadPart` Readme:
https://github.com/buildingSMART/IFC4.3.x-development/blob/738df03670cd6208132d8fdcca902274afbdc6a8/docs/schemas/domain/IfcRoadDomain/Entities/IfcRoadPart.md?plain=1#L1-L4
Where do the properties get defined / pulled-in?
Contributor guide
Assessment
This issue has not been assessed yet.