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=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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -22,6 +22,29 @@ $ xsd xcb.xsd /classes ------- Additional Comments From [EMAIL PROTECTED] 2006-01-16 23:55 ------- Created an attachment (id=16358) The troublesome schema + +------- Additional Comments From [EMAIL PROTECTED] 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> _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
