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

Element ulink

Synopsis

Mixed Content Model

(#PCDATA)

Attributes

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

Description

The ulink element contains an URL of a resource.

The type attribute further specifies the URL, indicating whether it points to a PDF file, to the full text of some article, to related material, to an image, or something else.

Parents

xnote

Example

<xnote id="1" citekey="markus2005" date="2005-10-12" share="public">
<title>myfirstnote</title>
<content>The note text proper</content>
<keyword>biochemistry</keyword>
<keyword>enzymes</keyword>
<link type="reference" target="WANG2002"/>
<link type="reference" target="Phadke1994"/>
<link type="author" target="Walsh,N."/>
<link type="journalabbrev" target="Biochem.Pharmacol."/>
<ulink type="pdf">http://dot.com/foo.pdf</ulink>
<ulink type="image">http://dot.com/geewhiz.jpg</ulink>
</xnote>
   

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