Definition Type Element
Name next-xp-field
Type string
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation The ID of a field that should contain information about the Icon's next experience point level.

The data contained in this field will be used to display experience point information in the program.  Of course, if your game system does not have a concept of "experience points," you can use this field to display arbitrary field data that may be of interest to you.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="next-xp-field" type="xs:string" >
  <xs:annotation>
    <xs:documentation>The ID of a field that should contain information about the Icon's next experience point level.

The data contained in this field will be used to display experience point information in the program.  Of course, if your game system does not have a concept of &quot;experience points,&quot; you can use this field to display arbitrary field data that may be of interest to you.
</xs:documentation>
  </xs:annotation>

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