<!-- <manualpage> is the root element -->
<!ELEMENT manualpage (relativepath, parentdocument?, title, summary?,
seealso*, section*)>
+
+<!ATTLIST manualpage metafile CDATA #REQUIRED>
identifier? , compatibility? , summary? , seealso* , section*,
directivesynopsis*)>
+<!ATTLIST modulesynopsis metafile CDATA #REQUIRED>
+
<!ELEMENT directivesynopsis (name , description? , syntax? , default?
, contextlist? , override? , modulelist?, status?, compatibility? ,
usage?, seealso*)>
<!-- Used in index.xml -->
<!ELEMENT moduleindex (title, summary, seealso*, sitemap)>
+<!ATTLIST moduleindex metafile CDATA #REQUIRED>
+
<!-- Used in directive.xml -->
<!ELEMENT directiveindex (title | summary | sitemap)+>
+<!ATTLIST directiveindex metafile CDATA #REQUIRED>
+
<!-- Used in quickreference.xml -->
<!ELEMENT quickreference (title | summary | legend | sitemap)+>
+<!ATTLIST quickreference metafile CDATA #REQUIRED>
+
<!ELEMENT legend (table, table)>
<!-- <sitemap> is the root element -->
<!ELEMENT sitemap (relativepath, title, summary?, seealso*, category*)>
+<!ATTLIST sitemap metafile CDATA #REQUIRED>
+
<!-- <indexpage> is another root element -->
<!ELEMENT indexpage (relativepath, parentdocument, title, category*)>
+<!ATTLIST indexpage metafile CDATA #REQUIRED>
+
<!ELEMENT category (title, page*, modulefilelist? )>
<!ATTLIST category id ID #IMPLIED>