<listChange>

<listChange> groups a number of change descriptions associated with either the creation of a source text or the revision of an encoded text. [2.6. The Revision Description 11.7. Identifying Changes and Revisions]
Module header
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.typed (type)
ordered indicates whether the ordering of its child change elements is to be considered significant or not
Status Optional
Datatype teidata.truthValue
Default true
Member of
Contained by
header: listChange
linking: standOff
May contain
core: desc
Note
When this element appears within the creation element it documents the set of revision campaigns or stages identified during the evolution of the original text. When it appears within the revisionDesc element, it documents only changes made during the evolution of the encoded representation of that text.
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>

<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>
Source Github

<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="model.standOffPart"/>
      
<memberOf key="att.global"/>
      
<memberOf key="att.typed"/>
   
</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>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>
</elementSpec>