Definition Type: Attribute
Name: yWidth
Namespace: http://www.xml-cml.org/schema
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
An unsigned interval along a y axis. It is typically used for the width of a _peak_ or _peakGroup_ but could be used for any range. It uses yUnits or the same units as the data.
Collapse XSD Schema Diagram:
XSD Diagram of yWidth in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.yWidth" name="yWidth" type="xsd:double">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An unsigned interval along a y axis.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">It is typically used for the width of 
                a _peak_ or _peakGroup_ but could be used for any range. It uses 
                yUnits or the same units as the data.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>