Element: Journal

Contains metadata identifying the journal in which the article was published.

Content Model

( ISSN?, JournalIssue, Title?, ISOAbbreviation? )

Contains:

May be contained in:

Examples

<Journal>
    <ISSN IssnType="Electronic">1476-4687</ISSN>
    <JournalIssue CitedMedium="Internet">
        <Volume>492</Volume>
        <Issue>7427</Issue>
        <PubDate>
            <Year>2012</Year>
            <Month>Dec</Month>
            <Day>06</Day>
        </PubDate>
    </JournalIssue>
    <Title>Nature</Title>
    <ISOAbbreviation>Nature</ISOAbbreviation>
</Journal>