<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<!-- list of attributes-->

<!DOCTYPE name 
  [
  <!ELEMENT name (#PCDATA) >
  <!ATTLIST name citizenship CDATA #REQUIRED 
                    residence CDATA #REQUIRED >
 ] >
<name residence='United States of America' citizenship="United Kingdom">
  Tom, Tom, the pipers son
</name>