1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-27 14:03:36 +03:00
libxml2/test/VC/UniqueElementTypeDeclaration2

9 lines
207 B
XML

<?xml version="1.0"?>
<!DOCTYPE a [
<!ELEMENT a (#PCDATA | b | c)*>
<!ELEMENT b (#PCDATA)>
<!ELEMENT c (#PCDATA)>
<!ELEMENT a (#PCDATA | b | c)*>
]>
<a> violates [ VC: Unique Element Type Declaration ] </a>