<citedRange>

<citedRange> (引用範囲) しばしばページやその他の単位で表される、引用の範囲を定める。 [3.12.2.5 Scopes and Ranges in Bibliographic Citations]
モジュール core — Elements Available in All TEI Documents
属性
クラブのメンバー
上位
下位
解説

1頁だけ引用された時は、同一の値を伴うfromtoの属性を用いる。引用の終わりが与えられていない場合は、from属性は、toなしで用いることが許されている。例えば、‘p. 3ff’のような引用は<citedRange from="3">p. 3ff</citedRange>と符号化されうる。

<citedRange>pp 12–13</citedRange>
<citedRange unit="pagefrom="12to="13"/>
<citedRange unit="volume">II</citedRange>
<citedRange unit="page">12</citedRange>
<bibl>
 <ptr target="#mueller01"/>, <citedRange target="http://example.com/mueller3.xml#page4">vol. 3, pp.
   4-5</citedRange>
</bibl>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
宣言
<rng:element name="citedRange">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.pointing.attributes"/>
 <rng:ref name="att.citing.attributes"/>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element citedRange
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.pointing.attributes,
   att.citing.attributes,
   macro.phraseSeq
}