| id | name | description | loc | scale | shape |
| 1 | No uncertainty | | static value | | |
| 2 | Lognormal | | mu | sigma | |
| 3 | Normal | | mu | sigma | |
| 4 | Uniform | min-max was moved from original min and max columns to scale and shape | | min | max |
| 5 | Triangular | min-max was moved from original min and max columns to scale and shape | mode | min | max |
| 6 | Bernoulli | lower and upper bound was moved from original min and max columns to scale and shape | p | lower bound | upper bound |
| 7 | Discrete uniform | min and upper bound was moved from original min and max columns to scale and shape | | min | upper bound |
| 8 | Weibull | | offset | lambda | k |
| 9 | Gamma | | offset | theta | k |
| 10 | Beta | | alpha | upper bound | beta |
| 11 | Generalized extreme value | | mu | sigma | xi |
| 12 | Student's T | | median | scale | nu |
| 13 | low-mean-high | mean value is stored in 'value' column, only low and high are stored here | low | high | |
| 14 | undefined | moved from 0 as 0 is not allowed in mySQL db. | static value | | |
| 15 | alternative value | basic (= reference) value is stored in 'value' column | alternative | | |
| 16 | low alternative | high (= reference) value is stored in 'value' column | low | | |
| 17 | high alternative | low (= reference) value is stored in 'value' column | high | | |
| 18 | 1stddev | symmetric uncertainty range, +/-1 standard deviation, same unit as value | standard deviation (half the uncertainty range) | | |
| 19 | 2stddevs | symmetric uncertainty range, +/-2 standard deviations, same unit as value | 2 standard deviations (half the uncertainty range) | | |
| 20 | 3stddevs | symmetric uncertainty range, +/-3 standard deviations, same unit as value | 3 standard deviations (half the uncertainty range) | | |
| 21 | 1stddev% | symmetric uncertainty range, +/-1 standard deviation, in % of value | standard deviation in % (half the uncertainty range) | | |
| 22 | 2stddevs% | symmetric uncertainty range, +/-2 standard deviations, in % of value | 2 standard deviations in % (half the uncertainty range) | | |
| 23 | 3stddevs% | symmetric uncertainty range, +/-3 standard deviations, in % of value | 3 standard deviations in % (half the uncertainty range) | | |
| 24 | ca. value | data point flagged as ca. value without quantitative uncertainty estimate | ca. value | | |
| 25 | 25th and 75th percentile | 25th and 75th percentile, some unit as value | 25th percentile | 75th percentile | |
| 26 | min-25th and 75th percentile-max | min-25th and 75th percentile-max, some unit as value | min | 25th percentile | 75th percentile;max |
| 27 | 2.5th and 97.5th percentile | 2.5th and 97.5th percentile, of a given quantity, some unit as value | 2.5th percentile | 97.5th percentile | |
| 28 | RSD | relative standard deviation (RSD) as share of mean (1) or % of mean (%) | RSD (unit: 1) | RSD (unit: %) | |
| 29 | 5th and 95th percentile | 5th and 95th percentile, of a given quantity, some unit as value | 5th percentile | 95th percentile | |
| 30 | Hypertabastic | Hypertabastic survival models | alpha | beta | |
| 31 | Min value | indicated value is a minimal value or lower boundary (true value >= given value) | min | | |
| 32 | Max value | indicated value is a maximal value or upper boundary (true value <= given value) | max | | |
| 33 | uncertainty ns | uncertainty without further specification | uncertainty value | | |