[Mono-bugs] [Bug 376395] incorrect xml schema validation error

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Apr 2 15:21:54 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=376395

User atsushi at ximian.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=376395#c3





--- Comment #3 from Atsushi Enomoto <atsushi at ximian.com>  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.


More information about the mono-bugs mailing list