<?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"?>

<classSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" type="atts" ident="att.breaking">
  <desc versionDate="2011-01-30" xml:lang="en">provides an attribute to indicate whether or not the element
  concerned is considered to  mark the end of an orthographic token in the same way
  as whitespace.</desc>
  <desc xml:lang="fr" versionDate="2007-06-12">fournit un attribut pour indiquer si un élément est
consideré ou pas comme marquant la fin d'un mot orthographique, comme
le fait une espace.</desc>
  <attList>
    <attDef ident="break" usage="rec">
      <desc versionDate="2011-01-30" xml:lang="en">indicates whether or not the  element
	bearing this attribute should be considered to mark the end of
	an orthographic token in the same way as whitespace.</desc>
      <desc xml:lang="fr" versionDate="2007-06-12">indique si l'élément qui porte cet attribut
      peut être considéré comme une espace blanc indiquant la fin d'un mot
      orthographique.</desc>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
      </datatype>
      <valList>
        <valItem ident="yes">
          <desc versionDate="2011-01-30" xml:lang="en">the element bearing this attribute is considered
to mark the end of any adjacent orthographic token irrespective of the presence
of any adjacent whitespace</desc>
          <desc xml:lang="fr" versionDate="2007-06-12">l'élément qui porte cet attribut
      peut être considéré comme  indiquant la fin d'un mot
      orthographique</desc>
        </valItem>
        <valItem ident="no">
          <desc versionDate="2011-01-30" xml:lang="en">the element bearing this attribute is considered
not to mark the end of any adjacent orthographic token irrespective of the presence
of any adjacent whitespace</desc>
          <desc xml:lang="fr" versionDate="2007-06-12">l'élément qui porte cet attribut
      ne peut être pas considéré comme  indiquant la fin d'un mot
      orthographique</desc>
        </valItem>
        <valItem ident="maybe">
          <desc versionDate="2013-07-31" xml:lang="en">the encoding does not take any position on this issue.</desc>
          <desc xml:lang="fr" versionDate="2007-06-12">l'encodage ne prends aucune position sur la question.</desc>
        </valItem>
      </valList>
      <exemplum xml:lang="en">
        <p>In the following lines from the <title level="a">Dream of the Rood</title>, 
      linebreaks occur in the middle of the words <mentioned>lāðost</mentioned> 
      and <mentioned>reord-berendum</mentioned>.
    </p>
        <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:lang="ang">
          <ab>
      ...eƿesa tome iu icƿæs ȝeƿorden ƿita heardoſt . 
      leodum la<lb break="no"/>  ðost ærþan ichim lifes 
      ƿeȝ rihtne ȝerymde reord be<lb break="no"/>
      rendum hƿæt me þaȝeƿeorðode ƿuldres ealdor ofer...
    </ab>
        </egXML>
      </exemplum>
    </attDef>
  </attList>
  <remarks versionDate="2011-01-30" xml:lang="en">
    <p/>
  </remarks>
  <listRef>
    <ptr target="#CORS5"/>
  </listRef>
</classSpec>
