u<!ELEMENT
novel
u (preface,chapter+,biography?)>
u<!ELEMENT
preface (paragraph+)>
u<!ELEMENT
chapter (title,paragraph+,section+)>
u<!ELEMENT
section (title,paragraph+)>
u<!ELEMENT
biography (title,paragraph+)>
u<!ELEMENT
paragraph (#PCDATA|keyword)*>
u<!ELEMENT
title (#PCDATA|keyword)*>
u<!ELEMENT
keyword (#PCDATA)>