Definition Type Element
Name compare-field
Type string
Abstract False
MinOccurs 0
MaxOccurs 1
Documentation The ID of a field to compare against.

Instead of using a literal "value," you can specify a "compare-field" and "compare-multiplier."

If you do this, then the value of the "compare-field" will be multiplied by the "compare-multiplier."  The result of this calculation will be compared to the value of "field."  If the result of this calculation is below or above (depending on which way hit points count) the value contained in "field," the Icon will be considered "disabled."
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="1" name="compare-field" type="xs:string" >
  <xs:annotation>
    <xs:documentation>The ID of a field to compare against.

Instead of using a literal &quot;value,&quot; you can specify a &quot;compare-field&quot; and &quot;compare-multiplier.&quot;

If you do this, then the value of the &quot;compare-field&quot; will be multiplied by the &quot;compare-multiplier.&quot;  The result of this calculation will be compared to the value of &quot;field.&quot;  If the result of this calculation is below or above (depending on which way hit points count) the value contained in &quot;field,&quot; the Icon will be considered &quot;disabled.&quot;
</xs:documentation>
  </xs:annotation>

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