Definition Type: Attribute
Name: isSI
Namespace: http://www.xml-cml.org/schema
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
indicates whether a unit is an SI or derived SI unit. required on SI unit elements with value 'true'. Optional on other units with attribute 'false'. A unitList should contain either SI units or non-SI units but not both.
Collapse XSD Schema Diagram:
XSD Diagram of isSI in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute name="isSI" id="att.isSI" type="xsd:boolean">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">indicates whether a unit is an SI or derived SI unit.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">required on SI unit elements with value 'true'. 
                Optional on other units with attribute 'false'. A unitList should contain either
                SI units or non-SI units but not both.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>