<!-- edited with XMLSPY v5 rel. 3 U (http://www.xmlspy.com) by Bonnie B Yelverton (private) -->
<!ELEMENT WebSite (Title, Author, LastUpdate, Copyright?, Logo, Preface, Section*, Page+, Glossary)>
<!ELEMENT Title (#PCDATA)>
<!ELEMENT Author (#PCDATA)>
<!ELEMENT LastUpdate (#PCDATA)>
<!ELEMENT Copyright (#PCDATA)>
<!ELEMENT Logo (Image)>
<!ELEMENT Page (Logo*, Title, Preface?, Section+)>
<!ELEMENT Glossary (Definition+)>
<!ELEMENT Preface (Paragraph+)*>
<!ELEMENT Section (Title, (Paragraph | Image | Table | List)+)>
<!ELEMENT Definition (Term, Meaning+)>
<!ELEMENT Paragraph (#PCDATA | Indexed | GlossaryTerm | Emphasis | Quotation | WebLink)*>
<!ELEMENT Image EMPTY>
<!ATTLIST Image
url CDATA #REQUIRED
height CDATA #REQUIRED
width CDATA #REQUIRED
>
<!ELEMENT Table (Title*, HeaderRow*, Row+)>
<!ELEMENT List (Item+)>
<!ATTLIST List
ordered (yes | no) #REQUIRED
>
<!ELEMENT Term (#PCDATA | Indexed)*>
<!ATTLIST Term
id ID #REQUIRED
>
<!ELEMENT Meaning (#PCDATA | Indexed | GlossaryTerm | Emphasis | Quotation | WebLink)*>
<!ELEMENT Indexed (#PCDATA | Emphasis | GlossaryTerm)*>
<!ELEMENT GlossaryTerm (#PCDATA)>
<!ATTLIST GlossaryTerm
id IDREF #REQUIRED
>
<!ELEMENT Emphasis (#PCDATA)>
<!ELEMENT Quotation (#PCDATA)>
<!ELEMENT WebLink (#PCDATA)>
<!ATTLIST WebLink
url CDATA #REQUIRED
>
<!ELEMENT HeaderRow (Cell+)>
<!ELEMENT Row (Cell+)>
<!ELEMENT Item (#PCDATA | Indexed | GlossaryTerm | Emphasis | Quotation | WebLink)*>
<!ELEMENT Cell (#PCDATA | Indexed | GlossaryTerm | Emphasis | Quotation | WebLink)*>

