<?xml version="1.0" encoding="UTF-8"?>
<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. -->
<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/lastSuccessfulBuild/artifact/P5/release/xml/tei/odd/p5.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" ident="listChange" xml:id="gi-listChange" module="header">
  <desc versionDate="2013-04-14" xml:lang="en">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"/>
    <memberOf key="att.typed"/>
    <memberOf key="model.standOffPart"/>
  </classes>
  <content>  
    <sequence>
      <elementRef key="desc" minOccurs="0" maxOccurs="unbounded"/> 
      <alternate minOccurs="1" maxOccurs="unbounded">
        <elementRef key="listChange"/>
        <elementRef key="change"/>
      </alternate>
    </sequence>
  </content>
  <attList>
    <attDef ident="ordered">
      <desc versionDate="2013-04-14" xml:lang="en">indicates whether the ordering of its child <gi>change</gi>
elements is to be considered significant or not.</desc>
      <datatype><dataRef key="teidata.truthValue"/></datatype>
      <defaultVal>true</defaultVal>
    </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="gi-listChange-egXML-ne">
      <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" xml:id="gi-listChange-egXML-cx">
      <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 versionDate="2013-04-14" xml:lang="en">
    <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>
  <listRef>
    <ptr target="#HD6"/>
    <ptr target="#PH-changes"/>
  </listRef>
</elementSpec>
