<journal-id>¶
Mandatory Attributes:
@journal-id-type
| Appears in | Frequency | 
|---|---|
| One or more time | 
Have the unique id of the journal indexed and published by a publishing house.
It is mandatory to have at least one element journal <journal-id> with the value publisher-id in the attribute @journal-id-type. In this occurency the id should be the journal identifier at Érudit.
The allowed values for @journal-id-type are:
| Value | Description | 
|---|---|
| publisher-id | Journal id at publisher | 
| doi | Journal id at Crossref | 
| ojs | Journal id in OJS System when used | 
Example:
...
<journal-meta>
    ...
    <journal-id journal-id-type="publisher-id">rum</journal-id>
    ...
</journal-meta>
...