<!ELEMENT book (title, author, quote?, chapter+)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT author (#PCDATA)>
<!ELEMENT quote (p+, source)>
<!ELEMENT source (#PCDATA)>
<!ELEMENT chapter (title?, p+)>
<!ELEMENT p (#PCDATA)>
<!ATTLIST chapter number CDATA #REQUIRED>
