Definition Type Element
Name editable-table
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation A table that can be edited.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="editable-table" >
  <xs:annotation>
    <xs:documentation>A table that can be edited.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="label" type="xs:string">
        <xs:annotation>
          <xs:documentation>A label to display to the user indicating the table in question.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="table-id" type="xs:string">
        <xs:annotation>
          <xs:documentation>The ID of the table to be edited.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="keyboard-shortcut" type="xs:string">
        <xs:annotation>
          <xs:documentation>A single character shortcut for editing this table.

Due to the way that keyboard shortcuts are processed, you must select one that is not already in use by some other function of the program.

Note that you may not define qualifiers to this shortcut -- only a single character is allowed.
</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]
editable-table
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd