Definition Type: Attribute
Name: integral
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
Area under a peak. Unfortunately units are usually arbitrary and not related to the x- and y- axis units, and in this case _peakUnits_ should be use.
Collapse XSD Schema Diagram:
XSD Diagram of integral in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.integral" name="integral" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Area under a peak.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Unfortunately units are usually arbitrary and not related to the x- and y- axis units, and in this case _peakUnits_ should be use.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>