Definition Type: Attribute
Name: power
Namespace: http://www.xml-cml.org/schema
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use Required
Documentation:
The power to which a dimension should be raised. Normally an integer. Must be included, even if unity.
Collapse XSD Schema Diagram:
XSD Diagram of power in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute name="power" type="xsd:double" use="required" id="att.powerRequired">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The power to which a dimension should be raised.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Normally an integer. Must be included, even if unity.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>