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

Element AUTHORLIST

Synopsis

Content Model

(PRECEEDING?,FOLLOWING?,ABBREVIATEFIRST?,ABBREVIATESUBSEQ?,AEMPTY?,
 ASAME?,AUTHORSEPS,AUTHORNAMES,TEXT?,TEXTED?)

Attributes

Name Type Default Value
ALTERNATESTYLE Enumeration:
  ABOLD
  ABOLDITALIC
  ABOLDITULINE
  ABOLDULINE
  AITALIC
  AITULINE
  ASUB
  ASUPER
  AULINE
  NONE
None
ALTERNATETEXT Enumeration:
  AEMPTY
  NONE
  TITLEALL
  TITLEPART
  TITLEPUB
  TITLESERIES
"AEMPTY"
ROLE Enumeration:
  ALL
  PART
  PUB
  SERIES
"PUB"
STYLE Enumeration:
  BOLD
  BOLDITALIC
  BOLDITULINE
  BOLDULINE
  ITALIC
  ITULINE
  NONE
  SUB
  SUPER
  ULINE
None

Description

AUTHORLIST is a wrapper for the authors of a publication.

The ROLE attribute defines the purpose of the authorlist. The value of the attribute can be:

The ALTERNATETEXT attribute determines what to print in place of an author list if a bibliographic entry does not contain authors or editors. Possible values are:

The STYLE attribute gives the processing system a hint on how this element should be rendered. The styles BOLD, ITALIC, and ULINE are available, as well as all of their combinations. In addition to this, SUB and SUPER can be used to indicate subscripts and superscripts. NONE can be used to explicitly state that no special formatting is desired

The ALTERNATESTYLE attribute serves a similar purpose, but is used if a reference has no author and the title is used in the position of the authorlist. The formatting may then differ from a regular authorlist.

Parents

AUTHORONLY, INTEXTDEF, PUBTYPE, YEARONLY

Children

ABBREVIATEFIRST, ABBREVIATESUBSEQ, AEMPTY, ASAME, AUTHORNAMES, AUTHORSEPS, FOLLOWING, PRECEEDING, TEXT, TEXTED

Example

<AUTHORLIST role="PUB">
<FOLLOWING> </FOLLOWING>
<ABBREVIATEFIRST MAXAUTHOR="256" DISPLAYAUTHOR="255">, et al</ABBREVIATEFIRST>
<ABBREVIATESUBSEQ MAXAUTHOR="256" DISPLAYAUTHOR="255">, et al</ABBREVIATESUBSEQ>
<AEMPTY>Anonymous</AEMPTY>
<AUTHORSEPS>
<TWOSEPS> and </TWOSEPS>
<THREESEPS>
<THREESEPSEACH>, </THREESEPSEACH>
<THREESEPSLAST>, and </THREESEPSLAST>
</THREESEPS>
</AUTHORSEPS>
<AUTHORNAMES>
<NAMEFIRST NAMEORDER="LASTFIRSTMIDDLE" INITIALSTYLE="F.M." UPPERCASE="NONE">
<NAMEOTHER NAMEORDER="FIRSTMIDDLELAST" INITIALSTYLE="F.M." UPPERCASE="NONE">
</AUTHORNAMES>
<TEXT>
<TEXTSINGLE>
<FOLLOWING>, </FOLLOWING>
</TEXTSINGLE>
<TEXTMULTIPLE>
<FOLLOWING>, </FOLLOWING>
</TEXTMULTIPLE>
</TEXT>
<TEXTED>
<TEXTSINGLE>
<FOLLOWING>, </FOLLOWING>
</TEXTSINGLE>
<TEXTMULTIPLE>
<FOLLOWING>, </FOLLOWING>
</TEXTMULTIPLE>
</TEXTED>
</AUTHORLIST>
   

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