@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,446 @@
|
|
|
1
|
+
requirement_class /req/iso-17065/body {
|
|
2
|
+
title "ISO/IEC 17065 organizational requirements"
|
|
3
|
+
name "ISO/IEC 17065 certification-body organizational requirements"
|
|
4
|
+
description "Organizational requirements of ISO/IEC 17065:2012 (clauses 4–6) on a body certifying products, processes and services: legal and contractual matters, management of impartiality, the impartiality safeguarding mechanism, personnel competence and records, and the resources for evaluation. The OIML-CS relies on these for Issuing Authority competence (B 18:2025 §5.2); they are verified by assessment of the body (accreditation or peer assessment), not by the type-evaluation workflow."
|
|
5
|
+
subject "Product certification body — legal status, impartiality, structure and resources"
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
requirement /req/iso-17065/body/legal-entity {
|
|
9
|
+
name "Legal entity"
|
|
10
|
+
statement "The certification body shall be a legal entity, or a defined part of a legal entity, such that the legal entity can be held legally responsible for all its certification activities. (A governmental certification body is deemed to be a legal entity on the basis of its governmental status.)"
|
|
11
|
+
obligation shall
|
|
12
|
+
acceptance_criteria {
|
|
13
|
+
type: "qualitative"
|
|
14
|
+
items:
|
|
15
|
+
- description: "Legal-entity status (or defined part of one) documented for the body"
|
|
16
|
+
- description: "Legal responsibility for all certification activities traceable to that entity"
|
|
17
|
+
}
|
|
18
|
+
verification { method deferred description "Verified by assessment of the certification body (accreditation or OIML-CS peer assessment), outside the per-application certification process." }
|
|
19
|
+
source { doc "ISO/IEC 17065:2012, 4.1.1" clause "" }
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
requirement /req/iso-17065/body/certification-agreement {
|
|
23
|
+
name "Certification agreement"
|
|
24
|
+
statement "The certification body shall have a legally enforceable agreement for the provision of certification activities to its clients, taking into account the responsibilities of the certification body and its clients. The agreement shall require that the client comply at least with: always fulfilling the certification requirements (including implementing communicated changes); continued fulfilment of the product requirements where certification applies to ongoing production; making all necessary arrangements for the conduct of the evaluation and surveillance, for the investigation of complaints and for the participation of observers; claims consistent with the scope of certification; no use of certification that brings the body into disrepute or is misleading; discontinuing advertising references upon suspension, withdrawal or termination; reproducing certification documents only in their entirety or as specified by the scheme; compliance with body/scheme requirements when referring to its certification; compliance with scheme requirements on the use of marks of conformity; keeping records of complaints known to it and making them available on request; and informing the body without delay of changes affecting its ability to conform (4.1.2 a–k)."
|
|
25
|
+
obligation shall
|
|
26
|
+
acceptance_criteria {
|
|
27
|
+
type: "qualitative"
|
|
28
|
+
items:
|
|
29
|
+
- description: "Legally enforceable certification agreement in place with every client"
|
|
30
|
+
- description: "Agreement covers the client obligations of 4.1.2 a–k"
|
|
31
|
+
}
|
|
32
|
+
verification { method deferred description "Verified by assessment of the certification body (accreditation or OIML-CS peer assessment)." }
|
|
33
|
+
source { doc "ISO/IEC 17065:2012, 4.1.2" clause "" }
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
requirement /req/iso-17065/body/impartiality-responsibility {
|
|
37
|
+
name "Impartiality responsibility"
|
|
38
|
+
statement "Certification activities shall be undertaken impartially. The certification body shall be responsible for the impartiality of its certification activities and shall not allow commercial, financial or other pressures to compromise impartiality. The certification body shall have top management commitment to impartiality."
|
|
39
|
+
obligation shall
|
|
40
|
+
acceptance_criteria {
|
|
41
|
+
type: "qualitative"
|
|
42
|
+
items:
|
|
43
|
+
- description: "Responsibility for impartiality assigned and top-management commitment demonstrable"
|
|
44
|
+
- description: "No commercial, financial or other pressure compromising impartiality identified"
|
|
45
|
+
}
|
|
46
|
+
verification { method deferred description "Verified by assessment of the certification body (accreditation or OIML-CS peer assessment)." }
|
|
47
|
+
source { doc "ISO/IEC 17065:2012, 4.2.1, 4.2.2, 4.2.5" clause "" }
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
requirement /req/iso-17065/body/impartiality-risk-management {
|
|
51
|
+
name "Impartiality risk management"
|
|
52
|
+
statement "The certification body shall identify risks to its impartiality on an ongoing basis, including those risks that arise from its activities, from its relationships, or from the relationships of its personnel (see 4.2.12); such relationships may not necessarily present a certification body with a risk to impartiality. If a risk to impartiality is identified, the certification body shall be able to demonstrate how it eliminates or minimizes such risk, and this information shall be made available to the mechanism specified in 5.2."
|
|
53
|
+
obligation shall
|
|
54
|
+
acceptance_criteria {
|
|
55
|
+
type: "qualitative"
|
|
56
|
+
items:
|
|
57
|
+
- description: "Ongoing impartiality risk identification covering activities and (personnel) relationships"
|
|
58
|
+
- description: "Elimination/minimization of identified risks demonstrable to the 5.2 mechanism"
|
|
59
|
+
}
|
|
60
|
+
verification { method deferred description "Verified by assessment of the certification body (accreditation or OIML-CS peer assessment)." }
|
|
61
|
+
source { doc "ISO/IEC 17065:2012, 4.2.3, 4.2.4" clause "" }
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
requirement /req/iso-17065/body/no-conflicting-activities {
|
|
65
|
+
name "No conflicting activities"
|
|
66
|
+
statement "The certification body and any part of the same legal entity and entities under its organizational control (see 7.6.4) shall not: a) be the designer, manufacturer, installer, distributer or maintainer of the certified product; b) be the designer, implementer, operator or maintainer of the certified process; c) be the designer, implementer, provider or maintainer of the certified service; d) offer or provide consultancy to its clients; e) offer or provide management system consultancy or internal auditing to its clients where the certification scheme requires the evaluation of the client's management system."
|
|
67
|
+
obligation shall
|
|
68
|
+
acceptance_criteria {
|
|
69
|
+
type: "qualitative"
|
|
70
|
+
items:
|
|
71
|
+
- description: "No design/manufacture/distribution/maintenance of the certified product by the body or controlled entities"
|
|
72
|
+
- description: "No consultancy (incl. management-system consultancy/internal auditing) offered to clients"
|
|
73
|
+
}
|
|
74
|
+
verification { method deferred description "Verified by assessment of the certification body (accreditation or OIML-CS peer assessment)." }
|
|
75
|
+
source { doc "ISO/IEC 17065:2012, 4.2.6" clause "" }
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
requirement /req/iso-17065/body/consultancy-bar {
|
|
79
|
+
name "Consultancy bar on review and decision personnel"
|
|
80
|
+
statement "Within a period specified by the certification body, personnel shall not be used to review or make a certification decision for a product for which they have provided consultancy. (The period can be specified in the certification scheme or, if specified by the certification body, it reflects a period long enough to ensure that the review or decision does not compromise impartiality; a specified period of two years is often used.)"
|
|
81
|
+
obligation shall
|
|
82
|
+
acceptance_criteria {
|
|
83
|
+
type: "qualitative"
|
|
84
|
+
items:
|
|
85
|
+
- description: "Body-specified consultancy-bar period documented (scheme- or body-level)"
|
|
86
|
+
- description: "No review/decision assignment of personnel within the bar period for a consulted product"
|
|
87
|
+
}
|
|
88
|
+
verification { method deferred description "Declared constraint — the machine-checkable facet is the segregation entry of the review and decision abstract processes (evaluation/functional-approach.yaml); the assignment-level check is verified by assessment of the body." }
|
|
89
|
+
source { doc "ISO/IEC 17065:2012, 4.2.10" clause "" }
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
requirement /req/iso-17065/body/safeguarding-mechanism {
|
|
93
|
+
name "Mechanism for safeguarding impartiality"
|
|
94
|
+
statement "The certification body shall have a mechanism for safeguarding its impartiality, providing input on the policies and principles relating to the impartiality of its certification activities, on any tendency to allow commercial or other considerations to prevent the consistent impartial provision of certification activities, and on matters affecting impartiality and confidence in certification, including openness. The mechanism shall be formally documented to ensure a balanced representation of significantly interested parties, such that no single interest predominates (internal or external personnel of the certification body are considered to be a single interest, and shall not predominate), and access to all the information necessary to enable it to fulfil all its functions. If the top management of the certification body does not follow the input of this mechanism, the mechanism shall have the right to take independent action (e.g. informing authorities, accreditation bodies, stakeholders), respecting the confidentiality requirements of 4.5."
|
|
95
|
+
obligation shall
|
|
96
|
+
acceptance_criteria {
|
|
97
|
+
type: "qualitative"
|
|
98
|
+
items:
|
|
99
|
+
- description: "Documented safeguarding mechanism with balanced interested-party representation"
|
|
100
|
+
- description: "No single interest predominates; information access assured; independent-action right documented"
|
|
101
|
+
}
|
|
102
|
+
verification { method deferred description "Verified by assessment of the certification body (accreditation or OIML-CS peer assessment)." }
|
|
103
|
+
source { doc "ISO/IEC 17065:2012, 5.2" clause "" }
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
requirement /req/iso-17065/body/personnel-competence {
|
|
107
|
+
name "Personnel competence management"
|
|
108
|
+
statement "The certification body shall employ, or have access to, a sufficient number of personnel to cover its operations related to the certification schemes and to the applicable standards and other normative documents; the personnel shall be competent for the functions they perform, including making required technical judgments, defining policies and implementing them. The certification body shall establish, implement and maintain a procedure for management of competencies of personnel involved in the certification process (see Clause 7), requiring the body to: a) determine the criteria for the competence of personnel for each function in the certification process, taking into account the requirements of the schemes; b) identify training needs and provide, as necessary, training programmes; c) demonstrate that the personnel have the required competencies for the duties and responsibilities they undertake; d) formally authorize personnel for functions in the certification process; e) monitor the performance of the personnel."
|
|
109
|
+
obligation shall
|
|
110
|
+
acceptance_criteria {
|
|
111
|
+
type: "qualitative"
|
|
112
|
+
items:
|
|
113
|
+
- description: "Competence criteria defined per certification-process function"
|
|
114
|
+
- description: "Personnel formally authorized per function (evaluation, review, decision per 6.1.2 d)"
|
|
115
|
+
- description: "Competence demonstrated and performance monitored"
|
|
116
|
+
}
|
|
117
|
+
verification { method deferred description "Verified by assessment of the certification body (accreditation or OIML-CS peer assessment)." }
|
|
118
|
+
source { doc "ISO/IEC 17065:2012, 6.1.1, 6.1.2" clause "" }
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
requirement /req/iso-17065/body/personnel-records {
|
|
122
|
+
name "Personnel records"
|
|
123
|
+
statement "The certification body shall maintain the following records on the personnel involved in the certification process (see Clause 7): a) name and address; b) employer(s) and position held; c) educational qualification and professional status; d) experience and training; e) the assessment of competence; f) performance monitoring; g) authorizations held within the certification body; h) date of most recent updating of each record."
|
|
124
|
+
obligation shall
|
|
125
|
+
acceptance_criteria {
|
|
126
|
+
type: "qualitative"
|
|
127
|
+
items:
|
|
128
|
+
- description: "Records a–h maintained for every person involved in the certification process"
|
|
129
|
+
- description: "Authorizations held (item g) traceable to the competence-management procedure"
|
|
130
|
+
}
|
|
131
|
+
verification { method deferred description "Verified by assessment of the certification body (accreditation or OIML-CS peer assessment)." }
|
|
132
|
+
source { doc "ISO/IEC 17065:2012, 6.1.2" clause "" }
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
requirement /req/iso-17065/body/personnel-contract {
|
|
136
|
+
name "Personnel contract and conflict-of-interest declaration"
|
|
137
|
+
statement "The certification body shall require personnel involved in the certification process to sign a contract or other document by which they commit themselves: a) to comply with the rules defined by the certification body, including those relating to confidentiality (see 4.5) and independence from commercial and other interests; b) to declare any prior and/or present association on their own part, or on the part of their employer, with a supplier or designer of products, a provider or developer of services, or an operator or developer of processes to the evaluation or certification of which they are to be assigned; c) to reveal any situation known to them that may present them or the certification body with a conflict of interest (see 4.2). The declarations are used as input into identifying risks to impartiality (see 4.2.3)."
|
|
138
|
+
obligation shall
|
|
139
|
+
acceptance_criteria {
|
|
140
|
+
type: "qualitative"
|
|
141
|
+
items:
|
|
142
|
+
- description: "Signed contract/commitment for every person involved in the certification process"
|
|
143
|
+
- description: "Association and conflict-of-interest declarations feed impartiality risk identification"
|
|
144
|
+
}
|
|
145
|
+
verification { method deferred description "Verified by assessment of the certification body (accreditation or OIML-CS peer assessment)." }
|
|
146
|
+
source { doc "ISO/IEC 17065:2012, 6.1.3" clause "" }
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
requirement /req/iso-17065/body/evaluation-resources {
|
|
150
|
+
name "Resources for evaluation (ISO/IEC 17025/17020/17021 delegation)"
|
|
151
|
+
statement "When a certification body performs evaluation activities, either with its internal resources or with other resources under its direct control, it shall meet the applicable requirements of the relevant International Standards and, as specified by the certification scheme, of other documents. For testing, it shall meet the applicable requirements of ISO/IEC 17025; for inspection, it shall meet the applicable requirements of ISO/IEC 17020; and for management system auditing, it shall meet the applicable requirements of ISO/IEC 17021. The impartiality requirements of the evaluation personnel stipulated in the relevant standard shall always be applicable."
|
|
152
|
+
obligation shall
|
|
153
|
+
acceptance_criteria {
|
|
154
|
+
type: "qualitative"
|
|
155
|
+
items:
|
|
156
|
+
- description: "Testing performed under ISO/IEC 17025-conformant resources (the OIML-CS TL tier, B 18:2025 §5.3)"
|
|
157
|
+
- description: "Impartiality requirements of the relevant standard applied to evaluation personnel"
|
|
158
|
+
}
|
|
159
|
+
verification { method deferred description "Verified by assessment of the certification body and its evaluation resources (the ISO/IEC 17025 laboratory reference package lands in TODO.roadmap/39c)." }
|
|
160
|
+
source { doc "ISO/IEC 17065:2012, 6.2.1" clause "" }
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
requirement /req/iso-17065/body/outsourcing {
|
|
164
|
+
name "Outsourcing of evaluation"
|
|
165
|
+
statement "The certification body shall outsource evaluation activities only to bodies that meet the applicable requirements of the relevant International Standards and, as specified by the certification scheme, of other documents (for testing ISO/IEC 17025, for inspection ISO/IEC 17020, for management system auditing ISO/IEC 17021). Where evaluation activities are outsourced to non-independent bodies (e.g. client laboratories), the certification body shall ensure that the evaluation activities are managed in a manner which provides confidence in the results and that records are available to justify the confidence. The certification body shall have a legally binding contract with the body providing the outsourced service (including confidentiality and conflict-of-interest provisions per 6.1.3 item c), shall take responsibility for all outsourced activities, shall maintain a list of approved providers of outsourced services, and shall inform the client in advance of outsourcing activities in order to provide the client with an opportunity to object."
|
|
166
|
+
obligation shall
|
|
167
|
+
acceptance_criteria {
|
|
168
|
+
type: "qualitative"
|
|
169
|
+
items:
|
|
170
|
+
- description: "Outsourced evaluation only to bodies meeting the relevant International Standards"
|
|
171
|
+
- description: "Approved-provider list maintained; client informed in advance with opportunity to object"
|
|
172
|
+
}
|
|
173
|
+
verification { method deferred description "Verified by assessment of the certification body (accreditation or OIML-CS peer assessment)." }
|
|
174
|
+
source { doc "ISO/IEC 17065:2012, 6.2.2" clause "" }
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
requirement_class /req/iso-17065/process {
|
|
178
|
+
title "ISO/IEC 17065 process requirements"
|
|
179
|
+
name "ISO/IEC 17065 certification process requirements (clause 7)"
|
|
180
|
+
description "Clause-7 process requirements of ISO/IEC 17065:2012 — the functional approach from application (7.2) through complaints and appeals (7.13). Each provision is enforced by the abstract process of the same name in evaluation/functional-approach.yaml (its `provisions:` binding), exactly as the OIML-CS scheme's concrete steps validate the /req/cs/* provisions."
|
|
181
|
+
subject "Product certification process — application to complaints"
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
requirement /req/iso-17065/process/application-information {
|
|
185
|
+
name "Application information"
|
|
186
|
+
statement "For application, the certification body shall obtain all the necessary information to complete the certification process in accordance with the relevant certification scheme — including the product(s) to be certified, the standards and/or other normative documents for which the client is seeking certification, the general features of the client, information concerning outsourced processes that will affect conformity to requirements, and all other information needed in accordance with the relevant certification requirements (e.g. for initial evaluation and surveillance activities)."
|
|
187
|
+
obligation shall
|
|
188
|
+
acceptance_criteria {
|
|
189
|
+
type: "qualitative"
|
|
190
|
+
items:
|
|
191
|
+
- description: "Product(s), normative documents, client features and outsourced processes identified"
|
|
192
|
+
- description: "Information for initial evaluation and surveillance collected"
|
|
193
|
+
}
|
|
194
|
+
verification { method implicit description "Application step (abstract process application)." }
|
|
195
|
+
source { doc "ISO/IEC 17065:2012, 7.2" clause "" }
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
requirement /req/iso-17065/process/application-review {
|
|
199
|
+
name "Application review"
|
|
200
|
+
statement "The certification body shall conduct a review of the information obtained (see 7.2) to ensure that: a) the information about the client and the product is sufficient for the conduct of the certification process; b) any known difference in understanding between the certification body and the client is resolved, including agreement regarding standards or other normative documents; c) the scope of certification sought is defined; d) the means are available to perform all evaluation activities; e) the certification body has the competence and capability to perform the certification activity."
|
|
201
|
+
obligation shall
|
|
202
|
+
acceptance_criteria {
|
|
203
|
+
type: "qualitative"
|
|
204
|
+
items:
|
|
205
|
+
- description: "Sufficiency of information confirmed and understanding differences resolved"
|
|
206
|
+
- description: "Scope of certification defined; means, competence and capability confirmed"
|
|
207
|
+
}
|
|
208
|
+
verification { method implicit description "Application-review step (abstract process application_review)." }
|
|
209
|
+
source { doc "ISO/IEC 17065:2012, 7.3.1" clause "" }
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
requirement /req/iso-17065/process/decline-without-competence {
|
|
213
|
+
name "Decline when competence is lacking"
|
|
214
|
+
statement "The certification body shall decline to undertake a specific certification if it lacks any competence or capability for the certification activities it is required to undertake. (Where the request covers a product type, normative document or scheme with which the body has no prior experience, the body shall ensure it has the competence and capability for all the certification activities it is required to undertake and maintain a record of the justification for the decision to undertake certification, 7.3.2 / 7.3.3.)"
|
|
215
|
+
obligation shall
|
|
216
|
+
acceptance_criteria {
|
|
217
|
+
type: "qualitative"
|
|
218
|
+
items:
|
|
219
|
+
- description: "Decline path taken whenever competence/capability is lacking"
|
|
220
|
+
- description: "Justification recorded for no-prior-experience undertakings"
|
|
221
|
+
}
|
|
222
|
+
verification { method implicit description "Application-review step (abstract process application_review)." }
|
|
223
|
+
source { doc "ISO/IEC 17065:2012, 7.3.4" clause "" }
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
requirement /req/iso-17065/process/evaluation-plan {
|
|
227
|
+
name "Evaluation plan and task assignment"
|
|
228
|
+
statement "The certification body shall have a plan for the evaluation activities to allow for the necessary arrangements to be managed. The certification body shall assign personnel to perform each evaluation task that it undertakes with its internal resources (see 6.2.1). The certification body shall carry out the evaluation activities that it undertakes with its internal resources and shall manage outsourced resources (see 6.2.2) in accordance with the evaluation plan; the products shall be evaluated against the requirements covered by the scope of certification and other requirements specified in the certification scheme."
|
|
229
|
+
obligation shall
|
|
230
|
+
acceptance_criteria {
|
|
231
|
+
type: "qualitative"
|
|
232
|
+
items:
|
|
233
|
+
- description: "Evaluation plan in place; every internal evaluation task assigned to personnel"
|
|
234
|
+
- description: "Evaluation executed per plan against the scope of certification"
|
|
235
|
+
}
|
|
236
|
+
verification { method implicit description "Evaluation step (abstract process evaluation)." }
|
|
237
|
+
source { doc "ISO/IEC 17065:2012, 7.4.1, 7.4.2, 7.4.4" clause "" }
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
requirement /req/iso-17065/process/evaluation-results {
|
|
241
|
+
name "Nonconformity information and evaluation results documentation"
|
|
242
|
+
statement "The certification body shall inform the client of all nonconformities; if the client expresses interest in continuing the certification process, the certification body shall provide information regarding the additional evaluation tasks needed to verify that nonconformities have been corrected (the process specified in 7.4 being repeated to complete them). The results of all evaluation activities shall be documented prior to review (see 7.5)."
|
|
243
|
+
obligation shall
|
|
244
|
+
acceptance_criteria {
|
|
245
|
+
type: "qualitative"
|
|
246
|
+
items:
|
|
247
|
+
- description: "Client informed of all nonconformities; additional-task path offered"
|
|
248
|
+
- description: "All evaluation results documented before any review begins"
|
|
249
|
+
}
|
|
250
|
+
verification { method implicit description "Evaluation step (abstract process evaluation)." }
|
|
251
|
+
source { doc "ISO/IEC 17065:2012, 7.4.6, 7.4.9" clause "" }
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
requirement /req/iso-17065/process/review-independence {
|
|
255
|
+
name "Review independence and documented recommendation"
|
|
256
|
+
statement "The certification body shall assign at least one person to review all information and results related to the evaluation. The review shall be carried out by person(s) who have not been involved in the evaluation process. Recommendations for a certification decision based on the review shall be documented, unless the review and the certification decision are completed concurrently by the same person."
|
|
257
|
+
obligation shall
|
|
258
|
+
acceptance_criteria {
|
|
259
|
+
type: "qualitative"
|
|
260
|
+
items:
|
|
261
|
+
- description: "At least one reviewer assigned; no reviewer was involved in the evaluation"
|
|
262
|
+
- description: "Review recommendation documented (or review and decision completed concurrently by the same person)"
|
|
263
|
+
}
|
|
264
|
+
verification { method implicit description "Review step (abstract process review; segregation entry review_not_evaluation)." }
|
|
265
|
+
source { doc "ISO/IEC 17065:2012, 7.5.1, 7.5.2" clause "" }
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
requirement /req/iso-17065/process/decision-independence {
|
|
269
|
+
name "Decision authority and independence"
|
|
270
|
+
statement "The certification body shall be responsible for, and shall retain authority for, its decisions relating to certification. The certification body shall assign at least one person to make the certification decision based on all information related to the evaluation, its review, and any other relevant information. The certification decision shall be carried out by a person or group of persons (e.g. a committee, see 5.1.4) that has not been involved in the process for evaluation (see 7.4). (The review and the certification decision can be completed concurrently by the same person or group of persons.)"
|
|
271
|
+
obligation shall
|
|
272
|
+
acceptance_criteria {
|
|
273
|
+
type: "qualitative"
|
|
274
|
+
items:
|
|
275
|
+
- description: "Decision authority retained by the body (never outsourced)"
|
|
276
|
+
- description: "No decider was involved in the evaluation"
|
|
277
|
+
}
|
|
278
|
+
verification { method implicit description "Decision step (abstract process decision; segregation entry decision_not_evaluation)." }
|
|
279
|
+
source { doc "ISO/IEC 17065:2012, 7.6.1, 7.6.2" clause "" }
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
requirement /req/iso-17065/process/decision-employment {
|
|
283
|
+
name "Decision-maker employment and refusal notification"
|
|
284
|
+
statement "The person(s) (excluding members of committees, see 5.1.4) assigned by the certification body to make a certification decision shall be employed by, or shall be under contract with, the certification body (see 6.1) or an entity under the organizational control of the certification body (see 7.6.4). The certification body shall notify the client of a decision not to grant certification, and shall identify the reasons for the decision."
|
|
285
|
+
obligation shall
|
|
286
|
+
acceptance_criteria {
|
|
287
|
+
type: "qualitative"
|
|
288
|
+
items:
|
|
289
|
+
- description: "Decision personnel employed by/contracted to the body or a controlled entity"
|
|
290
|
+
- description: "Refusals notified to the client with reasons"
|
|
291
|
+
}
|
|
292
|
+
verification { method implicit description "Decision step (abstract process decision)." }
|
|
293
|
+
source { doc "ISO/IEC 17065:2012, 7.6.3, 7.6.6" clause "" }
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
requirement /req/iso-17065/process/certification-documentation {
|
|
297
|
+
name "Certification documentation content and authorization"
|
|
298
|
+
statement "The certification body shall provide the client with formal certification documentation that clearly conveys, or permits identification of: a) the name and address of the certification body; b) the date certification is granted (the date shall not precede the date on which the certification decision was completed); c) the name and address of the client; d) the scope of certification; e) the term or expiry date of certification, if certification expires after an established period; f) any other information required by the certification scheme. The formal certification documentation shall include the signature or other defined authorization of the person(s) of the certification body assigned such responsibility."
|
|
299
|
+
obligation shall
|
|
300
|
+
acceptance_criteria {
|
|
301
|
+
type: "qualitative"
|
|
302
|
+
items:
|
|
303
|
+
- description: "Documentation conveys items a–f (grant date not preceding the decision date)"
|
|
304
|
+
- description: "Signature or defined authorization of the assigned person(s) present"
|
|
305
|
+
}
|
|
306
|
+
verification { method implicit description "Attestation step (abstract process attestation)." }
|
|
307
|
+
source { doc "ISO/IEC 17065:2012, 7.7.1, 7.7.2" clause "" }
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
requirement /req/iso-17065/process/attestation-preconditions {
|
|
311
|
+
name "Attestation preconditions"
|
|
312
|
+
statement "Formal certification documentation (see 7.7) shall only be issued after, or concurrent with, the following: a) the decision to grant or extend the scope of certification (see 7.6.1) has been made; b) certification requirements have been fulfilled; c) the certification agreement (see 4.1.2) has been completed/signed."
|
|
313
|
+
obligation shall
|
|
314
|
+
acceptance_criteria {
|
|
315
|
+
type: "qualitative"
|
|
316
|
+
items:
|
|
317
|
+
- description: "Grant/extension decision made before (or concurrent with) issuance"
|
|
318
|
+
- description: "Certification requirements fulfilled and agreement completed/signed at issuance"
|
|
319
|
+
}
|
|
320
|
+
verification { method implicit description "Attestation step (abstract process attestation)." }
|
|
321
|
+
source { doc "ISO/IEC 17065:2012, 7.7.3" clause "" }
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
requirement /req/iso-17065/process/directory {
|
|
325
|
+
name "Directory of certified products"
|
|
326
|
+
statement "The certification body shall maintain information on certified products which contains at least: a) identification of the product; b) the standard(s) and other normative document(s) to which conformity has been certified; c) identification of the client. The parts of this information that need to be published or made available upon request in a directory are stipulated by the relevant scheme(s); as a minimum, the certification body shall provide information, upon request, about the validity of a given certification."
|
|
327
|
+
obligation shall
|
|
328
|
+
acceptance_criteria {
|
|
329
|
+
type: "qualitative"
|
|
330
|
+
items:
|
|
331
|
+
- description: "Certified-product information (product, normative documents, client) maintained"
|
|
332
|
+
- description: "Validity of a given certification provided on request"
|
|
333
|
+
}
|
|
334
|
+
verification { method implicit description "Attestation-completion leg (abstract process attestation; the OIML-CS's public register realizes this directory)." }
|
|
335
|
+
source { doc "ISO/IEC 17065:2012, 7.8.1, 7.8.2" clause "" }
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
requirement /req/iso-17065/process/surveillance {
|
|
339
|
+
name "Surveillance per the scheme"
|
|
340
|
+
statement "If surveillance is required by the certification scheme, or as specified in 7.9.3 or 7.9.4, the certification body shall initiate surveillance of the product(s) covered by the certification decision in accordance with the certification scheme (the criteria and process for surveillance activities are defined by each certification scheme). When surveillance utilizes evaluation, review or a certification decision, the requirements in 7.4, 7.5 or 7.6, respectively, shall be fulfilled."
|
|
341
|
+
obligation shall
|
|
342
|
+
acceptance_criteria {
|
|
343
|
+
type: "qualitative"
|
|
344
|
+
items:
|
|
345
|
+
- description: "Surveillance initiated wherever the scheme requires it"
|
|
346
|
+
- description: "Surveillance re-using evaluation/review/decision fulfils 7.4/7.5/7.6 respectively"
|
|
347
|
+
}
|
|
348
|
+
verification { method implicit description "Surveillance step (abstract process surveillance)." }
|
|
349
|
+
source { doc "ISO/IEC 17065:2012, 7.9.1, 7.9.2" clause "" }
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
requirement /req/iso-17065/process/surveillance-marked-products {
|
|
353
|
+
name "Mandatory surveillance for continued mark use"
|
|
354
|
+
statement "When continuing use of a certification mark is authorized for placement on a product (or its packaging, or information accompanying it) (for process or service, see 7.9.4) of a type which has been certified, surveillance shall be established and shall include periodic surveillance of marked products to ensure ongoing validity of the demonstration of fulfilment of product requirements. When continuing use of a certification mark is authorized for a process or service, surveillance shall be established and shall include periodic surveillance activities to ensure ongoing validity of the demonstration of fulfilment of process or service requirements."
|
|
355
|
+
obligation shall
|
|
356
|
+
acceptance_criteria {
|
|
357
|
+
type: "qualitative"
|
|
358
|
+
items:
|
|
359
|
+
- description: "Periodic surveillance established wherever a certification mark continues in use"
|
|
360
|
+
}
|
|
361
|
+
verification { method implicit description "Surveillance step (abstract process surveillance)." }
|
|
362
|
+
source { doc "ISO/IEC 17065:2012, 7.9.3, 7.9.4" clause "" }
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
requirement /req/iso-17065/process/changes {
|
|
366
|
+
name "Changes affecting certification"
|
|
367
|
+
statement "When the certification scheme introduces new or revised requirements that affect the client, the certification body shall ensure these changes are communicated to all clients, shall verify the implementation of the changes by its clients, and shall take actions required by the scheme. The certification body shall consider other changes affecting certification, including changes initiated by the client, and shall decide upon the appropriate action. The actions to implement changes affecting certification shall include, if required: evaluation (see 7.4), review (see 7.5), decision (see 7.6), issuance of revised formal certification documentation (see 7.7), and issuance of certification documentation of revised surveillance activities — completed in accordance with the applicable parts of 7.4, 7.5, 7.6, 7.7 and 7.8, with records (see 7.12) including the rationale for excluding any of these activities."
|
|
368
|
+
obligation shall
|
|
369
|
+
acceptance_criteria {
|
|
370
|
+
type: "qualitative"
|
|
371
|
+
items:
|
|
372
|
+
- description: "Scheme changes communicated to all clients; implementation verified"
|
|
373
|
+
- description: "Change actions run per 7.4–7.8; exclusions' rationale recorded"
|
|
374
|
+
}
|
|
375
|
+
verification { method implicit description "Changes step (abstract process changes)." }
|
|
376
|
+
source { doc "ISO/IEC 17065:2012, 7.10.1, 7.10.2, 7.10.3" clause "" }
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
requirement /req/iso-17065/process/termination {
|
|
380
|
+
name "Termination, reduction, suspension or withdrawal"
|
|
381
|
+
statement "When a nonconformity with certification requirements is substantiated, either as a result of surveillance or otherwise, the certification body shall consider and decide upon the appropriate action (e.g. continuation under specified conditions, reduction of the scope of certification, suspension pending remedial action, or withdrawal). When the appropriate action includes evaluation, review or a certification decision, the requirements in 7.4, 7.5 or 7.6, respectively, shall be fulfilled. If certification is terminated (by request of the client), suspended or withdrawn, the certification body shall take actions specified by the certification scheme and shall make all necessary modifications to formal certification documents, public information, authorizations for use of marks, etc., in order to ensure it provides no indication that the product continues to be certified; if a scope of certification is reduced, the reduced scope shall be clearly communicated to the client and clearly specified in certification documentation and public information."
|
|
382
|
+
obligation shall
|
|
383
|
+
acceptance_criteria {
|
|
384
|
+
type: "qualitative"
|
|
385
|
+
items:
|
|
386
|
+
- description: "Substantiated nonconformity decided upon; 7.4/7.5/7.6 applied when re-entered"
|
|
387
|
+
- description: "No indication of continued certification after termination/suspension/withdrawal/reduction"
|
|
388
|
+
}
|
|
389
|
+
verification { method implicit description "Termination step (abstract process termination)." }
|
|
390
|
+
source { doc "ISO/IEC 17065:2012, 7.11.1, 7.11.2, 7.11.3" clause "" }
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
requirement /req/iso-17065/process/records {
|
|
394
|
+
name "Records"
|
|
395
|
+
statement "The certification body shall retain records to demonstrate that all certification process requirements (those in this International Standard and those of the certification scheme) have been effectively fulfilled (see also 8.4). The certification body shall keep records confidential; records shall be transported, transmitted and transferred in a way that ensures confidentiality is maintained (see also 4.5). If the certification scheme involves complete re-evaluation of the product(s) within a determined cycle, records shall be retained at least for the current and the previous cycle; otherwise, records shall be retained for a period defined by the certification body."
|
|
396
|
+
obligation shall
|
|
397
|
+
acceptance_criteria {
|
|
398
|
+
type: "qualitative"
|
|
399
|
+
items:
|
|
400
|
+
- description: "Records demonstrating fulfilment of all certification process requirements retained"
|
|
401
|
+
- description: "Confidentiality preserved; retention covers at least current and previous cycle where applicable"
|
|
402
|
+
}
|
|
403
|
+
verification { method implicit description "Records step (abstract process records)." }
|
|
404
|
+
source { doc "ISO/IEC 17065:2012, 7.12.1, 7.12.2, 7.12.3" clause "" }
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
requirement /req/iso-17065/process/complaints-process {
|
|
408
|
+
name "Complaints and appeals process"
|
|
409
|
+
statement "The certification body shall have a documented process to receive, evaluate and make decisions on complaints and appeals, and shall record and track complaints and appeals, as well as actions undertaken to resolve them. Upon receipt of a complaint or appeal, the certification body shall confirm whether the complaint or appeal relates to certification activities for which it is responsible and, if so, shall address it. The certification body shall acknowledge receipt of a formal complaint or appeal, and shall be responsible for gathering and verifying all necessary information (as far as possible) to progress the complaint or appeal to a decision."
|
|
410
|
+
obligation shall
|
|
411
|
+
acceptance_criteria {
|
|
412
|
+
type: "qualitative"
|
|
413
|
+
items:
|
|
414
|
+
- description: "Documented receive/evaluate/decide process with recording and tracking"
|
|
415
|
+
- description: "Receipt acknowledged; responsibility confirmed; information gathered and verified"
|
|
416
|
+
}
|
|
417
|
+
verification { method implicit description "Complaints step (abstract process complaints)." }
|
|
418
|
+
source { doc "ISO/IEC 17065:2012, 7.13.1, 7.13.2, 7.13.3, 7.13.4" clause "" }
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
requirement /req/iso-17065/process/complaint-resolution-independence {
|
|
422
|
+
name "Complaint-resolution independence"
|
|
423
|
+
statement "The decision resolving the complaint or appeal shall be made by, or reviewed and approved by, person(s) not involved in the certification activities related to the complaint or appeal."
|
|
424
|
+
obligation shall
|
|
425
|
+
acceptance_criteria {
|
|
426
|
+
type: "qualitative"
|
|
427
|
+
items:
|
|
428
|
+
- description: "No complaint-resolution decider/reviewer/approver was involved in the related certification activities"
|
|
429
|
+
}
|
|
430
|
+
verification { method implicit description "Complaints step (abstract process complaints; segregation entry complaint_resolution_not_case)." }
|
|
431
|
+
source { doc "ISO/IEC 17065:2012, 7.13.5" clause "" }
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
requirement /req/iso-17065/process/complaint-consultancy-bar {
|
|
435
|
+
name "Two-year consultancy bar on complaint resolution"
|
|
436
|
+
statement "To ensure that there is no conflict of interest, personnel (including those acting in a managerial capacity) who have provided consultancy for a client, or been employed by a client, shall not be used by the certification body to review or approve the resolution of a complaint or appeal for that client within two years following the end of the consultancy or employment."
|
|
437
|
+
obligation shall
|
|
438
|
+
acceptance_criteria {
|
|
439
|
+
type: "qualitative"
|
|
440
|
+
items:
|
|
441
|
+
- description: "No complaint-resolution reviewer/approver within two years of consultancy for or employment by that client"
|
|
442
|
+
}
|
|
443
|
+
verification { method implicit description "Complaints step (abstract process complaints; segregation entry complaint_consultancy_two_year_bar)." }
|
|
444
|
+
source { doc "ISO/IEC 17065:2012, 7.13.6" clause "" }
|
|
445
|
+
}
|
|
446
|
+
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
term client {
|
|
2
|
+
label "client"
|
|
3
|
+
definition "organization or person responsible to a certification body for ensuring that certification requirements, including product requirements, are fulfilled"
|
|
4
|
+
section "3.1"
|
|
5
|
+
note "Whenever the term \"client\" is used in this International Standard, it applies to both the \"applicant\" and the \"client\", unless otherwise specified."
|
|
6
|
+
source "ISO/IEC 17065:2012, 3.1"
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
term consultancy {
|
|
10
|
+
label "consultancy"
|
|
11
|
+
definition "participation in a) the designing, manufacturing, installing, maintaining or distributing of a certified product or a product to be certified, or b) the designing, implementing, operating or maintaining of a certified process or a process to be certified, or c) the designing, implementing, providing or maintaining of a certified service or a service to be certified"
|
|
12
|
+
section "3.2"
|
|
13
|
+
note "In this International Standard, the term \"consultancy\" is used in relation to activities of certification bodies, personnel of certification bodies and organizations related or linked to certification bodies. The consultancy bars of 4.2.10 and 7.13.6 are the segregation constraints this term anchors."
|
|
14
|
+
source "ISO/IEC 17065:2012, 3.2"
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
term evaluation {
|
|
18
|
+
label "evaluation"
|
|
19
|
+
definition "combination of the selection and determination functions of conformity assessment activities"
|
|
20
|
+
section "3.3"
|
|
21
|
+
note "The selection and determination functions are specified in ISO/IEC 17000, Clauses A.2 and A.3. This is the term the activity_kind multi-kind tag [selection, determination] on the evaluation abstract process encodes."
|
|
22
|
+
source "ISO/IEC 17065:2012, 3.3"
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
term product {
|
|
26
|
+
label "product"
|
|
27
|
+
definition "result of a process"
|
|
28
|
+
section "3.4"
|
|
29
|
+
note "Four generic product categories are noted in ISO 9000:2005: services (e.g. transport), software (e.g. computer program, dictionary), hardware (e.g. engine, mechanical part), and processed materials (e.g. lubricant); many products comprise elements belonging to different generic product categories. Products include results of natural processes, such as growth of plants and formation of other natural resources. Adapted from ISO/IEC 17000, 3.3."
|
|
30
|
+
source "ISO/IEC 17065:2012, 3.4"
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
term process {
|
|
34
|
+
label "process"
|
|
35
|
+
definition "set of interrelated or interacting activities which transforms inputs into outputs"
|
|
36
|
+
section "3.5"
|
|
37
|
+
note "Examples: welding engineering processes; heat treatment processes; manufacturing processes requiring confirmation of process capability. Adapted from ISO 9000:2005, definition 3.4.1."
|
|
38
|
+
source "ISO/IEC 17065:2012, 3.5"
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
term service {
|
|
42
|
+
label "service"
|
|
43
|
+
definition "result of at least one activity necessarily performed at the interface between the supplier and the customer, which is generally intangible"
|
|
44
|
+
section "3.6"
|
|
45
|
+
note "Adapted from ISO 9000:2005, definition 3.4.2."
|
|
46
|
+
source "ISO/IEC 17065:2012, 3.6"
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
term certification-requirement {
|
|
50
|
+
label "certification requirement"
|
|
51
|
+
definition "specified requirement, including product requirements, that is fulfilled by the client as a condition of establishing or maintaining certification"
|
|
52
|
+
section "3.7"
|
|
53
|
+
note "Certification requirements include requirements imposed on the client by the certification body (usually via the certification agreement, see 4.1.2) to meet this International Standard, and can also include requirements imposed on the client by the certification scheme; they do not include requirements imposed on the certification body by the certification scheme. Examples that are not product requirements: completing the certification agreement, paying fees, providing information about changes to the certified product, providing access to certified products for surveillance activities."
|
|
54
|
+
source "ISO/IEC 17065:2012, 3.7"
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
term product-requirement {
|
|
58
|
+
label "product requirement"
|
|
59
|
+
definition "requirement that relates directly to a product, specified in standards or in other normative documents identified by the certification scheme"
|
|
60
|
+
section "3.8"
|
|
61
|
+
note "Product requirements can be specified in normative documents such as regulations, standards and technical specifications."
|
|
62
|
+
source "ISO/IEC 17065:2012, 3.8"
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
term certification-scheme {
|
|
66
|
+
label "certification scheme"
|
|
67
|
+
definition "certification system related to specified products, to which the same specified requirements, specific rules and procedures apply"
|
|
68
|
+
section "3.9"
|
|
69
|
+
note "Adapted from ISO/IEC 17000, 2.8. A \"certification system\" is a \"conformity assessment system\" (ISO/IEC 17000, 2.7). The rules, procedures and management for implementing product, process and service certification are stipulated by the certification scheme. General guidance for the development of schemes is given in ISO/IEC 17067, in combination with ISO/IEC Guide 28 and ISO/IEC Guide 53."
|
|
70
|
+
source "ISO/IEC 17065:2012, 3.9"
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
term scope-of-certification {
|
|
74
|
+
label "scope of certification"
|
|
75
|
+
definition "identification of the product(s), process(es) or service(s) for which the certification is granted, the applicable certification scheme, and the standard(s) and other normative document(s), including their date of publication, to which it is judged that the product(s), process(es) or service(s) comply"
|
|
76
|
+
section "3.10"
|
|
77
|
+
source "ISO/IEC 17065:2012, 3.10"
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
term scheme-owner {
|
|
81
|
+
label "scheme owner"
|
|
82
|
+
definition "person or organization responsible for developing and maintaining a specific certification scheme"
|
|
83
|
+
section "3.11"
|
|
84
|
+
note "The scheme owner can be the certification body itself, a governmental authority, a trade association, a group of certification bodies or others."
|
|
85
|
+
source "ISO/IEC 17065:2012, 3.11"
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
term certification-body {
|
|
89
|
+
label "certification body"
|
|
90
|
+
definition "third-party conformity assessment body operating certification schemes"
|
|
91
|
+
section "3.12"
|
|
92
|
+
note "A certification body can be non-governmental or governmental (with or without regulatory authority)."
|
|
93
|
+
source "ISO/IEC 17065:2012, 3.12"
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
term impartiality {
|
|
97
|
+
label "impartiality"
|
|
98
|
+
definition "presence of objectivity"
|
|
99
|
+
section "3.13"
|
|
100
|
+
note "Objectivity is understood to mean that conflicts of interest do not exist, or are resolved so as not to adversely influence the activities of the body. DEFINITION DIVERGENCE: ISO/IEC 17000:2020, 5.3 defines impartiality as \"objectivity with regard to the outcome of a conformity assessment activity\" — the 2020 revision postdates this International Standard; in composed trees this entry deep-merges over the 17000 register's (see the header note)."
|
|
101
|
+
source "ISO/IEC 17065:2012, 3.13"
|
|
102
|
+
}
|
|
103
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
package {
|
|
2
|
+
id iso-iec-17067
|
|
3
|
+
kind core
|
|
4
|
+
title "OIML SMART iso-iec-17067 layer package"
|
|
5
|
+
description "ISO/IEC 17067:2013 reference package — the product-certification scheme taxonomy: the clause-5 scheme types (1a/1b/2/3/4/5/6) as a machine-queryable register (determination/attestation/surveillance facets per Table 1; surveillance presence per 5.3.1) and the §6.5.1 a)–v) scheme-content checklist as /req/iso-17067/scheme-content/* provisions verified by assessment of the scheme corpus. The resolution register for the scheme_type facet a scheme layer declares (the OIML-CS declares type_1a — B 18:2025 §1.3). Composed into each Recommendation via `uses: [iso-iec-17067]` after iso-iec-17025 and ahead of oiml-cs."
|
|
6
|
+
uses { iso-iec-17000 }
|
|
7
|
+
requires { iso-iec-17000 }
|
|
8
|
+
provides { iso-iec-17067 scheme-content-requirements-17067 ca-terminology-17067 }
|
|
9
|
+
default_spelling eng-Latn
|
|
10
|
+
}
|