Definition Type Element
Name max-combined-rolls
Type integer
Abstract False
MinOccurs 0
MaxOccurs 1
Documentation A value that instructs the program the maximum number of rolls that can be combined.

This setting is for game systems that allow you to "gang" rolls together.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="1" name="max-combined-rolls" type="xs:integer" >
  <xs:annotation>
    <xs:documentation>A value that instructs the program the maximum number of rolls that can be combined.

This setting is for game systems that allow you to &quot;gang&quot; rolls together.
</xs:documentation>
  </xs:annotation>

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