
<!--
 TEI P5 DTD module figures. Generated 2009-01-31T16:41:21Z. 
Copyright 2009 TEI Consortium.
This is free software; you can redistribute it and/or
	    modify it under the terms of the GNU General Public
	    License as published by the Free Software Foundation;
	    either version 2 of the License, or (at your option) any
	    later version.
This material is distributed in the hope that it will be
	    useful, but without any warranty; without even the implied
	    warranty of merchantability or 
	    fitness for a particular
	    purpose. See the GNU General Public License for more
	    details.
A copy of the GNU General Public
	    License is stored on the TEI web site
	    along with this file; you can also contact the Free
	    Software Foundation, Inc., 59 Temple Place, Suite 330,
	    Boston, MA 02111-1307, USA, for a copy.
For information about the TEI, including contact
		details, consult the TEI web
	      site at http://www.tei-c.org/. 
		
Edition: 1.3.0. Last updated on February 1st 2009.
Tables, formulæ, and figures
-->

<!ENTITY % cell 'INCLUDE' >
	<![ %cell; [

<!--doc:contains one cell of a table.  -->
    <!ELEMENT %n.cell; %om.RR; %macro.paraContent;>
<!ATTLIST %n.cell; xmlns CDATA "http://www.tei-c.org/ns/1.0">
<!ATTLIST %n.cell;
 %att.global.attributes;
 %att.tableDecoration.attributes; >
]]>

<!ENTITY % figDesc 'INCLUDE' >
	<![ %figDesc; [

<!--doc:(description of figure) contains a brief prose description of the appearance or content
of a graphic figure, for use when documenting an image without
displaying it. -->
    <!ELEMENT %n.figDesc; %om.RR; %macro.limitedContent;>
<!ATTLIST %n.figDesc; xmlns CDATA "http://www.tei-c.org/ns/1.0">
<!ATTLIST %n.figDesc;
 %att.global.attributes; >
]]>

<!ENTITY % figure 'INCLUDE' >
	<![ %figure; [

<!--doc:groups elements representing or containing graphic information such as an illustration or
    figure. -->
    <!ELEMENT %n.figure; %om.RR; (%model.headLike; |
 %model.pLike; |
 %n.figDesc; |
 %model.graphicLike; |
 %model.egLike; |
 %n.floatingText; |
 %n.figure; |
 %model.global;)*>
<!ATTLIST %n.figure; xmlns CDATA "http://www.tei-c.org/ns/1.0">
<!ATTLIST %n.figure;
 %att.global.attributes;
 %att.placement.attributes; >
]]>

<!ENTITY % formula 'INCLUDE' >
	<![ %formula; [

<!--doc:contains a mathematical or other formula. -->
    <!ELEMENT %n.formula; %om.RR; ( #PCDATA |
 %model.graphicLike;)*>
<!ATTLIST %n.formula; xmlns CDATA "http://www.tei-c.org/ns/1.0">
<!ATTLIST %n.formula;
 %att.global.attributes;
notation %data.code;  #IMPLIED >
]]>

<!ENTITY % row 'INCLUDE' >
	<![ %row; [

<!--doc:contains one row of a table.  -->
    <!ELEMENT %n.row; %om.RR; (%n.cell;)+>
<!ATTLIST %n.row; xmlns CDATA "http://www.tei-c.org/ns/1.0">
<!ATTLIST %n.row;
 %att.global.attributes;
 %att.tableDecoration.attributes; >
]]>

<!ENTITY % table 'INCLUDE' >
	<![ %table; [

<!--doc:contains text displayed in tabular form, in rows and columns. -->
    <!ELEMENT %n.table; %om.RR; ((%model.headLike; |
 %model.global;)*,(%n.row;,(%model.global;)*)+)>
<!ATTLIST %n.table; xmlns CDATA "http://www.tei-c.org/ns/1.0">
<!ATTLIST %n.table;
 %att.global.attributes;
rows %data.count;  #IMPLIED
cols %data.count;  #IMPLIED >
]]>
