[Mono-bugs] [Bug 53668][Nor] New - XmlSchemaAny for any attribute in schema has null namespace
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 31 Jan 2004 09:32:03 -0500 (EST)
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 tcabanski@oai.cc.
http://bugzilla.ximian.com/show_bug.cgi?id=53668
--- shadow/53668 2004-01-31 09:32:03.000000000 -0500
+++ shadow/53668.tmp.31928 2004-01-31 09:32:03.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 53668
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.XML
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tcabanski@oai.cc
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XmlSchemaAny for any attribute in schema has null namespace
+
+Back to the nasty JDF schema.
+
+JmfRootMessage is an extension of BaseElement_. The BaseElement_ complex
+type includes the following:
+
+<xs:anyAttribute namespace="##other" processContent="strict"/>
+
+This gets represented in Mono as an XmlSchemaAny with Namespace = NULL.
+Microsoft has Namespace = "##other" as I would expect.