summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/qxmlstream/XML-Test-Suite/xmlconf/ibm/invalid/P56/ibm56i18.xml
blob: 7ee173ba7f8745a11bb37c79c2030fd90a5382f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml  version="1.0"?>
<!-- validity constraint check for Production 56(Negative Test)-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT nametokens EMPTY>
 <!ATTLIST nametokens thistoken NMTOKENS #IMPLIED>
]>
<test>
<nametokens thistoken = "@lang y: #country"></nametokens>
In an attribute declaration, values of type NMTOKENS does not match the Nmtokens production
</test>