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

Eclipse Validation Error: Violate "Unique Particle Attribution" #5

Open
mitaes opened this issue Feb 26, 2013 · 3 comments
Open

Eclipse Validation Error: Violate "Unique Particle Attribution" #5

mitaes opened this issue Feb 26, 2013 · 3 comments

Comments

@mitaes
Copy link

mitaes commented Feb 26, 2013

Hi,

I get several errors in Eclipse on trying to validate the logback.xsd. They all reference "Unique Particle Attribution" in some way:

Example:
cos-nonambig: appender-ref and WC[##any](or elements from their substitution group) violate "Unique Particle Attribution". During validation against this schema, ambiguity would be created for those two particles.

@yangkun
Copy link

yangkun commented Oct 6, 2013

me, too. on STS-3.3.0

@Rober2D2
Copy link

Rober2D2 commented Dec 9, 2013

I am afraid there is no solution for that. Eclipse validates XSD files according to XSD 1.0 spec. In XSD 1.0, you can't put <xsd:anyAttribute /> after other attributes. For that, you need XSD 1.1. But eclipse is unable to validate according to XSD 1.1 spec. See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=312163

@nkatsar
Copy link
Collaborator

nkatsar commented Nov 12, 2014

This is no longer present in Eclipse Luna SR1 (4.4.1) (Spring Tool Suite - 3.6.2.RELEASE)

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

4 participants