Definition Type: Attribute
Name: peakHeight
Namespace: http://www.xml-cml.org/schema
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
Height of a peak. For 1-dimensional data (e.g. y vs x) hould use the same units as the appropriate axis (e.g. y).
Collapse XSD Schema Diagram:
XSD Diagram of peakHeight in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.peakHeight" name="peakHeight" type="xsd:double">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Height of a peak.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">For 1-dimensional data 
                (e.g. y vs x) hould use the same units as the appropriate 
                axis (e.g. y).</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>