Hello Roger,

in your example you got the input-type twice defined in the field:
<input-type  value-pairs-name="sespace-geographic">dropdown</input-type>
<input-type>dropdown</input-type>
remove
<input-type>dropdown</input-type>

and make sure you got a proper value_pairs list defined like:

<value-pairs value-pairs-name="sespace-geographic" 
dc-term="se_subject_geographic">
<pair>
<displayed-value>THE VALUE TO BE DISPLAYED</displayed-value>
<stored-value>THE VALUE TO BE STORED</stored-value>
</pair>
...
</value-pairs>

Hope this helps

Claudia
Am 24.03.2015 um 15:24 schrieb Roger Gillis:
> Hi everyone,
>
> I'm trying to customize my input-forms.xml to create a customized
> submission that contains references to a new metadata registry that I have
> enabled:
>
> I have a series of fields that look like this in my input-forms.xml:
>
>
>
>         <field>
>           <dc-schema>se</dc-schema>
>           <dc-element>subject</dc-element>
>           <dc-qualifier>geographic</dc-qualifier>
>           <!-- An input-type of twobox MUST be marked as repeatable -->
>           <repeatable>true</repeatable>
>           <label>Subject Keywords (Geographic)</label>
>           <input-type
> value-pairs-name="sespace-geographic">dropdown</input-type>
>           <input-type>dropdown</input-type>
>           <hint>Enter appropriate subject keywords describing geographic
> region of the resource or phrases below. </hint>
>           <required></required>
>
>         </field>
>
> I have created a new metadata schema (se) and put the element and qualifier
> in as well. Yet, I get this error when I attempt to update input-forms.xml
> as noted above:
>
> org.dspace.app.util.DCInputsReaderException: Error creating submission
> forms: org.xml.sax.SAXException: Form sespace, field subject.geographic has
> no name attribute
>
>
> Would anybody have an idea of steps I might have missed (e.g. with adding a
> new metadata schema in the registry, or otherwise...)
>
> Any help appreciated...
>
>
> Roger Gillis
>
> Mount Saint Vincent University Library
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
>
>
>
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette: 
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>

-- 
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@ub.tu-dortmund.de
www.ub.tu-dortmund.de


Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie 
ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der 
für diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den 
Absender und vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher 
Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung 
eines solchen Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. 
It is solely intended for the recipient. If you are not the intended 
recipient of this e-mail please contact the sender and delete this 
message. Thank you.
Without prejudice of e-mail correspondence our statements are only 
legally binding when they are made in the conventional written form 
(with personal signature) or when such documents are sent by fax.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to