mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-09 17:45:10 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2005 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
55 lines
1.6 KiB
XML
55 lines
1.6 KiB
XML
<model name="rule:rulemodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
|
|
|
|
<description>Alfresco Rule Model</description>
|
|
<author>Alfresco</author>
|
|
<published>2005-08-16</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/action/1.0" prefix="act"/>
|
|
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
|
|
</imports>
|
|
|
|
<namespaces>
|
|
<namespace uri="http://www.alfresco.org/model/rule/1.0" prefix="rule"/>
|
|
</namespaces>
|
|
|
|
|
|
<types>
|
|
|
|
<type name="rule:rule">
|
|
<title>Rule</title>
|
|
<parent>act:compositeaction</parent>
|
|
<properties>
|
|
<property name="rule:ruleType">
|
|
<type>d:text</type>
|
|
<mandatory>true</mandatory>
|
|
</property>
|
|
<property name="rule:applyToChildren">
|
|
<type>d:boolean</type>
|
|
<mandatory>true</mandatory>
|
|
</property>
|
|
</properties>
|
|
</type>
|
|
|
|
</types>
|
|
|
|
<aspects>
|
|
|
|
<aspect name="rule:rules">
|
|
<title>Rules</title>
|
|
<associations>
|
|
<child-association name="rule:ruleFolder">
|
|
<target>
|
|
<class>cm:systemfolder</class>
|
|
<mandatory>false</mandatory>
|
|
<many>false</many>
|
|
</target>
|
|
</child-association>
|
|
</associations>
|
|
</aspect>
|
|
|
|
</aspects>
|
|
|
|
</model> |