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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
