<relatedarticle> (
Related Article)
Description
.UPDATED. Description
This element describes a relationship from this article to another publication.
Relationships to other publications forms part of the metadata for an article, and display systems may choose to render relationship information following an article's abstract.
The relatedarticle tagging should always be added to the later article.
Parent Elements
The elements listed below may directly contain this element.
They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Model Diagram
The DTD model for this element:
--+(choice of TEXT with elements repeated)
|
|--+(choice) [Formatting in Text]
| |
| |-- sub -- (TEXT and elements)
| |
| |-- sup -- (TEXT and elements)
| |
| |-- b -- (TEXT and elements)
| |
| |-- i -- (TEXT and elements)
| |
| |-- smallcaps -- (TEXT and elements)
| |
| |-- u -- (TEXT and elements)
| |
| |-- box -- (TEXT and elements)
| |
| |-- roman -- (TEXT and elements)
| |
| |-- script -- (TEXT and elements)
| |
| |-- tt -- (TEXT and elements)
| |
| |-- strikethrough -- (TEXT and elements)
| |
| |-- overline -- (TEXT and elements)
| |
| |-- newpage
| |
| |-- query -- TEXT
|
|-- comment -- TEXT
DTD Definition
The DTD contains the following element and attribute definitions
(note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT relatedarticle (#PCDATA | %FormattingInText; | comment)*>
<!ATTLIST relatedarticle
relationtype (erratum | corrigendum | retraction | commentary |
companion | series | addendum | translation |
republish) #REQUIRED
articleid CDATA #IMPLIED
doi CDATA #IMPLIED
url CDATA #IMPLIED
%a-group-CommonIDAttrs;>
.
Defined in DTD section
Metadata : Article Metadata : Article Relationships
General Attributes (shared with other elements)
Local Attributes (defined for this element alone)
Description
This attribute describes the type of relationship this article has to another article
Specification
This attribute is required. The allowed values are "erratum", "corrigendum", "retraction", "commentary", "companion", "series", "addendum", "translation" and "republish".
DTD Definition
relationtype (erratum | corrigendum | retraction | commentary |
companion | series | addendum | translation |
republish) #REQUIRED .
Description
This attribute holds the article identifier of the related article, and should be populated if the related publication is a journal article published by Taylor & Francis.
articleid="298721"
Specification
This attribute is not required. It has text content.
DTD Definition
articleid CDATA #IMPLIED
.
Attribute:
doi (
Digital Object Identifier)
Description
This attribute holds the DOI (Digital Object Identifier) assigned to the related article. This attribute should be populated if the related publication has a DOI assigned. Display systems may use the DOI to create a DOI link to the related publication.
doi="10.1080/10428190701625081"
Please <a href="http://dx.doi.org/10.1080/10428190701625081">click here</a> to view the related publication.
Specification
This attribute is not required. It has text content.
DTD Definition
doi CDATA #IMPLIED
.
Attribute:
url (
Uniform Resource Locator)
Description
This attribute holds a URL (Uniform Resource Locator) that locates a related work online.
If the related work is published online with a DOI, the
doi attribute should be used instead.
url="http://www.nytimes.com/2010/01/05/science/05books.html"
Please <a href="http://www.nytimes.com/2010/01/05/science/05books.html">click here</a> to view the related publication.
Specification
This attribute is not required. It has text content.
DTD Definition
url CDATA #IMPLIED
.