Definition Type: Attribute
Name: multiplierToSI
Namespace: http://www.xml-cml.org/schema
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
Multiplier to generate SI equivalent. The factor by which the non-SI unit should be multiplied to convert a quantity to its representation in SI Units. This is applied *before* _constantToSI_. Necessarily unity for SI unit.
Collapse XSD Schema Diagram:
XSD Diagram of multiplierToSI in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.multiplierToSI" name="multiplierToSI" type="xsd:double">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Multiplier to generate SI equivalent.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">The factor by which the non-SI unit should be multiplied to convert a quantity to its representation in SI Units. This is applied *before* _constantToSI_. Necessarily unity for SI unit.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>