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
unit identifies the unit of information conveyed by the element, e.g. columns, pages, volume, entry.
Status Optional
Datatype teidata.enumerated
Suggested values include:
volume
(volume) the element contains a volume number.
issue
the element contains an issue number, or volume and issue numbers.
page
(page) the element contains a page number or page range.
line
the element contains a line number or line range.
chapter
(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.
entry
the element identifies an entry number or label in a list of entries.
from specifies the starting point of the range of units indicated by the unit attribute.
Status Optional
Datatype teidata.word
to specifies the end-point of the range of units indicated by the unit attribute.
Status Optional
Datatype teidata.word
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>