Definition Type Element
Name formula
Type string
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation A parsable expression that will always be evaluated.

As a "parsable expression," this should be surrounded by curly braces and can refer to dice, tokens and perform any math that the program supports.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="unbounded" name="formula" type="xs:string" >
  <xs:annotation>
    <xs:documentation>A parsable expression that will always be evaluated.

As a &quot;parsable expression,&quot; this should be surrounded by curly braces and can refer to dice, tokens and perform any math that the program supports.
</xs:documentation>
  </xs:annotation>

</xs:element>
Derivation Tree
[No Sub Types]
formula
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd