elml:journalArticle

The element journalArticle allows to list a journal article in the bibliography.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
author xs:string optional
The attribute author contains the name of the author of a source. Author is also used instead of originator and issuingBody.
bibID xs:string required
The attribute bibID allows giving an unique id to a resource item in the bibliography. Bibliography items are referenced by the values of this attribute.
downloadUrl restriction of xs:anyURI optional
The attribute downloadUrl contains the url where one can download a PDF,... of the referenced source document.
journalTitle xs:string optional
The attribute journalTitle contains the title of the Journal.
pageNr xs:string optional
publicationYear xs:gYear optional
The attribute publicationYear contains the year of publication of a source.
title xs:string optional
The attribute title contains the title of a source.
volumeNr xs:string optional
The attribute volumeNr contains the number of the volume of a source.

Used By

Source

<xs:element name="journalArticle">
  <xs:annotation>
    <xs:documentation>The element journalArticle allows to list a journal article in the bibliography.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attributeGroup ref="elml:BibIDReq"/>
        <xs:attributeGroup ref="elml:BibAuthor"/>
        <xs:attributeGroup ref="elml:BibPublicationYear"/>
        <xs:attributeGroup ref="elml:BibTitle"/>
        <xs:attributeGroup ref="elml:BibJournalTitle"/>
        <xs:attributeGroup ref="elml:BibVolumeNr"/>
        <xs:attributeGroup ref="elml:BibPageNr"/>
        <xs:attributeGroup ref="elml:BibDownloadUrl"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>

Sample