<lg>

<lg> (行組) 包含形式上視為一組的詩行,例如詩節、疊句、韻文段落等。 3.12.1 Core Tags for Verse 3.12 Passages of Verse or Drama 7.2.4 Speech Contents
組件core — 3 Elements Available in All TEI Documents
屬性 att.divLike (@org, @sample, @part) (att.metrical (@met, @real, @rhyme)) att.typed (@type, @subtype) att.declaring (@decls)
屬於
可包含
宣告

<rng:element name="lg">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.divLike.attributes"/>
<rng:ref name="att.metrical.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.declaring.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.divTop"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
 <rng:choice>
  <rng:ref name="model.lLike"/>
  <rng:ref name="lg"/>
 </rng:choice>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.lLike"/>
   <rng:ref name="lg"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
 <rng:zeroOrMore>
  <rng:group>
   <rng:ref name="model.divBottom"/>
  </rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.global"/>
  </rng:zeroOrMore>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element lg
{
   att.global.attributes,
   att.divLike.attributes,
   att.metrical.attributes,
   att.typed.attributes,
   att.declaring.attributes,
   (
      ( model.divTop | model.global )*,
      ( model.lLike | lg ),
      ( model.lLike | lg | model.global )*,
      ( ( model.divBottom ), model.global* )*
   )
}
例子
<lg type="free">
 <l>把你的影子加點鹽</l>
 <l>醃起來</l>
 <l>風乾</l>
</lg>
<lg type="free">
 <l>老的時候</l>
 <l>下酒</l>
</lg>