-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathjconon_nuovo_allegato_model.xml
36 lines (36 loc) · 1.64 KB
/
jconon_nuovo_allegato_model.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model xmlns="http://www.alfresco.org/model/dictionary/1.0" name="jconon_nuovo_allegato:jconon_nuovo_allegatoModel">
<description>JCONON Nuovo Allegato Model</description>
<version>1.0</version>
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0" prefix="d"/>
<import uri="http://www.alfresco.org/model/content/1.0" prefix="cm"/>
<import uri="http://www.cnr.it/model/jconon_attachment/cmis" prefix="jconon_attachment" />
</imports>
<namespaces>
<namespace uri="http://www.nuovoente.it/model/jconon_nuovo_allegato/cmis" prefix="jconon_nuovo_allegato"/>
</namespaces>
<types>
<type name="jconon_nuovo_allegato:attachment">
<title>Nuova Dichiarazione</title>
<description>Nuova Dichiarazione</description>
<parent>jconon_attachment:document_mono</parent>
<properties>
<property name="jconon_nuovo_allegato:dichiarazione_dsa">
<title>Dichiarazione DSA</title>
<description>Dichiarazione DSA</description>
<type>d:text</type>
<mandatory>false</mandatory>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>both</tokenised>
</index>
</property>
</properties>
<mandatory-aspects>
<aspect>jconon_attachment:generic_document</aspect>
</mandatory-aspects>
</type>
</types>
</model>