<?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-05-21 18:37:23 +0100 (Mon, 21 May 2012) $
$Id: att.breaking.xml 10388 2012-05-21 17:37:23Z martindholmes $
-->
<classSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" type="atts" ident="att.breaking">
  <desc>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>
  <attList>
    <attDef ident="break" usage="rec">
      <equiv/>
      <desc>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>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
      </datatype>
<valList>
<valItem ident="yes"><desc>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></valItem>
<valItem ident="no"><desc>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></valItem>
<valItem ident="maybe"><desc>no assertion is made as to whether or not the element bearing this attribute is considered
to mark the end of any adjacent orthographic token.</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>
    <p></p>
  </remarks>
  <listRef>
    <ptr target="#CORS5"/>
  </listRef>
</classSpec>
