Superclass (is-a): Table
FeatureMeasurementResult
Version Info
| Introduced | Deprecated | Updated |
|---|---|---|
| 2.2 |
Inherited from Table
TableProperties
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
count | integer | 1.6 | 1 | number of key-value pairsassociation between an identifier referred to as the key and a value which taken together create a key-value pair. represented as Entry entities. |
Properties
| Name | Type | Int | Dep | Multiplicity | Description |
|---|---|---|---|---|---|
MeasurementId | ID | 2.2 | 1 | identifier of this measurement. | |
FeaturePersistentId | ID | 2.2 | 1 | UUID of the feature. | |
CharacteristicPersistentId | ID | 2.2 | 0..1 | UUID of the characteristic. | |
MeasurementType | string | 2.2 | 1 | class of measurement being performed. QIF 3:2018 Section 6.3 Examples: | |
MeasurementValue | float | 2.2 | 1 | measurement based on the measurement type. | |
MeasurementUnits | string | 2.2 | 1 | engineering units of the measurement. | |
CharacteristicStatus | CharacteristicStatusEnum | 2.2 | 0..1 | pass/fail result of the measurement. | |
UncertaintyType | UncertaintyTypeEnum | 2.2 | 0..1 | method used to compute standard uncertaintyuncertainty of the result of a measurement expressed as a standard deviation. JCGM 100:2008 2.3.1. | |
Uncertainty | float | 2.2 | 0..1 | uncertaintyuncertainty (of measurement) parameter, associated with the result of a measurement, that characterizes the dispersion of the values that could reasonably be attributed to the measurand. JCGM 100:2008 2.2.3 > Note: Use of the term uncertainty refers to uncertainty of measurement. specified by UNCERTAINTY_TYPE. |