XML schema ambiguity
--------------------
Key: IVY-750
URL: https://issues.apache.org/jira/browse/IVY-750
Project: Ivy
Issue Type: Bug
Affects Versions: 2.0.0-beta-2
Reporter: Adrian Sandor
While running ivy built from svn, trying to resolve an ivy file, I got this
message:
[Error] :43:30: cos-nonambig: "":license 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.
It doesn't seem to affect the functionality.
Xavier commented: "this probably due to the xs:any we have added in the info
tag definition in our xsd. Adding a namespace="##other" to the xs:any to tell
the parser that any element *from other namespace* is allowed should fix the
problem"
Also see IVY-156
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.