[Mono-bugs] [Bug 76865][Nor] Changed - possible ambiguity detection
problem in xsd
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Nov 30 23:24:14 EST 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76865
--- shadow/76865 2005-11-30 20:25:23.000000000 -0500
+++ shadow/76865.tmp.31864 2005-11-30 23:24:14.000000000 -0500
@@ -111,6 +111,21 @@
Next time never set priority until you understand this:
http://bugzilla.ximian.com/bug_status.html#priority
(the link is immediate left side on the selection control)
The bug title did not seem to be set without considering; are you
really sure that those comments are the source of the problem?
+
+------- Additional Comments From atsushi at ximian.com 2005-11-30 23:24 -------
+another simplified testcase:
+
+<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'>
+<xs:complexType name="TestType">
+ <xs:sequence>
+ <xs:any namespace="##other" minOccurs="0" />
+ <xs:element name="Item" />
+ </xs:sequence>
+</xs:complexType>
+</xs:schema>
+
+The cause of the bug is that it is chameleon schema (a schema without
+targetNamespace).
More information about the mono-bugs
mailing list