<xsd:simpleType id="st.spectrumTypeType" name="spectrumTypeType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">The type of the spectrum.</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="infrared">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">An infrared spectrum.</h:div>
<h:div class="description">The measurement should denote transmittance or absorbanc.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="massSpectrum">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">A "simple" mass spectrum.</h:div>
<h:div class="description">This excludes experiments such as GC/MS, MS/MS, etc. though these could be constructed out of individual spectra with some care. The spectrum may be continuous (
<h:tt>data</h:tt>or a
<h:tt>peakList</h:tt>).</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NMR">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">An NMR spectrum.</h:div>
<h:div class="description">This can include any experiment which creates a "1D" or "2D" data array. The symmetry of the spectrum can be specified but the details of the NMR experiment (COSY, NOESY, etc.) are not part of CMLSpect. They can be described though the normal
<h:tt>dictRef</h:tt>mechanism.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="UV/VIS">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">A spectrum somewhere in the UV VIS region of the spectrum.</h:div>
<h:div class="description">The measurement should denote transmittance or absorbance.</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> |