<?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: 2012-07-15 00:41:31 +0100 (Sun, 15 Jul 2012) $
    $Id: att.global.change.xml 10657 2012-07-14 23:41:31Z martindholmes $
-->

<classSpec ident="att.global.change" 
	   predeclare="true"
	   module="transcr"
	   xmlns="http://www.tei-c.org/ns/1.0"
	   type="atts" 
	   xmlns:rng="http://relaxng.org/ns/structure/1.0" >
<desc>supplies the <att>change</att> attribute, allowing its member
elements to specify one or more states or revision campaigns with which they are
associated.</desc>
<attList>
   <attDef ident="change" >
      <desc>points to one or more <gi>change</gi> elements documenting
      a state or revision campaign to which the element bearing this
      attribute and its children have been assigned by the encoder.</desc>
      <datatype minOccurs="1" maxOccurs="unbounded">
         <rng:ref name="data.pointer"/>
      </datatype>
   </attDef>
</attList>
<!-- isotron rule need to check that we are pointing at <change>s -->
</classSpec>
