Definition Type: Attribute
Name: eval
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
A flag on 'arg' to indicate that the value can be calculated. This is still experimental. if eval="_ijk_+3" and the value of the ijk was 2, this would change the value of the arg to 5. Only + and - are currently allowed 2006-05-21: PMR added attribute.
Collapse XSD Schema Diagram:
XSD Diagram of eval in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute name="eval" id="att.eval" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A flag on 'arg' to indicate that the value can be calculated.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This is still experimental.  if eval="_ijk_+3" and
                the value of the ijk was 2, this would change the value of the arg to 5. 
                Only + and - are currently allowed</h:div>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">2006-05-21: PMR added attribute.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>