config.dtd file

The Menu Manager uses the config.dtd document type definition (DTD) file to validate the menumanagerconfig.xml file and check for errors.

The structure of the config.dtd is provided here for reference only; you cannot modify the contents of this file.


<?xml version='1.0' encoding="UTF-8"?>
<!ELEMENT project
   (#PCDATA)
>
<!ELEMENT file
   (#PCDATA)
>
<!ELEMENT dataset
   (#PCDATA)
>
<!ELEMENT root
   (project| file | dataset)*
>