<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright TEI Consortium.
    Dual-licensed under CC-by and BSD2 licences
    See the file COPYING.txt for details
    $Date: 2012-08-09 15:18:13 +0100 (Thu, 09 Aug 2012) $
    $Id: line.xml 10735 2012-08-09 14:18:13Z louburnard $
-->

<elementSpec ident="line"  module="transcr"
	     xmlns="http://www.tei-c.org/ns/1.0"
 xmlns:rng="http://relaxng.org/ns/structure/1.0">
<desc>contains the transcription of a topographic line in the source
   document</desc>
<classes>
   <memberOf key="att.typed"/>
   <memberOf key="att.global"/>
   <memberOf key="att.coordinated"/>
   <memberOf key="model.linePart"/>
</classes>
<content>
   <rng:zeroOrMore>
      <rng:choice>
         <rng:text/>
         <rng:ref name="model.global"/>
	 <rng:ref name="model.linePart"/>
      </rng:choice>
   </rng:zeroOrMore>
</content>
<exemplum xml:lang="en">
<egXML xmlns="http://www.tei-c.org/ns/Examples">
<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></egXML>
</exemplum>
<exemplum xml:lang="en">
<egXML xmlns="http://www.tei-c.org/ns/Examples">
<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>
</egXML></exemplum>

<remarks><p>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
<gi>l</gi>) nor to mark linebreaks within text which has been encoded
using structural elements such as <gi>p</gi> (for which use
<gi>lb</gi>).</p>
</remarks>
</elementSpec>
