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

Validation errors in OJS 3.2.0-3 #4

Open
galexioza opened this issue May 30, 2020 · 1 comment
Open

Validation errors in OJS 3.2.0-3 #4

galexioza opened this issue May 30, 2020 · 1 comment

Comments

@galexioza
Copy link

Validation errors:

Element '{http://pkp.sfu.ca}article', attribute 'section_ref': The attribute 'section_ref' is not allowed.
Element '{http://pkp.sfu.ca}article', attribute 'date_published': The attribute 'date_published' is not allowed.
Element '{http://pkp.sfu.ca}article', attribute 'seq': The attribute 'seq' is not allowed.
Element '{http://pkp.sfu.ca}title': This element is not expected. Expected is one of ( {http://pkp.sfu.ca}id, {http://pkp.sfu.ca}submission_file, {http://pkp.sfu.ca}artwork_file, {http://pkp.sfu.ca}supplementary_file, {http://pkp.sfu.ca}pkppublication, {http://pkp.sfu.ca}publication ).
Element '{http://pkp.sfu.ca}article', attribute 'section_ref': The attribute 'section_ref' is not allowed.
Element '{http://pkp.sfu.ca}article', attribute 'date_published': The attribute 'date_published' is not allowed.
Element '{http://pkp.sfu.ca}article', attribute 'seq': The attribute 'seq' is not allowed.
Element '{http://pkp.sfu.ca}title': This element is not expected. Expected is one of ( {http://pkp.sfu.ca}id, {http://pkp.sfu.ca}submission_file, {http://pkp.sfu.ca}artwork_file, {http://pkp.sfu.ca}supplementary_file, {http://pkp.sfu.ca}pkppublication, {http://pkp.sfu.ca}publication ).
@galexioza
Copy link
Author

Adding most article information into a new element that comes under

resolved many of these errors. However, some new ones came up, so various attributes need to be shuffled around and new attributes added to some elements:

Validation errors:

Element '{http://pkp.sfu.ca}article': The attribute 'stage' is required but missing.
Element '{http://pkp.sfu.ca}publication', attribute 'stage': The attribute 'stage' is not allowed.
Element '{http://pkp.sfu.ca}author': The attribute 'seq' is required but missing.
Element '{http://pkp.sfu.ca}author': The attribute 'id' is required but missing.
Element '{http://pkp.sfu.ca}submission_file': This element is not expected.
Element '{http://pkp.sfu.ca}article': The attribute 'stage' is required but missing.
Element '{http://pkp.sfu.ca}publication', attribute 'stage': The attribute 'stage' is not allowed.
Element '{http://pkp.sfu.ca}author': The attribute 'seq' is required but missing.
Element '{http://pkp.sfu.ca}author': The attribute 'id' is required but missing.
Element '{http://pkp.sfu.ca}submission_file': This element is not expected.

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

No branches or pull requests

1 participant