<?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$
    $Id$
-->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" ident="line" module="transcr">
  <desc versionDate="2011-11-02" xml:lang="en">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.gLike"/>
        <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 versionDate="2011-11-02" xml:lang="en">
    <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>
  <listRef>
    <ptr target="#PHZLAB"/>
  </listRef>
</elementSpec>
