Definition Type: SimpleType
Name: measurementType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
Type of spectral measurement. 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.
Collapse XSD Schema Diagram:
XSD Diagram of measurementType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType id="st.measurementType" name="measurementType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Type of spectral measurement.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">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:union>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="transmittance">
                    <xsd:annotation>
                        <xsd:documentation>
                            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">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" xmlns:h="http://www.w3.org/1999/xhtml">Data are absorbanc.</h:div>
                            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">so "peaks" are normally peaks.</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:measurement