Definition Type: Attribute
Name: preserve
Namespace: http://www.xml-cml.org/schema
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
Is the dimension preserved during algebra. Experimental. The idea is to support concepts like volume/volume where algebraically these cancel out. preserve="yes" is intending to support preservation during derivation of new unitTypes.
Collapse XSD Schema Diagram:
XSD Diagram of preserve in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute name="preserve" type="xsd:boolean" id="att.preserve">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Is the dimension preserved during algebra.</h:div>
            <h:div class="dimension" xmlns:h="http://www.w3.org/1999/xhtml">Experimental. The idea is to support 
                concepts like volume/volume where algebraically these cancel out. 
                preserve="yes" is intending to support preservation during 
                derivation of new unitTypes.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>