summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/valid/P59/ibm59v02.xml
blob: 2620bc4b2cdcbdac43073b27fc41e7fe14276b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml  version="1.0"?>
<!-- validity test for Production 59-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT one EMPTY>
 <!ELEMENT two EMPTY>
 <!ELEMENT num EMPTY>
 <!ATTLIST num value (one|two) #IMPLIED>
 ]>
 <test>
<num value = "one"></num>
This is a Positive test
The attribute values of type Enumeration match one of the Nmtoken tokens in the declaration.
</test>