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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: