01-20-2012 07:33 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="ephesoft:demomodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
<!– Optional meta-data about the model –>
<description>VLC</description>
<author>Tjarda Peelen - VLC</author>
<version>0.1</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="com.ephesoftalfresco.demo" prefix="ephesoft"/> </namespaces>
<constraints />
<types>
<type name="ephesoft:document">
<title>ephesoft_scan</title>
<parent>cm:content</parent>
<properties>
<property name="ephesoft:state">
<title>State</title>
<type>d:text</type>
</property>
<property name="ephesoft:city">
<title>City</title>
<type>d:text</type>
</property>
</properties>
</type>
</types>
</model>
01-27-2012 07:44 PM
<config evaluator="string-compare" condition="DocumentLibrary">
<types>
<type name="cm:content">
<subtype name="ephesoft:document" />
</type>
</types>
</config>
Jeff
02-01-2012 07:59 AM
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.