<xsd:attributeGroup id="attGp.yMax" name="yMax">
<xsd:attribute id="att.yMax" name="yMax" type="xsd:double">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Maximum yValue.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Annotates y-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 yUnits or the same units as the data. There may or may not
be a _yMin_ attribute but if so yMax should be greater than or
equals to it.</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|