xMax

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
xMax xsd:double optional
<h:div class="summary">Maximum xValue.</h:div>
<h:div class="description">Annotates x-axis data with a maximum value. This need not be algorithmically deducible from the data and is typically used for the extent of a _peak_ or _peakGroup_. It uses xUnits or the same units as the data. There may or may not be a _xMin_ attribute but if so xMax should be greater than or equals to it.</h:div>

Used By

Elements peak, peakGroup

Source

<xsd:attributeGroup id="attGp.xMax" name="xMax">
  <xsd:attribute id="att.xMax" name="xMax" type="xsd:double">
    <xsd:annotation>
      <xsd:documentation>
        <h:div class="summary">Maximum xValue.</h:div>
        <h:div class="description">Annotates x-axis data with a maximum value. This need not be algorithmically deducible from the data and is typically used for the extent of a _peak_ or _peakGroup_. It uses xUnits or the same units as the data. There may or may not be a _xMin_ attribute but if so xMax should be greater than or equals to it.</h:div>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>