<?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: mod.xml 10657 2012-07-14 23:41:31Z martindholmes $
-->
<elementSpec ident="mod"  module="transcr" 
  xmlns:rng="http://relaxng.org/ns/structure/1.0">
<desc>represents any kind of modification identified within a single document.</desc>
<classes>
<memberOf key="model.pPart.transcriptional"/>
<!--memberOf key="model.linePart"/-->
<memberOf key="att.global"/>
<memberOf key="att.transcriptional"/>
<memberOf key="att.typed"/>
<memberOf key="att.spanning"/>
</classes>
<content>
<rng:ref name="macro.paraContent"/><!-- NOTE not probably appropriate -->
</content>
<exemplum xml:lang="en">
<egXML xmlns="http://www.tei-c.org/ns/Examples"><mod type="subst">
<add>pleasing</add>
<del>agreable</del>
</mod></egXML>
</exemplum>
</elementSpec>
