You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Situation in the algo
If an element does not have a datatype, it is automatically considered a compelx type.
this leads in this case to the given name becoming a text input field.
How is it supposed to work?
the algorithm would have to be changed as follows.
If an element does not have a datatype but also contains other elements as children, one can assume that it is an element of the type string.
If this is set, a text input field is also specified in the form.
How can it be reproduced?
No response
Do you get any exceptions?
No response
What kind of system do you use?
No response
Which task(s) is/are related to this issue?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What is going wrong?
in the data cite xsd there are simple elements like given name that do not have a datatype.
https://schema.datacite.org/meta/kernel-4.4/metadata.xsd
Current Situation in the algo
If an element does not have a datatype, it is automatically considered a compelx type.
this leads in this case to the given name becoming a text input field.
How is it supposed to work?
the algorithm would have to be changed as follows.
If an element does not have a datatype but also contains other elements as children, one can assume that it is an element of the type string.
If this is set, a text input field is also specified in the form.
How can it be reproduced?
No response
Do you get any exceptions?
No response
What kind of system do you use?
No response
Which task(s) is/are related to this issue?
No response
The text was updated successfully, but these errors were encountered: