<!--***** ************************************************************* ******-->
<!--*****                   START OF DRIVER MODULE FOR OLIF DTD	        ******-->
<!--***** ************************************************************* ******-->

<!--***** ************************************************************* ******-->
<!--*****		    ADMINISTRATIVE INFORMATION			******-->
<!--***** ************************************************************* ******-->

<!--***** Version:
        *  $DateTime: 2002/02/07 16:44:13 $ $Revision: #10 $
        * Contents:
        *  Open Lexicon Interchange Format (OLIF) driver DTD
        * Public Identifier:
        *  -//OLIF Consortium:2002//DTD Open Lexicon Interchange Format 2.0//EN
        * System Identifier:
        *  olif.dtd
	* Dependencies (this DTD depends on the presence of):
	*  olifV.mod
	*  oHeader.mod
	*  oBody.mod
	*  oShareR.mod
        * Contact:
        *  www.olif.net
        * Status:
        *  Copyright (C) 2002, OLIF Consortium
        * Comments:
	* - See the explanations on the OLIF web site www.olif.net
	* - Comments contain 'i' for 'item', 't' for 'type', 
	*   'n' for 'name', and 'd' for 'description'
	* - Comments follow the declarations to which they pertain
******-->

<!-- Copyright (C) 2002, OLIF Consortium

     Permission to use, copy, modify and distribute the OLIF DTD
     and its accompanying documentation for any purpose and without fee
     is hereby granted in perpetuity, provided that the above copyright
     notice and this paragraph appear in all copies.  The copyright
     holders make no representation about the suitability of the DTD for
     any purpose.  It is provided "as is" without expressed or implied
     warranty.

     If you modify the OLIF DTD in any way, except for declaring and
     referencing additional sets of general entities and declaring
     additional notations, the modified DTD should be labeled as a
     variant of OLIF. See the OLIF maintenance documentation for more
     information.

     Please direct all questions, bug reports, or suggestions for 
     changes to the OLIF Consortium, see http://www.olif.net
-->

<!-- ...................................................................... -->

<!-- This is the driver file of the OLIF DTD.
     Please use the following formal public identifier to identify it:

     "-//OLIF Consortium:2002//DTD Open Lexicon Interchange Format 2.0//EN"

     If your document's top-level element is olif, the easiest way to
     use this DTD is the following:

     <!DOCTYPE olif SYSTEM 'c:\temp\olif.dtd'>

     Or, if you have a higher-level driver file that customizes DocBook,
     use the FPI in the parameter entity declaration:

     <!ENTITY % olifDTD PUBLIC
        "-//OLIF Consortium:2002//DTD Open Lexicon Interchange Format 2.0//EN"
        "C:\temp\olif.dtd"
     >
     %olifDTD;

     See the documentation for detailed information on the parameter
     entity and module scheme used in OLIF, customizing OLIF and
     planning for interchange, and changes made since the last release
     of OLIF.
-->

<!--***** ************************************************************* ******-->
<!--*****                SUPPLEMENTARY DECLARATIONS			******-->
<!--***** ************************************************************* ******-->

<!ENTITY % driver PUBLIC
 "-//OLIF Consortium:2002//ELEMENTS OLIF 2.0: Driver Values//EN"
 "olifV.mod"									>
%driver;

<!ENTITY % header PUBLIC
 "-//OLIF Consortium:2002//ELEMENTS OLIF 2.0: Header//EN"
 "oHeader.mod"									>
%header;

<!ENTITY % body PUBLIC
 "-//OLIF Consortium:2002//ELEMENTS OLIF 2.0: Body//EN"
 "oBody.mod"									>
%body;

<!ENTITY % sharedResources PUBLIC
 "-//OLIF Consortium:2002//ELEMENTS OLIF 2.0: Shared Resources//EN"
 "oShareR.mod"									>
%sharedResources;

<!--***** ************************************************************* ******-->
<!--*****			DECLARATIONS				******-->
<!--***** ************************************************************* ******-->

<!ELEMENT olif
	  (header,
	  body,
	  sharedResources?,
          fileDesc?)				         			>
<!ATTLIST olif
	%olifVersion;                                                           >
<!--
<i>
	<t>e</t>
	<n>olif</n>
	<d>The olif element is the base document element of a document in Open
	 Lexicon Interchange Format (OLIF).</d>
</i>
-->

<!--***** ************************************************************* ******-->
<!--*****               END OF DRIVER MODULE FOR OLIF DTD		******-->
<!--***** ************************************************************* ******-->