<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<contentHaul xmlns:a="http://www.appian.com/ae/types/2009">
    <rule>
        <name>${expRule_getOneRecord_name}</name>
        <uuid>${expRule_getOneRecord_uuid}</uuid>
        <description>${expRule_getOneRecord_desc}</description>
        <parentUuid>${folder_rulesAndConstants}</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>cast(
  'type!{${cdt_namespace}}${cdt_main_name}',
  #&quot;SYSTEM_SYSRULES_queryEntity_v2&quot;(
    entity: #&quot;${cdt_mainDseConstant_uuid}&quot;,
    query: #&quot;SYSTEM_SYSRULES_query&quot;(
      filter: #&quot;SYSTEM_SYSRULES_queryFilter&quot;(
        field: &quot;id&quot;,
        operator: &quot;=&quot;,
        value: ri!id
      ),
      pagingInfo: #&quot;SYSTEM_SYSRULES_pagingInfo&quot;(1, 1)
    ),
    fetchTotalCount: false
  ).data
)</definition>
        <namedTypedValue>
            <name>id</name>
            <type>
                <name>int</name>
                <namespace>http://www.w3.org/2001/XMLSchema</namespace>
            </type>
        </namedTypedValue>
        <preferredEditor>legacy</preferredEditor>
        <offlineEnabled>false</offlineEnabled>
    </rule>
    <roleMap public="true">
        <role inherit="true" allowForAll="false" name="readers">
            <users/>
            <groups/>
        </role>
        <role inherit="true" allowForAll="false" name="authors">
            <users/>
            <groups/>
        </role>
        <role inherit="true" allowForAll="false" name="administrators">
            <users/>
            <groups/>
        </role>
        <role inherit="false" allowForAll="false" name="denyReaders">
            <users/>
            <groups/>
        </role>
        <role inherit="false" allowForAll="false" name="denyAuthors">
            <users/>
            <groups/>
        </role>
        <role inherit="false" allowForAll="false" name="denyAdministrators">
            <users/>
            <groups/>
        </role>
    </roleMap>
</contentHaul>
