Definition Type: Attribute
Name: multiplierToData
Namespace: http://www.xml-cml.org/schema
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Default 1.0
Use (Optional)
Documentation:
The scale by which to multiply raw data or a unit. The scale is applied *before* adding any constant. The attribute may be found on a data item (scalar, array, matrix, etc.) or a user-defined unit.
Collapse XSD Schema Diagram:
XSD Diagram of multiplierToData in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.multiplierToData" name="multiplierToData" type="xsd:double" default="1.0">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The scale by which to multiply raw data or a unit.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">The scale is applied *before* adding any constant.
                The attribute may be found on a data item (scalar, array, matrix, etc.) or 
                a user-defined unit.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>