<?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="core" ident="citedRange">
  <gloss versionDate="2012-12-13" xml:lang="en">cited range</gloss>
  <desc versionDate="2012-12-13" xml:lang="en">defines the range of cited content, often represented by pages or other units</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.pointing"/>
    <memberOf key="att.citing"/>
    <memberOf key="model.biblPart"/>
  </classes>
  <content>
    <ref xmlns="http://relaxng.org/ns/structure/1.0" name="macro.phraseSeq"/>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <citedRange>pp 12–13</citedRange>
      <citedRange unit="page" from="12" to="13"/>
      <citedRange unit="volume">II</citedRange>
      <citedRange unit="page">12</citedRange>
    </egXML>
  </exemplum>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <bibl><ptr target="#mueller01"/>, <citedRange target="http://example.com/mueller3.xml#page4">vol. 3, pp.
        4-5</citedRange></bibl>
    </egXML>
  </exemplum>
  <remarks versionDate="2014-09-08" xml:lang="en">
    <p>When the range cited consists of a single page or other unit, use
      the <att>from</att> and <att>to</att> attributes with an identical
      value. When no clear endpoint is given the <att>from</att> attribute
      should be used without <att>to</att>. For example, if the citation has <q>p. 3ff</q> as a page reference.</p>
  </remarks> <listRef>
    <ptr target="#COBICOB"/>
  </listRef>
</elementSpec>
