<citedRange>

<citedRange> (cited range) defines the range of cited content, often represented by pages or other units [3.11.2.4 Imprint, Size of a Document, and Reprint Information]
Modulecore — Elements Available in All TEI Documents
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.pointing (@targetLang, @target, @evaluate)
unitidentifies the type of information conveyed by the element, e.g. columns, pages, volume.
Statut Optionel
Type de données

<rng:ref name="data.enumerated"/>
data.enumerated
Les valeurs suggérées comprennent:
volume
the element contains a volume number.
issue
the element contains an issue number, or volume and issue numbers.
page
the element contains a page number or page range.
line
the element contains a line number or line range.
chapter
the element contains a chapter indication (number and/or title)
part
the element identifies a part of a book or collection.
column
the element identifies a column.
fromspecifies the starting point of the range of units indicated by the unit attribute.
Statut Optionel
Type de données

<rng:ref name="data.word"/>
data.word
tospecifies the end-point of the range of units indicated by the unit attribute.
Statut Optionel
Type de données

<rng:ref name="data.word"/>
data.word
Membre du
Contenu dans
Peut contenir
Declaration

<rng:element name="citedRange">
 <rng:ref name="att.global.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.pointing.attributes"/>
 <rng:optional>
  <rng:attribute name="unit">
   <rng:choice>
    <rng:value>volume</rng:value>
    <rng:value>issue</rng:value>
    <rng:value>page</rng:value>
    <rng:value>line</rng:value>
    <rng:value>chapter</rng:value>
    <rng:value>part</rng:value>
    <rng:value>column</rng:value>
    <rng:data type="Name"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="from">
   <rng:ref name="data.word"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="to">
   <rng:ref name="data.word"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element citedRange
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.pointing.attributes,
   attribute unit
   {
      "volume"
    | "issue"
    | "page"
    | "line"
    | "chapter"
    | "part"
    | "column"
    | xsd:Name
   }?,
   attribute from { data.word }?,
   attribute to { data.word }?,
   macro.phraseSeq
}
Exemple
<citedRange>pp 12–13</citedRange>
<citedRange unit="pagefrom="12to="13"/>
<citedRange unit="volume">II</citedRange>
<citedRange unit="page">12</citedRange>
Exemple
<bibl>
 <ptr target="#mueller01"/>, <citedRange
   target="http://example.com/mueller3.xml#page4">
vol. 3, pp.
   4-5</citedRange>
</bibl>