summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/xml/qxmlstream/XML-Test-Suite/xmlconf/ibm/valid/P60/ibm60v03.xml
blob: f5d1449f9c54456486aced3cc9723331d8eb56df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml  version="1.0"?>
<!-- validity test for Production 60-->
<!DOCTYPE Java 
 [
 <!ELEMENT Java ANY>
 <!ELEMENT one EMPTY>
 <!ATTLIST one chapter CDATA #FIXED "Introduction">
  ]>
<Java>
<one chapter="Introduction"></one>
An attribute has a default value declared with the #FIXED keyword, 
and an instances of that attribute is given a value which is exactly 
the same as the default value in the declaration. 
</Java>