<?xml  version="1.0"?>
<!-- syntax test for Production 63-->
<!DOCTYPE animal SYSTEM "ibm63n03.dtd"
[
<!ELEMENT animal ANY>
<!ELEMENT tiger (#PCDATA)>
<!ATTLIST animal a (tiger) #REQUIRED> 
]>
<animal a = "TIGER1">
Negative test.  Wrong character.
</animal>