<lg>
<lg> (行組) 包含形式上視為一組的詩行,例如詩節、疊句、韻文段落等。 [3.12.1 Core Tags for Verse 3.12 Passages of Verse or Drama 7.2.5 Speech Contents] | |
組件 | core — 3 Elements Available in All TEI Documents |
屬性 | 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)) (att.global.change (@change)) att.divLike (@org, @sample, @part) (att.metrical (@met, @real, @rhyme)) att.typed (@type, @subtype) att.declaring (@decls) |
屬於 | |
可包含在於 | figures: figure header: change handNote licence scriptNote typeNote msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance source support surrogates tagdocs: specGrp transcr: metamark |
可包含 | |
宣告 |
element lg { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.divLike.attributes, att.metrical.attributes, att.typed.attributes, att.declaring.attributes, ( ( model.divTop | model.global )*, ( model.lLike | model.stageLike | model.labelLike | lg ), ( model.lLike | model.stageLike | model.labelLike | model.global | lg )*, ( ( model.divBottom ), model.global* )* ) } |
Schematron | <sch:assert test="count(descendant::tei:lg|descendant::tei:l|descendant::tei:gap) > 0">An <lg> must contain at least one child <l>, <lg> or <gap>.</sch:assert> |
例子 | <lg type="free"> <l>把你的影子加點鹽</l> <l>醃起來</l> <l>風乾</l> </lg> <lg type="free"> <l>老的時候</l> <l>下酒</l> </lg> |