<lg>

<lg> 形式単位としてある,ある韻文の行をまとまりを示す.例えば,連,リフレ イン,詩節など. 3.12.1 韻文向けコア要素 3.12 韻文・舞台芸術中の一節 7.2.4 Speech Contents
モジュールcore — 3 コアモジュール
属性 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,
   (
      ( model.divTop | model.global )*,
      ( model.lLike | lg ),
      ( model.lLike | lg | model.global )*,
      ( ( model.divBottom ), model.global* )*
   )
}
<lg type="free">
 <l>Let me be my own fool</l>
 <l>of my own making, the sum of it</l>
</lg>
<lg type="free">
 <l>is equivocal.</l>
 <l>One says of the drunken farmer:</l>
</lg>
<lg type="free">
 <l>leave him lay off it. And this is</l>
 <l>the explanation.</l>
</lg>
解説
韻文の行または(普通は見出しが付く)入れ子化された行グループのみを示 す.