atLeast |
union of(xs:double, xs:decimal, restriction of xs:token) |
|
|
optional |
|
gives a minimum estimated value for the approximate
measurement. |
|
atMost |
union of(xs:double, xs:decimal, restriction of xs:token) |
|
|
optional |
|
gives a maximum estimated value for the approximate
measurement. |
|
confidence |
xs:double |
|
|
optional |
|
specifies the degree of statistical confidence (between zero and one) that
a value falls within the range specified by min and max, or the proportion of observed
values that fall within that range. |
|
max |
union of(xs:double, xs:decimal, restriction of xs:token) |
|
|
optional |
|
where the measurement summarizes more than one observation or a range,
supplies the maximum value observed. |
|
min |
union of(xs:double, xs:decimal, restriction of xs:token) |
|
|
optional |
|
where the measurement summarizes more than one observation or a range,
supplies the minimum value observed. |
|