Definition Type Element
Name list-panel
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation This clause defines a table that simply contains a list of data.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="unbounded" name="list-panel" >
  <xs:annotation>
    <xs:documentation>This clause defines a table that simply contains a list of data.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="name" type="xs:string">
        <xs:annotation>
          <xs:documentation>A label to associate with this table.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" default="false" name="dm-only" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>Flag indicating that this table should only appear to the Master.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" default="false" name="hidden" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>Flag indicating that this table should never be rendered.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="title-color" type="xs:string">
        <xs:annotation>
          <xs:documentation>A color to use when rendering this table's name.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="id" type="xs:string">
        <xs:annotation>
          <xs:documentation>An optional identifier so that the contents of this table can be referenced elsewhere in the definition.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="table-tag" type="xs:string">
        <xs:annotation>
          <xs:documentation>A unique identifier for saving this table's contents.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="row-tag" type="xs:string">
        <xs:annotation>
          <xs:documentation>An identifier for saving each row of this table's contents.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="data-tag" type="xs:string">
        <xs:annotation>
          <xs:documentation>An identifier for saving the data contained in each row of this table's contents.</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]
list-panel
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd