02-26-2014 05:49 AM
02-27-2014 05:29 AM
03-03-2014 06:09 AM
<?xml version="1.0" encoding="UTF-8"?>
<!– Custom Model –>
<!– Note: This model is pre-configured to load at startup of the Repository. So, all custom –>
<!– types and aspects added here will automatically be registered –>
<model name="cu:referenceModel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>Custom Model</description>
<author></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>
<!– Introduction of new namespaces defined by this model –>
<!– NOTE: The following namespace custom.model should be changed to reflect your own namespace –>
<namespaces>
<namespace uri="reference.model" prefix="cu"/>
</namespaces>
<constraints>
<constraint name="cu:publishing_allowed" type="LIST">
<parameter name="allowedValues">
<list>
<value>Ja</value>
<value>Nein</value>
</list>
</parameter>
</constraint>
</constraints>
<types>
</types>
<aspects>
<aspect name="cu:projectreference">
<title>Projektreferenz</title>
<properties>
<property name="cu:year">
<title>Jahr</title>
<type>d:text</type>
<protected>false</protected>
<mandatory>false</mandatory>
<multiple>false</multiple>
</property>
<property name="cu:contactperson">
<title>Ansprechpartner</title>
<type>d:text</type>
<constraints>
<constraint ref="cm:userNameConstraint" />
</constraints>
</property>
<property name="cu:publishable">
<title>Veröffentlichung erlaubt</title>
<type>d:text</type>
<constraints>
<constraint ref="cu:publishing_allowed"/>
</constraints>
</property>
</properties>
</aspect>
</aspects>
</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.