https://bugzilla.novell.com/show_bug.cgi?id=376395
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=376395#c3 --- Comment #3 from Atsushi Enomoto <[EMAIL PROTECTED]> 2008-04-02 13:21:54 MST --- Am sorry for spamming ;-) minimal instance: <A> <B> <E /> </B> </A> minimal schema: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="A"> <xs:complexType> <xs:sequence> <xs:element name="B"> <xs:complexType> <xs:sequence> <xs:choice> <xs:element name="C" minOccurs="0" /> <xs:element name="D" minOccurs="0" /> </xs:choice> <xs:element name="E" /> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
