Definition Type Element
Name actionable-def
Abstract False
MinOccurs 0
MaxOccurs 1
Documentation This clause allows you to give the program a hint regarding which piece of multi-part expression should be used for hit point adjustment.

Primarily intended for expressions of the "spell" type, this clause is prone to failure.  The problem arises from the fact that a "spell" type can contain any number of expression pieces, any one of which (or none of which) may actually cause a hit point adjustment.

The "no-damage" tag is a refinement of this situation, but can not act alone.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="1" name="actionable-def" >
  <xs:annotation>
    <xs:documentation>This clause allows you to give the program a hint regarding which piece of multi-part expression should be used for hit point adjustment.

Primarily intended for expressions of the &quot;spell&quot; type, this clause is prone to failure.  The problem arises from the fact that a &quot;spell&quot; type can contain any number of expression pieces, any one of which (or none of which) may actually cause a hit point adjustment.

The &quot;no-damage&quot; tag is a refinement of this situation, but can not act alone.
</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="1" maxOccurs="1" name="total-clauses" type="xs:integer">
        <xs:annotation>
          <xs:documentation>The total number of pieces that this expression is expected to contain.

If the expression does not actually contain this many pieces, then no hit point adjustment will be done.
</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="1" maxOccurs="1" name="use-clause" type="xs:integer">
        <xs:annotation>
          <xs:documentation>The piece of the expression that should be used for hit point adjustment.</xs:documentation>
        </xs:annotation>

      </xs:element>

    </xs:sequence>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
actionable-def
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd