[Mono-bugs] [Bug 77287][Nor] Changed - xsd hangs when generating classes for schema

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jan 17 01:38:09 EST 2006


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=77287

--- shadow/77287	2006-01-16 23:55:19.000000000 -0500
+++ shadow/77287.tmp.18502	2006-01-17 01:38:09.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77287
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.XML
 AssignedTo: atsushi at ximian.com                            
 ReportedBy: alp at atoker.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -22,6 +22,29 @@
 $ xsd xcb.xsd /classes
 
 ------- Additional Comments From alp at atoker.com  2006-01-16 23:55 -------
 Created an attachment (id=16358)
 The troublesome schema
 
+
+------- Additional Comments From atsushi at ximian.com  2006-01-17 01:38 -------
+Simplified:
+
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+  <xsd:element name="list">
+    <xsd:complexType>
+      <xsd:group ref="expression" />
+    </xsd:complexType>
+  </xsd:element>
+
+  <xsd:group name="expression">
+    <xsd:choice>
+      <xsd:element name="op">
+        <xsd:complexType>
+          <xsd:group ref="expression" />
+        </xsd:complexType>
+      </xsd:element>
+    </xsd:choice>
+  </xsd:group>
+
+</xsd:schema>


More information about the mono-bugs mailing list