mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4329 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4331 . svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4332 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V1.4@4339 . git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4653 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
58 lines
1.7 KiB
XML
58 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<model name="fm:forummodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
|
|
|
|
<description>Forum Model</description>
|
|
<author></author>
|
|
<version>1.0</version>
|
|
|
|
<!-- Imports are required to allow references to definitions in other models -->
|
|
<imports>
|
|
<!-- Import Alfresco Dictionary Definitions -->
|
|
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
|
|
<!-- Import Alfresco Content Domain Model Definitions -->
|
|
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
|
|
</imports>
|
|
|
|
<namespaces>
|
|
<namespace uri="http://www.alfresco.org/model/forum/1.0" prefix="fm"/>
|
|
</namespaces>
|
|
|
|
<types>
|
|
<type name="fm:forums">
|
|
<parent>cm:folder</parent>
|
|
</type>
|
|
|
|
<type name="fm:forum">
|
|
<parent>cm:folder</parent>
|
|
</type>
|
|
|
|
<type name="fm:topic">
|
|
<parent>cm:folder</parent>
|
|
</type>
|
|
|
|
<type name="fm:post">
|
|
<parent>cm:content</parent>
|
|
</type>
|
|
</types>
|
|
|
|
<aspects>
|
|
<aspect name="fm:discussable">
|
|
<associations>
|
|
<child-association name="fm:discussion">
|
|
<source>
|
|
<mandatory>false</mandatory>
|
|
<many>false</many>
|
|
</source>
|
|
<target>
|
|
<class>fm:forum</class>
|
|
<mandatory enforced="true">true</mandatory>
|
|
<many>false</many>
|
|
</target>
|
|
<duplicate>false</duplicate>
|
|
</child-association>
|
|
</associations>
|
|
</aspect>
|
|
</aspects>
|
|
|
|
</model> |