01-10-2008 11:18 AM
<?xml version="1.0" encoding="UTF-8"?>
<model name="my:videomodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<description>File Video Model</description>
<author>Alfonso Manzo</author>
<version>1.0</version>
<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>
<namespaces>
<!– Define a Namespace for my new definitions –>
<namespace uri="my.video.model" prefix="my"/>
</namespaces>
<aspects>
<aspect name="my:videoClassification">
<title>Dettagli Video File</title>
<properties>
<property name="my:durata">
<title>Durata</title>
<type>d:text</type>
</property>
<property name="my:resolution">
<title>Risoluzione</title>
<type>d:text</type>
</property>
<property name="my:artista">
<title>Artista</title>
<type>d:text</type>
</property>
</properties>
</aspect>
</aspects>
</model>
01-21-2008 01:05 PM
01-21-2008 01:33 PM
01-22-2008 08:30 AM
02-11-2008 05:36 AM
<aspects>
<aspect name="my:videoClassification2">
<title>Dettagli Video File</title>
<properties>
<property name="my:keyframes">
<title>KeyFrames</title>
<type>d:text</type>
<!— Index content in the background –>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
</index>
</property>
</properties>
<associations>
<child-association name="my:frame">
<source>
<mandatory>false</mandatory>
<many>true</many>
</source>
<target>
<class>cm:content</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
</child-association>
</associations>
</aspect>
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.