mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
51903 to 54309 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@54310 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
51 lines
1.4 KiB
XML
51 lines
1.4 KiB
XML
<model name="test:filefoldertest" xmlns="http://www.alfresco.org/model/dictionary/1.0">
|
|
|
|
<description>Alfresco Content Model</description>
|
|
<author>Alfresco</author>
|
|
<published>20012-02-23</published>
|
|
<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"/>
|
|
<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys"/>
|
|
</imports>
|
|
|
|
<namespaces>
|
|
<namespace uri="http://www.alfresco.org/test/filefoldertest/1.0" prefix="test"/>
|
|
</namespaces>
|
|
|
|
<data-types>
|
|
</data-types>
|
|
|
|
<constraints>
|
|
</constraints>
|
|
|
|
<types>
|
|
|
|
<type name="test:folder">
|
|
<title>Test Folder</title>
|
|
<parent>cm:folder</parent>
|
|
<archive>true</archive>
|
|
<associations>
|
|
<child-association name="test:contains1">
|
|
<source>
|
|
<mandatory>false</mandatory>
|
|
<many>true</many>
|
|
</source>
|
|
<target>
|
|
<class>sys:base</class>
|
|
<mandatory>false</mandatory>
|
|
<many>true</many>
|
|
</target>
|
|
<duplicate>false</duplicate>
|
|
<propagateTimestamps>true</propagateTimestamps>
|
|
</child-association>
|
|
</associations>
|
|
</type>
|
|
</types>
|
|
|
|
<aspects>
|
|
</aspects>
|
|
|
|
</model> |