<related-object>¶
Mandatory attributes:
@content-type
@document-type
Appears in |
Frequency |
---|---|
Zero or more times |
This is an optional element used to make reference to a resource in which the article was based. It is usually used in review articles to make reference to the reviewed souce, ex: book, article, thesis, etc.
Note
Even the related-object element is allowed inside other elements according to NISO JATS Journal Archiving DTD specifications. For Érudit Publishing Schema, this element will be recoginized only if available in the element article-meta only for the purpose discribed above.
The recoginized values for the attribute @document-type are:
book
book-chapter
article
The recoginized values for the attribute @content-type are:
reviewed-document
Example:
...
<article-meta>
...
<surtitre>Les comptes rendus</surtitre>
<title-group>
<sub-title xml:lang="fr">Les comptes rendus</sub-title>
</title-group>
<related-object content-type="reviewed-document" document-type="article"><italic>Emploi. Économie Sociale. Développement local. Les nouvelles filières</italic>, Yvan Comeau, Louis Favreau, Benoît Lévesque et Marguerite Mendell, Sainte-Foy, Presses de l’Université du Québec, 2001, 336 p.</related-object>
...
</article-meta>
...
...
<article-meta>
...
<related-object content-type="reviewed-document" document-type="book">Book Title</related-object>
...
</article-meta>
...
...
<article-meta>
...
<related-object content-type="reviewed-document" document-type="book-chapter">Chapter Title</related-object>
...
</article-meta>
...
...
<article-meta>
...
<related-object content-type="reviewed-document" document-type="article">Article Title</related-object>
...
</article-meta>
...