<?xml version="1.0" encoding="utf-8"?>
<!--Copyright TEI Consortium. 
Dual-licensed under CC-by and BSD2 licences 
See the file COPYING 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.edition">
  <desc versionDate="2013-01-11" xml:lang="en">provides attributes identifying the source edition from which
  some encoded feature derives.</desc>
  <desc versionDate="2009-05-28" xml:lang="fr">fournit des attributs identifiant l'édition source dont provient une quelconque caractéristique encodée.</desc>
  <attList>
    <attDef ident="ed" usage="opt">
      <gloss versionDate="2013-01-11" xml:lang="en">edition</gloss>
      <gloss versionDate="2009-05-28" xml:lang="fr">édition</gloss>
      <desc versionDate="2013-11-22" xml:lang="en">supplies a sigil or other arbitrary identifier for the source edition in which
      the associated feature (for example, a  page, column, or line
      break) occurs at this point in the text.</desc>
      <desc versionDate="2009-05-28" xml:lang="fr">fournit un identifiant arbitraire pour l'édition source dans laquelle la caractéristique associée 
        (par exemple, une page, une colonne ou un saut de ligne) apparaît à ce point du texte.</desc>
      <datatype maxOccurs="unbounded">
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.word"/>
      </datatype>
    </attDef>
    <attDef ident="edRef" usage="opt">
      <gloss versionDate="2013-01-11" xml:lang="en">edition reference</gloss>
      <desc versionDate="2013-01-11" xml:lang="en">provides a pointer to the source edition in which
      the associated feature (for example, a  page, column, or line
      break) occurs at this point in the text.</desc>
      <datatype maxOccurs="unbounded">
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.pointer"/>
      </datatype>
    </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <l>Of Mans First Disobedience,<lb ed="1674"/> and<lb ed="1667"/> the Fruit</l>
      <l>Of that Forbidden Tree, whose<lb ed="1667 1674"/> mortal tast</l>
      <l>Brought Death into the World,<lb ed="1667"/> and all<lb ed="1674"/> our woe,</l>
    </egXML>
  </exemplum>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <listBibl>
        <bibl xml:id="stapledon1937"><author>Olaf Stapledon</author>,
	<title>Starmaker</title>, <publisher>Methuen</publisher>, <date>1937</date></bibl>
        <bibl xml:id="stapledon1968"><author>Olaf Stapledon</author>,
	<title>Starmaker</title>, <publisher>Dover</publisher>, <date>1968</date></bibl>
      </listBibl>
      <!-- .... -->
      <p>Looking into the future aeons from the supreme moment of
	  the cosmos, I saw the populations still with all their
	  strength maintaining the<pb n="411" edRef="#stapledon1968"/>essentials of their ancient culture,
	  still living their personal lives in zest and endless
	  novelty of action, … I saw myself still
	  preserving, though with increasing difficulty, my lucid
	  con-<pb n="291" edRef="#stapledon1937"/>sciousness;</p>
    </egXML>
  </exemplum>
</classSpec>
