<?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$
    $Id$
-->
<?xml-model href="http://tei.oucs.ox.ac.uk/jenkins/job/TEIP5/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" xmlns:rng="http://relaxng.org/ns/structure/1.0" ident="listTranspose" module="transcr">
  <desc versionDate="2013-04-14" xml:lang="en">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>
  <listRef>
    <ptr target="#transpo"/>
  </listRef>
</elementSpec>
