Definition Type Element
Name note
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation A special note page (tab) on the character sheet.  You can define multiple note pages, but it is recommended that you only have one (since each note page can contain an unlimited number of sub-pages).
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="unbounded" name="note" >
  <xs:annotation>
    <xs:documentation>A special note page (tab) on the character sheet.  You can define multiple note pages, but it is recommended that you only have one (since each note page can contain an unlimited number of sub-pages).</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="name" type="xs:string">
        <xs:annotation>
          <xs:documentation>The label to use in this note's tab.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="tab-icon-n" type="xs:string">
        <xs:annotation>
          <xs:documentation>The &quot;normal&quot; icon to render for this tab.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="tab-icon-h" type="xs:string">
        <xs:annotation>
          <xs:documentation>The &quot;hover&quot; (when the mouse pointer is over the area of the tab) icon to render for this tab.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="tab-icon-s" type="xs:string">
        <xs:annotation>
          <xs:documentation>The &quot;selected&quot; icon to render for this tab when it is selected (the currently displayed tab).</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="tag" type="xs:string">
        <xs:annotation>
          <xs:documentation>The unique string that will identify data associated with this note.

Without a tag, any data entered here will not be saved with the character sheet.
</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="tab-icon" type="xs:string">
        <xs:annotation>
          <xs:documentation>The name of an icon to use for this tab.  This tag is exclusive of the &quot;tab-icon-X&quot; tags.</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]
note
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd