Daisy documentation
 PreviousHomeNext 
7.4.2 The info/meta.xml fileBook Index7.4.4 The info/variants.xml file

7.4.3 The info/namespaces.xml file

This file lists the namespaces that are used by the documents.

Example structure:

<?xml version="1.0"?>
<namespaces>
  <namespace name="FOO" fingerprint="20765a57796f4a774912606..." required="true"/>
  <namespace name="BAR" fingerprint="some finger print" required="false"/>
</namespaces>

Each namespace is listed with its name and fingerprint. The required attribute indicates whether the namespace is really required in order for the import to succeed. Namespaces that are really required are those of the documents themselves and those used in link-type fields. Non-required namespaces are those used in links in documents (all links outside the link-type fields). Usually the import tool will register all namespaces, unless the user running the import does not have the Administrator role. In that case, the import can continue if there are some non-required namespaces which are not registered.

 PreviousHomeNext 
7.4.2 The info/meta.xml file7.4.4 The info/variants.xml file