Definition Type Element
Name reduce-on-use
Type boolean
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation Flag indicating that the value retrieved from the "field" field should, itself, be reduced by the amount of reduction applied.

For example, let's imagine that an Icon has a magical item that absorbs up to one hundred points of damage before turning to ash.  Every time this item is used, the "reduce-on-use" flag indicates to the program that it should subtract the amount of reduced damage from the value contained in the "field" field.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" default="false" name="reduce-on-use" type="xs:boolean" >
  <xs:annotation>
    <xs:documentation>Flag indicating that the value retrieved from the &quot;field&quot; field should, itself, be reduced by the amount of reduction applied.

For example, let's imagine that an Icon has a magical item that absorbs up to one hundred points of damage before turning to ash.  Every time this item is used, the &quot;reduce-on-use&quot; flag indicates to the program that it should subtract the amount of reduced damage from the value contained in the &quot;field&quot; field.
</xs:documentation>
  </xs:annotation>

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