04-04-2011 03:35 PM
<?xml version="1.0" encoding="UTF-8"?>
<!– Definition of new Model –>
<model name="ls:lsmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Learning Suite Model</description>
<author>George George</author>
<version>1.0</version>
<!– Imports are required to allow references to definitions in other models –>
<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" />
<import uri="http://www.alfresco.org/model/system/1.0" prefix="sys" />
</imports>
<namespaces>
<namespace uri="http://www.company.edu/ls/model/content/1.0" prefix="ls" />
</namespaces>
<types>
<type name="ls:document">
<title>Lesson</title>
<parent>cm:content</parent>
<properties>
<property name="ls:filename">
<title>File Name</title>
<type>d:text</type>
</property>
<property name="ls:classID">
<title>Section Number</title>
<type>d:text</type>
</property>
<property name="ls:description">
<title>Description</title>
<type>d:text</type>
</property>
</properties>
<mandatory-aspects>
<aspect>cm:titled</aspect>
</mandatory-aspects>
</type>
</types>
</model>
04-04-2011 06:17 PM
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.