<?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: 2013-01-11 17:52:50 +0000 (Fri, 11 Jan 2013) $

$Id: att.edition.xml 11383 2013-01-11 17:52:50Z martindholmes $
-->
<classSpec xmlns="http://www.tei-c.org/ns/1.0" module="tei" type="atts" ident="att.edition">
  <desc>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>edition</gloss>
      <gloss versionDate="2009-05-28" xml:lang="fr">édition</gloss>
      <desc>supplies an 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.code"/>
      </datatype>
      <valDesc>A string of characters or sigil used 
      conventionally to identify  the edition.</valDesc>
      <valDesc versionDate="2009-05-28" xml:lang="fr">toute chaîne de caractères ; en général une abréviation utilisé conventionnellement pour l'édition.</valDesc>
    </attDef>
    <attDef ident="edRef" usage="opt">
      <gloss>edition reference</gloss>
      <desc>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>
