01-30-2012 12:50 PM
01-30-2012 01:00 PM
02-02-2012 06:13 AM
<?xml version="1.0" encoding="UTF-8"?>
<model name="sc:examplemodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional metadata about the model –>
<description>Example Model</description>
<author>User</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 –>
<namespaces>
<namespace uri="example.model" prefix="sc"/>
</namespaces>
<!– Type and Aspect definitions go here –>
<types>
<type name="sc:generalmodel">
<title>General Model</title>
<parent>cm:content</parent>
<properties>
<property name="sc:meta1">
<type>d:text</type>
<mandatory>false</mandatory>
</property>
</properties>
</type>
</types>
</model>
02-02-2012 09:12 AM
02-06-2012 06:56 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.