 
					
				
		
07-21-2008 09:37 AM
<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>
07-24-2008 11:29 AM
 
					
				
		
07-25-2008 06:01 AM
07-25-2008 06:13 AM
 
					
				
				
			
		
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.