mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
- Moved unused ML constructs to deprecated model file - cm:titled has d:mltext properties This change should be backwards compatible git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4583 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
50 lines
1.6 KiB
XML
50 lines
1.6 KiB
XML
<model name="cm:deprecated_contentmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
|
|
|
|
<description>Deprecated Content Domain Model Types and Aspects</description>
|
|
<author>Alfresco</author>
|
|
<published>2006-12-12</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/system/1.0" prefix="sys"/>
|
|
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
|
|
</imports>
|
|
|
|
<aspects>
|
|
|
|
<aspect name="cm:localizable">
|
|
<title>Localizable</title>
|
|
<properties>
|
|
<property name="cm:locale">
|
|
<title>Locale</title>
|
|
<type>d:category</type>
|
|
</property>
|
|
</properties>
|
|
</aspect>
|
|
|
|
<aspect name="cm:translatable">
|
|
<title>Translatable</title>
|
|
<parent>cm:localizable</parent>
|
|
<associations>
|
|
<association name="cm:translations">
|
|
<title>Translations</title>
|
|
<source>
|
|
<role>cm:translationOf</role>
|
|
<mandatory>false</mandatory>
|
|
<many>false</many>
|
|
</source>
|
|
<target>
|
|
<class>cm:content</class>
|
|
<role>cm:hasTranslation</role>
|
|
<mandatory>false</mandatory>
|
|
<many>true</many>
|
|
</target>
|
|
</association>
|
|
</associations>
|
|
</aspect>
|
|
|
|
</aspects>
|
|
|
|
</model>
|