Definition Type Element
Name filter
Type boolean
Abstract False
MinOccurs 0
MaxOccurs 1
Documentation A special interface element that adds a filter/search field to the tab of the Dice Panel.

When the user types text info this field, any rolls that do not match the entered text will be hidden.
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" maxOccurs="1" name="filter" type="xs:boolean" >
  <xs:annotation>
    <xs:documentation>A special interface element that adds a filter/search field to the tab of the Dice Panel.

When the user types text info this field, any rolls that do not match the entered text will be hidden.
</xs:documentation>
  </xs:annotation>

</xs:element>
Derivation Tree
[No Sub Types]
filter
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd