<xsd:simpleType id="st.ftType" name="ftType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">Domain of an FT spectrum.</h:div>
<h:div class="description">Indicates whether a spectrum is raw FID or has been transforme.</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="raw">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">Data are raw, so will normally require transforming.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="transformed">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">Data have been transformed. This value indicates that an FT experiment and transformation have been performe.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="none">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary">This was not known to be an FT experiment. (It may have been, but the author or abstracter omitted to mention it).</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> |