<citedRange>
<citedRange> (cited range) defines the range of cited content, often represented by pages or other units [3.12.2.5. Scopes and Ranges in Bibliographic Citations] | |
Module | core |
Attributes |
|
Member of | |
Contained by | core: bibl biblStruct |
May contain | core: abbr add address binaryObject cb choice cit corr date del distinct ellipsis email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs ruby said sic soCalled term time title unclear unit dictionaries: lang figures: figure notatedMusic gaiji: g header: idno msdescription: catchwords depth dim dimensions height heraldry locus locusGrp material objectType origDate origPlace secFol signatures stamp watermark width namesdates: addName bloc country district eventName forename genName geo geogFeat geogName location objectName offset orgName persName persPronouns placeName region roleName settlement state surname textcrit: app textstructure: floatingText transcr: addSpan am damage delSpan ex fw handShift listTranspose metamark mod redo retrace secl space subst substJoin supplied surplus undo character data |
Note | When a single page is being cited, use the from and to attributes with an identical value. When no clear endpoint is provided, the from attribute may be used without to; for example a citation such as ‘p. 3ff’ might be encoded |
Example | <citedRange>pp 12–13</citedRange> <citedRange unit="page" from="12" to="13"/> <citedRange unit="volume">II</citedRange> <citedRange unit="page">12</citedRange> |
Example | <bibl> <ptr target="#mueller01"/>, <citedRange target="http://example.com/mueller3.xml#page4">vol. 3, pp. 4-5</citedRange> </bibl> |
Content model | <content> |
Schema Declaration | element citedRange { tei_att.global.attributes, tei_att.pointing.attributes, tei_att.citing.attributes, tei_macro.phraseSeq } |