@oimlsmart/primmel-packages 0.1.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.
- package/AGENTS.md +60 -0
- package/LICENSE +21 -0
- package/README.md +68 -0
- package/acme-cgm-200/model/cgm200.prl +284 -0
- package/acme-cgm-200/model/r144-map.prl +337 -0
- package/acme-cgm-200/package.primmel +39 -0
- package/acme-cgm-system/model/cgm-system.prl +125 -0
- package/acme-cgm-system/model/r144-map.prl +75 -0
- package/acme-cgm-system/model/sample-line.prl +42 -0
- package/acme-cgm-system/package.primmel +23 -0
- package/acme-lc500/model/lc500.prl +218 -0
- package/acme-lc500/model/passport.prl +43 -0
- package/acme-lc500/model/r60-map.prl +161 -0
- package/acme-lc500/model/twin-cert-map.prl +114 -0
- package/acme-lc500/package.primmel +35 -0
- package/acme-md3xx/model/md350.prl +317 -0
- package/acme-md3xx/model/r129-map.prl +346 -0
- package/acme-md3xx/package.primmel +49 -0
- package/acme-rs180/model/r91-map.prl +234 -0
- package/acme-rs180/model/rs180.prl +236 -0
- package/acme-rs180/package.primmel +47 -0
- package/ims-demo/model/ims.prl +23 -0
- package/ims-demo/model/isms-map.prl +60 -0
- package/ims-demo/model/qms-map.prl +73 -0
- package/ims-demo/package.primmel +42 -0
- package/isms-ref/model/isms.prl +34 -0
- package/isms-ref/package.primmel +35 -0
- package/iso-iec-17000/package.primmel +8 -0
- package/iso-iec-17000/terminology.prl +268 -0
- package/iso-iec-17025/package.primmel +10 -0
- package/iso-iec-17025/specification/requirements/lab.prl +474 -0
- package/iso-iec-17025/terminology.prl +72 -0
- package/iso-iec-17065/package.primmel +10 -0
- package/iso-iec-17065/specification/requirements/body.prl +446 -0
- package/iso-iec-17065/terminology.prl +103 -0
- package/iso-iec-17067/package.primmel +10 -0
- package/iso-iec-17067/specification/requirements/scheme-content.prl +300 -0
- package/iso-iec-17067/terminology.prl +24 -0
- package/oiml-cs/package.primmel +10 -0
- package/oiml-cs/specification/discrepancies.prl +26 -0
- package/oiml-cs/specification/requirements/cs.prl +515 -0
- package/oiml-cs-dataspace/.primmel-allowlist.prl +25 -0
- package/oiml-cs-dataspace/package.primmel +9 -0
- package/oiml-cs-dataspace/specification/dataspace.prl +73 -0
- package/oiml-cs-dataspace/specification/policies.prl +68 -0
- package/oiml-integrated-ref/model/probe-pairing.prl +71 -0
- package/oiml-integrated-ref/package.primmel +10 -0
- package/oiml-r129/.primmel-allowlist.prl +2 -0
- package/oiml-r129/evaluation/processes.prl +152 -0
- package/oiml-r129/evaluation/workflow.prl +48 -0
- package/oiml-r129/execution/forms/admin/adjustments-modifications.prl +30 -0
- package/oiml-r129/execution/forms/admin/checklist.prl +70 -0
- package/oiml-r129/execution/forms/admin/configuration.prl +31 -0
- package/oiml-r129/execution/forms/admin/equipment-info.prl +27 -0
- package/oiml-r129/execution/forms/admin/general-info.prl +63 -0
- package/oiml-r129/execution/forms/admin/identification.prl +49 -0
- package/oiml-r129/execution/forms/admin/sample-selection.prl +30 -0
- package/oiml-r129/execution/forms/admin/summary-results.prl +50 -0
- package/oiml-r129/execution/forms/emc/bursts.prl +88 -0
- package/oiml-r129/execution/forms/emc/esd.prl +66 -0
- package/oiml-r129/execution/forms/emc/low-voltage-battery.prl +58 -0
- package/oiml-r129/execution/forms/emc/rf-immunity-conducted.prl +59 -0
- package/oiml-r129/execution/forms/emc/rf-immunity-radiated.prl +59 -0
- package/oiml-r129/execution/forms/emc/surge.prl +61 -0
- package/oiml-r129/execution/forms/emc/voltage-dips.prl +62 -0
- package/oiml-r129/execution/forms/emc/voltage-variation.prl +58 -0
- package/oiml-r129/execution/forms/env/damp-heat-cyclic.prl +43 -0
- package/oiml-r129/execution/forms/env/damp-heat-steady.prl +50 -0
- package/oiml-r129/execution/forms/env/static-temperatures.prl +61 -0
- package/oiml-r129/execution/forms/shared/headers.prl +86 -0
- package/oiml-r129/execution/forms/tests/acoustics.prl +44 -0
- package/oiml-r129/execution/forms/tests/ambient-light.prl +46 -0
- package/oiml-r129/execution/forms/tests/construction-examination.prl +46 -0
- package/oiml-r129/execution/forms/tests/examination-checklist.prl +51 -0
- package/oiml-r129/execution/forms/tests/object-shape.prl +43 -0
- package/oiml-r129/execution/forms/tests/orientation-position.prl +31 -0
- package/oiml-r129/execution/forms/tests/repeatability.prl +65 -0
- package/oiml-r129/execution/forms/tests/speed-movement.prl +59 -0
- package/oiml-r129/execution/forms/tests/surface-characteristics.prl +44 -0
- package/oiml-r129/execution/forms/tests/warm-up-time.prl +35 -0
- package/oiml-r129/execution/subforms/dimension-measurement.prl +93 -0
- package/oiml-r129/layers.prl +50 -0
- package/oiml-r129/model/attributes.prl +243 -0
- package/oiml-r129/model/behaviors.prl +79 -0
- package/oiml-r129/model/capabilities.prl +29 -0
- package/oiml-r129/model/characteristics.prl +8 -0
- package/oiml-r129/model/conditions.prl +23 -0
- package/oiml-r129/model/instrument.prl +67 -0
- package/oiml-r129/model/state.prl +22 -0
- package/oiml-r129/model/twin.prl +23 -0
- package/oiml-r129/package.primmel +15 -0
- package/oiml-r129/payload/application.yaml +40 -0
- package/oiml-r129/payload/conditions-common-test.yaml +8 -0
- package/oiml-r129/payload/formulas-variants.yaml +33 -0
- package/oiml-r129/payload/promises.yaml +102 -0
- package/oiml-r129/payload/sample-data.yaml +300 -0
- package/oiml-r129/references.prl +306 -0
- package/oiml-r129/sources-prd/coverage.json +59 -0
- package/oiml-r129/sources-prd/r129-1.sentences.json +4238 -0
- package/oiml-r129/sources-prd/r129-2.sentences.json +1139 -0
- package/oiml-r129/sources-prd/r129-3.sentences.json +3809 -0
- package/oiml-r129/sources-prd/r129-4.sentences.json +1227 -0
- package/oiml-r129/specification/calculations.prl +83 -0
- package/oiml-r129/specification/conformance/disturbance-tests.prl +212 -0
- package/oiml-r129/specification/conformance/effect-tests.prl +70 -0
- package/oiml-r129/specification/conformance/examinations.prl +83 -0
- package/oiml-r129/specification/conformance/metrological-tests.prl +178 -0
- package/oiml-r129/specification/formulas.prl +9 -0
- package/oiml-r129/specification/requirements/electronic.prl +46 -0
- package/oiml-r129/specification/requirements/metrological.prl +83 -0
- package/oiml-r129/specification/requirements/object-limitations.prl +99 -0
- package/oiml-r129/specification/requirements/software.prl +57 -0
- package/oiml-r129/specification/requirements/technical.prl +134 -0
- package/oiml-r129/specification/symbols.prl +187 -0
- package/oiml-r129/specification/tables.prl +74 -0
- package/oiml-r129/terminology.prl +415 -0
- package/oiml-r129/value-types.prl +40 -0
- package/oiml-r144/.primmel-allowlist.prl +2 -0
- package/oiml-r144/entities/instrument.prl +360 -0
- package/oiml-r144/entities/test-execution.prl +228 -0
- package/oiml-r144/entities/workflow.prl +2075 -0
- package/oiml-r144/evaluation/processes.prl +152 -0
- package/oiml-r144/evaluation/workflow.prl +48 -0
- package/oiml-r144/execution/forms/sec-3-report/03-01-laboratory-info.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-02-test-location.prl +14 -0
- package/oiml-r144/execution/forms/sec-3-report/03-03-manufacturer-info.prl +18 -0
- package/oiml-r144/execution/forms/sec-3-report/03-04-applicant-info.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-05-type-identification.prl +80 -0
- package/oiml-r144/execution/forms/sec-3-report/03-06-type-composition.prl +31 -0
- package/oiml-r144/execution/forms/sec-3-report/03-07-visual-examination.prl +46 -0
- package/oiml-r144/execution/forms/sec-3-report/03-08-test-conclusions.prl +46 -0
- package/oiml-r144/execution/forms/sec-3-report/03-09-general-conclusion.prl +19 -0
- package/oiml-r144/execution/forms/sec-3-report/03-10-responsible-persons.prl +27 -0
- package/oiml-r144/execution/forms/sec-tests/ambient-pressure-test.prl +59 -0
- package/oiml-r144/execution/forms/sec-tests/bursts-mains-test.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/bursts-signal-test.prl +55 -0
- package/oiml-r144/execution/forms/sec-tests/cold-test.prl +48 -0
- package/oiml-r144/execution/forms/sec-tests/cross-sensitivity-test.prl +92 -0
- package/oiml-r144/execution/forms/sec-tests/damp-heat-test.prl +50 -0
- package/oiml-r144/execution/forms/sec-tests/documentation-examination.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/drift-test.prl +83 -0
- package/oiml-r144/execution/forms/sec-tests/dry-heat-test.prl +53 -0
- package/oiml-r144/execution/forms/sec-tests/error-determination.prl +37 -0
- package/oiml-r144/execution/forms/sec-tests/esd-test.prl +53 -0
- package/oiml-r144/execution/forms/sec-tests/flow-spillover-test.prl +83 -0
- package/oiml-r144/execution/forms/sec-tests/leakproofness-test.prl +41 -0
- package/oiml-r144/execution/forms/sec-tests/low-battery-test.prl +48 -0
- package/oiml-r144/execution/forms/sec-tests/power-reduction-test.prl +49 -0
- package/oiml-r144/execution/forms/sec-tests/power-supply-test.prl +57 -0
- package/oiml-r144/execution/forms/sec-tests/repeatability-test.prl +60 -0
- package/oiml-r144/execution/forms/sec-tests/response-time-test.prl +43 -0
- package/oiml-r144/execution/forms/sec-tests/rf-emf-test.prl +47 -0
- package/oiml-r144/execution/forms/sec-tests/shock-test.prl +50 -0
- package/oiml-r144/execution/forms/sec-tests/surge-test.prl +52 -0
- package/oiml-r144/execution/forms/sec-tests/vibration-test.prl +58 -0
- package/oiml-r144/execution/forms/sec-tests/warm-up-time-test.prl +69 -0
- package/oiml-r144/execution/forms/shared/headers.prl +132 -0
- package/oiml-r144/execution/subforms/cgm-point.prl +99 -0
- package/oiml-r144/layers.prl +44 -0
- package/oiml-r144/model/attributes.prl +679 -0
- package/oiml-r144/model/behaviors.prl +117 -0
- package/oiml-r144/model/capabilities.prl +99 -0
- package/oiml-r144/model/characteristics.prl +27 -0
- package/oiml-r144/model/conditions.prl +46 -0
- package/oiml-r144/model/instrument.prl +85 -0
- package/oiml-r144/model/state.prl +18 -0
- package/oiml-r144/model/twin.prl +25 -0
- package/oiml-r144/package.primmel +15 -0
- package/oiml-r144/payload/application.yaml +80 -0
- package/oiml-r144/payload/attributes-pair-list.yaml +18 -0
- package/oiml-r144/payload/conditions-common-test.yaml +74 -0
- package/oiml-r144/payload/formulas-variants.yaml +32 -0
- package/oiml-r144/payload/promises.yaml +118 -0
- package/oiml-r144/payload/sample-data.yaml +643 -0
- package/oiml-r144/references.prl +594 -0
- package/oiml-r144/sources-prd/coverage.json +114 -0
- package/oiml-r144/sources-prd/r144-1.sentences.json +2797 -0
- package/oiml-r144/sources-prd/r144-2.sentences.json +1627 -0
- package/oiml-r144/sources-prd/r144-3.sentences.json +838 -0
- package/oiml-r144/specification/calculations.prl +123 -0
- package/oiml-r144/specification/conformance/examination.prl +87 -0
- package/oiml-r144/specification/conformance/performance-tests.prl +755 -0
- package/oiml-r144/specification/formulas.prl +37 -0
- package/oiml-r144/specification/reference-materials.prl +87 -0
- package/oiml-r144/specification/requirements/controls.prl +51 -0
- package/oiml-r144/specification/requirements/metrological.prl +299 -0
- package/oiml-r144/specification/requirements/report.prl +35 -0
- package/oiml-r144/specification/requirements/technical.prl +455 -0
- package/oiml-r144/specification/symbols.prl +357 -0
- package/oiml-r144/specification/tables.prl +95 -0
- package/oiml-r144/specification/test-point-sets.prl +15 -0
- package/oiml-r144/terminology.prl +308 -0
- package/oiml-r144/value-types.prl +49 -0
- package/oiml-r60/.primmel-allowlist.prl +2 -0
- package/oiml-r60/entities/workflow.prl +2079 -0
- package/oiml-r60/evaluation/processes.prl +152 -0
- package/oiml-r60/evaluation/workflow.prl +48 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-01-authority-info.prl +76 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-02-synopsis.prl +20 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-01-examinations.prl +27 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-02-a-performance-general.prl +81 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-03-02-b-performance-digital.prl +104 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-01-manufacturer.prl +21 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-02-applicant.prl +44 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-04-03-testing-laboratories.prl +69 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-05-load-cell-type-info.prl +83 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-06-accessories.prl +41 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-07-sample-selection.prl +71 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-01-general-info.prl +103 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-02-performance-info.prl +66 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-03-digital-info.prl +35 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-04-photographs.prl +12 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-05-documentation.prl +27 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-06-inscriptions.prl +126 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-07-model-range.prl +143 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-09-12-previous-tests.prl +26 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-01-force-generating-system.prl +89 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-02-weights.prl +61 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-03-temperature-chamber.prl +96 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-04-climate-chamber.prl +96 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-05-indicator.prl +92 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-06-terminal.prl +86 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-07-barometric-pressure-meter.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-08-thermometer.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-09-moisture-analyser.prl +62 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-10-additional-test-equipment.prl +69 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/04-10-11-remarks.prl +11 -0
- package/oiml-r60/execution/forms/sec-4-evaluation-report/test-usage-matrix.prl +85 -0
- package/oiml-r60/execution/forms/sec-5-examination/documentation-examination.prl +53 -0
- package/oiml-r60/execution/forms/sec-5-examination/marking-examination.prl +104 -0
- package/oiml-r60/execution/forms/sec-5-examination/software-examination.prl +86 -0
- package/oiml-r60/execution/forms/sec-5-examination/suitability-examination.prl +56 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/barometric-pressure.prl +176 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/bursts.prl +129 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/conducted-emc.prl +170 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/creep-dr.prl +327 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/emc-susceptibility.prl +115 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/esd.prl +224 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/humidity-ch.prl +300 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/humidity-sh.prl +235 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/initial-tests.prl +129 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/load-cell-errors.prl +280 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/load-test.prl +29 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/performance-test-summary.prl +82 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/power-voltage.prl +166 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/repeatability.prl +189 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/short-time-power.prl +98 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/span-stability.prl +242 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/surge.prl +142 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/temperature-mdlo.prl +180 -0
- package/oiml-r60/execution/forms/sec-6-performance-tests/warm-up-time.prl +207 -0
- package/oiml-r60/execution/forms/shared/headers.prl +255 -0
- package/oiml-r60/execution/subforms/load-test-row.prl +55 -0
- package/oiml-r60/execution/subforms/test-procedures.prl +33 -0
- package/oiml-r60/layers.prl +46 -0
- package/oiml-r60/model/attributes.prl +642 -0
- package/oiml-r60/model/behaviors.prl +165 -0
- package/oiml-r60/model/capabilities.prl +57 -0
- package/oiml-r60/model/characteristics.prl +27 -0
- package/oiml-r60/model/conditions.prl +50 -0
- package/oiml-r60/model/instrument.prl +96 -0
- package/oiml-r60/model/processes.prl +54 -0
- package/oiml-r60/model/state.prl +22 -0
- package/oiml-r60/model/twin.prl +16 -0
- package/oiml-r60/package.primmel +16 -0
- package/oiml-r60/payload/annexes-part4.yaml +122 -0
- package/oiml-r60/payload/application.yaml +83 -0
- package/oiml-r60/payload/conditions-common-test.yaml +121 -0
- package/oiml-r60/payload/formulas-variants.yaml +55 -0
- package/oiml-r60/payload/promises.yaml +224 -0
- package/oiml-r60/payload/sample-data.yaml +5025 -0
- package/oiml-r60/payload/symbols-formula-notes.yaml +21 -0
- package/oiml-r60/references.prl +549 -0
- package/oiml-r60/sources-prd/coverage.json +740 -0
- package/oiml-r60/sources-prd/r60-1.sentences.json +2173 -0
- package/oiml-r60/sources-prd/r60-2.sentences.json +2961 -0
- package/oiml-r60/sources-prd/r60-3.sentences.json +4212 -0
- package/oiml-r60/sources-prd/r60-a.sentences.json +3361 -0
- package/oiml-r60/specification/calculations.prl +318 -0
- package/oiml-r60/specification/conformance/class-specific.prl +1120 -0
- package/oiml-r60/specification/conformance/electronic.prl +483 -0
- package/oiml-r60/specification/conformance/examination.prl +183 -0
- package/oiml-r60/specification/conformance/metrological.prl +478 -0
- package/oiml-r60/specification/constraints.prl +58 -0
- package/oiml-r60/specification/formulas-used.prl +43 -0
- package/oiml-r60/specification/formulas.prl +20 -0
- package/oiml-r60/specification/requirements/class-specific.prl +655 -0
- package/oiml-r60/specification/requirements/classification.prl +114 -0
- package/oiml-r60/specification/requirements/electronic.prl +222 -0
- package/oiml-r60/specification/requirements/metrological.prl +381 -0
- package/oiml-r60/specification/requirements/technical.prl +146 -0
- package/oiml-r60/specification/symbols.prl +599 -0
- package/oiml-r60/specification/tables.prl +182 -0
- package/oiml-r60/specification/test-sequences.prl +72 -0
- package/oiml-r60/terminology.prl +920 -0
- package/oiml-r60/value-types.prl +46 -0
- package/oiml-r91/.primmel-allowlist.prl +3 -0
- package/oiml-r91/entities/instrument.prl +359 -0
- package/oiml-r91/entities/workflow.prl +2075 -0
- package/oiml-r91/evaluation/processes.prl +152 -0
- package/oiml-r91/evaluation/workflow.prl +48 -0
- package/oiml-r91/execution/forms/evidence-file.prl +41 -0
- package/oiml-r91/execution/forms/report-evaluation/appraisal.prl +30 -0
- package/oiml-r91/execution/forms/report-evaluation/checklist-summary.prl +43 -0
- package/oiml-r91/execution/forms/report-evaluation/checklist.prl +76 -0
- package/oiml-r91/execution/forms/report-evaluation/configuration-samples.prl +22 -0
- package/oiml-r91/execution/forms/report-evaluation/corrective-actions.prl +24 -0
- package/oiml-r91/execution/forms/report-evaluation/descriptions.prl +47 -0
- package/oiml-r91/execution/forms/report-evaluation/evaluation-identification.prl +219 -0
- package/oiml-r91/execution/forms/report-evaluation/test-report-summary.prl +33 -0
- package/oiml-r91/execution/forms/report-general/adjustments.prl +12 -0
- package/oiml-r91/execution/forms/report-general/alignment-aiming.prl +17 -0
- package/oiml-r91/execution/forms/report-general/checking-facility.prl +17 -0
- package/oiml-r91/execution/forms/report-general/configuration.prl +12 -0
- package/oiml-r91/execution/forms/report-general/identification.prl +216 -0
- package/oiml-r91/execution/forms/report-general/indications-controls.prl +17 -0
- package/oiml-r91/execution/forms/report-general/sealing.prl +21 -0
- package/oiml-r91/execution/forms/report-general/software-description.prl +26 -0
- package/oiml-r91/execution/forms/report-general/summary-environmental.prl +35 -0
- package/oiml-r91/execution/forms/report-general/summary-tests.prl +35 -0
- package/oiml-r91/execution/forms/report-general/test-equipment.prl +36 -0
- package/oiml-r91/execution/forms/report-general/test-interface.prl +16 -0
- package/oiml-r91/execution/forms/report-tests/01-01-field-test.prl +84 -0
- package/oiml-r91/execution/forms/report-tests/01-02-statistical-analysis.prl +76 -0
- package/oiml-r91/execution/forms/report-tests/01-03-image-evidence.prl +30 -0
- package/oiml-r91/execution/forms/report-tests/02-01-dynamic-performance.prl +92 -0
- package/oiml-r91/execution/forms/report-tests/02-02-speed-linearity.prl +23 -0
- package/oiml-r91/execution/forms/report-tests/02-03-distance-linearity.prl +67 -0
- package/oiml-r91/execution/forms/report-tests/02-04-angle-linearity.prl +59 -0
- package/oiml-r91/execution/forms/report-tests/03-01-dry-heat-operating.prl +38 -0
- package/oiml-r91/execution/forms/report-tests/03-02-dry-heat-storage.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-03-cold-operating.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-04-cold-storage.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-05-damp-heat-cyclic.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-06-water.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-07-sand-and-dust.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-08-salt-mist.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-09-vibration-random.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-10-mechanical-shock.prl +48 -0
- package/oiml-r91/execution/forms/report-tests/03-11-dc-mains-voltage-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-12-ripple-on-dc-mains.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-13-ac-mains-voltage-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-14-ac-mains-frequency-variation.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-15-dc-mains-voltage-dips.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-16-ac-mains-voltage-dips.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-17-ac-mains-frequency-harmonics.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-18-vlf-lf-disturbances.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-19-bursts-ac-dc-mains.prl +44 -0
- package/oiml-r91/execution/forms/report-tests/03-20-surges-ac-dc-mains.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-21-bursts-signal-lines.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-22-surges-signal-lines.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-23-ac-mains-magnetic-field.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-24-conducted-rf-common-mode.prl +46 -0
- package/oiml-r91/execution/forms/report-tests/03-25-rf-electromagnetic-fields.prl +49 -0
- package/oiml-r91/execution/forms/report-tests/03-26-electrostatic-discharges.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-27-internal-battery-low-voltage.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-28-road-vehicle-battery.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/03-29-transient-supply-lines.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-30-transient-other-lines.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-31-battery-cranking.prl +45 -0
- package/oiml-r91/execution/forms/report-tests/03-32-load-dump.prl +47 -0
- package/oiml-r91/execution/forms/report-tests/03-33-acceleration.prl +66 -0
- package/oiml-r91/execution/forms/report-tests/03-34-further-influence.prl +60 -0
- package/oiml-r91/execution/forms/report-tests/03-35-installation-alignment.prl +29 -0
- package/oiml-r91/execution/forms/report-tests/04-01-doppler-radar.prl +43 -0
- package/oiml-r91/execution/forms/report-tests/04-02-range-finding.prl +42 -0
- package/oiml-r91/execution/forms/report-tests/04-03-average-speed.prl +41 -0
- package/oiml-r91/execution/forms/report-tests/04-04-fixed-distance.prl +40 -0
- package/oiml-r91/execution/forms/report-tests/04-05-image-based.prl +41 -0
- package/oiml-r91/execution/forms/report-tests/04-06-across-road.prl +42 -0
- package/oiml-r91/execution/forms/report-tests/05-01-moving-field-test.prl +29 -0
- package/oiml-r91/execution/forms/report-tests/05-02-ego-field-test.prl +57 -0
- package/oiml-r91/execution/forms/report-tests/05-03-moving-traffic-simulation.prl +31 -0
- package/oiml-r91/execution/forms/report-tests/06-01-software-general.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-02-software-protection.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-03-software-hardware-support.prl +24 -0
- package/oiml-r91/execution/forms/report-tests/06-04-software-separation.prl +25 -0
- package/oiml-r91/execution/forms/report-tests/06-05-software-maintenance.prl +24 -0
- package/oiml-r91/execution/forms/report-tests/07-general-remarks.prl +11 -0
- package/oiml-r91/execution/forms/shared/header-a.prl +63 -0
- package/oiml-r91/execution/subforms/software-matrix-row.prl +30 -0
- package/oiml-r91/execution/subforms/speed-measurement-row.prl +38 -0
- package/oiml-r91/layers.prl +46 -0
- package/oiml-r91/model/artifacts.prl +29 -0
- package/oiml-r91/model/attributes.prl +698 -0
- package/oiml-r91/model/behaviors.prl +142 -0
- package/oiml-r91/model/capabilities.prl +88 -0
- package/oiml-r91/model/characteristics.prl +27 -0
- package/oiml-r91/model/conditions.prl +37 -0
- package/oiml-r91/model/instrument.prl +147 -0
- package/oiml-r91/model/state.prl +22 -0
- package/oiml-r91/model/twin.prl +17 -0
- package/oiml-r91/package.primmel +14 -0
- package/oiml-r91/payload/application.yaml +201 -0
- package/oiml-r91/payload/conditions-common-test.yaml +19 -0
- package/oiml-r91/payload/promises.yaml +142 -0
- package/oiml-r91/payload/sample-data.yaml +464 -0
- package/oiml-r91/references.prl +72 -0
- package/oiml-r91/sources-prd/coverage.json +106 -0
- package/oiml-r91/sources-prd/r91-1.sentences.json +4696 -0
- package/oiml-r91/sources-prd/r91-2.sentences.json +2067 -0
- package/oiml-r91/sources-prd/r91-3.sentences.json +5210 -0
- package/oiml-r91/sources-prd/r91-4.sentences.json +474 -0
- package/oiml-r91/specification/calculations.prl +26 -0
- package/oiml-r91/specification/conformance/influence-disturbance.prl +1792 -0
- package/oiml-r91/specification/conformance/metrological.prl +906 -0
- package/oiml-r91/specification/formulas.prl +10 -0
- package/oiml-r91/specification/requirements/class-specific.prl +308 -0
- package/oiml-r91/specification/requirements/metrological.prl +176 -0
- package/oiml-r91/specification/requirements/technical.prl +173 -0
- package/oiml-r91/specification/symbols.prl +323 -0
- package/oiml-r91/specification/tables.prl +136 -0
- package/oiml-r91/terminology.prl +535 -0
- package/oiml-r91/value-types.prl +26 -0
- package/oiml-smart-core/entities/comments.prl +101 -0
- package/oiml-smart-core/entities/cs-operations.prl +492 -0
- package/oiml-smart-core/entities/cs-participants.prl +470 -0
- package/oiml-smart-core/entities/engagement.prl +323 -0
- package/oiml-smart-core/entities/instrument.prl +359 -0
- package/oiml-smart-core/entities/module-b.prl +214 -0
- package/oiml-smart-core/entities/operated-schemes.prl +141 -0
- package/oiml-smart-core/entities/parties.prl +429 -0
- package/oiml-smart-core/entities/payment-records.prl +92 -0
- package/oiml-smart-core/entities/verification.prl +187 -0
- package/oiml-smart-core/entities/workflow.prl +2075 -0
- package/oiml-smart-core/evaluation/roles.prl +65 -0
- package/oiml-smart-core/evaluation/state-machines.prl +1157 -0
- package/oiml-smart-core/package.primmel +10 -0
- package/oiml-smart-core/specification/competence-kinds.prl +64 -0
- package/oiml-smart-core/specification/constraints.prl +40 -0
- package/oiml-smart-core/specification/invariants.prl +90 -0
- package/oiml-smart-core/specification/predicates.prl +116 -0
- package/oiml-smart-module-emc-disturbances/package.primmel +10 -0
- package/oiml-smart-module-env-iec60068/package.primmel +10 -0
- package/oiml-smart-module-examination-docs/package.primmel +10 -0
- package/oiml-smart-module-reference-materials/package.primmel +10 -0
- package/oiml-smart-module-report-headers/package.primmel +10 -0
- package/oiml-smart-module-software-d31/package.primmel +10 -0
- package/oiml-smart-module-specimen-governance/entities/test-execution.prl +228 -0
- package/oiml-smart-module-specimen-governance/package.primmel +10 -0
- package/oiml-twin-cert/documents/tw-1/document.yaml +454 -0
- package/oiml-twin-cert/evaluation/roles.prl +15 -0
- package/oiml-twin-cert/execution/forms/probe-creep.prl +179 -0
- package/oiml-twin-cert/execution/forms/probe.prl +99 -0
- package/oiml-twin-cert/execution/forms/static-conformance.prl +50 -0
- package/oiml-twin-cert/model/attributes.prl +243 -0
- package/oiml-twin-cert/model/behaviors.prl +8 -0
- package/oiml-twin-cert/model/characteristics.prl +18 -0
- package/oiml-twin-cert/model/monitors.prl +16 -0
- package/oiml-twin-cert/package.primmel +16 -0
- package/oiml-twin-cert/specification/conformance/twin-fidelity.prl +176 -0
- package/oiml-twin-cert/specification/requirements/twin-fidelity.prl +137 -0
- package/oiml-twin-cert/specification/symbols.prl +36 -0
- package/oiml-twin-cert/terminology.prl +8 -0
- package/oimlsmart-primmel-packages-0.1.0.tgz +0 -0
- package/package.json +17 -0
- package/qms-ref/model/qms.prl +31 -0
- package/qms-ref/package.primmel +38 -0
- package/quarry-belt-scale/model/ops.prl +115 -0
- package/quarry-belt-scale/package.primmel +36 -0
|
@@ -0,0 +1,515 @@
|
|
|
1
|
+
requirement_class /req/cs {
|
|
2
|
+
title "OIML-CS process requirements"
|
|
3
|
+
name "OIML-CS certification process requirements"
|
|
4
|
+
description "Process requirements of the OIML Certification System (OIML-CS) that govern the type evaluation workflow: application review and acceptance, testing and test reporting, evaluation reporting, certificate issuance and BIML registration. Shared verbatim by every OIML SMART Recommendation; per-Recommendation processes.yaml steps reference these provisions via validate_provision."
|
|
5
|
+
subject "OIML-CS type evaluation and certification process"
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
requirement /req/cs/application-completeness {
|
|
9
|
+
name "Application completeness"
|
|
10
|
+
statement "The Issuing Authority shall review the application for completeness: it shall identify the applicant and the manufacturer(s), describe the measuring instrument type (single model or model family) with its declared metrological characteristics and dimensions, and include the documentation required for type evaluation. Where the application is incomplete, the Issuing Authority may request the applicant to provide additional information and documents prior to further processing."
|
|
11
|
+
obligation shall
|
|
12
|
+
acceptance_criteria {
|
|
13
|
+
type: "qualitative"
|
|
14
|
+
items:
|
|
15
|
+
- description: "Applicant and manufacturer(s) identified"
|
|
16
|
+
- description: "Type (model or model family) described with declared characteristics and dimensions"
|
|
17
|
+
- description: "Type evaluation documentation included"
|
|
18
|
+
- description: "Deficiencies communicated to the applicant when incomplete"
|
|
19
|
+
}
|
|
20
|
+
verification { method implicit description "IA application review step (process review_application)." }
|
|
21
|
+
source { doc "PD-05 §4.2.1" clause "" }
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
requirement /req/cs/application-contents {
|
|
25
|
+
name "Application contents"
|
|
26
|
+
statement "The application shall include: the name and address of the manufacturer and, if appropriate, of the authorised representative; a statement that no concurrent application for OIML type evaluation has been made to any other OIML Issuing Authority; a description of the type as distinct from other types (for a family of instruments or modules, information concerning each member as appropriate); a description of the instrument's operation, including the manufacturer's operating instructions; a list of the manufacturer's documentation necessary and sufficient for the identification of the type; information on the sample(s), representative of the production envisaged, to be submitted for tests and examinations; and, if applicable, the results of OIML test reports of previous OIML type evaluations."
|
|
27
|
+
obligation shall
|
|
28
|
+
acceptance_criteria {
|
|
29
|
+
type: "qualitative"
|
|
30
|
+
items:
|
|
31
|
+
- description: "Manufacturer (and authorised representative) name and address recorded"
|
|
32
|
+
- description: "No-concurrent-application statement present"
|
|
33
|
+
- description: "Type description (per family member as appropriate) recorded"
|
|
34
|
+
- description: "Operation description and manufacturer's operating instructions included"
|
|
35
|
+
- description: "Type-identification documentation list included"
|
|
36
|
+
- description: "Sample information representative of production recorded"
|
|
37
|
+
- description: "Previous OIML test reports referenced where applicable"
|
|
38
|
+
}
|
|
39
|
+
verification { method implicit description "Applicant submission (abstract process application)." }
|
|
40
|
+
source { doc "PD-05 §4.1.2" clause "" }
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
requirement /req/cs/fee-estimate {
|
|
44
|
+
name "Fee estimate on acceptance"
|
|
45
|
+
statement "On acceptance of an application, the Issuing Authority shall inform the applicant of the fee for application and an estimate of the fees for the type evaluation (including testing and reviewing any applicant-submitted test reports) and for issuing the certificate. The fees shall be determined by the Issuing Authority and the associated Test Laboratory(ies) (PD-05 §4.2.8)."
|
|
46
|
+
obligation shall
|
|
47
|
+
acceptance_criteria {
|
|
48
|
+
type: "qualitative"
|
|
49
|
+
items:
|
|
50
|
+
- description: "Fee estimate communicated to the applicant on acceptance"
|
|
51
|
+
- description: "Fees determined by the Issuing Authority and the associated Test Laboratory(ies)"
|
|
52
|
+
}
|
|
53
|
+
verification { method implicit description "IA acceptance notification (process accept_application)." }
|
|
54
|
+
source { doc "PD-05 §4.2.8" clause "" }
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
requirement /req/cs/application-time-estimate {
|
|
58
|
+
name "Approximate time estimate on acceptance"
|
|
59
|
+
statement "The Issuing Authority shall inform the applicant in writing of the approximate time necessary to draw up the OIML type evaluation report and OIML test report(s) and complete the OIML type evaluation."
|
|
60
|
+
obligation shall
|
|
61
|
+
acceptance_criteria {
|
|
62
|
+
type: "qualitative"
|
|
63
|
+
items:
|
|
64
|
+
- description: "Approximate completion time communicated to the applicant in writing"
|
|
65
|
+
}
|
|
66
|
+
verification { method implicit description "IA acceptance notification (process accept_application)." }
|
|
67
|
+
source { doc "PD-05 §4.2.9" clause "" }
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
requirement /req/cs/sample-count {
|
|
71
|
+
name "Sample count on acceptance"
|
|
72
|
+
statement "On acceptance of an application, the Issuing Authority shall inform the applicant of the rules of the OIML-CS and of the number of samples of the type required for testing — usually specified in the relevant OIML Recommendation, otherwise mutually agreed between the Issuing Authority and the applicant. Where the Issuing Authority is satisfied with the results of OIML test reports of a previous OIML type evaluation instead of testing new samples, it shall obtain evidence that the type for which the certificate is requested is identical to the previously evaluated type, and the OIML type evaluation report or accompanying document shall indicate which previous results were accepted and utilised (PD-05 §4.2.5). For a family of instruments or modules, the Issuing Authority shall inform the applicant of the identity and number of family members to be submitted (PD-05 §4.2.6); for modules, of the equipment or simulation setup necessary to enable testing (PD-05 §4.2.7)."
|
|
73
|
+
obligation shall
|
|
74
|
+
acceptance_criteria {
|
|
75
|
+
type: "qualitative"
|
|
76
|
+
items:
|
|
77
|
+
- description: "Required sample count stated per the Recommendation, or mutually agreed"
|
|
78
|
+
- description: "Type-identity evidence obtained and accepted previous results indicated when previous reports are used"
|
|
79
|
+
- description: "Family-member identity and count stated for family applications"
|
|
80
|
+
}
|
|
81
|
+
verification { method implicit description "IA acceptance notification (process accept_application)." }
|
|
82
|
+
source { doc "PD-05 §4.2.5" clause "" }
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
requirement /req/cs/rejection-reason {
|
|
86
|
+
name "Rejection with reason"
|
|
87
|
+
statement "The Issuing Authority may refuse an application only on clearly identified grounds: the category of measuring instrument or module is not included in its scope, the type does not correspond to the category or module covered in the relevant OIML Recommendation, the information required for the application is incomplete, or other clearly identified reasons (PD-05 §4.2.2 a–d). Where an application is rejected, the Issuing Authority shall inform the applicant in writing of its decision and state the reasons for the rejection (PD-05 §4.2.4)."
|
|
88
|
+
obligation shall
|
|
89
|
+
acceptance_criteria {
|
|
90
|
+
type: "qualitative"
|
|
91
|
+
items:
|
|
92
|
+
- description: "Refusal rests on the §4.2.2 a–d grounds"
|
|
93
|
+
- description: "Rejection communicated to the applicant in writing"
|
|
94
|
+
- description: "Reasons for the rejection recorded and stated"
|
|
95
|
+
}
|
|
96
|
+
verification { method implicit description "IA rejection step (process reject_application)." }
|
|
97
|
+
source { doc "PD-05 §4.2.2" clause "" }
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
requirement /req/cs/test-laboratory-eligibility {
|
|
101
|
+
name "Test laboratory eligibility"
|
|
102
|
+
statement "The tests and examinations for OIML type evaluation shall be performed by Test Laboratories that are listed in the OIML-CS Declaration of an OIML Issuing Authority, and the test procedures shall be consistent with those described in the relevant OIML Recommendation (PD-05 §4.3.2). (Platform enforcement interpretation, not PD-05 text — PD-05 defines no dispatch step: the Issuing Authority shall dispatch each test report request only to Test Laboratories eligible for the tests it assigns.)"
|
|
103
|
+
obligation shall
|
|
104
|
+
acceptance_criteria {
|
|
105
|
+
type: "qualitative"
|
|
106
|
+
items:
|
|
107
|
+
- description: "Every dispatched Test Laboratory is listed in an OIML-CS Declaration"
|
|
108
|
+
- description: "Assigned test procedures are those of the relevant Recommendation"
|
|
109
|
+
}
|
|
110
|
+
verification { method implicit description "IA dispatch step (abstract process dispatch)." }
|
|
111
|
+
source { doc "PD-05 §4.3.1" clause "" }
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
requirement /req/cs/multiple-test-laboratories {
|
|
115
|
+
name "One test report per Test Laboratory"
|
|
116
|
+
statement "The Test Laboratory conducting tests according to the relevant OIML Recommendation shall issue an OIML test report. Where several Test Laboratories conduct such tests, each Test Laboratory shall issue an OIML test report that includes the results of the tests it has conducted."
|
|
117
|
+
obligation shall
|
|
118
|
+
acceptance_criteria {
|
|
119
|
+
type: "qualitative"
|
|
120
|
+
items:
|
|
121
|
+
- description: "One OIML test report issued per testing Test Laboratory"
|
|
122
|
+
- description: "Each report covers only the tests that laboratory conducted"
|
|
123
|
+
}
|
|
124
|
+
verification { method implicit description "TL report compilation (process compile_test_report)." }
|
|
125
|
+
source { doc "PD-05 §4.4.1" clause "" }
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
requirement /req/cs/test-report-18-elements {
|
|
129
|
+
name "Test report content (18-element checklist)"
|
|
130
|
+
statement "The Test Laboratory shall compile the OIML test report so that it covers every element of the OIML-CS test-report checklist (PD-05, 4.4.3): identification of the report and the laboratory, identification of the tested samples, the test methods and conditions applied, the results obtained with their measurement uncertainties, and the responsible sign-off. The test-report skeleton of the Recommendation's execution layer realizes this checklist; the 18-element validation checklist is enforced at report compilation."
|
|
131
|
+
obligation shall
|
|
132
|
+
acceptance_criteria {
|
|
133
|
+
type: "qualitative"
|
|
134
|
+
items:
|
|
135
|
+
- description: "Report and laboratory identification elements present"
|
|
136
|
+
- description: "Sample identification for every tested specimen"
|
|
137
|
+
- description: "Test methods, conditions and results (with uncertainties) recorded per test"
|
|
138
|
+
- description: "Responsible Test Laboratory sign-off on the report"
|
|
139
|
+
- description: "All required form instances completed (completed_forms = required_forms)"
|
|
140
|
+
}
|
|
141
|
+
verification { method implicit description "TL report compilation (process compile_test_report)." }
|
|
142
|
+
source { doc "PD-05 §4.4.3" clause "" }
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
requirement /req/cs/test-report-authorization {
|
|
146
|
+
name "Test report authorization"
|
|
147
|
+
statement "The OIML test report shall be dated, signed, and provided with a unique identification number by the responsible person of the Test Laboratory who authorises the report."
|
|
148
|
+
obligation shall
|
|
149
|
+
acceptance_criteria {
|
|
150
|
+
type: "qualitative"
|
|
151
|
+
items:
|
|
152
|
+
- description: "Report dated by the authorizing responsible person"
|
|
153
|
+
- description: "Responsible-person signature recorded"
|
|
154
|
+
- description: "Unique report identification number assigned"
|
|
155
|
+
}
|
|
156
|
+
verification { method implicit description "TL report authorization (approval tl_authorize_test_report; abstract process testing)." }
|
|
157
|
+
source { doc "PD-05 §4.4.4" clause "" }
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
requirement /req/cs/test-report-language {
|
|
161
|
+
name "Test report language"
|
|
162
|
+
statement "The OIML test report shall be in English or the national language of the Test Laboratory. Where the OIML test report is issued in a language other than English, an English translation shall be provided or authorised by the responsible OIML Issuing Authority."
|
|
163
|
+
obligation shall
|
|
164
|
+
acceptance_criteria {
|
|
165
|
+
type: "qualitative"
|
|
166
|
+
items:
|
|
167
|
+
- description: "Report in English or the Test Laboratory's national language"
|
|
168
|
+
- description: "English translation provided or authorised by the Issuing Authority where applicable"
|
|
169
|
+
}
|
|
170
|
+
verification { method implicit description "TL report compilation (process compile_test_report)." }
|
|
171
|
+
source { doc "PD-05 §4.4.5" clause "" }
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
requirement /req/cs/test-report-logo {
|
|
175
|
+
name "Test report OIML-CS logo conditions"
|
|
176
|
+
statement "An OIML test report may bear the OIML-CS logo only under the conditions of PD-05 §4.4.6: the format and specifications of the logo comply with OIML B 20; the report clearly indicates the results of testing performed exclusively by an OIML-CS approved Test Laboratory within its scope of accreditation or peer assessment; the logo is not used on test reports that include 'old test data' (reports issued under the Basic Certificate System, the OIML Mutual Acceptance Arrangement, or any other scheme); and the report clearly identifies the results required by the relevant OIML Recommendation and any results not from the relevant OIML Recommendation (e.g. tests in support of additional national requirements)."
|
|
177
|
+
obligation shall
|
|
178
|
+
acceptance_criteria {
|
|
179
|
+
type: "qualitative"
|
|
180
|
+
items:
|
|
181
|
+
- description: "Logo format and specifications per OIML B 20"
|
|
182
|
+
- description: "OIML-CS Test Laboratory results within scope clearly indicated"
|
|
183
|
+
- description: "No logo on reports including old test data"
|
|
184
|
+
- description: "Recommendation-required results distinguished from other results"
|
|
185
|
+
}
|
|
186
|
+
verification { method implicit description "TL report compilation (process compile_test_report)." }
|
|
187
|
+
source { doc "PD-05 §4.4.6" clause "" }
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
requirement /req/cs/evaluation-report-contents {
|
|
191
|
+
name "Evaluation report contents"
|
|
192
|
+
statement "The Issuing Authority shall compile the type evaluation report so that it records the evaluation of every test report and examination result against the applicable requirements of the Recommendation: full coverage of the required test reports, a determination (pass / fail / indeterminate) for each evaluated provision, and a conclusion on the conformity of the type. Where tests were abbreviated or omitted on the basis of a previous evaluation, that shall be clearly indicated (PD-05 §4.3.3)."
|
|
193
|
+
obligation shall
|
|
194
|
+
acceptance_criteria {
|
|
195
|
+
type: "qualitative"
|
|
196
|
+
items:
|
|
197
|
+
- description: "Every required test report reviewed (checklist coverage complete)"
|
|
198
|
+
- description: "Per-provision determinations recorded with notes where indeterminate"
|
|
199
|
+
- description: "Conformity conclusion stated and signed by the Issuing Authority"
|
|
200
|
+
}
|
|
201
|
+
verification { method implicit description "IA evaluation step (process compile_evaluation_report)." }
|
|
202
|
+
source { doc "PD-05 §4.5.1" clause "" }
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
requirement /req/cs/evaluation-report-id {
|
|
206
|
+
name "Evaluation report identification"
|
|
207
|
+
statement "The OIML type evaluation report shall be dated, signed by the responsible persons of the Issuing Authority that performed the OIML type evaluation (e.g. evaluator and supervisors according to OIML D 32 or OIML D 37), and provided with a unique identification number."
|
|
208
|
+
obligation shall
|
|
209
|
+
acceptance_criteria {
|
|
210
|
+
type: "qualitative"
|
|
211
|
+
items:
|
|
212
|
+
- description: "Report dated"
|
|
213
|
+
- description: "Signed by the responsible persons (evaluator and supervisors)"
|
|
214
|
+
- description: "Unique report identification number assigned"
|
|
215
|
+
}
|
|
216
|
+
verification { method implicit description "IA evaluation step (process compile_evaluation_report; approval ia_approve_evaluation_report)." }
|
|
217
|
+
source { doc "PD-05 §4.5.2" clause "" }
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
requirement /req/cs/evaluation-report-logo {
|
|
221
|
+
name "Evaluation report OIML-CS logo"
|
|
222
|
+
statement "The OIML-CS logo shall be affixed on the OIML type evaluation report."
|
|
223
|
+
obligation shall
|
|
224
|
+
acceptance_criteria {
|
|
225
|
+
type: "qualitative"
|
|
226
|
+
items:
|
|
227
|
+
- description: "OIML-CS logo affixed on the evaluation report"
|
|
228
|
+
}
|
|
229
|
+
verification { method implicit description "IA evaluation step (process compile_evaluation_report)." }
|
|
230
|
+
source { doc "PD-05 §4.5.3" clause "" }
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
requirement /req/cs/evaluation-report-language {
|
|
234
|
+
name "Evaluation report language"
|
|
235
|
+
statement "The OIML type evaluation report shall be in English or the national language of the Issuing Authority. Where the OIML type evaluation report is issued in a language other than English, an English translation shall be provided or authorised by the Issuing Authority."
|
|
236
|
+
obligation shall
|
|
237
|
+
acceptance_criteria {
|
|
238
|
+
type: "qualitative"
|
|
239
|
+
items:
|
|
240
|
+
- description: "Report in English or the Issuing Authority's national language"
|
|
241
|
+
- description: "English translation provided or authorised by the Issuing Authority where applicable"
|
|
242
|
+
}
|
|
243
|
+
verification { method implicit description "IA evaluation step (process compile_evaluation_report)." }
|
|
244
|
+
source { doc "PD-05 §4.5.4" clause "" }
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
requirement /req/cs/sample-retention {
|
|
248
|
+
name "Report file copy and sample retention"
|
|
249
|
+
statement "The Issuing Authority shall keep on file a copy of the OIML type evaluation report and the information provided with the application. By agreement with the applicant, the tested samples may be kept by the Issuing Authority, the Test Laboratory(ies) or the applicant, the decision taking into account the size and, if appropriate, the commercial value of those samples."
|
|
250
|
+
obligation shall
|
|
251
|
+
acceptance_criteria {
|
|
252
|
+
type: "qualitative"
|
|
253
|
+
items:
|
|
254
|
+
- description: "Evaluation report copy and application information kept on file by the Issuing Authority"
|
|
255
|
+
- description: "Sample keeping by agreement recorded, taking size and commercial value into account"
|
|
256
|
+
}
|
|
257
|
+
verification { method implicit description "IA evaluation step (process compile_evaluation_report) and sample custody records." }
|
|
258
|
+
source { doc "PD-05 §4.5.5" clause "" }
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
requirement /req/cs/failure-notice {
|
|
262
|
+
name "Failure notice"
|
|
263
|
+
statement "If the samples do not meet the requirements of the OIML Recommendation, the applicant shall be informed in writing of the reason for the failure, and the OIML type evaluation report shall be given to the applicant, if requested."
|
|
264
|
+
obligation shall
|
|
265
|
+
acceptance_criteria {
|
|
266
|
+
type: "qualitative"
|
|
267
|
+
items:
|
|
268
|
+
- description: "Written failure reason communicated to the applicant"
|
|
269
|
+
- description: "Evaluation report given to the applicant on request"
|
|
270
|
+
}
|
|
271
|
+
verification { method implicit description "IA conformity decision (abstract process decision; process compile_evaluation_report)." }
|
|
272
|
+
source { doc "PD-05 §4.5.6" clause "" }
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
requirement /req/cs/re-application {
|
|
276
|
+
name "Re-application after failure"
|
|
277
|
+
statement "Where the samples failed a previous evaluation, the applicant may submit a new application with samples of a modified or newly identified type. New tests may be conducted but may be limited to those requirements for which the previous type was found not to comply only if the evidence provided supports the conclusion that the instrument's performance for all other requirements is not likely to have been affected by the modification of the type. Where the application applies to a type for which an OIML certificate has already been issued, the certificate revision procedure applies (PD-05 §4.5.7 cites \"the procedure in 7.1\" — a stale cross-reference in the published text; the revision procedure is §8.1)."
|
|
278
|
+
obligation shall
|
|
279
|
+
acceptance_criteria {
|
|
280
|
+
type: "qualitative"
|
|
281
|
+
items:
|
|
282
|
+
- description: "New application linked to the previous failed evaluation"
|
|
283
|
+
- description: "Retest limitation rests on recorded supporting evidence"
|
|
284
|
+
- description: "Applications for already-certified types routed to the revision procedure"
|
|
285
|
+
}
|
|
286
|
+
verification { method implicit description "IA review of the re-application (abstract process re_application — no concrete Core process yet; named gap)." }
|
|
287
|
+
source { doc "PD-05 §4.5.7" clause "" }
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
requirement /req/cs/scheme-a-national-requirements {
|
|
291
|
+
name "Scheme A additional national requirements"
|
|
292
|
+
statement "Under Scheme A, when applicable, the applicant shall inform the Issuing Authority which additional tests and examinations it is applying for on the basis of additional national requirements listed in the OIML-CS Declaration of a Utilizer or Associate (PD-05 §5.1.4). The test procedures shall be consistent with those described in the relevant OIML Recommendation and/or the additional testing procedures for the additional national requirements included in the scope of that Declaration (PD-05 §5.3.2). Results of tests corresponding to the additional national requirements may be provided in separate test reports, or may be included in the OIML test reports issued for the tests and examinations conducted according to the relevant OIML Recommendation (PD-05 §5.4.2)."
|
|
293
|
+
obligation shall
|
|
294
|
+
acceptance_criteria {
|
|
295
|
+
type: "qualitative"
|
|
296
|
+
items:
|
|
297
|
+
- description: "Applied-for additional national requirement tests declared at application"
|
|
298
|
+
- description: "Test procedures consistent with the Recommendation and/or the Declaration's additional procedures"
|
|
299
|
+
- description: "Additional-requirement results in separate or shared test reports"
|
|
300
|
+
}
|
|
301
|
+
verification { method implicit description "Scheme A processing (abstract process scheme_a_certification — unrealized; named gap)." }
|
|
302
|
+
source { doc "PD-05 §5.1.4" clause "" }
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
requirement /req/cs/scheme-a-mtl-test-data {
|
|
306
|
+
name "Scheme A Manufacturer Test Laboratory data"
|
|
307
|
+
statement "Under Scheme A, the tests and examinations may be performed by Manufacturer Test Laboratories listed in the OIML-CS Declaration of the Issuing Authority considering the application (PD-05 §5.3.1 b). Where OIML test reports from a Manufacturer Test Laboratory are utilised, this shall be prominently stated and the respective tests identified at the beginning of the OIML type evaluation report, together with the designation of the Manufacturer Test Laboratory (PD-05 §5.5.4). Issuing Authorities shall only utilise OIML test reports from Manufacturer Test Laboratories that are listed in their own OIML-CS Declaration (PD-05 §5.5.5)."
|
|
308
|
+
obligation shall
|
|
309
|
+
acceptance_criteria {
|
|
310
|
+
type: "qualitative"
|
|
311
|
+
items:
|
|
312
|
+
- description: "Manufacturer Test Laboratories listed in the considering Issuing Authority's Declaration"
|
|
313
|
+
- description: "Manufacturer Test Laboratory use prominently stated with tests identified at the head of the evaluation report"
|
|
314
|
+
- description: "Only own-Declaration Manufacturer Test Laboratory reports utilised"
|
|
315
|
+
}
|
|
316
|
+
verification { method implicit description "Scheme A processing (abstract process scheme_a_certification — unrealized; named gap)." }
|
|
317
|
+
source { doc "PD-05 §5.3.1" clause "" }
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
requirement /req/cs/scheme-a-anr-validation-letter {
|
|
321
|
+
name "Scheme A additional-requirements validation letter"
|
|
322
|
+
statement "Under Scheme A, where tests according to the additional national requirements included in the OIML-CS Declaration of a Utilizer or Associate have been conducted, a letter issued by the OIML Issuing Authority shall validate the conformity of the instrument to these requirements. A copy of such a letter shall be sent to the BIML with the OIML certificate."
|
|
323
|
+
obligation shall
|
|
324
|
+
acceptance_criteria {
|
|
325
|
+
type: "qualitative"
|
|
326
|
+
items:
|
|
327
|
+
- description: "Issuing Authority letter validating conformity to the additional national requirements"
|
|
328
|
+
- description: "Letter copy sent to the BIML with the certificate"
|
|
329
|
+
}
|
|
330
|
+
verification { method implicit description "Scheme A issuance (abstract process scheme_a_certification — unrealized; named gap)." }
|
|
331
|
+
source { doc "PD-05 §5.6.3" clause "" }
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
requirement /req/cs/certificate-requirements {
|
|
335
|
+
name "Certificate issuance requirements"
|
|
336
|
+
statement "The Issuing Authority shall issue the OIML Certificate only when the type evaluation report concludes that the type conforms to all the requirements of the relevant Recommendation (PD-05 §4.6.1, §4.5.6). The certificate shall carry the information required by the OIML-CS and the Recommendation's certificate template: the type designation, the applicant and manufacturer(s), the certified metrological characteristics, the issuing authority, the date of issue and the signature of the responsible person, and the certificate number."
|
|
337
|
+
obligation shall
|
|
338
|
+
acceptance_criteria {
|
|
339
|
+
type: "qualitative"
|
|
340
|
+
items:
|
|
341
|
+
- description: "Issued only on a conforming evaluation report"
|
|
342
|
+
- description: "Type designation, applicant and manufacturer(s) stated"
|
|
343
|
+
- description: "Certified characteristics per the Recommendation's certificate template"
|
|
344
|
+
- description: "Certificate number, date of issue and IA sign-off present"
|
|
345
|
+
}
|
|
346
|
+
verification { method implicit description "IA issuance step (process issue_certificate)." }
|
|
347
|
+
source { doc "PD-05 §4.6.1" clause "" }
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
requirement /req/cs/certificate-format {
|
|
351
|
+
name "Certificate format"
|
|
352
|
+
statement "The OIML certificate shall be drawn up according to the requirements of PD-05 Annex A and the OIML Certificate Template published on the OIML-CS pages of the OIML website — identical to that format or based on it, including the essential elements, with additional pages defining the essential technical and metrological characteristics of the instrument. It shall be signed by the responsible person within the Issuing Authority and shall bear the OIML-CS logo. The certificate shall be in English or in the national language of the Issuing Authority; a certificate issued in another language shall be accompanied by a provided or authorised English translation (PD-05 §4.6.3). The identification of the certified type shall be defined as marked on the instrument and identical to that in the type evaluation report (Annex A, A.5). Where the certificate concerns a module, the module shall be clearly identified in the certificate under the heading \"designation of the module\" (Annex A, A.4)."
|
|
353
|
+
obligation shall
|
|
354
|
+
acceptance_criteria {
|
|
355
|
+
type: "qualitative"
|
|
356
|
+
items:
|
|
357
|
+
- description: "Certificate drawn up per the OIML Certificate Template (Annex A)"
|
|
358
|
+
- description: "Signed by the responsible person within the Issuing Authority"
|
|
359
|
+
- description: "OIML-CS logo affixed"
|
|
360
|
+
- description: "Language rule satisfied (English or authorised translation)"
|
|
361
|
+
- description: "Certified-type identification identical to the evaluation report's"
|
|
362
|
+
- description: "Module identified under the \"designation of the module\" heading where applicable"
|
|
363
|
+
}
|
|
364
|
+
verification { method implicit description "IA issuance step (abstract process issue)." }
|
|
365
|
+
source { doc "PD-05 §4.6.2" clause "" }
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
requirement /req/cs/certificate-number {
|
|
369
|
+
name "Certificate number"
|
|
370
|
+
statement "The OIML certificate shall have a unique certificate number established according to the form specified in PD-05 Annex B, indicating: the relevant OIML Recommendation with its year of publication; the scheme letter ('A' or 'B'); the ISO country code of the Member State of issue supplemented by the numbering of the Issuing Authority for the instrument category; the year of issue and a sequential two-digit number; and the revision number. The certificate shall also include the identification number of the associated type evaluation report and of the documentation file (PD-05 §4.6.5; numbering guidance: OIML-CS Guidance Note GN-01)."
|
|
371
|
+
obligation shall
|
|
372
|
+
acceptance_criteria {
|
|
373
|
+
type: "qualitative"
|
|
374
|
+
items:
|
|
375
|
+
- description: "Number carries Recommendation number and year of publication"
|
|
376
|
+
- description: "Number carries the scheme letter and the country/authority code"
|
|
377
|
+
- description: "Number carries year of issue, sequential number, and revision number"
|
|
378
|
+
- description: "Associated evaluation report and documentation file identifiers on the certificate"
|
|
379
|
+
}
|
|
380
|
+
verification { method implicit description "IA issuance step (abstract process issue)." }
|
|
381
|
+
source { doc "PD-05 §4.6.4" clause "" }
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
requirement /req/cs/certificate-delivery {
|
|
385
|
+
name "Certificate delivery and retention"
|
|
386
|
+
statement "The OIML certificate and the associated type evaluation report and test report(s) shall be given to the applicant, who then becomes their owner. The Issuing Authority shall keep a copy of the certificate, the type evaluation report and the test report(s)."
|
|
387
|
+
obligation shall
|
|
388
|
+
acceptance_criteria {
|
|
389
|
+
type: "qualitative"
|
|
390
|
+
items:
|
|
391
|
+
- description: "Certificate with evaluation report and test reports handed to the applicant"
|
|
392
|
+
- description: "Issuing Authority copies retained on file"
|
|
393
|
+
}
|
|
394
|
+
verification { method implicit description "IA issuance step (abstract process issue)." }
|
|
395
|
+
source { doc "PD-05 §4.6.6" clause "" }
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
requirement /req/cs/certificate-revision {
|
|
399
|
+
name "Certificate revision"
|
|
400
|
+
statement "A revised OIML certificate shall keep the certificate number of the initial certificate, indicating in addition the revision number and a statement explaining the reason for the amendment, and shall be registered according to PD-05 clause 6. A statement shall indicate that the revised certificate replaces the previous version(s) and summarise the reason(s) for the revision (PD-05 §8.1.2); a revision that modifies the certified type shall include all information from the previous revision(s) with references to every evaluation/test report used to determine conformity (PD-05 §8.1.3)."
|
|
401
|
+
obligation shall
|
|
402
|
+
acceptance_criteria {
|
|
403
|
+
type: "qualitative"
|
|
404
|
+
items:
|
|
405
|
+
- description: "Initial certificate number retained with revision number"
|
|
406
|
+
- description: "Replacement statement and revision reason recorded"
|
|
407
|
+
- description: "Revised certificate registered with the BIML"
|
|
408
|
+
}
|
|
409
|
+
verification { method implicit description "IA revision handling (process handle_revision)." }
|
|
410
|
+
source { doc "PD-05 §8.1" clause "" }
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
requirement /req/cs/biml-registration {
|
|
414
|
+
name "BIML registration"
|
|
415
|
+
statement "The Issuing Authority shall send a copy of each OIML certificate it issues to the BIML for registration, and the registered certificate shall be made available on the OIML-CS register of issued certificates (PD-05 §6.4)."
|
|
416
|
+
obligation shall
|
|
417
|
+
acceptance_criteria {
|
|
418
|
+
type: "qualitative"
|
|
419
|
+
items:
|
|
420
|
+
- description: "Issued certificate transmitted to the BIML"
|
|
421
|
+
- description: "Certificate visible in the public OIML-CS register"
|
|
422
|
+
}
|
|
423
|
+
verification { method implicit description "BIML registration step (process register_certificate)." }
|
|
424
|
+
source { doc "PD-05 §6.1" clause "" }
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
requirement /req/cs/registration-fee {
|
|
428
|
+
name "BIML registration fee"
|
|
429
|
+
statement "The BIML shall send the OIML Issuing Authority an invoice for the registration fee. The OIML certificate will be added to the list of registered certificates but will be withdrawn if payment is not received from the OIML Issuing Authority within 3 months of the invoice date. The registration fee is set by the CIML (PD-05 §6.2 Note 1); the Issuing Authority may choose to pass the registration fee on to the owner of the certificate, in which case the exact amount in Euros shall be charged (PD-05 §6.2 Note 2)."
|
|
430
|
+
obligation shall
|
|
431
|
+
acceptance_criteria {
|
|
432
|
+
type: "qualitative"
|
|
433
|
+
items:
|
|
434
|
+
- description: "BIML invoice for the registration fee sent to the Issuing Authority"
|
|
435
|
+
- description: "Certificate listing withdrawn when payment is not received within 3 months of the invoice date"
|
|
436
|
+
- description: "Pass-through to the owner charges the exact amount in Euros"
|
|
437
|
+
}
|
|
438
|
+
verification { method implicit description "BIML registration fee handling (abstract process registration_fee — unrealized; named gap)." }
|
|
439
|
+
source { doc "PD-05 §6.2" clause "" }
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
requirement /req/cs/registration-withdrawal {
|
|
443
|
+
name "Registration fee invoiced to the owner"
|
|
444
|
+
statement "Where national regulations do not permit the OIML Issuing Authority to pass the BIML registration fee on to the owner of the OIML certificate, the BIML shall invoice the owner of the certificate instead of the Issuing Authority. When the owner is invoiced, the OIML certificate will be added to the list of registered certificates when payment has been received."
|
|
445
|
+
obligation shall
|
|
446
|
+
acceptance_criteria {
|
|
447
|
+
type: "qualitative"
|
|
448
|
+
items:
|
|
449
|
+
- description: "Owner invoiced directly where national regulations bar pass-through"
|
|
450
|
+
- description: "Certificate listed when the owner's payment has been received"
|
|
451
|
+
}
|
|
452
|
+
verification { method implicit description "BIML registration fee handling (abstract process registration_fee — unrealized; named gap)." }
|
|
453
|
+
source { doc "PD-05 §6.3" clause "" }
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
requirement /req/cs/incorrect-conclusions {
|
|
457
|
+
name "Certificate issued on incorrect conclusions"
|
|
458
|
+
statement "The Executive Secretary shall consult with the relevant OIML Issuing Authority when documented and substantiated evidence is presented indicating that the tests providing the basis for issuing the OIML certificate were performed and/or interpreted incorrectly. In this instance the procedure detailed in clause 6 of PD-01 (complaints) shall be applied."
|
|
459
|
+
obligation shall
|
|
460
|
+
acceptance_criteria {
|
|
461
|
+
type: "qualitative"
|
|
462
|
+
items:
|
|
463
|
+
- description: "Documented and substantiated evidence triggers Executive Secretary consultation with the Issuing Authority"
|
|
464
|
+
- description: "PD-01 clause 6 procedure applied"
|
|
465
|
+
}
|
|
466
|
+
verification { method implicit description "Incorrect-conclusions handling (abstract process incorrect_conclusions — unrealized; named gap)." }
|
|
467
|
+
source { doc "PD-05 §7.1" clause "" }
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
requirement /req/cs/certificate-revision-mechanics {
|
|
471
|
+
name "Certificate revision mechanics"
|
|
472
|
+
statement "When revising an OIML certificate, the Issuing Authority is responsible for determining the list of tests and examinations to be performed on the modified instrument (PD-05 §8.1.4). Where a revised certificate is issued to correct an error, the previous certificate shall be marked as being superseded in the lists maintained by the BIML when the revised certificate is registered (PD-05 §8.1.5). Where the revision concerns the transfer of ownership to a new applicant, the Issuing Authority shall verify that the new applicant is in possession of all the technical documentation defined in §4.1.2 and of the relevant OIML type evaluation report and OIML test report(s), and should make any necessary inquiry to ensure the validity of the transfer (PD-05 §8.1.6). Previous versions of OIML certificates remain on the OIML website except in the case of the correction of errors (PD-05 §8.1.7)."
|
|
473
|
+
obligation shall
|
|
474
|
+
acceptance_criteria {
|
|
475
|
+
type: "qualitative"
|
|
476
|
+
items:
|
|
477
|
+
- description: "Retest list for the modified instrument determined by the Issuing Authority"
|
|
478
|
+
- description: "Previous certificate marked superseded on registration of an error-correction revision"
|
|
479
|
+
- description: "Ownership-transfer documentation possession verified, with inquiry where necessary"
|
|
480
|
+
- description: "Previous certificate versions remain publicly available except error corrections"
|
|
481
|
+
}
|
|
482
|
+
verification { method implicit description "IA revision handling (process handle_revision)." }
|
|
483
|
+
source { doc "PD-05 §8.1.4" clause "" }
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
requirement /req/cs/parallel-certificates {
|
|
487
|
+
name "Certificates issued in parallel"
|
|
488
|
+
statement "A new applicant may apply to the original OIML Issuing Authority to issue a new OIML certificate in parallel to the one previously issued to the original applicant, provided that the new applicant is also in possession of all the technical documentation defined in §4.1.2 and of the existing OIML type evaluation report (PD-05 §8.2.1). The Issuing Authority should make any necessary inquiry to ensure the validity of the application — including, for example, the permission of the original applicant (PD-05 §8.2.2). The registration of the OIML certificate by the BIML is performed according to clause 6 (PD-05 §8.2.3)."
|
|
489
|
+
obligation shall
|
|
490
|
+
acceptance_criteria {
|
|
491
|
+
type: "qualitative"
|
|
492
|
+
items:
|
|
493
|
+
- description: "New applicant's possession of the full documentation and the existing evaluation report verified"
|
|
494
|
+
- description: "Validity inquiry (e.g. original applicant's permission) made where necessary"
|
|
495
|
+
- description: "Parallel certificate registered per clause 6"
|
|
496
|
+
}
|
|
497
|
+
verification { method implicit description "IA parallel issuance (abstract process parallel_certificates; process issue_certificate)." }
|
|
498
|
+
source { doc "PD-05 §8.2" clause "" }
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
requirement /req/cs/recommendation-revision-updates {
|
|
502
|
+
name "Certificate update after a Recommendation revision"
|
|
503
|
+
statement "After revision of the relevant OIML Recommendation, the owner of an OIML certificate issued on the basis of the previous edition may apply for updating the certificate on the basis of the revised Recommendation; the Issuing Authority must be approved by the Management Committee to issue certificates in accordance with the revised Recommendation (PD-05 §8.3.1). When reviewing the application, the Issuing Authority is responsible for determining, depending on the modifications implemented in the revised Recommendation, whether the type complies with the revised Recommendation and, if applicable, defining the additional tests and examinations to be performed (PD-05 §8.3.2). Upon successful completion of any additional tests and examinations, a new OIML certificate and OIML type evaluation report shall be issued to the owner by the relevant Issuing Authority, and the certificate registered according to clause 6 (PD-05 §8.3.3)."
|
|
504
|
+
obligation shall
|
|
505
|
+
acceptance_criteria {
|
|
506
|
+
type: "qualitative"
|
|
507
|
+
items:
|
|
508
|
+
- description: "Update application by the certificate owner on the revised Recommendation"
|
|
509
|
+
- description: "Compliance determination and additional tests defined by the Issuing Authority"
|
|
510
|
+
- description: "New certificate and evaluation report issued and registered on successful completion"
|
|
511
|
+
}
|
|
512
|
+
verification { method implicit description "IA edition-change handling (abstract process recommendation_update; process handle_edition_change)." }
|
|
513
|
+
source { doc "PD-05 §8.3" clause "" }
|
|
514
|
+
}
|
|
515
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# .primmel-allowlist.prl — GENERATED from primmel-allowlist.yaml (TODO.roadmap/17), do not edit.
|
|
2
|
+
allowlist_entry {
|
|
3
|
+
rule C104
|
|
4
|
+
match "*artifact class \"evaluation-report\" declares element \"EvaluationReport\"*"
|
|
5
|
+
reason "The element ref resolves against the COMPOSED model (Core's EvaluationReport data class, oiml-smart-core/entities/workflow.prl) by design — C104's merged-model semantics. The corpus's standalone check mode (no resolvePackage locator) cannot see it, and composing trips the pre-existing CASCO C28 (the include-transport migration, primmel-ts task 13). Content-level resolution is proven by the dataspace-definition unit legs. Dies when the gates check composed."
|
|
6
|
+
audit_ref "TODO.dataspace/01"
|
|
7
|
+
}
|
|
8
|
+
allowlist_entry {
|
|
9
|
+
rule C104
|
|
10
|
+
match "*artifact class \"test-report\" declares element \"TestReport\"*"
|
|
11
|
+
reason "Same composition gap — the element ref names Core's TestReport data class (oiml-smart-core/entities/workflow.prl); proven at the content level by the dataspace-definition unit legs. Dies when the gates check composed (the STALE discipline)."
|
|
12
|
+
audit_ref "TODO.dataspace/01"
|
|
13
|
+
}
|
|
14
|
+
allowlist_entry {
|
|
15
|
+
rule C104
|
|
16
|
+
match "*artifact class \"certificate\" declares element \"Certificate\"*"
|
|
17
|
+
reason "Same composition gap — the element ref names Core's Certificate data class (oiml-smart-core/entities/workflow.prl); proven at the content level by the dataspace-definition unit legs. Dies when the gates check composed (the STALE discipline)."
|
|
18
|
+
audit_ref "TODO.dataspace/01"
|
|
19
|
+
}
|
|
20
|
+
allowlist_entry {
|
|
21
|
+
rule C104
|
|
22
|
+
match "*artifact class \"evidence-stream\" declares element \"AuditEvent\"*"
|
|
23
|
+
reason "Same composition gap — the element ref names Core's AuditEvent data class (oiml-smart-core/entities/workflow.prl); proven at the content level by the dataspace-definition unit legs. Dies when the gates check composed (the STALE discipline)."
|
|
24
|
+
audit_ref "TODO.dataspace/01"
|
|
25
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
package {
|
|
2
|
+
id oiml-cs-dataspace
|
|
3
|
+
kind core
|
|
4
|
+
title "OIML SMART oiml-cs-dataspace layer package"
|
|
5
|
+
description "The OIML-CS dataspace definition (TODO.dataspace/01) — the scheme's participant classes, the exchanged artifact classes with their model-element bindings, the standing usage policies in Primmel's own policy grammar (the three access tiers: public register / restricted Utilizer recognition / parties' working data), and the trust anchors of the scheme's trust plane — authored from the B 18 family's clause-cited governance (B 18:2025; PD-05/PD-06/PD-09; CID-01). Composed into nothing."
|
|
6
|
+
uses { oiml-cs oiml-smart-core }
|
|
7
|
+
requires { oiml-cs oiml-smart-core }
|
|
8
|
+
default_spelling eng-Latn
|
|
9
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
dataspace oiml-cs {
|
|
2
|
+
name "OIML-CS dataspace"
|
|
3
|
+
description "The OIML Certification System as a dataspace — the scheme's participant classes, exchanged artifact classes, standing usage policies and trust anchors as ONE model object the scheme governance owns (docs/future/09-dataspaces.md; TODO.dataspace/01; the kernel construct is MN 114 v3.1 clause 19). The semantics are Primmel's own and self-contained: the Dataspace Protocol (ISO/IEC 20151), the IDS Reference Architecture and ODRL 2.2 are the platform's EXPRESSION layer (the projection codecs of TODO.dataspace/02–04), never an import. No central data lake — the scheme operates the governance and the trust plane; the evidence moves peer-to-peer between the participants' instances. Compatibility is always explicit and never inferred: compatible_with is deliberately EMPTY — a national scheme or a sister organization declares its own dataspace package and names this one."
|
|
4
|
+
participant_class issuing-authority {
|
|
5
|
+
label "OIML Issuing Authority"
|
|
6
|
+
description "Certification body or inspection body from an OIML Member State approved by the Management Committee to issue OIML certificates and associated OIML type evaluation reports under Scheme A or Scheme B (B 18:2025 §5.2; the approval pipeline is documents/pd-03/)."
|
|
7
|
+
}
|
|
8
|
+
participant_class test-laboratory {
|
|
9
|
+
label "Test Laboratory"
|
|
10
|
+
description "Laboratory performing some or all of the tests of an OIML type evaluation, designated by an OIML Issuing Authority and approved by the Management Committee (B 18:2025 §5.3) — internal, third-party, or manufacturer's (MTL, acceptance voluntary per PD-06 4.9); the TL issues the test report, never the evaluation report (CID-01 3.1 clarifying B 18:2025 4.2)."
|
|
11
|
+
}
|
|
12
|
+
participant_class manufacturer {
|
|
13
|
+
label "Manufacturer (applicant / certificate owner)"
|
|
14
|
+
description "The manufacturer or authorized representative applying for OIML type evaluation (B 18:2025 3.3); on issuance the applicant becomes the owner of the OIML certificate (3.3 Note) and the certificate, the evaluation report and the test reports are delivered to it (PD-05 §4.6.6)."
|
|
15
|
+
}
|
|
16
|
+
participant_class scheme-operator {
|
|
17
|
+
label "Scheme operator (BIML)"
|
|
18
|
+
description "The International Bureau of Legal Metrology operates the scheme's registry and trust plane: it registers and publishes OIML certificates (B 18:2025 §10.1) and the registered copy is the scheme's source of truth for validity (§15.8). In the dataspace the operator runs the participant registry and the org-key publication the trust anchors reference (the OP's /op/keys/<org-id>.json contract)."
|
|
19
|
+
}
|
|
20
|
+
participant_class member-state {
|
|
21
|
+
label "OIML Member State"
|
|
22
|
+
description "An OIML Member State participating in the scheme's governance through its Management Committee members (B 18:2025 §11.4 — the MC's participation decisions are taken by its members from OIML Member States) and in recognition through its national authorities (the Utilizers, §5.6.1)."
|
|
23
|
+
}
|
|
24
|
+
participant_class utilizer {
|
|
25
|
+
label "Utilizer"
|
|
26
|
+
description "National issuing authority or national responsible body from an OIML Member State that signs a Declaration indicating its scope of acceptance of OIML certificates and/or OIML type evaluation reports issued under Scheme A and/or Scheme B (B 18:2025 §5.6.1; admission per PD-09)."
|
|
27
|
+
}
|
|
28
|
+
participant_class associate {
|
|
29
|
+
label "Associate"
|
|
30
|
+
description "National issuing authority or national responsible body from an OIML Corresponding Member that signs a Declaration indicating its scope of acceptance of OIML certificates and/or OIML type evaluation reports (B 18:2025 §5.6.2; admission per PD-09)."
|
|
31
|
+
}
|
|
32
|
+
artifact_class evaluation-report {
|
|
33
|
+
label "OIML type evaluation report"
|
|
34
|
+
description "The Issuing Authority's report of the type evaluation (B 18:2025 3.40 Note 3; CID-01 3.1) — exchanged for national recognition under the restricted tier: the certificate owner provides the complete report, with the associated test reports, on the Utilizer's or Associate's request (PD-06 4.3)."
|
|
35
|
+
element EvaluationReport
|
|
36
|
+
policy restricted-utilizer-recognition
|
|
37
|
+
}
|
|
38
|
+
artifact_class test-report {
|
|
39
|
+
label "OIML test report"
|
|
40
|
+
description "The Test Laboratory's report of the tests of the type evaluation (CID-01 3.1 clarifying B 18:2025 4.2; the PD-05 §4.4.3 test-report form) — the evaluation's working data, held by the case's parties and delivered to the applicant with the certificate (PD-05 §4.6.6)."
|
|
41
|
+
element TestReport
|
|
42
|
+
policy working-data
|
|
43
|
+
}
|
|
44
|
+
artifact_class certificate {
|
|
45
|
+
label "OIML certificate"
|
|
46
|
+
description "The OIML certificate attesting the TYPE, never an individual instrument (B 18:2025 3.26; PD-05 §4.6 with Annexes A/B; PD-06 4.4) — registered and published by the BIML (§10.1); the registered copy is the scheme's source of truth for validity (§15.8). The public tier."
|
|
47
|
+
element Certificate
|
|
48
|
+
policy public-register
|
|
49
|
+
}
|
|
50
|
+
artifact_class evidence-stream {
|
|
51
|
+
label "Evidence stream"
|
|
52
|
+
description "The append-only evidence of the exchange plane: the audit-chain records of the workflow's acts and the signed, receipt-tracked exchange records (evidence accrues, never rewrites). The per-run measurement evidence rides the test-report class — embedded on the report, never exchanged bare."
|
|
53
|
+
element AuditEvent
|
|
54
|
+
policy working-data
|
|
55
|
+
}
|
|
56
|
+
artifact_class instrument-registration {
|
|
57
|
+
label "Instrument registration"
|
|
58
|
+
description "The per-serial registration of an individual instrument under a certificate (the platform's instrument_registrations record, TODO.register/03), public at the register's per-serial surface. No PRL data class carries the record yet (it is platform-side); the element slot stays undeclared until the model gains it — an honest gap, never a dangling reference."
|
|
59
|
+
policy public-register
|
|
60
|
+
}
|
|
61
|
+
policies { public-register restricted-utilizer-recognition working-data }
|
|
62
|
+
default_policy working-data
|
|
63
|
+
trust_anchor scheme-registry {
|
|
64
|
+
trust_ref biml
|
|
65
|
+
role registry
|
|
66
|
+
description "The scheme's participant and key registry, operated by the scheme operator (the BIML). The reference carries ADDRESSING ONLY (the kernel's trust_ref contract, MN 114 v3.1 clause 19.3): the consumer resolves the organization identifier against the trust registry it is configured with at runtime — for this dataspace the OP's public org-key document (GET <issuer>/op/keys/<org-id>.json). No key id is pinned: the registry's key set rotates under the anchor."
|
|
67
|
+
}
|
|
68
|
+
ref derives-from "urn:oiml:pub:b:18:2025#clause-5"
|
|
69
|
+
ref derives-from "urn:oiml:pub:b:18:2025#clause-10"
|
|
70
|
+
ref derives-from "urn:oiml:pub:b:18:2025#clause-15.8"
|
|
71
|
+
corresponds iso-iec-20151 "dataspace"
|
|
72
|
+
}
|
|
73
|
+
|