Definition Type: Attribute
Name: constantToSI
Namespace: http://www.xml-cml.org/schema
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
Additive constant to generate SI equivalent. The amount to add to a quantity in non-SI units to convert its representation to SI Units. This is applied *after* multiplierToSI. It is necessarily zero for SI units.
Collapse XSD Schema Diagram:
XSD Diagram of constantToSI in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.constantToSI" name="constantToSI" type="xsd:double">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Additive constant to generate SI equivalent.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">The amount to add to a quantity in non-SI units to convert its representation to SI Units. This is applied *after* multiplierToSI. It is necessarily zero for SI units.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>