Files
alfresco-community-repo/source/test-resources/org/alfresco/repo/node/NodeRefTestModel.xml
Alan Davis 5cd5cf6dc0 Merged 5.2.N (5.2.1) to HEAD (5.2)
124214 amorarasu: Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
      124088 amorarasu: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
         123487 mward: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
            123142 mward: ACE-5120: further test fixes


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@127734 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2016-06-03 15:54:34 +00:00

97 lines
2.6 KiB
XML

<model name="node-ref-test:nodeservice"
xmlns="http://www.alfresco.org/model/dictionary/1.0">
<description>Test Model for NodeService tests</description>
<author>Alfresco</author>
<published>2005-06-05</published>
<version>0.1</version>
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys"/>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
</imports>
<namespaces>
<namespace uri="http://www.alfresco.org/test/NodeRefTestModel"
prefix="node-ref-test"/>
</namespaces>
<types>
<type name="node-ref-test:testType">
<title>Content</title>
<parent>cm:content</parent>
<archive>false</archive>
<properties>
<property name="node-ref-test:category1">
<type>d:category</type>
<mandatory>false</mandatory>
<multiple>false</multiple>
</property>
<property name="node-ref-test:categories1">
<type>d:category</type>
<mandatory>false</mandatory>
<multiple>true</multiple>
</property>
<property name="node-ref-test:noderef1">
<type>d:noderef</type>
<mandatory>false</mandatory>
<multiple>false</multiple>
</property>
<property name="node-ref-test:noderefs1">
<type>d:noderef</type>
<mandatory>false</mandatory>
<multiple>true</multiple>
</property>
</properties>
</type>
</types>
<aspects>
<aspect name="node-ref-test:singleCategory">
<title>Single Category</title>
<properties>
<property name="node-ref-test:category">
<type>d:category</type>
<mandatory>false</mandatory>
<multiple>false</multiple>
</property>
</properties>
</aspect>
<aspect name="node-ref-test:multipleCategories">
<title>Multiple Categories</title>
<properties>
<property name="node-ref-test:categories">
<type>d:category</type>
<mandatory>false</mandatory>
<multiple>true</multiple>
</property>
</properties>
</aspect>
<aspect name="node-ref-test:singleNodeRef">
<title>Single Node Ref</title>
<properties>
<property name="node-ref-test:noderef">
<type>d:noderef</type>
<mandatory>false</mandatory>
<multiple>false</multiple>
</property>
</properties>
</aspect>
<aspect name="node-ref-test:multipleNodeRefs">
<title>Mutliple Node Refs</title>
<properties>
<property name="node-ref-test:noderefs">
<type>d:noderef</type>
<mandatory>false</mandatory>
<multiple>true</multiple>
</property>
</properties>
</aspect>
</aspects>
</model>