@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,268 @@
|
|
|
1
|
+
term conformity-assessment {
|
|
2
|
+
label "conformity assessment"
|
|
3
|
+
definition "demonstration that specified requirements (5.1) are fulfilled"
|
|
4
|
+
section "4.1"
|
|
5
|
+
note "Conformity assessment includes activities defined elsewhere in the document, such as but not limited to testing (6.2), inspection (6.3), validation (6.5), verification (6.6), certification (7.6), and accreditation (7.7); it is explained in Annex A as a series of functions."
|
|
6
|
+
source "ISO/IEC 17000:2020, 4.1"
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
term object-of-conformity-assessment {
|
|
10
|
+
label "object of conformity assessment"
|
|
11
|
+
definition "entity to which specified requirements (5.1) apply"
|
|
12
|
+
section "4.2"
|
|
13
|
+
note "Examples: product, process, service, system, installation, project, data, design, material, claim, person, body or organization, or any combination thereof."
|
|
14
|
+
source "ISO/IEC 17000:2020, 4.2"
|
|
15
|
+
aliases { object }
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
term first-party-conformity-assessment-activity {
|
|
19
|
+
label "first-party conformity assessment activity"
|
|
20
|
+
definition "conformity assessment activity that is performed by the person or organization that provides or that is the object of conformity assessment (4.2)"
|
|
21
|
+
section "4.3"
|
|
22
|
+
source "ISO/IEC 17000:2020, 4.3"
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
term second-party-conformity-assessment-activity {
|
|
26
|
+
label "second-party conformity assessment activity"
|
|
27
|
+
definition "conformity assessment activity that is performed by a person or organization that has a user interest in the object of conformity assessment (4.2)"
|
|
28
|
+
section "4.4"
|
|
29
|
+
source "ISO/IEC 17000:2020, 4.4"
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
term third-party-conformity-assessment-activity {
|
|
33
|
+
label "third-party conformity assessment activity"
|
|
34
|
+
definition "conformity assessment activity that is performed by a person or organization that is independent of the provider of the object of conformity assessment (4.2) and has no user interest in the object"
|
|
35
|
+
section "4.5"
|
|
36
|
+
source "ISO/IEC 17000:2020, 4.5"
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
term conformity-assessment-body {
|
|
40
|
+
label "conformity assessment body"
|
|
41
|
+
definition "body that performs conformity assessment activities, excluding accreditation (7.7)"
|
|
42
|
+
section "4.6"
|
|
43
|
+
source "ISO/IEC 17000:2020, 4.6"
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
term accreditation-body {
|
|
47
|
+
label "accreditation body"
|
|
48
|
+
definition "authoritative body that performs accreditation (7.7)"
|
|
49
|
+
section "4.7"
|
|
50
|
+
source "ISO/IEC 17000:2020, 4.7"
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
term conformity-assessment-system {
|
|
54
|
+
label "conformity assessment system"
|
|
55
|
+
definition "set of rules and procedures (5.2) for the management of similar or related conformity assessment schemes (4.9)"
|
|
56
|
+
section "4.8"
|
|
57
|
+
source "ISO/IEC 17000:2020, 4.8"
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
term conformity-assessment-scheme {
|
|
61
|
+
label "conformity assessment scheme"
|
|
62
|
+
definition "set of rules and procedures (5.2) that describes the objects of conformity assessment (4.2), identifies the specified requirements (5.1) and provides the methodology for performing conformity assessment (4.1)"
|
|
63
|
+
section "4.9"
|
|
64
|
+
note "A scheme can cover all or part of the conformity assessment functions explained in Annex A. A \"certification scheme\" is not a normative 17000 term — it is derived in informative A.4.3 as a conformity assessment scheme that includes selection, determination, review, decision and finally certification as the attestation activity."
|
|
65
|
+
source "ISO/IEC 17000:2020, 4.9"
|
|
66
|
+
aliases { "conformity assessment programme" }
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
term specified-requirement {
|
|
70
|
+
label "specified requirement"
|
|
71
|
+
definition "need or expectation that is stated"
|
|
72
|
+
section "5.1"
|
|
73
|
+
source "ISO/IEC 17000:2020, 5.1"
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
term procedure {
|
|
77
|
+
label "procedure"
|
|
78
|
+
definition "specified way to carry out an activity or a process"
|
|
79
|
+
section "5.2"
|
|
80
|
+
source "ISO/IEC 17000:2020, 5.2"
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
term impartiality {
|
|
84
|
+
label "impartiality"
|
|
85
|
+
definition "objectivity with regard to the outcome of a conformity assessment activity"
|
|
86
|
+
section "5.3"
|
|
87
|
+
source "ISO/IEC 17000:2020, 5.3"
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
term independence {
|
|
91
|
+
label "independence"
|
|
92
|
+
definition "freedom of a person or organization from the control or authority of another person or organization"
|
|
93
|
+
section "5.4"
|
|
94
|
+
source "ISO/IEC 17000:2020, 5.4"
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
term selection {
|
|
98
|
+
label "selection"
|
|
99
|
+
definition "planning and preparation activities in order to collect or produce all the information and input needed for the subsequent determination function"
|
|
100
|
+
section "A.2"
|
|
101
|
+
note "Function of the functional approach (A.1), not a numbered term. Representative sampling (6.1) is a selection activity (A.2)."
|
|
102
|
+
source "ISO/IEC 17000:2020, A.2"
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
term determination {
|
|
106
|
+
label "determination"
|
|
107
|
+
definition "activities undertaken to develop complete information regarding fulfilment of the specified requirements by the object of conformity assessment or its sample"
|
|
108
|
+
section "A.3"
|
|
109
|
+
note "Function of the functional approach (A.1), not a numbered term. Testing (6.2), inspection (6.3), audit (6.4), validation (6.5), verification (6.6) and peer assessment (6.7) are defined as types of determination activities only (A.3.2)."
|
|
110
|
+
source "ISO/IEC 17000:2020, A.3"
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
term sampling {
|
|
114
|
+
label "sampling"
|
|
115
|
+
definition "selection and/or collection of material or data regarding an object of conformity assessment (4.2)"
|
|
116
|
+
section "6.1"
|
|
117
|
+
note "Selection can be on the basis of a procedure, an automated system, professional judgement etc."
|
|
118
|
+
source "ISO/IEC 17000:2020, 6.1"
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
term testing {
|
|
122
|
+
label "testing"
|
|
123
|
+
definition "determination of one or more characteristics of an object of conformity assessment (4.2), according to a procedure (5.2)"
|
|
124
|
+
section "6.2"
|
|
125
|
+
note "The output of testing can include comments (e.g. opinions and interpretations) about the test results and fulfilment of specified requirements."
|
|
126
|
+
source "ISO/IEC 17000:2020, 6.2"
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
term inspection {
|
|
130
|
+
label "inspection"
|
|
131
|
+
definition "examination of an object of conformity assessment (4.2) and determination of its conformity with detailed requirements or, on the basis of professional judgement, with general requirements"
|
|
132
|
+
section "6.3"
|
|
133
|
+
note "Examination can include direct or indirect observations, which can include measurements or the output of instruments."
|
|
134
|
+
source "ISO/IEC 17000:2020, 6.3"
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
term audit {
|
|
138
|
+
label "audit"
|
|
139
|
+
definition "process for obtaining relevant information about an object of conformity assessment (4.2) and evaluating it objectively to determine the extent to which specified requirements (5.1) are fulfilled"
|
|
140
|
+
section "6.4"
|
|
141
|
+
note "For accreditation purposes, the audit process is called \"assessment\"."
|
|
142
|
+
source "ISO/IEC 17000:2020, 6.4"
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
term validation {
|
|
146
|
+
label "validation"
|
|
147
|
+
definition "confirmation of plausibility for a specific intended use or application through the provision of objective evidence that specified requirements (5.1) have been fulfilled"
|
|
148
|
+
section "6.5"
|
|
149
|
+
note "Validation can be applied to claims to confirm the information declared with the claim regarding an intended future use."
|
|
150
|
+
source "ISO/IEC 17000:2020, 6.5"
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
term verification {
|
|
154
|
+
label "verification"
|
|
155
|
+
definition "confirmation of truthfulness through the provision of objective evidence that specified requirements (5.1) have been fulfilled"
|
|
156
|
+
section "6.6"
|
|
157
|
+
note "Verification can be applied to claims to confirm the information declared with the claim regarding events that have already occurred or results that have already been obtained. Distinct from the metrology sense (ISO/IEC 17025 3.8 = VIM 2.44) — see the file header."
|
|
158
|
+
source "ISO/IEC 17000:2020, 6.6"
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
term peer-assessment {
|
|
162
|
+
label "peer assessment"
|
|
163
|
+
definition "assessment of a body against specified requirements (5.1) by representatives of other bodies in, or candidates for, an agreement group (9.10)"
|
|
164
|
+
section "6.7"
|
|
165
|
+
note "The term \"peer assessment\" is sometimes referred to as \"peer evaluation\"."
|
|
166
|
+
source "ISO/IEC 17000:2020, 6.7"
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
term review {
|
|
170
|
+
label "review"
|
|
171
|
+
definition "consideration of the suitability, adequacy and effectiveness of selection and determination activities, and the results of these activities, with regard to fulfilment of specified requirements (5.1) by an object of conformity assessment (4.2)"
|
|
172
|
+
section "7.1"
|
|
173
|
+
source "ISO/IEC 17000:2020, 7.1"
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
term decision {
|
|
177
|
+
label "decision"
|
|
178
|
+
definition "conclusion, based on the results of review (7.1), that fulfilment of specified requirements (5.1) has or has not been demonstrated"
|
|
179
|
+
section "7.2"
|
|
180
|
+
source "ISO/IEC 17000:2020, 7.2"
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
term attestation {
|
|
184
|
+
label "attestation"
|
|
185
|
+
definition "issue of a statement, based on a decision (7.2), that fulfilment of specified requirements (5.1) has been demonstrated"
|
|
186
|
+
section "7.3"
|
|
187
|
+
note "The resulting statement, referred to as a \"statement of conformity\", is intended to convey the assurance that the specified requirements have been fulfilled. First-party and third-party attestation are distinguished by the terms declaration (7.5), certification (7.6) and accreditation (7.7)."
|
|
188
|
+
source "ISO/IEC 17000:2020, 7.3"
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
term scope-of-attestation {
|
|
192
|
+
label "scope of attestation"
|
|
193
|
+
definition "range or characteristics of objects of conformity assessment (4.2) covered by attestation (7.3)"
|
|
194
|
+
section "7.4"
|
|
195
|
+
source "ISO/IEC 17000:2020, 7.4"
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
term declaration {
|
|
199
|
+
label "declaration"
|
|
200
|
+
definition "first-party attestation (7.3)"
|
|
201
|
+
section "7.5"
|
|
202
|
+
source "ISO/IEC 17000:2020, 7.5"
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
term certification {
|
|
206
|
+
label "certification"
|
|
207
|
+
definition "third-party attestation (7.3) related to an object of conformity assessment (4.2), with the exception of accreditation (7.7)"
|
|
208
|
+
section "7.6"
|
|
209
|
+
source "ISO/IEC 17000:2020, 7.6"
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
term accreditation {
|
|
213
|
+
label "accreditation"
|
|
214
|
+
definition "third-party attestation (7.3) related to a conformity assessment body (4.6), conveying formal demonstration of its competence, impartiality (5.3) and consistent operation in performing specific conformity assessment activities"
|
|
215
|
+
section "7.7"
|
|
216
|
+
source "ISO/IEC 17000:2020, 7.7"
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
term surveillance {
|
|
220
|
+
label "surveillance"
|
|
221
|
+
definition "systematic iteration of conformity assessment activities as a basis for maintaining the validity of the statement of conformity"
|
|
222
|
+
section "8.1"
|
|
223
|
+
source "ISO/IEC 17000:2020, 8.1"
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
term suspension {
|
|
227
|
+
label "suspension"
|
|
228
|
+
definition "temporary restriction of the statement of conformity by the body that issued the statement, for all or part of the specified scope of attestation (7.4)"
|
|
229
|
+
section "8.2"
|
|
230
|
+
source "ISO/IEC 17000:2020, 8.2"
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
term withdrawal {
|
|
234
|
+
label "withdrawal"
|
|
235
|
+
definition "revocation of the statement of conformity by the body that issued the statement"
|
|
236
|
+
section "8.3"
|
|
237
|
+
source "ISO/IEC 17000:2020, 8.3"
|
|
238
|
+
aliases { cancellation }
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
term expiry {
|
|
242
|
+
label "expiry"
|
|
243
|
+
definition "ending of the validity of the statement of conformity after a specified period"
|
|
244
|
+
section "8.4"
|
|
245
|
+
source "ISO/IEC 17000:2020, 8.4"
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
term restoration {
|
|
249
|
+
label "restoration"
|
|
250
|
+
definition "reinstatement of the full or partial statement of conformity"
|
|
251
|
+
section "8.5"
|
|
252
|
+
source "ISO/IEC 17000:2020, 8.5"
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
term appeal {
|
|
256
|
+
label "appeal"
|
|
257
|
+
definition "request by the person or organization that provides, or that is, the object of conformity assessment (4.2) to a conformity assessment body (4.6) or an accreditation body (4.7) for reconsideration by that body of a decision (7.2) it has made relating to that object"
|
|
258
|
+
section "8.6"
|
|
259
|
+
source "ISO/IEC 17000:2020, 8.6"
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
term complaint {
|
|
263
|
+
label "complaint"
|
|
264
|
+
definition "expression of dissatisfaction, other than appeal (8.6), by any person or organization to a conformity assessment body (4.6) or an accreditation body (4.7), relating to the activities of that body, where a response is expected"
|
|
265
|
+
section "8.7"
|
|
266
|
+
source "ISO/IEC 17000:2020, 8.7"
|
|
267
|
+
}
|
|
268
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
package {
|
|
2
|
+
id iso-iec-17025
|
|
3
|
+
kind core
|
|
4
|
+
title "OIML SMART iso-iec-17025 layer package"
|
|
5
|
+
description "ISO/IEC 17025:2017 reference package — the testing/calibration-laboratory competence model: the /req/iso-17025/* provisions (personnel competence, records and authorizations; equipment calibration, programme and the 6.4.13 a–h records; metrological traceability with the documented unbroken chain to the SI and the Annex-A conformity-only dissemination; the clause-7 test lifecycle — methods, sampling, item handling, technical records, measurement uncertainty, validity of results, and reporting incl. statements of conformity under a documented decision rule and opinions/interpretations by authorized personnel only), and the test lifecycle as abstract processes classified against the ISO/IEC 17000 activity taxonomy. Composed into each Recommendation via `uses: [iso-iec-17025]` after iso-iec-17065 and ahead of oiml-cs."
|
|
6
|
+
uses { iso-iec-17000 }
|
|
7
|
+
requires { iso-iec-17000 }
|
|
8
|
+
provides { iso-iec-17025 lab-requirements-17025 ca-terminology-17025 }
|
|
9
|
+
default_spelling eng-Latn
|
|
10
|
+
}
|