libxml2/test/schemas/restriction-enum-1_0.xml
Kasimier T. Buchcik b63d2fab2d Fixed incorrect validation of restricted enumerations. Added related
* xmlschemas.c test/schemas/restriction-enum-1*
  result/schemas/restriction-enum-1*: Fixed incorrect
  validation of restricted enumerations. Added related
  regression tests.
2006-04-19 11:20:49 +00:00

8 lines
219 B
XML

<?xml version="1.0"?>
<!-- This instance should raise an error, since in
"restriction-enum-1_1.xsd", the restricting enumeration
rules out the value "c" (which is allowed in the restricted
type).
-->
<foo>c</foo>