Skip to content

6.0.0-dev.82

Latest
Compare
Choose a tag to compare
@regnosys-ops regnosys-ops released this 12 Nov 14:52
7ab3505

CDM Model - CapacityUnit Enum

Background
In has been seen that in the ExternalUnitOfMeasure1Code from the 2Q2024 ISO External CodeSets v1, the unity Joule is supported in the Enum. However, in CDM this is not the case, as it does not appear anywhere in the CapacityUnitEnum. Therefore, the Joule unit of measure will be added to the CapacityUnitEnum for completeness and to align with 2Q2024 ISO External CodeSets v1, for versions 5 and 6 of CDM.

What is being released?

  • Updated CapacityUnitEnum in cdm.base.math

Enumerations

  • Updated CapacityUnitEnum by adding 'J' to support Joule unit

The changes can be reviewed in PR: #3198