summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/valid/P60/ibm60v04.xml
blob: b0684edc9179d89a48eb6e981e22bf98ee449fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml  version="1.0"?>
<!-- validity test for Production 60-->
<!DOCTYPE test
 [
 <!ELEMENT test ANY>
 <!ELEMENT a EMPTY>
 <!ELEMENT b EMPTY>
 <!ELEMENT attr EMPTY>
 <!ELEMENT nametoken EMPTY>
 <!ATTLIST attr value (a|b) "a"> 
 <!ATTLIST nametoken namevalue NMTOKEN "hello">
  ]>
<test>
The default value specified for an attribute meets the 
lexical constraints of the declared attribute type.
</test>