mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Moving to root below branch label
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2005 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
119
config/alfresco/model/applicationModel.xml
Normal file
119
config/alfresco/model/applicationModel.xml
Normal file
@@ -0,0 +1,119 @@
|
||||
<model name="app:applicationmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
|
||||
|
||||
<description>Alfresco Application Model</description>
|
||||
<author>Alfresco</author>
|
||||
<published>2005-09-29</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"/>
|
||||
</imports>
|
||||
|
||||
<namespaces>
|
||||
<namespace uri="http://www.alfresco.org/model/application/1.0" prefix="app"/>
|
||||
</namespaces>
|
||||
|
||||
|
||||
<types>
|
||||
|
||||
<!-- TODO: Glossary will be revisited when implementation is better understood -->
|
||||
<type name="app:glossary">
|
||||
<parent>cm:folder</parent>
|
||||
<!--
|
||||
<mandatory-aspects>
|
||||
<aspect>CategoryContainable</aspect>
|
||||
</mandatory-aspects>
|
||||
<associations>
|
||||
<association name="app:namespace">
|
||||
<target-type>Category</target-type>
|
||||
<target-multiplicity>0..*</target-multiplicity>
|
||||
<source-mulitplicity>0..1<source-multiplicity>
|
||||
<duplicates-allowed>false</duplicates-allowed>
|
||||
</association>
|
||||
</associations>
|
||||
-->
|
||||
</type>
|
||||
|
||||
<type name="app:configurations">
|
||||
<title>Configurations</title>
|
||||
<parent>cm:systemfolder</parent>
|
||||
</type>
|
||||
|
||||
</types>
|
||||
|
||||
<aspects>
|
||||
|
||||
<aspect name="app:uifacets">
|
||||
<title>UI Facets</title>
|
||||
<parent>cm:titled</parent>
|
||||
<properties>
|
||||
<property name="app:icon">
|
||||
<type>d:text</type>
|
||||
</property>
|
||||
</properties>
|
||||
</aspect>
|
||||
|
||||
<aspect name="app:inlineeditable">
|
||||
<title>Inline Editable</title>
|
||||
<properties>
|
||||
<property name="app:editInline">
|
||||
<title>Edit Inline</title>
|
||||
<type>d:boolean</type>
|
||||
</property>
|
||||
</properties>
|
||||
</aspect>
|
||||
|
||||
<!-- TODO: Is this needed - should simpleworkflow ? -->
|
||||
<aspect name="app:workflow">
|
||||
<title>Workflow</title>
|
||||
</aspect>
|
||||
|
||||
<aspect name="app:simpleworkflow">
|
||||
<parent>app:workflow</parent>
|
||||
<properties>
|
||||
<property name="app:approveStep">
|
||||
<type>d:text</type>
|
||||
<protected>true</protected>
|
||||
</property>
|
||||
<property name="app:approveFolder">
|
||||
<type>d:noderef</type>
|
||||
<protected>true</protected>
|
||||
</property>
|
||||
<property name="app:approveMove">
|
||||
<type>d:boolean</type>
|
||||
</property>
|
||||
<property name="app:rejectStep">
|
||||
<type>d:text</type>
|
||||
<protected>true</protected>
|
||||
</property>
|
||||
<property name="app:rejectFolder">
|
||||
<type>d:noderef</type>
|
||||
<protected>true</protected>
|
||||
</property>
|
||||
<property name="app:rejectMove">
|
||||
<type>d:boolean</type>
|
||||
</property>
|
||||
</properties>
|
||||
</aspect>
|
||||
|
||||
<aspect name="app:configurable">
|
||||
<title>Configurable</title>
|
||||
<associations>
|
||||
<child-association name="app:configurations">
|
||||
<source>
|
||||
<mandatory>false</mandatory>
|
||||
<many>false</many>
|
||||
</source>
|
||||
<target>
|
||||
<class>app:configurations</class>
|
||||
<mandatory>false</mandatory>
|
||||
<many>false</many>
|
||||
</target>
|
||||
</child-association>
|
||||
</associations>
|
||||
</aspect>
|
||||
|
||||
</aspects>
|
||||
|
||||
</model>
|
Reference in New Issue
Block a user