Files
alfresco-community-repo/source/test-resources/org/alfresco/repo/model/filefolder/testModel.xml
2013-08-20 17:17:31 +00:00

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>