buildingSMART / buildingSMART/IFC4.x-development
No localization data in psets xmls
- Dominant language
- Python
- Stars
- 234
- Forks
- 123
- Avg merge
- 15h 4m
- Merged PRs (30d)
- 5
Description
I'm trying to make .ifc library for psets for IFC4X3 similarly to [IFC4](https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/annex/annex-a/general-usage/IFC4_ADD2.ifc).
But localization data is missing in IFC4X3 xml files which should be part of the .ifc library:
Here's the example of `IFCLIBRARYREFERENCE` references in IFC4 library:

Is there some other place where I can get locatization data besides psets .xml files?
_________
Xmls for comparison:
IFC4:
https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/psd/Pset_ValvePHistory.xml
IFC4X3:
```xml
Pset_ValvePHistory
Valve performance history common attributes of a typical 2 port pattern type valve.
IfcValve
IfcValve
PercentageOpen
The ratio between the amount that the valve is open to the full open position of the valve.
MeasuredFlowRate
The rate of flow of a fluid measured across the valve.
MeasuredPressureDrop
The actual pressure drop in the fluid measured across the valve.
```
Contributor guide
Assessment
This issue has not been assessed yet.