<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<contentHaul xmlns:a="http://www.appian.com/ae/types/2009">
    <rule>
        <name>${interface_gridFilters_name}</name>
        <uuid>${interface_gridFilters_uuid}</uuid>
        <description>${interface_gridFilters_desc}</description>
        <parentUuid>${_a-0000dc10-002c-8000-9b0c-01ef9001ef90_2789}</parentUuid>
        <visibility>
            <advertise>false</advertise>
            <hierarchy>true</hierarchy>
            <indexable>true</indexable>
            <quota>false</quota>
            <searchable>true</searchable>
            <system>false</system>
            <unlogged>false</unlogged>
        </visibility>
        <definition>#&quot;SYSTEM_SYSRULES_richTextDisplayField&quot;(
  label: &quot;${filters}&quot;,
  labelPosition: &quot;ADJACENT&quot;,
  value: {
    #&quot;SYSTEM_SYSRULES_richTextItem_v1&quot;(
      text: ${creator_with_colon} &amp; char(10),
      showWhen: not(isnull(ri!creator))
    ),
    #&quot;SYSTEM_SYSRULES_richTextItem_v1&quot;(
      text: ${createdIn_with_colon} &amp; char(10),
      showWhen: not(isnull(ri!creationTime))
    ),
    #&quot;SYSTEM_SYSRULES_richTextItem_v1&quot;(
      text: ${status_with_colon} &amp; char(10),
      showWhen: not(isnull(ri!status))
    ),
    #&quot;SYSTEM_SYSRULES_richTextItem_v1&quot;(
      text: ${priority_with_colon} &amp; char(10),
      showWhen: not(isnull(ri!priority))
    ),
    if(
      all(fn!isnull, {ri!creator, ri!creationTime, ri!status, ri!priority, ri!searchTerm}),
      #&quot;SYSTEM_SYSRULES_richTextItem_v1&quot;(text: &quot;&lt;${no_filter_applied}&gt;&quot;, style: &quot;EMPHASIS&quot;),
      {
        #&quot;SYSTEM_SYSRULES_richTextItem_v1&quot;(
          text: &quot;${clear_filter_and_search}&quot;,
          link: #&quot;SYSTEM_SYSRULES_dynamicLink&quot;(
            value: null,
            saveInto: {
              ri!creator,
              ri!creationTime,
              ri!status,
              ri!priority,
              ri!searchTerm,
              a!save(ri!pagingInfo.startIndex, 1)
            }
          )
        )
      }
    )
  }
)</definition>
        <namedTypedValue>
            <name>creator</name>
            <type>
                <name>string</name>
                <namespace>http://www.w3.org/2001/XMLSchema</namespace>
            </type>
            <value/>
        </namedTypedValue>
        <namedTypedValue>
            <name>creationTime</name>
            <type>
                <name>int</name>
                <namespace>http://www.w3.org/2001/XMLSchema</namespace>
            </type>
        </namedTypedValue>
        <namedTypedValue>
            <name>status</name>
            <type>
                <name>string</name>
                <namespace>http://www.w3.org/2001/XMLSchema</namespace>
            </type>
            <value/>
        </namedTypedValue>
        <namedTypedValue>
            <name>priority</name>
            <type>
                <name>string</name>
                <namespace>http://www.w3.org/2001/XMLSchema</namespace>
            </type>
            <value/>
        </namedTypedValue>
        <namedTypedValue>
            <name>searchTerm</name>
            <type>
                <name>string</name>
                <namespace>http://www.w3.org/2001/XMLSchema</namespace>
            </type>
            <value/>
        </namedTypedValue>
        <namedTypedValue>
            <name>pagingInfo</name>
            <type>
                <name>PagingInfo</name>
                <namespace>http://www.appian.com/ae/types/2009</namespace>
            </type>
            <value/>
        </namedTypedValue>
        <preferredEditor>interface</preferredEditor>
        <offlineEnabled>false</offlineEnabled>
    </rule>
    <roleMap public="true">
        <role allowForAll="false" inherit="true" name="readers">
            <users/>
            <groups/>
        </role>
        <role allowForAll="false" inherit="true" name="authors">
            <users/>
            <groups/>
        </role>
        <role allowForAll="false" inherit="true" name="administrators">
            <users/>
            <groups/>
        </role>
        <role allowForAll="false" inherit="false" name="denyReaders">
            <users/>
            <groups/>
        </role>
        <role allowForAll="false" inherit="false" name="denyAuthors">
            <users/>
            <groups/>
        </role>
        <role allowForAll="false" inherit="false" name="denyAdministrators">
            <users/>
            <groups/>
        </role>
    </roleMap>
</contentHaul>
