Definition Type: SimpleType
Name: ftType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
Domain of an FT spectrum. Indicates whether a spectrum is raw FID or has been transforme.
Collapse XSD Schema Diagram:
XSD Diagram of ftType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType id="st.ftType" name="ftType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Domain of an FT spectrum.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Indicates whether a spectrum is raw FID or has been transforme.</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:union>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="raw">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">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" xmlns:h="http://www.w3.org/1999/xhtml">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" xmlns:h="http://www.w3.org/1999/xhtml">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:restriction>
        </xsd:simpleType>
        <xsd:simpleType>
            <xsd:restriction base="namespaceRefType" />
        </xsd:simpleType>
    </xsd:union>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:ft