<line>

<line> contains the transcription of a topographic line in the source document [11.2.2. Embedded Transcription]
Moduletranscr
Attributes
Member of
Contained by
transcr: line surface zone
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
<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>
Example
<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>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.global"/>
  <classRef key="model.gLike"/>
  <classRef key="model.linePart"/>
 </alternate>
</content>
Schema Declaration
element line
{
   tei_att.typed.attributes,
   tei_att.global.attributes,
   tei_att.coordinated.attributes,
   tei_att.written.attributes,
   ( text | tei_model.global | tei_model.gLike | tei_model.linePart )*
}