Definition Type Element
Name box-panel
Abstract False
MinOccurs 0
MaxOccurs unbounded
Documentation This clause creates a special table for game systems that require such things.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="unbounded" name="box-panel" >
  <xs:annotation>
    <xs:documentation>This clause creates a special table for game systems that require such things.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="1" maxOccurs="unbounded">
        <xs:element minOccurs="0" name="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="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" 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" default="false" name="dm-only" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>Flag indicating that this field 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 field should never be rendered.</xs:documentation>
          </xs:annotation>

        </xs:element>

        <xs:element minOccurs="0" maxOccurs="unbounded" name="row-labels">
          <xs:annotation>
            <xs:documentation>List of labels to associate with each row in the table.</xs:documentation>
          </xs:annotation>

          <xs:complexType>
            <xs:sequence>
              <xs:element minOccurs="0" maxOccurs="unbounded" name="row-label" type="xs:string">
                <xs:annotation>
                  <xs:documentation>The label of each row.</xs:documentation>
                </xs:annotation>

              </xs:element>

            </xs:sequence>

          </xs:complexType>

        </xs:element>

      </xs:choice>

    </xs:sequence>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
box-panel
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd