4Science / DSpace

This repository contains the 4Science optimized DSpace & DSpace-CRIS distribution.
https://wiki.lyrasis.org/display/DSPACECRIS/
BSD 3-Clause "New" or "Revised" License
42 stars 61 forks source link

resolve XML schema violations in submission-forms.xml #333

Closed saschaszott closed 1 year ago

saschaszott commented 1 year ago

Description

The current version of submission-forms.xml is not schema valid (with respect to submission-forms.dtd).

The order of elements within field is in conflict with the element order given in the schema definition:

dc-schema, dc-element, dc-qualifier?, language?, repeatable?, label, style?, type-bind?, input-type, hint, required?, regex?, vocabulary?, visibility?, readonly?

Due to the large amount of errors in submission-forms.xml it is hard to determine "real schema conflicts" in the file editor / IDE.