<table>
<table> 以表格形式呈現、包含在直行橫列中的文字內容。 14.1.1 TEI Tables | |||||||||||||||||
組件 | figures — 14 Tables, Formulæ, and Graphics | ||||||||||||||||
屬性 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs))
| ||||||||||||||||
屬於 | |||||||||||||||||
可包含在於 | core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic 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 source support surrogates spoken: writing textstructure: argument body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph imprimatur postscript titlePart verse: rhyme | ||||||||||||||||
可包含 | textcrit: witDetail | ||||||||||||||||
宣告 |
element table { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, attribute rows { data.count }?, attribute cols { data.count }?, ( ( model.headLike | model.global )*, ( row, model.global* )+ ) } | ||||||||||||||||
例子 |
<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> |