Definition Type Element
Name spell-level-source
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation This clause defines for the program where to look for spell level information.

In order to operate correctly, "spell-setup" must have a variety of information, including where to find spell level names, where the maximum number of spells of that level can be found and what the current number of spells of that level are found.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="spell-level-source" >
  <xs:annotation>
    <xs:documentation>This clause defines for the program where to look for spell level information.

In order to operate correctly, &quot;spell-setup&quot; must have a variety of information, including where to find spell level names, where the maximum number of spells of that level can be found and what the current number of spells of that level are found.
</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="table-id" type="xs:string">
        <xs:annotation>
          <xs:documentation>The ID of the table that contains spell level information.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="name-id" type="xs:string">
        <xs:annotation>
          <xs:documentation>The ID of the field within the &quot;table-id&quot; table where the name of the spell level is located.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="max-id" type="xs:string">
        <xs:annotation>
          <xs:documentation>The ID of the field within the &quot;table-id&quot; table where the maximum number of spells of this level is stored.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="cur-id" type="xs:string">
        <xs:annotation>
          <xs:documentation>The ID of the field within the &quot;table-id&quot; table where the current number of spells of this level is stored.</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]
spell-level-source
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd