<?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="listTranspose" xml:id="gi-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="att.global"/>
    <memberOf key="model.global.meta"/>
    <memberOf key="model.profileDescPart"/>
    </classes>
  <content>
    <sequence>
      <elementRef key="desc" minOccurs="0" maxOccurs="unbounded"/>
      <elementRef key="transpose" minOccurs="1" maxOccurs="unbounded"/>
    </sequence>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="gi-listTranspose-egXML-ze" source="#UND">
      <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>
