<line>
<line> contains the transcription of a topographic line in the source document | |
Module | transcr — 11 Representation of Primary Sources |
Attributes | att.typed (@type, @subtype) att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.coordinated (@start, @ulx, @uly, @lrx, @lry) |
Used by | |
Contained by | |
May contain | figures: figure notatedMusic |
Declaration |
element line { att.typed.attributes, att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.coordinated.attributes, ( text | model.global | model.linePart )* } |
Example | <surface> <zone> <line>Poem</line> <line>As in Visions of — at</line> <line>night —</line> <line>All sorts of fancies running through</line> <line>the head</line> </zone> </surface> |
Note | This element should be used only to mark up writing which
is topographically organized as a series of lines, horizontal or
vertical. It should not be used to mark lines of verse (for which use
l) nor to mark linebreaks within text which has been encoded
using structural elements such as p (for which use
lb). |