<?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: 2013-01-04 12:32:12 +0000 (Fri, 04 Jan 2013) $
    $Id: listChange.xml 11317 2013-01-04 12:32:12Z louburnard $
-->
<elementSpec ident="listChange" module="header">
<desc>groups a number of change descriptions associated 
with either the creation of a source text or the revision of an encoded text. </desc> 
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.sortable"/>
  </classes>
   <content xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:oneOrMore>
         <rng:choice>
            <rng:ref name="listChange"/>
            <rng:ref name="change"/>
         </rng:choice>
      </rng:oneOrMore>
      
   </content>
<attList >
<attDef ident="ordered">
<desc>indicates whether the ordering of its child <gi>change</gi>
elements is to be considered significant or not</desc>
<datatype>
<ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.truthValue"/>
</datatype>
<defaultVal>true</defaultVal>
</attDef>
</attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <revisionDesc >
	<listChange>
        <change when="1991-11-11" who="#LB"> deleted chapter 10 </change>
	<change when="1991-11-02" who="#MSM"> completed first draft </change>
	</listChange>
      </revisionDesc>
    </egXML>
  </exemplum>
<exemplum xml:lang="en">
  <egXML xmlns="http://www.tei-c.org/ns/Examples">
         <profileDesc>
            <creation>
               <listChange ordered="true">
                  <change xml:id="CHG-1">First stage, written in ink by a writer</change>
                  <change xml:id="CHG-2">Second stage, written in Goethe's hand using pencil</change>
                  <change xml:id="CHG-3">Fixation of the revised passages and further revisions by
Goethe using ink</change>
                  <change xml:id="CHG-4">Addition of another stanza in a          different hand,
probably at a later stage</change>
               </listChange>
            </creation>
         </profileDesc>
</egXML></exemplum>
<remarks><p>When this element appears within the <gi>creation</gi>
element it documents the set of revision campaigns or stages
identified during the evolution of the original text. When it appears within
the <gi>revisionDesc</gi> element, it documents only changes made
during the evolution of the encoded representation of that text.</p></remarks>
</elementSpec>
