01-08-2009 05:55 AM
01-10-2009 02:57 PM
01-10-2009 03:04 PM
01-10-2009 07:26 PM
01-11-2009 05:32 AM
07-21-2009 08:47 AM
07-21-2009 01:44 PM
07-22-2009 07:02 AM
A document belongs to one space only.
You can however have zero, one or more associations between documents.
<type name="cm:folder">
<title>Folder</title>
<parent>cm:cmobject</parent>
<archive>true</archive>
<associations>
<child-association name="cm:contains">
[b]<source>
<mandatory>false</mandatory>
<many>true</many>
</source>[/b]
<target>
<class>sys:base</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
<duplicate>false</duplicate>
<propagateTimestamps>true</propagateTimestamps>
</child-association>
</associations>
</type>
<type name="usr:authorityContainer">
<title>Alfresco Authority Type</title>
<parent>usr:authority</parent>
<properties>
<!– The tokenisation set here is ignored - it is fixed for this type –>
<!– This is so you can not break group lookup –>
<property name="usr:authorityName">
<type>d:text</type>
<constraints>
<constraint ref="usr:authorityNameConstraint" />
</constraints>
</property>
<property name="usr:members">
<type>d:text</type>
<multiple>true</multiple>
</property>
<property name="usr:authorityDisplayName">
<type>d:text</type>
</property>
</properties>
<associations>
<child-association name="usr:member">
[b]<source>
<mandatory>false</mandatory>
<many>true</many>
</source>[/b]
<target>
<class>usr:authority</class>
<mandatory>false</mandatory>
<many>true</many>
</target>
<duplicate>false</duplicate>
</child-association>
</associations>
</type>
07-22-2009 07:09 AM
02-16-2010 06:31 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.