summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/invalid/P41/ibm41i01.xml
blob: 05d67ade19ecde0e94f6204ff7c36c61fcd0ffb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<!DOCTYPE root [
  <!ELEMENT root (#PCDATA|b)* >
  <!ELEMENT b (#PCDATA) >
  <!ATTLIST b attr2 (abc|def) "abc">
  <!ATTLIST b attr3 CDATA #FIXED "fixed">
]>
<root>
  <b attr1="value1" attr2="def" attr3="fixed">attr1 not declared</b>
</root>
<!--* testing VC:Attribute Value Type  *-->