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