Thx Ray!
After an other test, I realize that it's not the Save on MetadataSet which does not work but the Select. And because of that, it's not possible to select a MetadataSet to link it with a DocumentType. (I was looking on the wrong DB table, oops).
But I am on the trunk (SVN trunk, which seems to be updated once a day. So, going on Git right now) and I got still this error.
I will change values directly on the DB until it will be fixed. It's not a problem for what I need to achieve.
Edit:I looked on DB and I find some errors on the XSD saved as MetadataSet:
according to the attached picture, the name of the field Copyright should be "copyright_txt". But it has kept the default name. It's exactly the same thing for all other field types.
1<?xml version="1.0"?>
2
3<root available-locales="fr_FR" default-locale="fr_FR">
4 <dynamic-element dataType="string" name="text1902" type="text">
5 <meta-data locale="fr_FR">
6 <entry name="required"><![CDATA[true]]></entry>
7 <entry name="label"><![CDATA[Copyright]]></entry>
8 <entry name="predefinedValue"><![CDATA[]]></entry>
9 <entry name="showLabel"><![CDATA[true]]></entry>
10 <entry name="style"><![CDATA[]]></entry>
11 <entry name="tip"><![CDATA[]]></entry>
12 <entry name="fieldCssClass"><![CDATA[aui-w25]]></entry>
13 <entry name="width"><![CDATA[25]]></entry>
14 </meta-data>
15 </dynamic-element>
16 <dynamic-element dataType="string" name="text3627" type="text">
17 <meta-data locale="fr_FR">
18 <entry name="required"><![CDATA[true]]></entry>
19 <entry name="label"><![CDATA[Legend]]></entry>
20 <entry name="predefinedValue"><![CDATA[]]></entry>
21 <entry name="showLabel"><![CDATA[true]]></entry>
22 <entry name="style"><![CDATA[]]></entry>
23 <entry name="tip"><![CDATA[]]></entry>
24 <entry name="fieldCssClass"><![CDATA[aui-w25]]></entry>
25 <entry name="width"><![CDATA[25]]></entry>
26 </meta-data>
27 </dynamic-element>
28 <dynamic-element dataType="date" fieldNamespace="ddm" name="ddm-date5148" type="ddm-date">
29 <meta-data locale="fr_FR">
30 <entry name="required"><![CDATA[false]]></entry>
31 <entry name="label"><![CDATA[Date]]></entry>
32 <entry name="predefinedValue"><![CDATA[]]></entry>
33 <entry name="showLabel"><![CDATA[true]]></entry>
34 <entry name="style"><![CDATA[]]></entry>
35 <entry name="tip"><![CDATA[]]></entry>
36 <entry name="fieldCssClass"><![CDATA[aui-w25]]></entry>
37 <entry name="width"><![CDATA[25]]></entry>
38 </meta-data>
39 </dynamic-element>
40</root>