<lb>

<lb> (interruzione di riga) segna l'inizio di una nuova riga (tipografica) in qualche edizione o versione di un testo. 3.10.3 Milestone Elements 7.2.4 Speech Contents
Modulocore — 3 Elements Available in All TEI Documents
Attributi att.typed (@type, @subtype)
ed (edizione) indica l'edizione o la versione in cui l'interruzione di riga è situata in questo punto
Stato Consigliato
Tipo di dati

<rng:ref name="data.code"/>
data.code
Valori Any string of characters; usually a siglum conventionally used for the edition.
Usato da
Può contenereElemento vuoto
Dichiarazione

<rng:element name="lb">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:optional>
 <rng:attribute name="ed">
  <rng:ref name="data.code"/>
 </rng:attribute>
</rng:optional>
<rng:empty/>
</rng:element>
element lb
{
   att.global.attributes,
   att.typed.attributes,
   attribute ed { data.code }?,
   empty
}
Esempio

Indicating typographical line breaks within metrical lines, where they occur at different places in different editions:

<l>Of Mans First Disobedience,<lb ed="e2"/> and<lb ed="e1"/> the Fruit</l>
<l>Of that Forbidden Tree, whose<lb ed="e1 e2"/> mortal tast</l>
<l>Brought Death into the World,<lb ed="e1"/> and all<lb ed="e2"/> our woe,</l>
Esempio

Indicating line structure of title page, display text, etc.:

<docTitle>
 <titlePart type="main">
  <lb/>THE
 <lb/>Pilgrim's Progress
 <lb/>FROM
 <lb/>THIS WORLD,
 <lb/>TO
 <lb/>That which is to come:
 </titlePart>
<!-- etc. -->
</docTitle>