<?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="transpose" xml:id="gi-transpose" module="transcr">
  <desc versionDate="2013-04-16" xml:lang="en"> describes a single textual transposition as an ordered list
   of at least two pointers specifying the order in which the elements
   indicated should be re-combined.</desc>
  <classes>
    <memberOf key="att.global"/>
    </classes>
  <content>
    <elementRef key="ptr" minOccurs="2" maxOccurs="unbounded"/>
  </content>
  <exemplum xml:lang="und">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="gi-transpose-egXML-ts" source="#UND">
      <transpose>
        <ptr target="#ib02"/>
        <ptr target="#ib01"/>
      </transpose>
    </egXML>
    <p>The transposition recorded here indicates that the content of the element with
identifier <code>ib02</code> should appear before the content of the
element with identifier <code>ib01</code>.</p>
  </exemplum>
  <remarks versionDate="2013-04-16" xml:lang="en">
    <p>Transposition is usually indicated in a document by a
metamark such as a wavy line or numbering. </p>
    <p>The order in which  <gi>ptr</gi> elements appear within a
<gi>transpose</gi> element should correspond with the desired order,
as indicated by the metamark.</p>
  </remarks>
  <listRef>
    <ptr target="#transpo"/>
  </listRef>
</elementSpec>
