<line>
<line> contains the transcription of a topographic line in the source document [12.2.2 Embedded Transcription] | |
Módulo | transcr — Representation of Primary Sources |
Atributos |
|
Miembro de | |
Contenido en | |
Puede contener | |
Nota |
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). |
Ejemplo |
<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> |
Ejemplo |
<surface>
<zone> <line>Hope you enjoyed</line> <line>Wales, as they said</line> <line>to Mrs FitzHerbert</line> <line>Mama</line> </zone> <zone> <line>Printed in England</line> </zone> </surface> |
Content model |
<content> |
Declaración |
<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 )* } |