Definition Type Element
Name type
Type string
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation The type of expression/button.  Only one of a perdefined list of types are supported.

These types are:

  button - an expression with no special handling
  toggle  - an expression that is added to some other expression
  init        - an initiative experssion
  attrib    - an attribute expression
  save     - a save expression
  attack   - an attack expression
  damage - a damage expression
  spell       - a spell expression
  skill         - a skill expression
  clc          - a "caster level check" expression
  custom   - a custom expression
  info         - an informative expression (does not roll)

Not all the expression types indicate that special handling is done, but by specifying the correct type, you indicate to the program that certain handling is expected and, should this handling be expanded in the future, you will be able to take advantage of it without further alteration.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="type" type="xs:string" >
  <xs:annotation>
    <xs:documentation>The type of expression/button.  Only one of a perdefined list of types are supported.

These types are:

  button - an expression with no special handling
  toggle  - an expression that is added to some other expression
  init        - an initiative experssion
  attrib    - an attribute expression
  save     - a save expression
  attack   - an attack expression
  damage - a damage expression
  spell       - a spell expression
  skill         - a skill expression
  clc          - a &quot;caster level check&quot; expression
  custom   - a custom expression
  info         - an informative expression (does not roll)

Not all the expression types indicate that special handling is done, but by specifying the correct type, you indicate to the program that certain handling is expected and, should this handling be expanded in the future, you will be able to take advantage of it without further alteration.
</xs:documentation>
  </xs:annotation>

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