<table>
<table> (table) contains text displayed in tabular form, in rows and columns. [14.1.1. TEI Tables] | |||||||||||||||||
Module | figures | ||||||||||||||||
Attributes |
| ||||||||||||||||
Member of | |||||||||||||||||
Contained by | core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic sp stage textLang title msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote textstructure: back body div docEdition epigraph | ||||||||||||||||
May contain | figures: figure notatedMusic row textcrit: app | ||||||||||||||||
Note | Contains an optional heading and a series of rows. Any rendition information should be supplied using the global rend attribute, at the table, row, or cell level as appropriate. | ||||||||||||||||
Example | <table rows="4" cols="4"> <head>Poor Men's Lodgings in Norfolk (Mayhew, 1843)</head> <row role="label"> <cell role="data"/> <cell role="data">Dossing Cribs or Lodging Houses</cell> <cell role="data">Beds</cell> <cell role="data">Needys or Nightly Lodgers</cell> </row> <row role="data"> <cell role="label">Bury St Edmund's</cell> <cell role="data">5</cell> <cell role="data">8</cell> <cell role="data">128</cell> </row> <row role="data"> <cell role="label">Thetford</cell> <cell role="data">3</cell> <cell role="data">6</cell> <cell role="data">36</cell> </row> <row role="data"> <cell role="label">Attleboro'</cell> <cell role="data">3</cell> <cell role="data">5</cell> <cell role="data">20</cell> </row> <row role="data"> <cell role="label">Wymondham</cell> <cell role="data">1</cell> <cell role="data">11</cell> <cell role="data">22</cell> </row> </table> | ||||||||||||||||
Content model | <content> | ||||||||||||||||
Schema Declaration | element table { tei_att.global.attributes, tei_att.typed.attributes, attribute rows { teidata.count }?, attribute cols { teidata.count }?, ( ( tei_model.headLike | tei_model.global )*, ( ( tei_row, tei_model.global* )+ | ( tei_model.graphicLike, tei_model.global* )+ ), ( tei_model.divBottom, tei_model.global* )* ) } |