eval

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
eval xsd:string optional
<h:div class="summary">A flag on 'arg' to indicate that the value can be calculated.</h:div>
<h:div class="description">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">2006-05-21: PMR added attribute.</h:div>

Source

<xsd:attributeGroup id="attGp.eval" name="eval">
  <xsd:attribute name="eval" id="att.eval" type="xsd:string">
    <xsd:annotation>
      <xsd:documentation>
        <h:div class="summary">A flag on 'arg' to indicate that the value can be calculated.</h:div>
        <h:div class="description">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">2006-05-21: PMR added attribute.</h:div>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>