Definition Type Element
Name dot-field
Abstract False
MinOccurs 0
MaxOccurs 1
Documentation A special interface component that renders as a series of "dots" that can be either selected or unselected.

This is intended for game systems that support this special way of tracking data.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="1" name="dot-field" >
  <xs:annotation>
    <xs:documentation>A special interface component that renders as a series of &quot;dots&quot; that can be either selected or unselected.

This is intended for game systems that support this special way of tracking data.
</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="minimum" type="xs:integer">
        <xs:annotation>
          <xs:documentation>The minimum number of &quot;dots&quot; that can be selected.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="maximum" type="xs:integer">
        <xs:annotation>
          <xs:documentation>The maximum number of &quot;dots&quot; to render.</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]
dot-field
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd