@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,300 @@
|
|
|
1
|
+
requirement_class /req/iso-17067/scheme-content {
|
|
2
|
+
title "ISO/IEC 17067 scheme-content checklist"
|
|
3
|
+
name "ISO/IEC 17067 product-certification scheme content"
|
|
4
|
+
description "The §6.5.1 a)–v) checklist of ISO/IEC 17067:2013: the elements a product certification scheme should specify. The OIML-CS discharges these through its own corpus (B 18, PD-05, the /req/cs/* provisions and the rec packages); the scheme-completeness map lands in task 43. Verified by assessment of the scheme corpus, not by the type-evaluation workflow."
|
|
5
|
+
subject "Product certification scheme — the elements its rules, procedures and management documents specify"
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
requirement /req/iso-17067/scheme-content/scope {
|
|
9
|
+
name "Scope of the scheme"
|
|
10
|
+
statement "The scheme should specify the scope of the scheme, including the type of products covered."
|
|
11
|
+
obligation should
|
|
12
|
+
acceptance_criteria {
|
|
13
|
+
type: "qualitative"
|
|
14
|
+
items:
|
|
15
|
+
- description: "Scheme scope documented, naming the type of products covered"
|
|
16
|
+
}
|
|
17
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
18
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 a)" clause "" }
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
requirement /req/iso-17067/scheme-content/requirements {
|
|
22
|
+
name "Requirements against which products are evaluated"
|
|
23
|
+
statement "The scheme should specify the requirements against which the products are evaluated, by reference to standards or other normative documents; where it is necessary to elaborate upon the requirements to remove ambiguity, the explanations should be formulated by competent people and should be made available to all interested parties. (ISO/IEC 17007 provides further guidance on how to formulate specified requirements.)"
|
|
24
|
+
obligation should
|
|
25
|
+
acceptance_criteria {
|
|
26
|
+
type: "qualitative"
|
|
27
|
+
items:
|
|
28
|
+
- description: "Evaluation requirements referenced to standards or other normative documents"
|
|
29
|
+
- description: "Ambiguity-removing elaborations formulated by competent people and available to all interested parties"
|
|
30
|
+
}
|
|
31
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
32
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 b)" clause "" }
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
requirement /req/iso-17067/scheme-content/activities {
|
|
36
|
+
name "Selection of activities"
|
|
37
|
+
statement "The scheme should specify the selection of the activities (see Table 1) appropriate to the purpose and the scope of the scheme; as a minimum, a certification scheme should include the functions and activities I, II, III, IV and V a)."
|
|
38
|
+
obligation should
|
|
39
|
+
acceptance_criteria {
|
|
40
|
+
type: "qualitative"
|
|
41
|
+
items:
|
|
42
|
+
- description: "Scheme activities selected from Table 1 appropriate to the scheme's purpose and scope"
|
|
43
|
+
- description: "The minimum set — selection (I), determination (II), review (III), decision (IV), attestation by issue of a statement of conformity (V a) — present"
|
|
44
|
+
}
|
|
45
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
46
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 c)" clause "" }
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
requirement /req/iso-17067/scheme-content/client-requirements {
|
|
50
|
+
name "Other client requirements"
|
|
51
|
+
statement "The scheme should specify other requirements to be met by the client, e.g. the operation of a management system or process control activities to assure the demonstration of fulfilment of specified requirements is valid for the ongoing production of certified products."
|
|
52
|
+
obligation should
|
|
53
|
+
acceptance_criteria {
|
|
54
|
+
type: "qualitative"
|
|
55
|
+
items:
|
|
56
|
+
- description: "Client obligations beyond product conformity (management-system or process-control requirements, where applicable) documented"
|
|
57
|
+
}
|
|
58
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
59
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 d)" clause "" }
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
requirement /req/iso-17067/scheme-content/cab-requirements {
|
|
63
|
+
name "Requirements for conformity assessment bodies"
|
|
64
|
+
statement "The scheme should specify the requirements for certification bodies and other conformity assessment bodies involved in the certification process; these requirements should not be in contradiction to the requirements of the applicable standards for conformity assessment bodies."
|
|
65
|
+
obligation should
|
|
66
|
+
acceptance_criteria {
|
|
67
|
+
type: "qualitative"
|
|
68
|
+
items:
|
|
69
|
+
- description: "Body requirements documented for every conformity assessment body kind involved in the certification process"
|
|
70
|
+
- description: "No contradiction with the applicable CAB standards (ISO/IEC 17065, ISO/IEC 17025, ISO/IEC 17020 as applicable)"
|
|
71
|
+
}
|
|
72
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
73
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 e)" clause "" }
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
requirement /req/iso-17067/scheme-content/cab-qualification {
|
|
77
|
+
name "Qualification of conformity assessment bodies"
|
|
78
|
+
statement "The scheme should specify whether conformity assessment bodies involved in the scheme (e.g. testing laboratories, inspection bodies, product certification bodies, bodies auditing manufacturers' management systems) are to be accredited, participate in peer assessment or qualified in another manner; if the scheme is to require that conformity assessment bodies are accredited, the appropriate references should be specified, e.g. that the accreditation body is a member of a mutual recognition arrangement between accreditation bodies."
|
|
79
|
+
obligation should
|
|
80
|
+
acceptance_criteria {
|
|
81
|
+
type: "qualitative"
|
|
82
|
+
items:
|
|
83
|
+
- description: "Qualification mode (accreditation, peer assessment or other) specified per body kind"
|
|
84
|
+
- description: "Where accreditation is required, the appropriate references specified (e.g. mutual-recognition-arrangement membership of the accreditation body)"
|
|
85
|
+
}
|
|
86
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
87
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 f)" clause "" }
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
requirement /req/iso-17067/scheme-content/methods-procedures {
|
|
91
|
+
name "Methods and procedures"
|
|
92
|
+
statement "The scheme should specify the methods and procedures to be used by the conformity assessment bodies and other organizations involved in the certification process, so as to assure the integrity and consistency of the outcome of the conformity assessment process."
|
|
93
|
+
obligation should
|
|
94
|
+
acceptance_criteria {
|
|
95
|
+
type: "qualitative"
|
|
96
|
+
items:
|
|
97
|
+
- description: "Methods and procedures documented for the bodies and organizations involved"
|
|
98
|
+
- description: "Integrity and consistency of the conformity assessment outcome addressed"
|
|
99
|
+
}
|
|
100
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
101
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 g)" clause "" }
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
requirement /req/iso-17067/scheme-content/applicant-information {
|
|
105
|
+
name "Applicant information"
|
|
106
|
+
statement "The scheme should specify the information to be supplied to the certification body by an applicant for certification."
|
|
107
|
+
obligation should
|
|
108
|
+
acceptance_criteria {
|
|
109
|
+
type: "qualitative"
|
|
110
|
+
items:
|
|
111
|
+
- description: "The application information set documented"
|
|
112
|
+
}
|
|
113
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
114
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 h)" clause "" }
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
requirement /req/iso-17067/scheme-content/statement-of-conformity {
|
|
118
|
+
name "Content of the statement of conformity"
|
|
119
|
+
statement "The scheme should specify the content of the statement of conformity (e.g. certificate) which unambiguously identifies the product to which it applies."
|
|
120
|
+
obligation should
|
|
121
|
+
acceptance_criteria {
|
|
122
|
+
type: "qualitative"
|
|
123
|
+
items:
|
|
124
|
+
- description: "Statement-of-conformity content specified, unambiguously identifying the product it applies to"
|
|
125
|
+
}
|
|
126
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
127
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 i)" clause "" }
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
requirement /req/iso-17067/scheme-content/statement-and-mark-use {
|
|
131
|
+
name "Conditions for use of the statement of conformity and marks"
|
|
132
|
+
statement "The scheme should specify the conditions under which the client may use the statement of conformity or marks of conformity."
|
|
133
|
+
obligation should
|
|
134
|
+
acceptance_criteria {
|
|
135
|
+
type: "qualitative"
|
|
136
|
+
items:
|
|
137
|
+
- description: "Conditions for the client's use of the statement of conformity (and of marks, where the scheme provides them) documented"
|
|
138
|
+
}
|
|
139
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
140
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 j)" clause "" }
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
requirement /req/iso-17067/scheme-content/mark-ownership-control {
|
|
144
|
+
name "Ownership, use and control of marks of conformity"
|
|
145
|
+
statement "Where marks of conformity may be used, the scheme should specify the ownership, use and control of the marks; the requirements of ISO/IEC 17030 should be applied."
|
|
146
|
+
obligation should
|
|
147
|
+
acceptance_criteria {
|
|
148
|
+
type: "qualitative"
|
|
149
|
+
items:
|
|
150
|
+
- description: "Mark ownership, use and control documented where marks of conformity may be used"
|
|
151
|
+
- description: "ISO/IEC 17030 requirements applied"
|
|
152
|
+
}
|
|
153
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
154
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 k)" clause "" }
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
requirement /req/iso-17067/scheme-content/scheme-resources {
|
|
158
|
+
name "Resources for the operation of the scheme"
|
|
159
|
+
statement "The scheme should specify the resources required for the operation of the scheme, including impartiality and competence of the personnel (internal and external), the evaluation resources, and the use of subcontractors."
|
|
160
|
+
obligation should
|
|
161
|
+
acceptance_criteria {
|
|
162
|
+
type: "qualitative"
|
|
163
|
+
items:
|
|
164
|
+
- description: "Operating resources documented — personnel impartiality and competence (internal and external), evaluation resources, subcontracting"
|
|
165
|
+
}
|
|
166
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
167
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 l)" clause "" }
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
requirement /req/iso-17067/scheme-content/results-reporting {
|
|
171
|
+
name "Reporting and use of determination and surveillance results"
|
|
172
|
+
statement "The scheme should specify how the results of the determination (evaluation) and surveillance stages are to be reported and used by the certification body and the scheme owner."
|
|
173
|
+
obligation should
|
|
174
|
+
acceptance_criteria {
|
|
175
|
+
type: "qualitative"
|
|
176
|
+
items:
|
|
177
|
+
- description: "Reporting flow and use of determination (evaluation) and surveillance results by the certification body and the scheme owner documented"
|
|
178
|
+
}
|
|
179
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
180
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 m)" clause "" }
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
requirement /req/iso-17067/scheme-content/nonconformity-resolution {
|
|
184
|
+
name "Dealing with nonconformities"
|
|
185
|
+
statement "The scheme should specify the question of how non-conformities with the certification requirements, which include product requirements, are to be dealt with and resolved."
|
|
186
|
+
obligation should
|
|
187
|
+
acceptance_criteria {
|
|
188
|
+
type: "qualitative"
|
|
189
|
+
items:
|
|
190
|
+
- description: "Handling and resolution of nonconformities with the certification requirements (including product requirements) documented"
|
|
191
|
+
}
|
|
192
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
193
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 n)" clause "" }
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
requirement /req/iso-17067/scheme-content/surveillance-procedures {
|
|
197
|
+
name "Surveillance procedures"
|
|
198
|
+
statement "The scheme should specify surveillance procedures, where surveillance is part of the scheme. (Type-conditioned: a scheme classified type 1a or 1b — specification/scheme-types.yaml, 5.3.1 — requires no surveillance, so the provision is N/A for such a scheme with the classification justification.)"
|
|
199
|
+
obligation should
|
|
200
|
+
acceptance_criteria {
|
|
201
|
+
type: "qualitative"
|
|
202
|
+
items:
|
|
203
|
+
- description: "Surveillance procedures (the Table-1 VI activities selected per the scheme type) documented — or the scheme's type-1a/1b classification recorded as the N/A justification"
|
|
204
|
+
}
|
|
205
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
206
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 o)" clause "" }
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
requirement /req/iso-17067/scheme-content/access-criteria {
|
|
210
|
+
name "Access criteria"
|
|
211
|
+
statement "The scheme should specify the criteria for access of conformity assessment bodies to the scheme and for the access of clients to the scheme."
|
|
212
|
+
obligation should
|
|
213
|
+
acceptance_criteria {
|
|
214
|
+
type: "qualitative"
|
|
215
|
+
items:
|
|
216
|
+
- description: "Access criteria documented for conformity assessment bodies and for clients"
|
|
217
|
+
}
|
|
218
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
219
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 p)" clause "" }
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
requirement /req/iso-17067/scheme-content/directory {
|
|
223
|
+
name "Directory of certified products"
|
|
224
|
+
statement "The scheme should specify the content, conditions and responsibility for publication of the directory of certified products by the certification body or the scheme owner."
|
|
225
|
+
obligation should
|
|
226
|
+
acceptance_criteria {
|
|
227
|
+
type: "qualitative"
|
|
228
|
+
items:
|
|
229
|
+
- description: "Directory content, publication conditions and the responsible party (certification body or scheme owner) documented"
|
|
230
|
+
}
|
|
231
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
232
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 q)" clause "" }
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
requirement /req/iso-17067/scheme-content/contracts {
|
|
236
|
+
name "Contracts"
|
|
237
|
+
statement "The scheme should specify the need for, and content of, contracts, e.g. between scheme owner and certification body, scheme owner and clients, certification body and clients: the rights, responsibilities and liabilities of the various parties should be defined in contracts. (An example contract between a certification body and its clients can be found in ISO/IEC Guide 28:2004, Annex B.)"
|
|
238
|
+
obligation should
|
|
239
|
+
acceptance_criteria {
|
|
240
|
+
type: "qualitative"
|
|
241
|
+
items:
|
|
242
|
+
- description: "Contract needs identified for the scheme's party relations and contract content defining the parties' rights, responsibilities and liabilities"
|
|
243
|
+
}
|
|
244
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
245
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 r)" clause "" }
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
requirement /req/iso-17067/scheme-content/certification-lifecycle {
|
|
249
|
+
name "Conditions for granting, maintaining, suspending and withdrawing certification"
|
|
250
|
+
statement "The scheme should specify general conditions for granting, maintaining, continuing, extending the scope of, reducing the scope of, suspending and withdrawing certification: this includes requirements for discontinuation of advertising and return of certification documents and any other action if the certification is suspended, withdrawn or terminated."
|
|
251
|
+
obligation should
|
|
252
|
+
acceptance_criteria {
|
|
253
|
+
type: "qualitative"
|
|
254
|
+
items:
|
|
255
|
+
- description: "General conditions documented for granting, maintaining, continuing, extending, reducing, suspending and withdrawing certification"
|
|
256
|
+
- description: "Suspension/withdrawal/termination actions specified (discontinuation of advertising, return of certification documents, other actions)"
|
|
257
|
+
}
|
|
258
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
259
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 s)" clause "" }
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
requirement /req/iso-17067/scheme-content/complaints-records-verification {
|
|
263
|
+
name "Verification of clients' complaints records"
|
|
264
|
+
statement "The scheme should specify the way in which the clients' complaints records are to be verified if such verification is part of the scheme."
|
|
265
|
+
obligation should
|
|
266
|
+
acceptance_criteria {
|
|
267
|
+
type: "qualitative"
|
|
268
|
+
items:
|
|
269
|
+
- description: "Verification of clients' complaints records documented where such verification is part of the scheme"
|
|
270
|
+
}
|
|
271
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
272
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 t)" clause "" }
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
requirement /req/iso-17067/scheme-content/scheme-reference-in-publicity {
|
|
276
|
+
name "Client reference to the scheme in publicity"
|
|
277
|
+
statement "The scheme should specify the way in which the clients make reference to the scheme in their publicity material."
|
|
278
|
+
obligation should
|
|
279
|
+
acceptance_criteria {
|
|
280
|
+
type: "qualitative"
|
|
281
|
+
items:
|
|
282
|
+
- description: "Rules for client references to the scheme in publicity material documented"
|
|
283
|
+
}
|
|
284
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
285
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 u)" clause "" }
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
requirement /req/iso-17067/scheme-content/records-retention {
|
|
289
|
+
name "Retention of records"
|
|
290
|
+
statement "The scheme should specify retention of records by scheme owner and certification bodies."
|
|
291
|
+
obligation should
|
|
292
|
+
acceptance_criteria {
|
|
293
|
+
type: "qualitative"
|
|
294
|
+
items:
|
|
295
|
+
- description: "Record-retention obligations documented for the scheme owner and the certification bodies"
|
|
296
|
+
}
|
|
297
|
+
verification { method deferred description "Verified by assessment of the scheme corpus (the task-43 oiml-cs→17067 scheme-completeness map)." }
|
|
298
|
+
source { doc "ISO/IEC 17067:2013, 6.5.1 v)" clause "" }
|
|
299
|
+
}
|
|
300
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
term certification-system {
|
|
2
|
+
label "certification system"
|
|
3
|
+
definition "rules, procedures and management for carrying out certification"
|
|
4
|
+
section "3.1"
|
|
5
|
+
note "Modified from ISO/IEC 17000:2004, 2.7 (the 17000:2020 successor term is \"conformity assessment system\", 4.8 — the iso-iec-17000 package). A product certification SYSTEM is only necessary when the same rules, procedures and management are used for more than one scheme (17067 6.2); a certification SCHEME (3.2) is always necessary."
|
|
6
|
+
source "ISO/IEC 17067:2013, 3.1"
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
term certification-scheme {
|
|
10
|
+
label "certification scheme"
|
|
11
|
+
definition "certification system (3.1) related to specified products, to which the same specified requirements, specific rules and procedures apply"
|
|
12
|
+
section "3.2"
|
|
13
|
+
note "The rules, procedures and management for implementing product, process and service certification are stipulated by the certification scheme (NOTE 1 to entry). Modified from ISO/IEC 17065:2012, 3.9 — the definition text is identical; the modification flattens the certification-system cross-reference. This is the term the scheme_type classification facet operates on: the OIML-CS is a certification scheme in this sense (B 18:2025 §1.3), classified as scheme type 1a (specification/scheme-types.yaml, 5.3.2)."
|
|
14
|
+
source "ISO/IEC 17067:2013, 3.2"
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
term scheme-owner {
|
|
18
|
+
label "scheme owner"
|
|
19
|
+
definition "person or organization responsible for developing and maintaining a specific certification scheme (3.2)"
|
|
20
|
+
section "3.3"
|
|
21
|
+
note "The scheme owner can be the certification body itself, a governmental authority, a trade association, a group of certification bodies or others (NOTE 1 to entry). Source ISO/IEC 17065:2012, 3.11 — adopted without modification. For the OIML-CS the OIML acts as scheme owner (17067 6.3); the scheme-content provisions of /req/iso-17067/scheme-content/* bind the owner and the certification bodies alike (item v)."
|
|
22
|
+
source "ISO/IEC 17067:2013, 3.3"
|
|
23
|
+
}
|
|
24
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
package {
|
|
2
|
+
id oiml-cs
|
|
3
|
+
kind core
|
|
4
|
+
title "OIML SMART oiml-cs layer package"
|
|
5
|
+
description "OIML-CS reference package — the certification-scheme content no Recommendation owns: the B 18:2025 framework model (participants, schemes + category lifecycle, declarations, governing documents, governance — TODO.roadmap/40), the /req/cs/* scheme provisions (PD-05), the 7-step certification process as abstract processes with roles and evidence requirements, the 18-element test-report-form checklist (PD-05 §4.4.3), the certificate requirements (PD-05 §4.6 + Annexes A/B), the participant-competence document modules (TODO.roadmap/42 — documents/pd-03 IA approval, documents/pd-04 TL approval, documents/pd-02 expert approval, with the D 30/D 32 application guides annexed informatively), the scheme-governance document modules (TODO.roadmap/43 — documents/pd-01 appeals, documents/pd-06 certificate use, documents/pd-07 transitions, documents/pd-08 Declarations, documents/pd-09 Utilizers/Associates, documents/cid-01 clarifications, documents/od-01 MC rules, documents/od-02 TLF rules), and the scheme-completeness map to ISO/IEC 17067 (oiml-cs-to-17067.prm + the cs-scheme-coverage gate). Composed into each Recommendation via `uses: [oiml-cs]` ahead of core."
|
|
6
|
+
uses { iso-iec-17000 iso-iec-17065 iso-iec-17025 iso-iec-17067 }
|
|
7
|
+
requires { iso-iec-17000 iso-iec-17065 iso-iec-17025 iso-iec-17067 }
|
|
8
|
+
provides { oiml-cs cs-process-requirements cs-certificate-requirements }
|
|
9
|
+
default_spelling eng-Latn
|
|
10
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
discrepancy_record pd-02-vs-od-01-expert-review-cycle {
|
|
2
|
+
status resolved
|
|
3
|
+
summary "PD-02 Ed 3, 11.1 prescribes review of the on-going competence and suitability of experts \"at least once every four years\", citing OD-01, 13.4 (\"As outlined in OD-01, 13.4 [2]\"); OD-01 Ed 4, 13.4 prescribes review of the list of experts \"on a 3-yearly basis\" — the two official texts genuinely disagree."
|
|
4
|
+
sources { "urn:oiml:pub:cs:pd-02:2022#clause-11.1" "urn:oiml:pub:cs:od-01:2022#clause-13.4" }
|
|
5
|
+
resolution annotated_only
|
|
6
|
+
rationale "RESOLVED AS A GENUINE SOURCE DISAGREEMENT (task 46): both official texts verified verbatim against the published PDFs on 2026-07-24 (reference-docs/cs/docs/). PD-02's \"as outlined in OD-01, 13.4\" misstates its target. Neither source governs: the pd-02 module keeps the four-year cycle (PD-02, 11.1), the od-01 module keeps the 3-yearly cycle (OD-01, 13.4) — both module headers record both texts; a CID-01 clarification candidate. Editorial note settled with it: OD-01, 13.4's own cross-reference \"In accordance with PD-02, 10.2 [11]\" is an error in OD-01 — the RC-advice discipline on continued suitability is PD-02, 11.3 (PD-02, 10.2 is scope extension)."
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
discrepancy_record d-32-g711-4-numbering-gap {
|
|
10
|
+
status resolved
|
|
11
|
+
summary "D 32:2018 Annex G's G.7.1.1 series skips G.7.1.1-4 (the printed sequence runs G.7.1.1-3 then G.7.1.1-5) — suspected as a conversion drop in the local presentation XML, verified as an editorial gap in the official printed document itself."
|
|
12
|
+
sources { "urn:oiml:pub:d:32:2018#clause-G.7.1.1-3" "urn:oiml:pub:d:32:2018#clause-G.7.1.1-5" }
|
|
13
|
+
resolution follows_clause_x
|
|
14
|
+
governing "urn:oiml:pub:d:32:2018"
|
|
15
|
+
rationale "The official printed D 32:2018 itself skips G.7.1.1-4 — an editorial gap in the source document, not a conversion drop (verified against reference-docs/oiml-d/d032-e18.pdf on 2026-07-24; task 46). The corpus cites the official body numbering as printed: G.7.1.1-1/-2/-3/-6, G.7.1.2-1, G.7.1.3-1 (all confirmed); no G.7.1.1-4 cite exists anywhere in the repo, and none should be added — the clause does not exist in the source."
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
discrepancy_record od-01-toc-vs-body-numbering {
|
|
19
|
+
status resolved
|
|
20
|
+
summary "OD-01 Ed 4's own printed Contents skips 7.2 (Obligations of Review Committee Members), so every TOC entry from 7.2 onward reads body-1 (TOC \"7.8 Review Committee Recommendations\" vs body 7.8 = Management Committee Voting) — the printed Contents disagrees with the body it indexes."
|
|
21
|
+
sources { "urn:oiml:pub:cs:od-01:2022#contents" "urn:oiml:pub:cs:od-01:2022#clause-7.2" }
|
|
22
|
+
resolution follows_clause_x
|
|
23
|
+
governing "urn:oiml:pub:cs:od-01:2022#clause-7.2"
|
|
24
|
+
rationale "The BODY numbering — which every internal cross-reference in the CS corpus uses (PD-02's \"OD-01, 13.4\"; the 7.8/7.9 gates) — is authoritative and is what the repo cites; the printed Contents' defect is an official-document defect, recorded here and in the od-01 module header (task 46; verified against reference-docs/cs/docs/oiml-cs-od-01-edition-4.pdf, retrieved 2026-07-24). The 7.6+ reconstruction is CONFIRMED against the body text."
|
|
25
|
+
}
|
|
26
|
+
|