<model name="erm:packageModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Package Model</description>
<author>Anthony Le Roux</author>
<version>1.0</version>
<!– Imports are required to allow references to definitions in other models –>
<imports>
<!– Import Alfresco Dictionary Definitions –>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<!– Import Alfresco Content Domain Model Definitions –>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
</imports>
<!– Introduction of new namespaces defined by this model –>
<!– NOTE: The following namespace my.new.model should be changed to reflect your own namespace –>
<namespaces>
<namespace uri="package.model" prefix="erm"/>
</namespaces>
<types>
<!– Definition of new Content Type: Package –>
<type name="erm:package">
<title>Package</title>
<parent>cm:folder</parent>
<properties>
<property name="erm:version">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="erm:status">
<type>d:text</type>
<default>Draft</default>
</property>
</properties>
</type>
</types>
</model>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.