Definition Type Element
Name value
Type integer
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation The literal value to compare the value of "field" against.  Depending on whether hit points count up or down, if the data contained in "field" is either below or above this value, the Icon will be considered to be "disabled."

Instead of a literal value, you can use the "compare" clauses instead of a literal for more flexibility.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="value" type="xs:integer" >
  <xs:annotation>
    <xs:documentation>The literal value to compare the value of &quot;field&quot; against.  Depending on whether hit points count up or down, if the data contained in &quot;field&quot; is either below or above this value, the Icon will be considered to be &quot;disabled.&quot;

Instead of a literal value, you can use the &quot;compare&quot; clauses instead of a literal for more flexibility.
</xs:documentation>
  </xs:annotation>

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