Erudit Publishing Schema Documentation
0.3
  • Version 0.3
  • Érudit PS Schematron
  • Special Charset Encoding
  • Glossary
  • Encoding
  • <!DOCTYPE>
  • Floating Elements
  • Attribution Tips for @id
  • Compatibility Reference
  • <abbrev-journal-title>
  • <abstract>
  • <ack>
  • <aff>
  • <app>
  • <article>
  • <article-categories>
  • <article-id>
  • <article-meta>
  • <article-title>
  • <attrib>
  • <author-notes>
  • <award-group>
  • <award-id>
  • <back>
  • <bio>
  • <body>
  • <boxed-text>
  • <caption>
  • <city>
  • <collab>
  • <contrib>
  • <contrib-group>
  • <contrib-id>
  • <copyright-holder>
  • <copyright-statement>
  • <copyright-year>
  • <corresp>
  • <country>
  • <counts>
  • <date>
  • <day>
  • <disp-formula>
  • <disp-quote>
  • <element-citation>
  • <elocation-id>
  • <email>
  • <ext-link>
  • <fig>
  • <fn>
  • <fn-group>
  • <fpage>
  • <front>
  • <funding-group>
  • <funding-source>
  • <given-names>
  • <history>
  • <inline-formula>
  • <inline-graphic>
  • <inline-supplementary-material>
  • <institution>
  • <institution-id>
  • <issn>
  • <issue>
  • <issue-id>
  • <journal-id>
  • <journal-meta>
  • <journal-subtitle>
  • <journal-title>
  • <journal-title-group>
  • <kwd>
  • <kwd-group>
  • <label>
  • <license>
  • <list>
  • <lpage>
  • <mixed-citation>
  • <month>
  • <name>
  • <notes>
  • <on-behalf-of>
  • <p>
  • <page-range>
  • <permissions>
  • <prefix>
  • <product>
  • <pub-date>
  • <pub-id>
  • <publisher>
  • <publisher-loc>
  • <publisher-name>
  • <ref>
  • <ref-list>
  • <related-object>
  • <role>
  • <season>
  • <sec>
  • <self-uri>
  • <state>
  • <string-name>
  • <subtitle>
  • <suffix>
  • <supplementary-material>
  • <surname>
  • <table-wrap>
  • <table-wrap-foot>
  • <title-group>
  • <trans-abstract>
  • <trans-title>
  • <trans-title-group>
  • <verse-group>
  • <volume>
  • <xref>
  • <year>
  • Copyright
  • License
Erudit Publishing Schema Documentation
  • »
  • <related-object>
  • View page source

<related-object>¶

Mandatory attributes:

  1. @content-type

  2. @document-type

Appears in

Frequency

<article-meta>

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>
...
Next Previous

© Copyright 2018, Erudit.

Built with Sphinx using a theme provided by Read the Docs.