09-13-2013 11:30 AM
09-18-2013 10:23 AM
<?xml version="1.0" encoding="UTF-8"?>
<!– Definition of new Model –>
<model name="ym:yourmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<description>Your Model</description>
<author>you</author>
<version>1.0</version>
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
</imports>
<namespaces>
<namespace uri="http://www.yourmoedelurl.com/model/content/1.0" prefix="ym"/>
</namespaces>
<types>
<!– Enterprise-wide generic document type –>
<type name="ym:ImagesSet">
<title>Minimum Custom Document</title>
<parent>cm:content</parent>
<properties>
<property name="ym:id">
<type>d:text</type>
<mandatory>false</mandatory>
</property>
<property name="ym:name">
<type>d:text</type>
<mandatory>false</mandatory>
</property>
…
</properties>
</type>
</types>
</model>
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.