Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:QualifierEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Simple type: QualifierEnumType
Diagram
Diagram
Type restriction of string
Facets
enumeration less than
The analyte was not detected or was below a specific threshold
(e.g., 3.6 is the limit, and the result is somewhere below it.
enumeration greater than
The true value exceeds the reporting or calibration range.
enumeration non-detect
Specifically for instrumental "not detected" results where no
signal was distinguishable from noise.
enumeration saturated
The instrument sensor was overloaded (saturated) by the signal,
meaning the reported value is the maximum "clipped" output and the true
value is likely much higher.
enumeration limit of detection
The lowest concentration that can be identified with 99%
confidence as being greater than zero..
enumeration low bias
The result is likely an underestimate of the true value due to
known systematic error (e.g., sample loss).
enumeration high bias
The result is likely an overestimate (e.g., due to contamination
or interference).
Source
<simpleType name="QualifierEnumType">
  <annotation>
    <documentation>Simple type: QualifierEnumType</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="less than">
      <annotation>
        <documentation>The analyte was not detected or was below a specific threshold (e.g., 3.6 is the limit, and the result is somewhere below it.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="greater than">
      <annotation>
        <documentation>The true value exceeds the reporting or calibration range.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="non-detect">
      <annotation>
        <documentation>Specifically for instrumental "not detected" results where no signal was distinguishable from noise.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="saturated">
      <annotation>
        <documentation>The instrument sensor was overloaded (saturated) by the signal, meaning the reported value is the maximum "clipped" output and the true value is likely much higher.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="limit of detection">
      <annotation>
        <documentation>The lowest concentration that can be identified with 99% confidence as being greater than zero..</documentation>
      </annotation>
    </enumeration>
    <enumeration value="low bias">
      <annotation>
        <documentation>The result is likely an underestimate of the true value due to known systematic error (e.g., sample loss).</documentation>
      </annotation>
    </enumeration>
    <enumeration value="high bias">
      <annotation>
        <documentation>The result is likely an overestimate (e.g., due to contamination or interference).</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>