<?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-24 00:02:25 +0100 (Tue, 24 Jul 2012) $
    $Id: metamark.xml 10681 2012-07-23 23:02:25Z rahtz $
-->
<elementSpec ident="metamark"  module="transcr"
  xmlns:rng="http://relaxng.org/ns/structure/1.0">
   <desc>contains or describes any kind of graphic or written signal
   within a document the function of which is to determine how it
   should be read rather than forming part of the actual content of
   the document.</desc>
   <classes>
      <memberOf key="model.global"/><!-- was pPart.transcriptional-->
      <memberOf key="att.spanning"/>
      <memberOf key="att.placement"/>
      <memberOf key="att.global"/>
   </classes>
   <content>
      <rng:ref name="macro.specialPara"/>
   </content>
   <attList>
      <attDef ident="function">
         <desc>describes the function (for example  status, insertion,
	 deletion, transposition) of the mark.</desc>
         <datatype minOccurs="1">
            <rng:ref name="data.word"/>
         </datatype>
      </attDef>
      <attDef ident="target">
         <desc>identifies one or more elements to which the function
	 indicated by the metamark applies. </desc>
         <datatype minOccurs="1" maxOccurs="unbounded">
            <rng:ref name="data.pointer"/>
         </datatype>
      </attDef>
   </attList>
<exemplum xml:lang="no"><egXML xmlns="http://www.tei-c.org/ns/Examples">
<line><seg xml:id="tp-ib01">bör</seg><metamark rend="underline"
      function="transposition" target="#tp-ib01" place="above">2.</metamark>
   og <seg xml:id="tp-ib02">hör</seg><metamark rend="underline"
      function="transposition" target="#tp-ib02" place="above"
   >1.</metamark></line></egXML></exemplum>

</elementSpec>

