xref: /aosp_15_r20/external/libxml2/test/schemas/restriction-enum-1_0.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<?xml version="1.0"?>
2<!-- This instance should raise an error, since in
3  "restriction-enum-1_1.xsd", the restricting enumeration
4  rules out the value "c" (which is allowed in the restricted
5  type).
6-->
7<foo>c</foo>
8