<?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>

