Community
Participate
Working Groups
XMLType.ecore has inconsistent URI references; most use e.g. #//String to resolve internally, but a couple use the full URI and so may resolve elsewhere. Patch to follow.
Created attachment 192885 [details] Corrected URI references
It's produced by XSDEcoreBuilder from XMLType.xsd so it's not ideal simply to change it.
I modified the XSDEcoreBuilder so that XMLType.ecore only contains self references. This changes the generated XMLTypePackageImpl too. The changes are committed to CVS for 2.7.
The fix is available in 3.7RC3 and later.