peakHeight

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
peakHeight xsd:double optional
<h:div class="summary">Height of a peak.</h:div>
<h:div class="description">For 1-dimensional data (e.g. y vs x) hould use the same units as the appropriate axis (e.g. y).</h:div>

Used By

Elements peak, peakGroup

Source

<xsd:attributeGroup id="attGp.peakHeight" name="peakHeight">
  <xsd:attribute id="att.peakHeight" name="peakHeight" type="xsd:double">
    <xsd:annotation>
      <xsd:documentation>
        <h:div class="summary">Height of a peak.</h:div>
        <h:div class="description">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>
</xsd:attributeGroup>