<line>
<line> contains the transcription of a topographic line in the source document [11.2.2 Embedded Transcription] | |
Module | transcr — Representation of Primary Sources |
Attributes | att.typed (@type, @subtype) att.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.coordinated (@start, @ulx, @uly, @lrx, @lry, @points) att.written (@hand) |
Member of | |
Contained by | |
May contain | |
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). |
Example | |
Example | |
Content model |
<content> |
Schema Declaration |
<rng:element name="line"> element line { att.typed.attributes, 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.coordinated.attributes, att.written.attributes, ( text | model.global | model.gLike | model.linePart )* } |