<?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: listTranspose.xml 10657 2012-07-14 23:41:31Z martindholmes $
-->
<!-- rename to listTranspose -->
<elementSpec ident="listTranspose" 
 xmlns:rng="http://relaxng.org/ns/structure/1.0"   module="transcr">
   <desc>supplies a list of transpositions, each of which is  indicated at some point in
   a document typically by means of metamarks.</desc>
   <classes>
      <memberOf key="model.profileDescPart"/>
      <memberOf key="model.global.meta"/>
      <memberOf key="att.global"/>
   </classes>
   <content>
      <rng:oneOrMore>
         <rng:ref name="transpose"/>
      </rng:oneOrMore>
   </content>
<exemplum xml:lang="en">
<egXML xmlns="http://www.tei-c.org/ns/Examples"><listTranspose>
   <transpose>
      <ptr target="#ib02"/>
      <ptr target="#ib01"/>
   </transpose>
</listTranspose></egXML>
<p>This example might be used for a source document which indicates in
some way that the elements identified by <code>ib02</code> and code
<code>ib01</code> should be read in that order (ib02 followed by
ib01), rather than in the reading order in which they are presented in the
source.</p> </exemplum>

</elementSpec>
