att.citing
att.citing provides attributes for specifying the specific part of a bibliographic item being
cited. [1.3.1. Attribute Classes]
Module | tei | ||||||||||||||||||||
Members | quote | ||||||||||||||||||||
Attributes | Attributes
|
||||||||||||||||||||
Source | Github
<classSpec module="tei" type="atts" ident="att.citing"> <desc>provides attributes for specifying the specific part of a bibliographic item being cited.</desc> <classes/> <attList> <attDef ident="unit" usage="opt"> <desc>identifies the unit of information conveyed by the element, e.g. <val>columns</val>, <val>pages</val>, <val>volume</val>, <val>entry</val>.</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> <valList type="semi"> <valItem ident="volume"> <gloss>volume</gloss> <desc>the element contains a volume number.</desc> </valItem> <valItem ident="issue"> <desc>the element contains an issue number, or volume and issue numbers.</desc> </valItem> <valItem ident="page"> <gloss>page</gloss> <desc>the element contains a page number or page range.</desc> </valItem> <valItem ident="line"> <desc>the element contains a line number or line range.</desc> </valItem> <valItem ident="chapter"> <gloss>chapter</gloss> <desc>the element contains a chapter indication (number and/or title)</desc> </valItem> <valItem ident="part"> <desc>the element identifies a part of a book or collection.</desc> </valItem> <valItem ident="column"> <desc>the element identifies a column.</desc> </valItem> <valItem ident="entry"> <desc>the element identifies an entry number or label in a list of entries.</desc> </valItem> </valList> </attDef> <attDef ident="from"> <desc>specifies the starting point of the range of units indicated by the <att>unit</att> attribute.</desc> <datatype> <dataRef key="teidata.word"/> </datatype> </attDef> <attDef ident="to"> <desc>specifies the end-point of the range of units indicated by the <att>unit</att> attribute.</desc> <datatype> <dataRef key="teidata.word"/> </datatype> </attDef> </attList> </classSpec> |