<!--***** ************************************************************* ******-->
<!--*****       Administrative Information				******-->
<!--***** ************************************************************* ******-->

<!--***** Revision:
        *  OLIF Revision: 01/04/09 09:27:04 Christian Lieske
        * Contents
        *  DTD for fixed and recommended OLIF values
        * Public Identifier:
        *  -//OLIF Consortium:2001//DTD OLIF 2.0 Values//EN
        * System Identifier:
        *  olifValues.dtd
	* Dependencies (this DTD depends on the presence of):
	*  
        * Contact:
        *  www.olif.net
        * Status:
        *  Copyright (C) 2001, OLIF Consortium
        * Comments:
******-->

<!--***** ************************************************************* ******-->
<!--*****	       START OF DTD FOR OLIF VALUES			******-->
<!--***** ************************************************************* ******-->

<!--***** ************************************************************* ******-->
<!--***** 		      ATTRIBUTE SPECIFICATIONS			******-->
<!--***** ************************************************************* ******-->

<!ENTITY % about.att
	"about CDATA	#REQUIRED"						>

<!--<i>
  	<t>a</t>
	<n>about</n>
	<d>The about attribute contains an abbreviation that describes the
	content of a table.</d>

</i>-->
	
<!ENTITY % date.att
	"date CDATA	#REQUIRED"						>

<!--<i>
  	<t>a</t>
	<n>date</n>
	<d>The date attribute describes when the collection of tables contained in
	the XML files has last been modified.</d>
</i>-->

<!--***** ************************************************************* ******-->
<!--***** 		      STRUCTURE DECLARATIONS			******-->
<!--***** ************************************************************* ******-->

<!ELEMENT olifValues (table+)>
<!ATTLIST olifValues 
        %about.att;
	%date.att;								>

<!--<i>
  	<t>e</t>
	<n>olifValues</n>
	<d>The olifValues element refers to a collection of tables of OLIF values.</d>
</i>-->

<!ELEMENT table (desc, i+)>
<!ATTLIST table
	about CDATA #IMPLIED							>

<!--<i>
  	<t>e</t>
	<n>table</n>
	<d>The table element represents a table of items.</d>

</i>-->

<!ELEMENT desc (#PCDATA)							>

<!--<i>
  	<t>e</t>
	<n>desc</n>
	<d>The desc element (for description) contains information about
	the content of a table.</d>
</i>-->

<!ELEMENT i (v, d)								>

<!--<i>
  	<t>e</t>
	<n>i</n>
	<d>The i element (for item) denotes an entry in a table.</d>

</i>-->

<!ELEMENT v (#PCDATA)								>

<!--<i>
  	<t>e</t>
	<n>v</n>
	<d>The v element (for value) denotes a value in a table.</d>

</i>-->

<!ELEMENT d (#PCDATA)								>

<!--<i>
  	<t>e</t>
	<n>d</n>
	<d>The d element (for definition) defines the meaning of a value.</d>

</i>-->

<!--***** ************************************************************* ******-->
<!--*****	       END OF DTD FOR OLIF VALUES			******-->
<!--***** ************************************************************* ******-->
