@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,535 @@
|
|
|
1
|
+
term speed-meter {
|
|
2
|
+
label "speed meter"
|
|
3
|
+
definition "instrument that measures and displays the speed of a distant vehicle within specified error limits used for traffic enforcement cases"
|
|
4
|
+
vocab_ref { register viml-2022 clause "0.10" }
|
|
5
|
+
vocab_term "measuring instrument"
|
|
6
|
+
section "R 91-1, 3.1.1"
|
|
7
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.1"
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
term evidence-file {
|
|
11
|
+
label "evidence file"
|
|
12
|
+
definition "electronic file containing all relevant data related to a speed measurement"
|
|
13
|
+
section "R 91-1, 3.1.2"
|
|
14
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.2"
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
term standby-mode {
|
|
18
|
+
label "standby mode"
|
|
19
|
+
definition "mode of operation in which no speed measurements will be performed"
|
|
20
|
+
section "R 91-1, 3.1.3"
|
|
21
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.3"
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
term enforcement-mode {
|
|
25
|
+
label "enforcement mode"
|
|
26
|
+
definition "mode of operation in which speed measurements for traffic enforcement cases are carried out"
|
|
27
|
+
section "R 91-1, 3.1.4"
|
|
28
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.4"
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
term test-mode {
|
|
32
|
+
label "test mode"
|
|
33
|
+
definition "mode of operation in which speed measurements for test and examination purposes are carried out"
|
|
34
|
+
section "R 91-1, 3.1.5"
|
|
35
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.5"
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
term user-interface {
|
|
39
|
+
label "user interface"
|
|
40
|
+
definition "interface that enables information to be interchanged between the user/operator and the measuring instrument or its components or modules"
|
|
41
|
+
section "R 91-1, 3.1.6"
|
|
42
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.6"
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
term test-interface {
|
|
46
|
+
label "test interface"
|
|
47
|
+
definition "software or hardware interface from which measurement signals or data can be read or to which measurement signals can be inserted"
|
|
48
|
+
section "R 91-1, 3.1.7"
|
|
49
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.7"
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
term checking-facility {
|
|
53
|
+
label "checking facility"
|
|
54
|
+
definition "facility incorporated in a measuring instrument to detect and react to significant faults or disturbances (OIML V 1, 5.07)"
|
|
55
|
+
vocab_ref { register viml-2022 clause "5.07" }
|
|
56
|
+
section "R 91-1, 3.1.8"
|
|
57
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.8"
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
term manual-measurement {
|
|
61
|
+
label "manual measurement"
|
|
62
|
+
definition "speed measurement triggered by user interaction"
|
|
63
|
+
section "R 91-1, 3.1.9"
|
|
64
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.9"
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
term automatic-measurement {
|
|
68
|
+
label "automatic measurement"
|
|
69
|
+
definition "speed measurement triggered by the traffic situation without user interaction"
|
|
70
|
+
section "R 91-1, 3.1.10"
|
|
71
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.10"
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
term trigger-line {
|
|
75
|
+
label "trigger line"
|
|
76
|
+
definition "physical or virtual line segment on one or several lanes of the road at which automatic speed measurements are carried out"
|
|
77
|
+
section "R 91-1, 3.1.11"
|
|
78
|
+
note "The trigger line is typically perpendicular to the direction of the road. The trigger line is not necessarily in the same position for every measurement."
|
|
79
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.11"
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
term trigger-distance {
|
|
83
|
+
label "trigger distance"
|
|
84
|
+
definition "horizontal distance along the road from the speed meter to the trigger line"
|
|
85
|
+
section "R 91-1, 3.1.12"
|
|
86
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.12"
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
term measurement-section {
|
|
90
|
+
label "measurement section"
|
|
91
|
+
definition "straight or curved section of the road, where the measured vehicle was driving during the measurement"
|
|
92
|
+
section "R 91-1, 3.1.13"
|
|
93
|
+
note "Its starting and end points are defined such that the measured speed value refers to the average speed on the measurement section. In a manual measurement, the measured vehicle drives on the measurement section after the measurement is triggered; in an automatic measurement, the measured vehicle exits the measurement section at the trigger line."
|
|
94
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.1.13"
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
term ego-speed {
|
|
98
|
+
label "ego speed"
|
|
99
|
+
definition "speed (relative to the road surface) of the speed meter during a measurement"
|
|
100
|
+
section "R 91-1, 3.2.1"
|
|
101
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.2.1"
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
term ego-speed-meter {
|
|
105
|
+
label "ego speed meter"
|
|
106
|
+
definition "part of a moving speed meter measuring the speed of the patrol vehicle itself simultaneously with the target vehicle speed (R 91-1, 6.15.3)"
|
|
107
|
+
section "R 91-1, 6.15.3"
|
|
108
|
+
source "urn:oiml:pub:r:91-1:2025#clause-6.15.3"
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
term stationary-measurement {
|
|
112
|
+
label "stationary measurement"
|
|
113
|
+
definition "speed measurement at zero ego speed, i.e. the speed meter is not moving during the measurement"
|
|
114
|
+
section "R 91-1, 3.2.3"
|
|
115
|
+
note "In other documents, stationary measurements are sometimes called static measurements or measurements from a static point."
|
|
116
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.2.3"
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
term stationary-speed-meter {
|
|
120
|
+
label "stationary speed meter"
|
|
121
|
+
definition "speed meter that is not moving during the measurements"
|
|
122
|
+
section "R 91-1, 5.1"
|
|
123
|
+
source "urn:oiml:pub:r:91-1:2025#clause-5"
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
term moving-speed-meter {
|
|
127
|
+
label "moving speed meter"
|
|
128
|
+
definition "speed meter installed on a vehicle which is moving during the measurements"
|
|
129
|
+
section "R 91-1, 5.1"
|
|
130
|
+
source "urn:oiml:pub:r:91-1:2025#clause-5"
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
term moving-measurement {
|
|
134
|
+
label "moving measurement"
|
|
135
|
+
definition "speed measurement using a moving speed meter with non-zero ego speed"
|
|
136
|
+
section "R 91-1, 3.2.6"
|
|
137
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.2.6"
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
term mobile-speed-meter {
|
|
141
|
+
label "mobile speed meter"
|
|
142
|
+
definition "stationary speed meter which can be moved to different locations between measurements"
|
|
143
|
+
section "R 91-1, 3.2.7"
|
|
144
|
+
note "Stationary speed meters installed in a parked vehicle or on a parked trailer are also considered as mobile speed meters. Portable speed meters which are used hand-held or which are (temporarily) installed on a tripod or similar temporary stand to guide the hand of the operator for a limited series of measurements are also considered as mobile speed meters."
|
|
145
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.2.7"
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
term fixed-speed-meter {
|
|
149
|
+
label "fixed speed meter"
|
|
150
|
+
definition "stationary speed meter, permanently installed in a cabinet, on a fixed pole or a similar fixed stand"
|
|
151
|
+
section "R 91-1, 3.2.8"
|
|
152
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.2.8"
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
term doppler-radar-speed-meter {
|
|
156
|
+
label "Doppler-radar based speed meter"
|
|
157
|
+
definition "speed meter emitting microwave radiation and detecting the Doppler shift of the radiation reflected by moving objects"
|
|
158
|
+
section "R 91-1, 3.3.1"
|
|
159
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.3.1"
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
term range-finding-speed-meter {
|
|
163
|
+
label "range-finding based speed meter"
|
|
164
|
+
definition "speed meter emitting pulsed or modulated radiation and detecting the range (distance) from the radiation reflected by objects"
|
|
165
|
+
section "R 91-1, 3.3.2"
|
|
166
|
+
note "2D and 3D laser scanners and hand-held LIDAR speed meters are examples belonging to this category. LIDAR (Light Detection and Ranging) is a remote sensing method that determines target range and speed based on the time-of-flight of laser light pulses reflected off a target."
|
|
167
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.3.2"
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
term fixed-distance-speed-meter {
|
|
171
|
+
label "fixed-distance speed meter"
|
|
172
|
+
definition "speed meter incorporating two or more detection points at fixed distances and detecting the transit time of the vehicles between the detection points"
|
|
173
|
+
section "R 91-1, 3.3.3"
|
|
174
|
+
note "Laser or light barriers, inductive loop detectors, and pressure-sensitive barriers are examples belonging to this category."
|
|
175
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.3.3"
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
term average-speed-meter {
|
|
179
|
+
label "average speed meter"
|
|
180
|
+
definition "fixed-distance speed meter with closest detection fields separated by more than 50 m"
|
|
181
|
+
section "R 91-1, 3.3.4"
|
|
182
|
+
note "Average speed meters are also referred to as section speed meters."
|
|
183
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.3.4"
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
term image-based-speed-meter {
|
|
187
|
+
label "image-based speed meter"
|
|
188
|
+
definition "speed meter incorporating one or more video or photo cameras and determining the speed of the vehicles by image processing"
|
|
189
|
+
section "R 91-1, 3.3.5"
|
|
190
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.3.5"
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
term beam-width {
|
|
194
|
+
label "beam width"
|
|
195
|
+
definition "angular span of a radiation beam in the horizontal plane"
|
|
196
|
+
section "R 91-1, 3.3.6"
|
|
197
|
+
note "The angular span of a radiation beam in the vertical plane is referred to as vertical beam width. The beam width of a Doppler-radar based speed meter is commonly measured between half-maximum-power points (or -3 dB points) on each side of the main lobe. Beam widths can be expressed in angles or metres (at a specified distance); angles are typically given in degrees (e.g. for Doppler-radar based speed meters) or in milliradians (mrad; e.g. for hand-held LIDAR speed meters)."
|
|
198
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.3.6"
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
term fixed-beam {
|
|
202
|
+
label "fixed beam"
|
|
203
|
+
definition "radiation beam emitted in a fixed angle from the speed meter"
|
|
204
|
+
section "R 91-1, 3.3.7"
|
|
205
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.3.7"
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
term scanning-beam {
|
|
209
|
+
label "scanning beam"
|
|
210
|
+
definition "radiation beam emitted in a periodically changing angle from the speed meter"
|
|
211
|
+
section "R 91-1, 3.3.8"
|
|
212
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.3.8"
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
term detection-point {
|
|
216
|
+
label "detection point"
|
|
217
|
+
definition "point on the road at which passing vehicles are detected"
|
|
218
|
+
section "R 91-1, 3.3.9"
|
|
219
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.3.9"
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
term detection-field {
|
|
223
|
+
label "detection field"
|
|
224
|
+
definition "field within which correct vehicle identification is certain (R 91-1, 6.6)"
|
|
225
|
+
section "R 91-1, 6.6"
|
|
226
|
+
source "urn:oiml:pub:r:91-1:2025#clause-6.6"
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
term section-distance {
|
|
230
|
+
label "section distance"
|
|
231
|
+
definition "closest driving distance between entry and exit detection fields of fixed-distance speed meters"
|
|
232
|
+
section "R 91-1, 3.3.11"
|
|
233
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.3.11"
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
term hash-algorithm {
|
|
237
|
+
label "hash algorithm"
|
|
238
|
+
definition "function that converts a data string into a numeric string output of fixed length"
|
|
239
|
+
section "R 91-1, 3.3.12"
|
|
240
|
+
note "Hash algorithms are designed to be collision-resistant, meaning that there is a very low probability that the same string would be created for different data. Hash algorithms are used for software identification, authentication of measurements, protection of settings etc. Typical hash algorithms are SHA-2 (256-bit hash) or stronger."
|
|
241
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.3.12"
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
term centre-line {
|
|
245
|
+
label "centre line"
|
|
246
|
+
definition "line starting from the speed meter lying in the centre of the region monitored by the speed meter (see Figure 2)"
|
|
247
|
+
section "R 91-1, 3.4.1"
|
|
248
|
+
note "For a speed meter with a fixed beam, the centre line is in the centre of the beam. For a speed meter with a scanning beam, the centre line is in the centre of the scanning region."
|
|
249
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.1"
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
term reference-point {
|
|
253
|
+
label "reference point"
|
|
254
|
+
definition "point on the housing of the speed meter which serves as a reference for all distance measurements to the speed meter (see Figure 2)"
|
|
255
|
+
section "R 91-1, 3.4.2"
|
|
256
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.2"
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
term azimuth-angle {
|
|
260
|
+
label "azimuth angle of speed meter"
|
|
261
|
+
definition "horizontal angle between the course of the road and the centre line of the speed meter (see Figure 2)"
|
|
262
|
+
section "R 91-1, 3.4.3"
|
|
263
|
+
note "In other documents, the azimuth angle of speed meter is sometimes called the horizontal alignment angle."
|
|
264
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.3"
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
term elevation-angle {
|
|
268
|
+
label "elevation angle of speed meter"
|
|
269
|
+
definition "vertical angle between the road surface and the centre line of the speed meter (see Figure 2)"
|
|
270
|
+
section "R 91-1, 3.4.4"
|
|
271
|
+
note "In other documents, the elevation angle of speed meter is sometimes called the vertical alignment angle."
|
|
272
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.4"
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
term side-distance {
|
|
276
|
+
label "side distance of speed meter"
|
|
277
|
+
definition "horizontal distance from the reference point of the speed meter to the closest edge of the closest lane (see Figure 2; inner edge of the lane marking)"
|
|
278
|
+
section "R 91-1, 3.4.5"
|
|
279
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.5"
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
term height-of-speed-meter {
|
|
283
|
+
label "height of speed meter"
|
|
284
|
+
definition "vertical distance from the reference point of the speed meter to the road surface"
|
|
285
|
+
section "R 91-1, 3.4.6"
|
|
286
|
+
note "The centre line does not necessarily start from the reference point. The position of the reference point is determined by the manufacturer."
|
|
287
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.6"
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
term measurement-angle {
|
|
291
|
+
label "measurement angle"
|
|
292
|
+
definition "angle between the velocity vector and the line connecting the speed meter and the vehicle at the instance of the measurement"
|
|
293
|
+
section "R 91-1, 3.4.7"
|
|
294
|
+
note "The measurement angle has a horizontal and a vertical component."
|
|
295
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.7"
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
term angle-measurement {
|
|
299
|
+
label "angle measurement"
|
|
300
|
+
definition "measurement of the horizontal component of the measurement angle"
|
|
301
|
+
section "R 91-1, 3.4.8"
|
|
302
|
+
note "The measurement of the vertical component of the measurement angle is referred to as vertical angle measurement."
|
|
303
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.8"
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
term cosine-error {
|
|
307
|
+
label "cosine error"
|
|
308
|
+
definition "measurement error due to a measurement angle which differs from the configured value, the nominal value or the value measured by the instrument"
|
|
309
|
+
section "R 91-1, 3.4.9"
|
|
310
|
+
note "The name of this term comes from the fact that the component of the velocity vector parallel to the line connecting the speed meter and the vehicle is given by v_m = v·cos(α), where the measurement angle α has in general a horizontal and a vertical component."
|
|
311
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.9"
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
term along-the-road-speed-meter {
|
|
315
|
+
label "along-the-road speed meter"
|
|
316
|
+
definition "speed meter without compensation for cosine error"
|
|
317
|
+
section "R 91-1, 3.4.10"
|
|
318
|
+
note "A variation of measurement angle will always lead to negative cosine errors (i.e. in favour of the accused driver) for this class of speed meters. Typical examples are hand-held LIDAR speed meters and fixed-distance speed meters."
|
|
319
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.10"
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
term across-the-road-speed-meter {
|
|
323
|
+
label "across-the-road speed meter"
|
|
324
|
+
definition "speed meter with compensation for cosine error using either a measured value of the measurement angle, a configured value of the expected measurement angle or a combination of the two"
|
|
325
|
+
section "R 91-1, 3.4.11"
|
|
326
|
+
note "A variation of measurement angle can lead to negative or positive residual cosine errors for this class of speed meters. A speed meter that is installed above the road and compensates for cosine error is also referred to as across-the-road speed meter, for simplicity. Typical examples are most Doppler-radar based speed meters, 2D and 3D laser scanners and image-based speed meters."
|
|
327
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.11"
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
term aiming-device {
|
|
331
|
+
label "aiming device"
|
|
332
|
+
definition "device to orient the speed meter such that the azimuth and/or elevation are correct"
|
|
333
|
+
section "R 91-1, 3.4.12"
|
|
334
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.12"
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
term vehicle-shape-related-error {
|
|
338
|
+
label "vehicle shape-related error"
|
|
339
|
+
definition "measurement error due to changing target area on the measured vehicle during the measurement"
|
|
340
|
+
section "R 91-1, 3.4.13"
|
|
341
|
+
note "The change can be manifold, e.g. a single step, multiple steps, or a gradual sliding."
|
|
342
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.13"
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
term target-switching {
|
|
346
|
+
label "target switching"
|
|
347
|
+
definition "switching of the target from one vehicle to a different vehicle during the measurement"
|
|
348
|
+
section "R 91-1, 3.4.14"
|
|
349
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.14"
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
term magnifying-viewfinder {
|
|
353
|
+
label "magnifying viewfinder"
|
|
354
|
+
definition "visual aid to magnify a target by a specified factor and to aim the measurement beam at the target"
|
|
355
|
+
section "R 91-1, 3.4.15"
|
|
356
|
+
note "It is to be used with handheld speed meters."
|
|
357
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.4.15"
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
term error-of-indication {
|
|
361
|
+
label "error of indication / measurement error"
|
|
362
|
+
definition "indication minus a reference quantity value"
|
|
363
|
+
vocab_ref { register viml-2022 clause "0.04" }
|
|
364
|
+
vocab_term "error of indication"
|
|
365
|
+
section "R 91-1, 3.5.1"
|
|
366
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.5.1"
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
term mpe {
|
|
370
|
+
label "maximum permissible error (MPE)"
|
|
371
|
+
definition "extreme value of error of indication, with respect to a known reference quantity value, permitted by specifications or regulations for a given measurement, measuring instrument, or measuring system"
|
|
372
|
+
vocab_ref { register viml-2022 clause "0.05" }
|
|
373
|
+
vocab_term "maximum permissible measurement error"
|
|
374
|
+
section "R 91-1, 3.5.2"
|
|
375
|
+
note "The unit of the error of indication and of the MPE can be either absolute (e.g. km/h) or relative (e.g. %). Error values in relative units given in this Recommendation are always relative to the absolute value of the reference (not to the value of the device under test or to any other value)."
|
|
376
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.5.2"
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
term intrinsic-error {
|
|
380
|
+
label "intrinsic error"
|
|
381
|
+
definition "error of indication, determined under reference conditions"
|
|
382
|
+
vocab_ref { register viml-2022 clause "0.06" }
|
|
383
|
+
section "R 91-1, 3.5.3"
|
|
384
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.5.3"
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
term initial-intrinsic-error {
|
|
388
|
+
label "initial intrinsic error"
|
|
389
|
+
definition "intrinsic error of a measuring instrument as determined prior to performance tests and durability evaluations"
|
|
390
|
+
vocab_ref { register viml-2022 clause "5.11" }
|
|
391
|
+
section "R 91-1, 3.5.4"
|
|
392
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.5.4"
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
term durability-error {
|
|
396
|
+
label "durability error"
|
|
397
|
+
definition "difference between the intrinsic error after a period of use and the initial intrinsic error of a measuring instrument"
|
|
398
|
+
vocab_ref { register viml-2022 clause "5.16" }
|
|
399
|
+
section "R 91-1, 3.5.5"
|
|
400
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.5.5"
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
term fault {
|
|
404
|
+
label "fault"
|
|
405
|
+
definition "difference between the error of indication and the intrinsic error of a measuring instrument"
|
|
406
|
+
vocab_ref { register viml-2022 clause "5.12" }
|
|
407
|
+
section "R 91-1, 3.5.6"
|
|
408
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.5.6"
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
term influence-quantity {
|
|
412
|
+
label "influence quantity"
|
|
413
|
+
definition "quantity that does not affect the measurand itself but affects the relation between indication and measurement result (VIM 2.52)"
|
|
414
|
+
vocab_ref { register vim-2012 clause "2.52" }
|
|
415
|
+
section "R 91-1, 6.9"
|
|
416
|
+
source "urn:oiml:pub:r:91-1:2025#clause-6.9"
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
term influence-factor {
|
|
420
|
+
label "influence factor"
|
|
421
|
+
definition "influence quantity having a value which ranges within the rated operating conditions of a measuring instrument"
|
|
422
|
+
vocab_ref { register viml-2022 clause "5.18" }
|
|
423
|
+
section "R 91-1, 3.5.8"
|
|
424
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.5.8"
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
term disturbance {
|
|
428
|
+
label "disturbance"
|
|
429
|
+
definition "influence quantity having a value within the limits specified in Part 2 of this Recommendation, but outside the specified rated operating conditions of the measuring instrument"
|
|
430
|
+
vocab_ref { register viml-2022 clause "5.19" }
|
|
431
|
+
section "R 91-1, 3.5.9"
|
|
432
|
+
note "An influence quantity is a disturbance if the rated operating conditions for that influence quantity are not specified."
|
|
433
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.5.9"
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
term significant-fault {
|
|
437
|
+
label "significant fault"
|
|
438
|
+
definition "fault exceeding the applicable fault limit value defined in clause 6.18.1"
|
|
439
|
+
vocab_ref { register viml-2022 clause "5.14" }
|
|
440
|
+
section "R 91-1, 3.5.10"
|
|
441
|
+
note "See supplements in clause 6.18.2."
|
|
442
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.5.10"
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
term linearity-error {
|
|
446
|
+
label "linearity error"
|
|
447
|
+
definition "observed error in a measurement where all influence quantities have been minimized"
|
|
448
|
+
section "R 91-1, 3.5.11"
|
|
449
|
+
note "Typically, the linearity error is determined using a simulator in the laboratory."
|
|
450
|
+
source "urn:oiml:pub:r:91-1:2025#clause-3.5.11"
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
term linearity-error-limit {
|
|
454
|
+
label "linearity error limit"
|
|
455
|
+
definition "error limit applying for stationary measurements with influence quantities minimized or one isolated factor examined (R 91-1, 6.5)"
|
|
456
|
+
section "R 91-1, 6.5"
|
|
457
|
+
source "urn:oiml:pub:r:91-1:2025#clause-6.5"
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
term fault-limit {
|
|
461
|
+
label "fault limit value"
|
|
462
|
+
definition "limit of fault applying during influence factor and disturbance tests (R 91-1, 6.18.1)"
|
|
463
|
+
section "R 91-1, 6.18.1"
|
|
464
|
+
source "urn:oiml:pub:r:91-1:2025#clause-6.18.1"
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
term traffic-simulator {
|
|
468
|
+
label "traffic simulator"
|
|
469
|
+
definition "device simulating vehicle movement for laboratory speed tests (R 91-2, 5.2)"
|
|
470
|
+
section "R 91-2, 5.2"
|
|
471
|
+
source "urn:oiml:pub:r:91-2:2025#clause-5.2"
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
term reference-speed-meter {
|
|
475
|
+
label "reference speed meter"
|
|
476
|
+
definition "speed meter or simulator providing the reference measured speed v_ref for metrological controls (R 91-1, 6.3; R 91-2, 4.5)"
|
|
477
|
+
section "R 91-2, 4.5"
|
|
478
|
+
source "urn:oiml:pub:r:91-2:2025#clause-4.5"
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
term verification {
|
|
482
|
+
label "verification of a measuring instrument"
|
|
483
|
+
definition "conformity assessment procedure (other than type evaluation) which results in the affixing of a verification mark and/or issuing of a verification certificate"
|
|
484
|
+
vocab_ref { register viml-2022 clause "2.09" }
|
|
485
|
+
section "VIML 2.09"
|
|
486
|
+
source "urn:oiml:pub:v:1:2022#clause-2.09"
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
term initial-verification {
|
|
490
|
+
label "initial verification"
|
|
491
|
+
definition "verification of a measuring instrument which has not been verified previously"
|
|
492
|
+
vocab_ref { register viml-2022 clause "2.12" }
|
|
493
|
+
section "VIML 2.12"
|
|
494
|
+
source "urn:oiml:pub:v:1:2022#clause-2.12"
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
term subsequent-verification {
|
|
498
|
+
label "subsequent verification"
|
|
499
|
+
definition "verification of a measuring instrument after a previous verification"
|
|
500
|
+
vocab_ref { register viml-2022 clause "2.13" }
|
|
501
|
+
section "VIML 2.13"
|
|
502
|
+
source "urn:oiml:pub:v:1:2022#clause-2.13"
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
term periodic-verification {
|
|
506
|
+
label "mandatory periodic verification"
|
|
507
|
+
definition "subsequent verification of a measuring instrument, carried out periodically at specified intervals according to the procedure laid down by the regulations"
|
|
508
|
+
vocab_ref { register viml-2022 clause "2.14" }
|
|
509
|
+
section "VIML 2.14"
|
|
510
|
+
source "urn:oiml:pub:v:1:2022#clause-2.14"
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
term verification-certificate {
|
|
514
|
+
label "verification certificate"
|
|
515
|
+
definition "document certifying that the verification of the measuring instrument was carried out and compliance with statutory requirements was confirmed"
|
|
516
|
+
vocab_ref { register viml-2022 clause "3.02" }
|
|
517
|
+
section "VIML 3.02"
|
|
518
|
+
source "urn:oiml:pub:v:1:2022#clause-3.02"
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
term verification-mark {
|
|
522
|
+
label "verification mark"
|
|
523
|
+
definition "mark applied to a measuring instrument in a conspicuous manner certifying that the verification of the measuring instrument was carried out and compliance with statutory requirements was confirmed"
|
|
524
|
+
vocab_ref { register viml-2022 clause "3.04" }
|
|
525
|
+
section "VIML 3.04"
|
|
526
|
+
source "urn:oiml:pub:v:1:2022#clause-3.04"
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
term in-service-inspection {
|
|
530
|
+
label "in-service inspection"
|
|
531
|
+
definition "metrological control carried out in accordance with the same requirements as for initial verification, except that the in-service MPE according to national regulations applies (R 91-1, 8.4)"
|
|
532
|
+
section "R 91-1, 8.4"
|
|
533
|
+
source "urn:oiml:pub:r:91-1:2025#clause-8.4"
|
|
534
|
+
}
|
|
535
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
quantity_register r91 {
|
|
2
|
+
kind length { dimensions { L 1 } si_unit "m" }
|
|
3
|
+
kind voltage { dimensions { I -1 L 2 M 1 T -3 } si_unit "V" }
|
|
4
|
+
kind frequency { dimensions { T -1 } si_unit "Hz" }
|
|
5
|
+
kind power { dimensions { L 2 M 1 T -3 } si_unit "W" }
|
|
6
|
+
kind electric-field-strength { dimensions { I -1 L 1 M 1 T -3 } si_unit "V/m" }
|
|
7
|
+
kind acceleration { dimensions { L 1 T -2 } si_unit "m/s²" }
|
|
8
|
+
kind temperature { dimensions { Θ 1 } si_unit "K" }
|
|
9
|
+
kind angle { si_unit "rad" }
|
|
10
|
+
kind speed { dimensions { L 1 T -1 } si_unit "m/s" }
|
|
11
|
+
kind ratio { si_unit "1" }
|
|
12
|
+
kind dimensionless { si_unit "1" }
|
|
13
|
+
unit m { symbol "m" label "metre" kind length }
|
|
14
|
+
unit nm { symbol "nm" label "nanometre" kind length factor 1e-9 }
|
|
15
|
+
unit V { symbol "V" label "volt" kind voltage definition "W/A" }
|
|
16
|
+
unit Hz { symbol "Hz" label "hertz" kind frequency definition "1/s" }
|
|
17
|
+
unit GHz { symbol "GHz" label "gigahertz" kind frequency factor 1000000000 }
|
|
18
|
+
unit mW { symbol "mW" label "milliwatt" kind power factor 0.001 }
|
|
19
|
+
unit V/m { symbol "V/m" label "volt per metre" kind electric-field-strength }
|
|
20
|
+
unit mps2 { symbol "m/s²" label "metre per second squared" kind acceleration }
|
|
21
|
+
unit degC { symbol "°C" label "degree Celsius" kind temperature offset 273.15 }
|
|
22
|
+
unit deg { symbol "°" label "degree" kind angle factor 0.0174533 }
|
|
23
|
+
unit kmh { symbol "km/h" label "kilometres per hour" kind speed factor 0.277778 }
|
|
24
|
+
unit % { symbol "%" label "percent" kind ratio factor 0.01 }
|
|
25
|
+
unit dimensionless { label "dimensionless" kind dimensionless }
|
|
26
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
class ReportCommentThread#data {
|
|
2
|
+
store { reportCommentThreads }
|
|
3
|
+
description { "The review-period comment thread on one report — a TestReport or the EvaluationReport (the demo-flows program's flow 04, step 4: at every report's finalization the Evaluation Project's participants may comment; the IA owns the project, the applicant views per the viewing cone, the TL joins on the accepted assignment). A thread anchors on the report as a whole or on one section/row, carries the OPEN/RESOLVED state, and resolves before the report's finalization completes — the report machines gate the final decision on consultation_resolved (evaluation/state-machines.prl), and the completion gate refuses while any thread stays OPEN (specification/constraints.prl, the settling doctrine). Who may read and post is the project cones' call, realized by the platform (the server-side cone enforcement), never restated here." }
|
|
4
|
+
indexes { report_kind test_report_id evaluation_report_id application_id status }
|
|
5
|
+
id: string {
|
|
6
|
+
modality SHALL
|
|
7
|
+
}
|
|
8
|
+
report_kind: enum {
|
|
9
|
+
modality SHALL
|
|
10
|
+
definition "Which report the thread rides: a TestReport or the EvaluationReport — exactly the matching reference field is set"
|
|
11
|
+
enum_values { test_report evaluation_report }
|
|
12
|
+
}
|
|
13
|
+
test_report_id: reference(TestReport) [0..1] {
|
|
14
|
+
modality MAY
|
|
15
|
+
definition "The TestReport under consultation (set when report_kind = test_report)"
|
|
16
|
+
on_delete cascade
|
|
17
|
+
required false
|
|
18
|
+
}
|
|
19
|
+
evaluation_report_id: reference(EvaluationReport) [0..1] {
|
|
20
|
+
modality MAY
|
|
21
|
+
definition "The EvaluationReport under consultation (set when report_kind = evaluation_report)"
|
|
22
|
+
on_delete cascade
|
|
23
|
+
required false
|
|
24
|
+
}
|
|
25
|
+
application_id: reference(Application) [0..1] {
|
|
26
|
+
modality MAY
|
|
27
|
+
definition "The Evaluation Project the thread belongs to (denormalized from the subject report for the project's thread listing)"
|
|
28
|
+
on_delete cascade
|
|
29
|
+
required false
|
|
30
|
+
}
|
|
31
|
+
anchor: string [0..1] {
|
|
32
|
+
modality MAY
|
|
33
|
+
definition "The report section or row the thread anchors on (a form id, a report-format clause, a field path); absent anchors the report as a whole"
|
|
34
|
+
}
|
|
35
|
+
status: enum {
|
|
36
|
+
modality SHALL
|
|
37
|
+
definition "OPEN while the discussion stands; RESOLVED when the parties settle it (the resolution-before-finalization gate keys on this state). The thread's rows are never edited — a resolved thread stays on the record"
|
|
38
|
+
enum_values { OPEN RESOLVED }
|
|
39
|
+
}
|
|
40
|
+
opened_by: string {
|
|
41
|
+
modality SHALL
|
|
42
|
+
definition "The account name of the participant who opened the thread (audit provenance)"
|
|
43
|
+
}
|
|
44
|
+
opened_by_org: string [0..1] {
|
|
45
|
+
modality MAY
|
|
46
|
+
definition "The participant organization the opener acted for (the project cone's org id — applicant, IA or TL)"
|
|
47
|
+
}
|
|
48
|
+
opened_at: datetime {
|
|
49
|
+
modality SHALL
|
|
50
|
+
}
|
|
51
|
+
resolved_by: string [0..1] {
|
|
52
|
+
modality MAY
|
|
53
|
+
}
|
|
54
|
+
resolved_at: datetime [0..1] {
|
|
55
|
+
modality MAY
|
|
56
|
+
}
|
|
57
|
+
resolution_note: text [0..1] {
|
|
58
|
+
modality MAY
|
|
59
|
+
definition "How the thread settled (the resolver's one-line record — e.g. the report row corrected, the question answered)"
|
|
60
|
+
}
|
|
61
|
+
created: datetime {
|
|
62
|
+
modality SHALL
|
|
63
|
+
}
|
|
64
|
+
modified: datetime {
|
|
65
|
+
modality SHALL
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
class ReportComment#data {
|
|
70
|
+
store { reportComments }
|
|
71
|
+
description { "One comment row inside a ReportCommentThread (the review period, the demo-flows program's flow 04): the author, the author's participant organization, the body and the timestamps. Rows append and never rewrite (the evidence-accrues doctrine); the thread carries the resolved state. The participants who may post are the Evaluation Project's parties per the project's cones (the IA, the applicant viewing, the joined TL — the scheme's oversight per the cone machinery), realized by the platform's server-side enforcement." }
|
|
72
|
+
indexes { thread_id author_org }
|
|
73
|
+
id: string {
|
|
74
|
+
modality SHALL
|
|
75
|
+
}
|
|
76
|
+
thread_id: reference(ReportCommentThread) {
|
|
77
|
+
modality SHALL
|
|
78
|
+
definition "The thread this row appends to"
|
|
79
|
+
on_delete cascade
|
|
80
|
+
required true
|
|
81
|
+
}
|
|
82
|
+
author: string {
|
|
83
|
+
modality SHALL
|
|
84
|
+
definition "The account name of the comment's author (audit provenance)"
|
|
85
|
+
}
|
|
86
|
+
author_org: string [0..1] {
|
|
87
|
+
modality MAY
|
|
88
|
+
definition "The participant organization the author acted for (the project cone's org id), stamped at posting"
|
|
89
|
+
}
|
|
90
|
+
body: text {
|
|
91
|
+
modality SHALL
|
|
92
|
+
definition "The comment text"
|
|
93
|
+
}
|
|
94
|
+
created: datetime {
|
|
95
|
+
modality SHALL
|
|
96
|
+
}
|
|
97
|
+
modified: datetime {
|
|
98
|
+
modality SHALL
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|