<?xml version="1.0" encoding="UTF-8"?>
<!-- © TEI Consortium. Dual-licensed under CC-by and BSD2 licenses; see the file COPYING.txt for details. -->
<?xml-model href="https://jenkins.tei-c.org/job/TEIP5-dev/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" xml:id="gi-citedRange" ident="citedRange">
  <gloss versionDate="2012-12-13" xml:lang="en">cited range</gloss>
  <gloss versionDate="2024-02-28" xml:lang="ja">引用範囲</gloss>
  <desc versionDate="2012-12-13" xml:lang="en">defines the range of cited content, often represented by pages or other units.</desc>
  <desc versionDate="2024-02-28" xml:lang="ja">しばしばページやその他の単位で表される、引用の範囲を定める。</desc>
  <classes>
    <memberOf key="att.global"/>
    <memberOf key="att.citing"/>
    <memberOf key="att.pointing"/>
    <memberOf key="model.biblPart"/>
  </classes>
  <content>
    <macroRef key="macro.phraseSeq"/>
  </content>
  <exemplum xml:lang="en">
    <egXML xmlns="http://www.tei-c.org/ns/Examples" xml:id="gi-citedRange-egXML-we">
      <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" xml:id="gi-citedRange-egXML-yk">
      <bibl><ptr target="#mueller01"/>, <citedRange target="http://example.com/mueller3.xml#page4">vol. 3, pp.
        4-5</citedRange></bibl>
    </egXML>
  </exemplum>
  <remarks versionDate="2017-03-29" xml:lang="en">
    <p>When a single page is being cited, use the <att>from</att> and <att>to</att> attributes with
      an identical value. When no clear endpoint is provided, the <att>from</att> attribute may be
      used without <att>to</att>; for example a citation such as <q>p. 3ff</q> might be encoded
      <code>&lt;citedRange from="3"&gt;p. 3ff&lt;/citedRange&gt;</code>.</p>
  </remarks>
  <remarks versionDate="2024-02-28" xml:lang="ja"><p>1頁だけ引用された時は、同一の値を伴う<att>from</att>と<att>to</att>の属性を用いる。引用の終わりが与えられていない場合は、<att>from</att>属性は、<att>to</att>なしで用いることが許されている。例えば、<q>p. 3ff</q>のような引用は<code>&lt;citedRange from="3"&gt;p. 3ff&lt;/citedRange&gt;</code>と符号化されうる。</p></remarks>
  <listRef>
    <ptr target="#COBICOB"/>
  </listRef>
</elementSpec>
