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

Element entry

Synopsis

Content Model

(part?,publication,set?,libinfo*,contents?)+

Attributes

Name Type Default Value
id NMTOKEN None
type Enumeration:
  ABST
  ADVS
  ART
  BILL
  BOOK
  CASE
  CHAP
  COMP
  CONF
  CTLG
  DATA
  ELEC
  GEN
  HEAR
  ICOMM
  INPR
  JFULL
  JOUR
  MAP
  MGZN
  MPCT
  MUSIC
  NEWS
  PAMP
  PAT
  PCOMM
  RPRT
  SER
  SLIDE
  SOUND
  STAT
  THES
  UNBILL
  UNPB
  VIDEO
"GEN"
citekey NMTOKEN None

Description

The entry element is the wrapper for a single reference.

The id attribute specifies a unique identifier provided by a database application.

The type attribute specifies the type of the reference. The following types are supported:

Parents

ris

Children

contents, libinfo, part, publication, set

Example

<ris>
<entry type="ABST" citekey="MILLER1999">
...
</entry>
<entry type="BOOK" citekey="JONES2000">
...
</entry>
</ris>
   

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