measurementType

<h:div class="summary">Type of spectral measurement.</h:div>
<h:div class="description">The nature of the measured data. This is not an exhaustive list and should only be used if it affects the storage or immediate processing.</h:div>

Simple Type Information

Used By

Source

<xsd:simpleType id="st.measurementType" name="measurementType">
  <xsd:annotation>
    <xsd:documentation>
      <h:div class="summary">Type of spectral measurement.</h:div>
      <h:div class="description">The nature of the measured data. This is not an exhaustive list and should only be used if it affects the storage or immediate processing.</h:div>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="transmittance">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">Data are transmittance, so "peaks" are usually troughs.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="absorbance">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">Data are absorbanc.</h:div>
          <h:div class="description">so "peaks" are normally peaks.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation>
          <h:div class="summary">A value not in the controlled vocabulary - use dictRef to add further information.</h:div>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>