How to Write a File Data Resource Configuration Document

To write a data resource configuration document to expose a files data resource:

  1. Copy the following XML document:
    <?xml version="1.0" encoding="UTF-8"?>
    <dataResourceConfig
      xmlns="http://ogsadai.org.uk/namespaces/2005/10/config">
      <documentation>
        MY-COMMENTS
      </documentation>
      <dataResource>
        <rootDirectory>DIRECTORY</rootDirectory>
      </dataResource>
    </dataResourceConfig>
    
  2. Optionally, replace MY-COMMENTS with some suitable text describing your data resource, or just remove it.
  3. Replace DIRECTORY with the root of the directory containing the file system to be exposed. For example: