Hi Hlias, you may have multiple instance of one metadatafield. A good example in the default submission are the author and subject fields.
The metadata registry in [yourDSpaceURL]/dspace-admin is for managing which metadata schemas with wich fields are present. In a schema a metadata field (consisting of element and qualifierwhich might be null) must be unique. As for input fields displayed in the submission interface, this can be configured via [dspace]/config/input-forms.xml. To have a repeatable field, you have to changed the <field> in the input-forms.xml setting <repeatable>true<repeatable> Example: the submission form author in the input-forms.xml <field> <dc-schema>dc</dc-schema> <dc-element>contributor</dc-element> <dc-qualifier>author</dc-qualifier> <repeatable>true</repeatable> <label>Authors</label> <input-type>name</input-type> <hint>Enter the names of the authors of this item below.</hint> <required></required> </field> hope that helps Claudia Hlias Stavrakis schrieb: > Hi, > i'm new to the community an i would like to ask if a metadata element in > DSpace that discribes > an item may have more than one values without declaring qualifiers. > The form in admin UI allows the text description but doesn't seem to provide > more that one inputs. > > Any comment would be very helpfull > Thanks > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

