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