<!--
This is a DTD for Microsoft's HTML Help collection registry files.

This DTD is part of the HTML Help (HH) (Preliminary) Unofficial Specification
Which is available at: http://www.nongnu.org/chmspec/latest/

FIXME: Public identifier:
	PUBLIC "-//Pabs//DTD HHCOLREG 2003????//EN"

URI for the DTD
	http://www.nongnu.org/chmspec/latest/hhcolreg.dat.dtd

Copyright (c) 2002, 2003 Paul Wise et al., All Rights Reserved.
Licenced under the GNU GPL.
-->

<!ELEMENT XML - - (HTMLHelpDocInfo)* >
<!ELEMENT HTMLHelpDocInfo  - - (Collections|Locations|DocCompilations)* >
<!ELEMENT Collections Collection >
<!ELEMENT Locations Location >
<!ELEMENT DocCompilations DocCompilation >
<!ELEMENT Collection (ColNum ColName) >
<!ELEMENT Location (LocColNum LocName TitleString LocPath Volume) >
<!ELEMENT DocCompilation (DocCompId DocCompLanguage LocationHistory) >
<!ELEMENT LocationHistory (ColNum TitleLocation IndexLocation QueryLocation LocationRef Version LastPromptedVersion TitleSampleLocation TitleQueryLocation SupportsMerge) >
<!ELEMENT (ColNum|ColName|LocColNum|LocName|TitleString|LocPath|Volume|DocCompId|DocCompLanguage|TitleLocation|IndexLocation|QueryLocation|LocationRef|Version|LastPromptedVersion|TitleSampleLocation|TitleQueryLocation|SupportsMerge) EMPTY >

<!ATTLIST (XML|HTMLHelpDocInfo|Collections|Locations|DocCompilations|Collection|Location|DocCompilation|LocationHistory) >
<!ATTLIST (ColName|LocName|TitleString|LocPath|Volume|DocCompId|TitleLocation|IndexLocation|QueryLocation|LocationRef|TitleSampleLocation|TitleQueryLocation) value CDATA >
<!ATTLIST (ColNum|LocColNum|DocCompLanguage|Version|LastPromptedVersion|SupportsMerge) value NUMBER >