<table>
<table> (Tabelle) enthält Text, der in Tabellenform, also in Zeilen und Spalten, dargestellt ist. [14.1.1 TEI Tables] | |||||||||||||||||
Modul | figures — Tables, Formulæ, Graphics and Notated Music | ||||||||||||||||
Attribute | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype)
| ||||||||||||||||
Mitglied des | |||||||||||||||||
Enthalten in | core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic sp stage title unclear dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron stress subc syll tns usg xr msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote namesdates: occupation textstructure: argument back body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph imprimatur postscript salute signed titlePart trailer verse: rhyme | ||||||||||||||||
Kann enthalten | |||||||||||||||||
Anmerkung | Enthält eine Reihe von Zeilen und optional eine Überschrift. Jegliche Information die grafische Darstellung betreffend, sollte mit dem globalen rend-Attribut auf der Ebene von Tabelle, Zeile oder Zelle verzeichnet werden. | ||||||||||||||||
Beispiel | <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 Deklaration | <rng:element name="table"> element table { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, attribute rows { teidata.count }?, attribute cols { teidata.count }?, ( ( model.headLike | model.global )*, ( ( row, model.global* )+ | ( model.graphicLike, model.global* )+ ), ( model.divBottom, model.global* )* ) } |