online

*******************************
ONLINE CITATION
*******************************

Online citations
Revised according to ISO-690-2 - Electronic documents and parts thereof.
Please refer to this standard for definitions and examples.
See: http://www.nlc-bnc.ca/iso/tc46sc9/standard/690-2e.htm#Contents

The tagging in fact is a mixture of article and book tags together with
specific electronic source tags.
'online' is taken to mean ANY kind of electronic documentation:
databases, internet, CD-Roms, DVD, email, etc

EXAMPLES:;

* Complete monograph
Kirk-Othmer Encyclopedia of Chemical Technology [online].
3rd ed. New York : John Wiley, 1984 [cited 3 January 1990].
Available from: DIALOG Information Services, Palo Alto (Calif.).

<nplcit id='ncit0001' num='0001' type="e" medium='online'>
    <online>
        <online-title>Kirk-Othmer Encyclopedia of Chemical Technology
        </online-title>
        <edition>3rd ed.</edition>
        <imprint>
            <address>
                <text>New York</text>
            </address>
            <name>John Wiley</name>
            <pubdate>19840000</pubdate>
        </imprint>
        <avail>DIALOG Information Services, Palo Alto (Calif.).</avail>
        <datecit>
            <date>19900103</date>
        </datecit>
    </online>
</nplcit>

* Article on the Internet:
Clark, Carol. On the Threshold of a Brave New World.
In Blueprint of the Body [online].
CNN.com, 2000. [cited 24 August 2000;10:25 EST]. In-depth specials.
Available from: [http://www.cnn.com/SPECIALS/2000/genome/story/overview/]

<nplcit id='ncit0002' num='0002' type='e' medium='online'>
    <online>
        <author>
            <name>Clark, Carol</name>
        </author>
        <online-title>On the Threshold of a Brave New World</online-title>
        <imprint>
            <name>CNN.com, </name>
            <pubdate>2000</pubdate>
        </imprint>
        <series>
            <text>In-depth specials</text>
        </series>
        <avail>Available from: [http://www.cnn.com/SPECIALS/2000/genome/story/overview/]</avail>
        <datecit>
            <date>[cited 24 August 2000;10:25 EST]</date>
        </datecit>
    </online>
</nplcit>

* Personal communication (e-mail)

Thacker, Jane. MPEG-21 project stream on digital item identification
[online].
Message to: [iso.tc46.sc9@nlc-bnc.ca]. 3 October 2000; 13:33 EST [cited 6
October 2000; 13:10 EST].
Message-ID: [002f01c02d60$051a64a0$22a2580c@vaio]. Personal communication.

<nplcit id='ncit0003' num='0003' type='e' medium='online'>
    <online>
        <author>
            <name>Thacker, Jane</name>
        </author>
        <online-title>MPEG-21 project stream on digital item identification
        </online-title>
        <subname>
            <name>Message to: <iso.tc46.sc9@nlc-bnc.ca></name>
        </subname>
        <pubdate>3 October 2000; 13:33 EST</pubdate>
        <notes>Personal communication</notes>
        <avail>Message-ID: <002f01c02d60$051a64a0$22a2580c@vaio></avail>
        <datecit><date>6 October 2000; 13:10 EST</date></datecit>
</online>
</nplcit>

Note: not covered in current version of PatXML

Element Information

Model

Source

<xs:element name="online" type="onlineType">
  <xs:annotation>
    <xs:documentation>******************************* ONLINE CITATION ******************************* Online citations Revised according to ISO-690-2 - Electronic documents and parts thereof. Please refer to this standard for definitions and examples. See: http://www.nlc-bnc.ca/iso/tc46sc9/standard/690-2e.htm#Contents The tagging in fact is a mixture of article and book tags together with specific electronic source tags. 'online' is taken to mean ANY kind of electronic documentation: databases, internet, CD-Roms, DVD, email, etc EXAMPLES:; * Complete monograph Kirk-Othmer Encyclopedia of Chemical Technology [online]. 3rd ed. New York : John Wiley, 1984 [cited 3 January 1990]. Available from: DIALOG Information Services, Palo Alto (Calif.). <nplcit id='ncit0001' num='0001' type="e" medium='online'> <online> <online-title>Kirk-Othmer Encyclopedia of Chemical Technology </online-title> <edition>3rd ed.</edition> <imprint> <address> <text>New York</text> </address> <name>John Wiley</name> <pubdate>19840000</pubdate> </imprint> <avail>DIALOG Information Services, Palo Alto (Calif.).</avail> <datecit> <date>19900103</date> </datecit> </online> </nplcit> * Article on the Internet: Clark, Carol. On the Threshold of a Brave New World. In Blueprint of the Body [online]. CNN.com, 2000. [cited 24 August 2000;10:25 EST]. In-depth specials. Available from: [http://www.cnn.com/SPECIALS/2000/genome/story/overview/] <nplcit id='ncit0002' num='0002' type='e' medium='online'> <online> <author> <name>Clark, Carol</name> </author> <online-title>On the Threshold of a Brave New World</online-title> <imprint> <name>CNN.com, </name> <pubdate>2000</pubdate> </imprint> <series> <text>In-depth specials</text> </series> <avail>Available from: [http://www.cnn.com/SPECIALS/2000/genome/story/overview/]</avail> <datecit> <date>[cited 24 August 2000;10:25 EST]</date> </datecit> </online> </nplcit> * Personal communication (e-mail) Thacker, Jane. MPEG-21 project stream on digital item identification [online]. Message to: [iso.tc46.sc9@nlc-bnc.ca]. 3 October 2000; 13:33 EST [cited 6 October 2000; 13:10 EST]. Message-ID: [002f01c02d60$051a64a0$22a2580c@vaio]. Personal communication. <nplcit id='ncit0003' num='0003' type='e' medium='online'> <online> <author> <name>Thacker, Jane</name> </author> <online-title>MPEG-21 project stream on digital item identification </online-title> <subname> <name>Message to: <iso.tc46.sc9@nlc-bnc.ca></name> </subname> <pubdate>3 October 2000; 13:33 EST</pubdate> <notes>Personal communication</notes> <avail>Message-ID: <002f01c02d60$051a64a0$22a2580c@vaio></avail> <datecit><date>6 October 2000; 13:10 EST</date></datecit> </online> </nplcit> Note: not covered in current version of PatXML</xs:documentation>
  </xs:annotation>
</xs:element>

Sample