<?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" module="header" ident="punctuation">
  <desc versionDate="2013-06-20" xml:lang="en">specifies editorial practice adopted with respect to punctuation marks in the original.</desc>
  <classes>
    <memberOf key="att.declarable"/>
    <memberOf key="att.global"/>
    <memberOf key="model.editorialDeclPart"/>
  </classes>
  <content>
    <zeroOrMore xmlns="http://relaxng.org/ns/structure/1.0">
      <ref name="model.pLike"/>
    </zeroOrMore>
  </content>
  <attList>
    <attDef ident="marks" usage="opt">
      <desc versionDate="2013-06-20" xml:lang="en">indicates whether or not punctation marks have been retained as content within the text.</desc>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
      </datatype>
      <valList type="closed">
        <valItem ident="none">
          <desc versionDate="2013-06-20" xml:lang="en">no punctuation marks have been retained</desc>
        </valItem>
        <valItem ident="some">
          <desc versionDate="2013-06-20" xml:lang="en">some punctuation marks have been retained</desc>
        </valItem>
        <valItem ident="all">
          <desc versionDate="2013-06-20" xml:lang="en">all punctuation marks have been retained</desc>
        </valItem>
      </valList>
    </attDef>
    <attDef ident="placement" usage="opt">
      <desc versionDate="2013-06-20" xml:lang="en">indicates whether punctation marks have been captured inside or outside of an adjacent
        element.</desc>
      <datatype>
        <rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
      </datatype>
      <valList type="closed">
        <valItem ident="internal">
          <desc versionDate="2013-06-20" xml:lang="en">punctuation marks are captured inside adjacent elements</desc>
        </valItem>
        <valItem ident="external">
          <desc versionDate="2013-06-20" xml:lang="en">punctuation marks are captured outside adjacent elements</desc>
        </valItem>
      </valList>
    </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <punctuation marks="all" placement="internal">
        <p>All punctuation marks in the source text have been retained and represented using the
          appropriate Unicode code point. In cases where a punctuation mark and nearby markup convey
          the same information (for example, a sentence ends with a question mark and is also tagged
          as <gi>s</gi>) the punctuation mark is captured as content within the element.
        </p>
      </punctuation>
    </egXML>
  </exemplum>
  <listRef>
    <ptr target="#HD53"/>
    <ptr target="#COPU"/>
  </listRef>
</elementSpec>
