[Refdb-cvs] CVS: refdb/doc/xnote/ele-desc content.html,NONE,1.1.2.1 keyword.html,NONE,1.1.2.1 link.h
Status: Beta
Brought to you by:
mhoenicka
Update of /cvsroot/refdb/refdb/doc/xnote/ele-desc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12811 Added Files: Tag: Release_0_9_5_stable content.html keyword.html link.html title.html ulink.html xnote.html xnoteset.html Log Message: initial version --- NEW FILE --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>CONTENT description</title> </head> <body> <h2>Description</h2> <p>The content element holds the note proper. This may be a string or markup.</p> <p>The type attribute specifies the type of the note contents. This may e.g. be a namespace, the name of a DTD, or anything else which gives a hint to a processing application.</p> <p>The xml:lang attribute denotes the language of the note contents.</p> <h2>Example</h2> <pre> <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."/> </xnote> </pre> </body> </html> --- NEW FILE --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>KEYWORD description</title> </head> <body> <h2>Description</h2> <p>The keyword element holds a string that aids in categorizing the note.</p> <h2>Example</h2> <pre> <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."/> </xnote> </pre> </body> </html> --- NEW FILE --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>LINK description</title> </head> <body> <h2>Description</h2> <p>The link element specifies the name of an author, of a keyword, the title of a periodical, or a reference by means of the target attribute. The type attribute selects which database object the note is attached to.</p> <h2>Example</h2> <pre> <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."/> </xnote> </pre> </body> </html> --- NEW FILE --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>TITLE description</title> </head> <body> <h2>Description</h2> <p>The title element holds the optional title of the note.</p> <h2>Example</h2> <pre> <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."/> </xnote> </pre> </body> </html> --- NEW FILE --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>ULINK description</title> </head> <body> <h2>Description</h2> <p>The ulink element contains an URL of a resource.</p> <p>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.</p> <h2>Example</h2> <pre> <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> </pre> </body> </html> --- NEW FILE --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>XNOTE description</title> </head> <body> <h2>Description</h2> <p>The xnote element holds one extended note, being a wrapper for the note text, a title, keywords, and links to other database objects.</p> <p>The id attribute specifies the reference ID as generated by RefDB.</p> <p>The citekey attribute specifies the note citation key. This is a unique string which unambiguously identifies the note in the database.</p> <p>The user attribute specifies the user who added the note.</p> <p>The date attribute holds the date of the note in ISO notation (YYYY-MM-DD).</p> <p>The share attribute specifies whether the note should be public or private.</p> <h2>Example</h2> <pre> <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."/> </xnote> </pre> </body> </html> --- NEW FILE --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>XNOTESET description</title> </head> <body> <h2>Description</h2> <p>xnoteset is a wrapper for one or more xnote elements. The namespace is "http://refdb.sourceforge.net/namespaces/xnote".</p> <h2>Example</h2> <pre> <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE xnoteset PUBLIC "-//Markus Hoenicka//DTD Xnote V1.2//EN" "http://refdb.sourceforge.net/dtd/xnote-1.2/xnote.dtd" [ <!ENTITY lt "&#60;"> <!ENTITY gt ">"> <!ENTITY amp "&#38;"> ]> <xnoteset xmlns="http://refdb.sourceforge.net/namespaces/xnote"> <xnote> ... </xnote> <xnote> ... </xnote> </xnoteset> </pre> </body> </html> |