<?xml  version="1.0"?>
<!-- syntax test for Production 63-->
<!DOCTYPE animal SYSTEM "ibm63n02.dtd"
[
<!ATTLIST attr a (tiger) #REQUIRED> 
]>
<animal a = "TIGER1">
Negative test. Extra '[' is used before IGNORE.
</animal>