<lb>

<lb> (Zeilenumbruch) markiert den Beginn einer neuen typographischen Zeile in einer bestimmten Auflage oder Version eines Textes. [3.10.3 Milestone Elements 7.2.5 Speech Contents]
Modulcore — Elements Available in All TEI Documents
Attributeatt.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.global.source (@source)) att.typed (@type, @subtype) att.edition (@ed, @edRef) att.spanning (@spanTo) att.breaking (@break)
Mitglied des
Enthalten in
analysis: cl m phr s span w
figures: cell figure table
linking: ab seg
nets: graph
spoken: u writing
tagdocs: eg valDesc
textcrit: lem rdg wit witDetail
verse: metSym rhyme
Kann enthaltenLeeres Element
Anmerkung

Es ist Konvention, dass lb-Elemente an der Stelle im Text stehen sollen, an der eine neue Zeile beginnt. Das n-Attribut enhält gegebenenfalls die Nummer der Zeile oder einen ähnlichen Wert, der sich auf den Text bezieht, der bis zum nächsten lb folgt, typischerweise die Nummer einer Zeile auf einer Seite oder andere einschlägige Einheiten.

Das Element dient dazu, typographische oder paläographische Phänomene an der Stelle zu beschreiben, an der sie auf dem Schriftträger sichtbar sind; es sollte nicht für Struktureinheiten wie z. B. Verszeilen in Lyrik verwendet werden (wofür das Element l zur Verfügung steht), außer wenn derartige Struktureinheiten anders nicht markiert werden können.

Das type-Attribut kann verwendet werden, den Zeilenwechsel näher zu beschreiben, wenn nicht die speziellen Attribute break (Worttrennung), ed oder edRef (Textzeuge, in dem der Zeilenwechsel vorkommt) verwendet werden können.

Beispiel

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

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

This example encodes typographical line breaks as a means of preserving the visual appearance of a title page. The break attribute is used to show that the line break does not (as elsewhere) mark the start of a new word.

<titlePart>
 <lb/>With Additions, ne-<lb break="no"/>ver before Printed.
</titlePart>
Content model
<content>
</content>
Schema Deklaration
<rng:element name="lb">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.edition.attributes"/>
 <rng:ref name="att.spanning.attributes"/>
 <rng:ref name="att.breaking.attributes"/>
 <rng:empty/>
</rng:element>
element lb
{
   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.global.source.attributes,
   att.typed.attributes,
   att.edition.attributes,
   att.spanning.attributes,
   att.breaking.attributes,
   empty
}