<lb>
<lb> (line beginning) marks the beginning of a new (typographic) line in some edition or
version of a text. [3.11.3. Milestone Elements 7.2.5. Speech Contents]
Module | core |
Attributes | Attributes att.global.facs (facs) att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.typed (type) |
Member of | |
Contained by |
analysis: w
core: abbr add author bibl cit corr date del editor emph expan foreign gloss head hi imprint item l label lg list listBibl mentioned name note num orig p pubPlace publisher q quote ref reg resp rs sic term time title unclear
corpus: activity
namesdates: addName affiliation birth death faith floruit forename genName langKnown nameLink nationality objectName occupation orgName persName placeName residence roleName settlement sex surname
|
May contain | Empty element |
Note |
By convention, lb elements should appear at the point in the text where a new line starts. The n attribute, if used, indicates the number or other value associated with the text
between this point and the next lb element, typically the sequence number of the line within the page, or other appropriate
unit. This element is intended to be used for marking actual line breaks on a manuscript
or printed page, at the point where they occur; it should not be used to tag structural
units such as lines of verse (for which the l element is available) except in circumstances where structural units cannot otherwise
be marked.
The type attribute may be used to characterize the line break in any respect. The more specialized
attributes break, ed, or edRef should be preferred when the intent is to indicate whether or not the line break
is word-breaking, or to note the source from which it derives.
|
Examples | 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> <titlePart> <lb/>With Additions, ne-<lb break="no"/>ver before Printed.</titlePart> |
Schematron |
<sch:rule context="tei:lb[@facs]"> <sch:assert test="matches(@facs,'(lib|pg):\d+\.\d+')">ERROR: lb elements with facs must specify the line in the form lib:#.lineNum or pg:#.lineNum (e.g. lib:23.2)</sch:assert> </sch:rule> |
Source | Github
<elementSpec rend="change" module="core" ident="lb"> <gloss>line beginning</gloss> <desc>marks the beginning of a new (typographic) line in some edition or version of a text.</desc> <classes> <memberOf key="att.global.facs"/> <memberOf key="att.global"/> <memberOf key="model.milestoneLike"/> <memberOf key="att.typed"/> </classes> <content> <empty/> </content> <attList/> </elementSpec> |