[Mono-bugs] [Bug 76865][Nor] Changed - possible ambiguity detection
problem in xsd
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Dec 1 02:10:08 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 23:24:14.000000000 -0500
+++ shadow/76865.tmp.2880 2005-12-01 02:10:08.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 76865
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: jrwren at gmail.com
QAContact: mono-bugs at ximian.com
@@ -126,6 +126,21 @@
</xs:sequence>
</xs:complexType>
</xs:schema>
The cause of the bug is that it is chameleon schema (a schema without
targetNamespace).
+
+------- Additional Comments From atsushi at ximian.com 2005-12-01 02:10 -------
+Actually there was another UPA issue.
+
+<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:any namespace="##other" minOccurs="0" />
+ </xs:sequence>
+</xs:complexType>
+</xs:schema>
+
+Fixed in svn (r53748).
More information about the mono-bugs
mailing list