p. 39: The example declaration of the name element is missing a closing right parenthesis. It should be:
name
<!ELEMENT name ( last_name | (first_name, ( (middle_name+, last_name) | (last_name?))) ) >