<attrib>

Attribution

Container element for information concerning the origin of an extract, display quote, poetry, or similar element.

Remarks

Usage: This element is a very unregulated container that may hold a description of the source, name of the author, formal thanks, copyright material, or other information.
Display/Formatting Note: The contents of this element are typically displayed on a separate line (or lines), following the material it concerns, thus inheriting that material’s margins.

Attributes

Content Model

<!ELEMENT  attrib       (#PCDATA %attrib-elements;)*                 >

Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | break | collab | element-citation | mixed-citation | name | string-name)*

Description

Any combination of:

This element may be contained in:

Example 1

Display quote used to tag an epigraph with a typical text attribution:
    ...
<body>
<disp-quote>
<preformat>... who would fardels bear,
To grunt and sweat under a weary life,
But that the dread of something after death,
The undiscover&rsquo;d country from whose bourn
No traveller returns, puzzles the will
And makes us rather bear those ills we have
Than fly to others that we know not of?</preformat>
<attrib>William Shakespeare, Hamlet, Act III,
Scene IV</attrib>
</disp-quote>
<p>Shakespeare well understood the underpinning of
our society&rsquo;s tenacious need to cling to life:
the fear of death, the fear of the unknown.  Yes, we
acknowledge death is part of nature&rsquo;s cycle,
but even as we do so, we struggle ...</p>
<sec>...</sec>
</body>
...   

Example 2

Attribution describes the sources from which a table was compiled:
    ...
<table-wrap position="anchor">
<label>Table 1</label>
<caption>
<title>Incidence of COPD in Asian Countries: a Comparison
of Japan, Korea, and India</title>
</caption>
<table frame="box" rules="all" cellpadding="5">...</table>
<table-wrap-foot>
<attrib>To compile this table, the authors reviewed data
from three studies on the incidence of chronic obstructive
pulmonary disease (COPD) in Asia conducted since 2001:
(1) COPD in Japan: the Nippon COPD Epidemiology Study.
Respirology. 2004;9:458-465; (2) Prevalence of Chronic
Obstructive Pulmonary Disease in Korea: A Population-based
Spirometry Survey. Am J Respir Crit Care Med. 2005;172:842
-847; (3) A multicentric study on epidemiology of chronic
obstructive pulmonary disease and its relationship with 
tobacco smoking and environmental tobacco smoke exposure.
Indian J Chest Dis Allied Sci. 2006;48:23-27.</attrib>
</table-wrap-foot>
</table-wrap>
...   

Example 3

Naming the poet and poem title:
...
<sec>
<title>Buy or Lease?<break/>
Two Models for Scholarly Information<break/>
at the End (or the Beginning) of an Era</title>
<verse-group>
<verse-line>Some say the world will end in fire,</verse-line>
<verse-line>Some say in ice.</verse-line>
<verse-line>From what I&rsquo;ve tasted of desire</verse-line>
<verse-line>I hold with those who favor fire.</verse-line>
<verse-line>But if it had to perish twice,</verse-line>
<verse-line>I think I know enough of hate</verse-line>
<verse-line>To say that for destruction ice</verse-line>
<verse-line>Is also great</verse-line>
<verse-line>And would suffice.</verse-line>
<attrib>&mdash;Robert Frost &ldquo;Fire and Ice&rdquo;</attrib>
</verse-group>
<p>Within living memory, our use of print (static) information has been
governed by copyright law and the practices that have evolved around it.
Enter electronic information, where publishers deliver it with licenses and
new rules, a very different framework from copyright....</p>
</sec>
...

Example 4

Source for a graphic image:
... 
<fig id="f1" orientation="portrait" position="float">
<caption>
<title>National Synchrotron Light Source II facility</title>
<p>Taken July 2015 during public tour.</p>
</caption>
<graphic xlink:href="f1-bnl-2015-65"/>
<attrib>Brookhaven National Laboratory</attrib>
</fig>
...

Example 5

Attributions with enriched tagging to enhance search capability:
...
<fig-group id="bird-photos2">
<caption><title>Figure 1a-b. House Sparrow</title>
<p>Characteristics</p></caption>
<fig id="fg-1a">
<label>a.</label>
<caption><p>View A: Shape and Size</p></caption>
<graphic xlink:href="sparrow632.png"/>
</fig>
<fig id="fg-1b">
<label>b.</label>
<caption><p>View B: Color Pattern</p></caption>
<graphic xlink:href="sideView.png"/>
</fig>
<attrib>
<string-name><given-names>B.T.</given-names> 
<surname>Usdin</surname></string-name>
</attrib>
</fig-group>
... 
    ...
<table-wrap position="anchor">
<label>Table 1</label>
<caption>
<title>Incidence of COPD in Asian Countries: a Comparison
of Japan, Korea, and India</title>
</caption>
<table frame="box" rules="all" cellpadding="5">...</table>
<table-wrap-foot>
<attrib>To compile this table, the authors reviewed data
from three studies on the incidence of chronic obstructive
pulmonary disease (COPD) in Asia conducted since 2001:
(1) <mixed-citation>
 <article-title>COPD in Japan: the Nippon COPD Epidemiology 
 Study</article-title>. <source>Respirology</source>. 
 <year>2004</year>;<issue>9</issue>: 
 <fpage>458</fpage>-<lpage>465</lpage></mixed-citation>; 
(2) <mixed-citation>
 <article-title>Prevalence of Chronic
 Obstructive Pulmonary Disease in Korea: A Population-based
 Spirometry Survey</article-title>. <source>Am J Respir Crit
 Care Med</source>. <year>2005</year>;<issue>172</issue>:
 <fpage>842</fpage>-<lpage>847</lpage></mixed-citation>; 
(3) <mixed-citation>
 <article-title>A multicentric study on epidemiology of chronic
 obstructive pulmonary disease and its relationship with 
 tobacco smoking and environmental tobacco smoke 
 exposure</article-title>.
 <source>Indian J Chest Dis Allied Sci</source>. 
 <year>2006</year>;<issue>48</issue>:
 <fpage>23</fpage>-<lpage>27</lpage></mixed-citation>.
</attrib>
</table-wrap-foot>
</table-wrap>
...