Definition Type Element
Name spell-source
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation The ID of the table that contains the actual spell information.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="spell-source" >
  <xs:annotation>
    <xs:documentation>The ID of the table that contains the actual spell information.</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 where spells are located.</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 is located.</xs:documentation>
        </xs:annotation>

      </xs:element>

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

      </xs:element>

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

      </xs:element>

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

      </xs:element>

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