Definition Type Element
Name no-damage
Type string
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation The ID of a field that indicates to the program that this expression should never be considered to adjust hit points.

This is useful for expressions of the "spell" variety that may or may not adjust hit points.  By indicating to the program where it can look for a hint, it is better able to determine whether or not to adjust hit points.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="no-damage" type="xs:string" >
  <xs:annotation>
    <xs:documentation>The ID of a field that indicates to the program that this expression should never be considered to adjust hit points.

This is useful for expressions of the &quot;spell&quot; variety that may or may not adjust hit points.  By indicating to the program where it can look for a hint, it is better able to determine whether or not to adjust hit points.
</xs:documentation>
  </xs:annotation>

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