<text>
<text> 包含一份任何種類的文本,無論是單一或複合的,例如詩詞或戲劇、散文集、小說、字典、或是文集範例。 [4 Default Text Structure 15.1 Varieties of Composite Text] | |
組件 | textstructure — Default Text Structure |
屬性 | 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.declaring (@decls) att.typed (@type, @subtype) |
可包含在於 | |
可包含 | figures: figure notatedMusic transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
宣告 |
element text { 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.declaring.attributes, att.typed.attributes, ( model.global*, ( front, model.global* )?, ( body | group ), model.global*, ( back, model.global* )? ) } |
例子 | <text> <front> <docTitle> <titlePart>憶江南</titlePart> </docTitle> </front> <body> <l>江南好,</l> <l>風景舊曾諳。</l> <l>日出江花紅胜火,</l> <l>春來江水綠如藍,</l> <l>能不憶江南。</l> </body> </text> |