Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enumerations should reflect the correct casing used in xsd. #86

Open
richardhallett opened this issue Apr 23, 2019 · 1 comment
Open
Assignees
Labels

Comments

@richardhallett
Copy link
Contributor

When validating DataCite XML against our schema XSD, sometimes errors are generated that are confusing because they do not take into account case sensitivity.

e.g.

"[facet 'enumeration'] the value 'personal' is not an element of the set {'organizational', 'personal'}. at line 6, column 0"

Which of course looks werird, the problem here is the enumeration for nameType here is actually "Organisation" and "Personal"

@mfenner mfenner transferred this issue from datacite/bolognese Jan 1, 2021
@mfenner mfenner added the bug label Jan 1, 2021
@mfenner mfenner self-assigned this Jan 1, 2021
@mfenner mfenner removed their assignment Jul 13, 2021
@KellyStathis KellyStathis self-assigned this Dec 5, 2022
@KellyStathis
Copy link
Contributor

@richardhallett is this still an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants