summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/eduni/errata-3e/E06h.xml
blob: 1b3f11aeb484db45e08fc5d5b2b2a0a492c5960c (plain)
1
2
3
4
5
6
<!-- Default values for enumerated attributes must match one of the enumerated values. -->
<!DOCTYPE foo [
<!ELEMENT foo EMPTY>
<!ATTLIST foo a (one|two|three) "four">
]>
<foo a="one"/>