<!-- file_store DTD Version 3.0 -->
<!-- ALL CONTENTS COPYRIGHT 2008, OOP-Research Corporation. -->
<!-- All rights reserved. -->
<!-- Any questions and comments are welcome to -->
<!-- tech@oop-research.com -->

<!ELEMENT file-store configuration+>

<!ELEMENT configuration (id4configuration, sql-record-manager, root-dir-id, root-dir-manager)>

<!ELEMENT sql-record-manager (fqcn, params4init)>

<!ELEMENT root-dir-id (fqcn, params4init)>

<!ELEMENT root-dir-manager (fqcn, root+)>

<!ELEMENT params4init (param+)>

<!ELEMENT param (key, value)>

<!ELEMENT root (id4root, params4init)>

<!ELEMENT id4configuration (#PCDATA)>

<!ELEMENT fqcn (#PCDATA)>

<!ELEMENT key (#PCDATA)>

<!ELEMENT value (#PCDATA)>

<!ELEMENT id4root (#PCDATA)>


