mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-07 18:25:23 +00:00
This doesn't include the wrapper extractor, yet, but there are two extractors that extract metadata from Eclipse Project XML and Alfresco Model XML files. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5980 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
25 lines
669 B
XML
25 lines
669 B
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>Gavin Cornwell</author>
|
|
<version>1.0</version>
|
|
|
|
<imports>
|
|
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
|
|
<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>
|
|
|
|
</types>
|
|
|
|
</model> |