Definition Type Element
Name max-roll
Type boolean
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation Flag indicating that any dice that occur in the expression should be maximized.  That is, if, for example, an expression contains "{3d6+3}," then the result will always be "21" since the "3d6" will always evaluate to "18."

This flag is only honored on buttons of type "toggle" (since, otherwise, the expression would never be randomized) and, as a result, is intended to be used to modify another expression.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="max-roll" type="xs:boolean" >
  <xs:annotation>
    <xs:documentation>Flag indicating that any dice that occur in the expression should be maximized.  That is, if, for example, an expression contains &quot;{3d6+3},&quot; then the result will always be &quot;21&quot; since the &quot;3d6&quot; will always evaluate to &quot;18.&quot;

This flag is only honored on buttons of type &quot;toggle&quot; (since, otherwise, the expression would never be randomized) and, as a result, is intended to be used to modify another expression.
</xs:documentation>
  </xs:annotation>

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