Hi, Claudia. Thank you for answering.<br>I got that. But there&#39;s some gap I can&#39;t understand. I&#39;ll give you an example to (try to) explain why it doesn&#39;t make sense:<br><br>Below, two fields from one of my forms:<br>
<br>&lt;field&gt;<br>          &lt;dc-schema&gt;dc&lt;/dc-schema&gt;<br>          &lt;dc-element&gt;subject&lt;/dc-element&gt;<br>          &lt;dc-qualifier/&gt;<br>          &lt;repeatable&gt;true&lt;/repeatable&gt;<br>          &lt;label&gt;Subject&lt;/label&gt;<br>
          &lt;input-type&gt;onebox&lt;/input-type&gt;<br>          &lt;hint/&gt;<br>          &lt;required/&gt;<br> &lt;/field&gt;<br><br>&lt;field&gt;<br>          &lt;dc-schema&gt;dc&lt;/dc-schema&gt;<br>          &lt;dc-element&gt;subject&lt;/dc-element&gt;<br>
<div style="margin-left: 40px;">&lt;dc-qualifier/&gt;<br></div>          &lt;repeatable&gt;false&lt;/repeatable&gt;<br>          &lt;label&gt;Keywords&lt;/label&gt;<br>          &lt;input-type&gt;onebox&lt;/input-type&gt;<br>
          &lt;hint/&gt;<br>          &lt;required/&gt;<br>&lt;/field&gt;<br><br>The first is the subject of the item itself. The other one is for the keywords&#39; field. I can&#39;t merge them into a single repeatable field, once they have different meanings. <br>
<br>So, how am I supposed to solve this, considering I can&#39;t have duplicated elements? Dublin Core and Dspace wouldn&#39;t limit the number of metadata, of fields, would them?<br><br>Well, maybe I could insert a qualifier for each element. But the official DC&#39;s qualifiers list* doesn&#39;t include as many qualifiers as I need. Can I write (create) any qualifier I want? Or is there any other solution I&#39;m not figuring out?<br>
<br><br>Yuri Gomes Cardenas<br><br>* <a href="http://dublincore.org/documents/usageguide/qualifiers.shtml">http://dublincore.org/documents/usageguide/qualifiers.shtml</a><br><br><br><div class="gmail_quote">2009/7/1 Claudia Jürgen <span dir="ltr">&lt;<a href="mailto:Claudia.Juergen@ub.uni-dortmund.de">Claudia.Juergen@ub.uni-dortmund.de</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Yuri,<br>
<br>
this is true with regards to the metadata registry. There an element got to be unique within a schema. As for the input forms, you can mark a field as repeatable to have the possibility to enter multiple values for a field, e.g.:<br>

       &lt;field&gt;<br>
         &lt;dc-schema&gt;dc&lt;/dc-schema&gt;<br>
         &lt;dc-element&gt;contributor&lt;/dc-element&gt;<br>
         &lt;dc-qualifier&gt;author&lt;/dc-qualifier&gt;<br>
         &lt;repeatable&gt;true&lt;/repeatable&gt;<br>
         &lt;label&gt;Authors&lt;/label&gt;<br>
         &lt;input-type&gt;name&lt;/input-type&gt;<br>
         &lt;hint&gt;Enter the names of the authors of this item below.&lt;/hint&gt;<br>
         &lt;required&gt;&lt;/required&gt;<br>
       &lt;/field&gt;<br>
<br>
Setting<br>
&lt;repeatable&gt;true&lt;/repeatable&gt;<br>
allows for multiple authors to be entered.<br>
<br>
Hope this helps<br>
<br>
Claudia Jürgen<br>
<br>
<br>
Yuri schrieb:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
Hi, everyone.<br>
<br>
I&#39;ve discovered that DSpace does not accept duplicated dc-elements for the<br>
same dc-schema. And discovered also that this verification is done in<br>
DCInputsReader, method checkForDups( ). But I don&#39;t understand the reason<br>
for it, once there are no problems about repeating elements in Dublin Core.<br>
<br>
And It doesn&#39;t seem a good idea to skip this verification in DSpace&#39;s code<br>
as well.<br>
<br>
Am I wrong, duplicated element are an important thing to check? And if so,<br>
does anyone know why?<br>
<br>
Thanks in advance.<br>
<br></div></div>
*Yuri Gomes Cardenas*<br>
<br>
<br>
<br>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
Dspace-general mailing list<br>
<a href="mailto:Dspace-general@mit.edu" target="_blank">Dspace-general@mit.edu</a><br>
<a href="http://mailman.mit.edu/mailman/listinfo/dspace-general" target="_blank">http://mailman.mit.edu/mailman/listinfo/dspace-general</a><br>
</blockquote>
</blockquote></div><br>