10-12-2010 06:10 AM
<?xml version="1.0" encoding="UTF-8" ?>
- <!– Definition of new Model
–>
- <!– The important part here is the name - Note: the use of the ass: namespace
which is defined further on in the document
–>
- <model name="ass:assnewmodel" xmlns="http://www.alfresco.org/model/dictionary/1.0">
- <!– Optional meta-data about the model
–>
<description>Example assicurativa Model</description>
<author />
<version>1.0</version>
- <!– Imports are required to allow references to definitions in other models
–>
- <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 my.new.model should be changed to reflect your own namespace
–>
- <namespaces>
<namespace uri="ass.new.model" prefix="ass" />
</namespaces>
- <constraints>
- <constraint name="ass:allowedStatus" type="LIST">
- <parameter name="allowedValues">
- <list>
<value>non specificato</value>
<value>raccomandata</value>
<value>fax</value>
<value>prioritaria</value>
</list>
</parameter>
</constraint>
</constraints>
- <types>
- <!– Definition of new Content Type:assicurativa
–>
- <type name="ass:as">
<title>Assicurativa</title>
<parent>cm:content</parent>
- <properties>
- <property name="ass:cliente">
<type>d:text</type>
<mandatory>true</mandatory>
</property>
- <property name="ass:numero_Pratica_assicurativa">
<type>d:int</type>
<mandatory>true</mandatory>
</property>
- <property name="ass:lettera">
<type>d:text</type>
<mandatory>false</mandatory>
<default>non specificato</default>
- <constraints>
<constraint ref="ass:allowedStatus" />
</constraints>
</property>
</properties>
- <mandatory-aspects>
<aspect>cm:versionable</aspect>
</mandatory-aspects>
</type>
</types>
</model>
10-14-2010 07:17 PM
10-18-2010 06:15 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.