Definition Type Element
Name how-many
Type integer
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation How many of this die each reference will "throw."

For example, you could set up a die called "3d6" and set the number of sides to six and "how-many" to three.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="how-many" type="xs:integer" >
  <xs:annotation>
    <xs:documentation>How many of this die each reference will &quot;throw.&quot;

For example, you could set up a die called &quot;3d6&quot; and set the number of sides to six and &quot;how-many&quot; to three.
</xs:documentation>
  </xs:annotation>

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