<table>
<table> (table) 以表格形式呈現、包含在直行橫列中的文字內容。 [15.1.1 TEI Tables] | |||||||||||||
組件 | figures — Tables, Formulæ, Graphics, and Notated Music | ||||||||||||
屬性 |
|
||||||||||||
俱乐部会员 | |||||||||||||
可包含在於 |
cmc: post
core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic sp stage textLang 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
|
||||||||||||
可包含 | |||||||||||||
註 |
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. |
||||||||||||
例子 |
<table rows="4" cols="4">
<head>台北飯店提供住房數目(2008年雙十國慶 )</head> <row role="label"> <cell role="data"/> <cell role="data">經濟客房</cell> <cell role="data">標準客房</cell> <cell role="data">高級客房</cell> </row> <row role="data"> <cell role="label">圓山大飯店</cell> <cell role="data">203</cell> <cell role="data">168</cell> <cell role="data">66</cell> </row> <row role="data"> <cell role="label">凱撒大飯店</cell> <cell role="data">216</cell> <cell role="data">140</cell> <cell role="data">32</cell> </row> <row role="data"> <cell role="label">喜來登大飯店</cell> <cell role="data">197</cell> <cell role="data">160</cell> <cell role="data">50</cell> </row> <row role="data"> <cell role="label">君悅大飯店</cell> <cell role="data">177</cell> <cell role="data">130</cell> <cell role="data">22</cell> </row> </table> |
||||||||||||
Content model |
<content> |
||||||||||||
宣告 |
<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, att.cmc.attributes, attribute rows { teidata.count }?, attribute cols { teidata.count }?, ( ( model.headLike | model.global )*, ( ( ( row, model.global* )+ ) | ( ( model.graphicLike, model.global* )+ ) ), ( ( model.divBottom, model.global* )* ) ) } |