@oimlsmart/primmel-packages 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -512,6 +512,26 @@ attribute_definition interfering_components {
512
512
  definition "List of gas components other than the measurand and their maximum permissible concentrations, provided by the manufacturer in the operating instructions."
513
513
  ref derives-from "urn:oiml:pub:r:144-1:2013#clause-4.5.2"
514
514
  value_type pair-list
515
+ pair_list {
516
+ key component
517
+ value max_concentration
518
+ key_dimension measurand_components
519
+ component co2 {
520
+ name "Carbon dioxide"
521
+ }
522
+ component h2o {
523
+ name "Water vapour"
524
+ }
525
+ component so2 {
526
+ name "Sulfur dioxide"
527
+ }
528
+ component ch4 {
529
+ name "Methane"
530
+ }
531
+ component h2 {
532
+ name "Hydrogen"
533
+ }
534
+ }
515
535
  origin declared
516
536
  scope model
517
537
  category administrative
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oimlsmart/primmel-packages",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "The OIML SMART platform's authoritative model content: every Recommendation, the OIML-CS scheme, the CASCO foundations, the shared modules, and the product/program reference packages as Primmel (.prl) packages — the single source of truth the platform's data trees regenerate from. Consumed by the smart monorepo (oimlsmart/smart) at a pinned version (TODO.repos/02).",
5
5
  "type": "module",
6
6
  "repository": {
@@ -1,18 +0,0 @@
1
- # GENERATED package payload (task 31b) — content with no PRL construct; composed back by regenerate-data + build-primmel-cache. Do not edit by hand.
2
- attribute_definitions:
3
- - id: interfering_components
4
- pair_list:
5
- key: component
6
- value: max_concentration
7
- key_dimension: measurand_components
8
- components:
9
- - id: co2
10
- name: Carbon dioxide
11
- - id: h2o
12
- name: Water vapour
13
- - id: so2
14
- name: Sulfur dioxide
15
- - id: ch4
16
- name: Methane
17
- - id: h2
18
- name: Hydrogen