<!DOCTYPE catalog [
<!ELEMENT catalog (book+)>
<!ELEMENT book (title, contributor, publisher, publicationyear, subject, description, language)>
<!ELEMENT title (#PCDATA)>
<!ELEMENT contributor (#PCDATA)>
<!ELEMENT publisher (#PCDATA)>
<!ELEMENT publicationyear (#PCDATA)>
<!ELEMENT subject (#PCDATA)>
<!ELEMENT description (#PCDATA)>
<!ELEMENT language (#PCDATA)>
]>