Definition Type: Attribute
Name: yMin
Namespace: http://www.xml-cml.org/schema
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
Minimum yValue. Annotates y-axis data with a minimum 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 _yMax_ attribute but if so yMin should be less than or equal to it.
Collapse XSD Schema Diagram:
XSD Diagram of yMin in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.yMin" name="yMin" type="xsd:double">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Minimum yValue.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Annotates y-axis data with a minimum 
                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 _yMax_ attribute but if so yMin should be less than or 
                equal to it.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>