risx XML DTD: User Element View [DTD Element View]
[Home] [Elements] [Prev] [Next]

Element link

Synopsis

Mixed Content Model

(#PCDATA)

Attributes

Name Type Default Value
type Enumeration:
  fulltext
  image
  pdf
  related
  url
"url"

Description

The link element encodes the RIS fields UR and L1 through L4. All of them denote the URL of an external resource related to the reference.

The type element can be set to one of "url", "pdf", "fulltext", "related", or "image", to specify the above fields.

Parents

pubinfo

Example

<pubinfo>
<pubdate type="primary">
<date>
<year>1999</year>
</date>
</pubdate>
<city>Sebastopol</city>
<publisher>O'Reilly</publisher>
<serial>1-56592-580-7</serial>
<address>millera@dinosaurs.upenn.edu</address>
<link type="url">http://www.dinosaurs.upenn.edu/</url>
<misc type="1">high</misc>
</pubinfo>
   

HTML Presentation of risx XML DTD by DTDParse (version 2.00).