<?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.it.ox.ac.uk/jenkins/job/TEIP5/lastSuccessfulBuild/artifact/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" xmlns:rng="http://relaxng.org/ns/structure/1.0" ident="patch" module="transcr">
  <desc versionDate="2013-04-16" xml:lang="en"> a part of a surface which was originally
 physically distinct but was combined with it at some time prior to
 some or all of the writing on the surface.</desc>
  <classes>
    <memberOf key="att.coordinated"/>
    <memberOf key="att.global"/>
    <memberOf key="att.typed"/>
  </classes>
  <content>
    <rng:zeroOrMore>
      <rng:choice>
        <rng:text/>
        <rng:ref name="model.global"/>
        <rng:ref name="zone"/>
      </rng:choice>
    </rng:zeroOrMore>
  </content>
  <attList>
    <attDef ident="binder">
      <desc versionDate="2013-04-16" xml:lang="en">describes the method by which a patch is or was
         connected to the main surface</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.enumerated"/>
      </datatype>
      <valList type="open">
        <valItem ident="glued">
          <desc versionDate="2013-04-16" xml:lang="en">patch is glued in place</desc>
        </valItem>
        <valItem ident="pinned">
          <desc versionDate="2013-04-16" xml:lang="en">patch is pinned or stapled in place</desc>
        </valItem>
        <valItem ident="sewn">
          <desc versionDate="2013-04-16" xml:lang="en">patch is sewn in place</desc>
        </valItem>
      </valList>
    </attDef>
    <attDef ident="flipping">
      <desc versionDate="2013-04-16" xml:lang="en">indicates whether the
      patch is attached and folded in such a way as to provide two
      writing surfaces</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.truthValue"/>
      </datatype>
    </attDef>
    <attDef ident="height">
      <desc versionDate="2013-04-16" xml:lang="en">height of the patch</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.outputMeasurement"/>
      </datatype>
    </attDef>
    <attDef ident="width">
      <desc versionDate="2013-04-16" xml:lang="en">width of the patch</desc>
      <datatype>
        <ref xmlns="http://relaxng.org/ns/structure/1.0" name="data.outputMeasurement"/>
      </datatype>
    </attDef>
  </attList>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <surface>
        <zone>
          <line>Poem</line>
          <line>As in Visions of — at</line>
          <line>night —</line>
          <line>All sorts of fancies running through</line>
          <line>the head</line>
        </zone>
        <patch type="newsprint" binder="glue" flipping="false" height="40cm" width="90cm">
          <zone>Spring has
      just set in here, and the weather.... a
			   steamer </zone>
          <metamark function="sequence">2</metamark>
        </patch>
        <patch type="newsprint" binder="glue" flipping="false" height="35cm" width="90cm">
          <zone>"The shores on either side of the Sound are... The In-       </zone>
          <metamark function="sequence">3</metamark>
        </patch>
      </surface>
    </egXML>
  </exemplum>
</elementSpec>
