<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<contentHaul xmlns:a="http://www.appian.com/ae/types/2009">
    <communityKnowledgeCenter>
        <name>${knowledgeCenter_name}</name>
        <uuid>${knowledgeCenter_uuid}</uuid>
        <description>${knowledgeCenter_desc}</description>
        <parentUuid>SYSTEM_COMMUNITY_ROOT</parentUuid>
        <visibility>
            <advertise>true</advertise>
            <hierarchy>true</hierarchy>
            <indexable>true</indexable>
            <quota>false</quota>
            <searchable>true</searchable>
            <system>false</system>
            <unlogged>false</unlogged>
        </visibility>
        <expirationDays>0</expirationDays>
    </communityKnowledgeCenter>
    <roleMap public="true">
        <role allowForAll="false" inherit="false" name="readers">
            <users/>
            <groups/>
        </role>
        <role allowForAll="false" inherit="false" name="authors">
            <users/>
            <groups>
                <groupUuid>${collaborators_group_uuid}</groupUuid>
            </groups>
        </role>
        <role allowForAll="false" inherit="true" name="administrators">
            <users/>
            <groups>
                <groupUuid>${administrators_group_uuid}</groupUuid>
            </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>
