citestyle XML DTD: User Element View | [DTD Element View] |
[Home] [Elements] | [Prev] [Next] |
(PRECEEDING?,FOLLOWING?,ABBREVIATEFIRST?,ABBREVIATESUBSEQ?,AEMPTY?, ASAME?,AUTHORSEPS,AUTHORNAMES,TEXT?)
Name | Type | Default Value |
---|---|---|
ALTERNATESTYLE | Enumeration: ABOLD ABOLDITALIC ABOLDITULINE ABOLDULINE AITALIC AITULINE ASUB ASUPER AULINE NONE |
None |
ALTERNATETEXT | Enumeration: AEMPTY NONE TITLEPRIMARY TITLESECONDARY TITLETERTIARY |
"AEMPTY" |
ROLE | Enumeration: ALL PRIMARY SECONDARY TERTIARY |
"PRIMARY" |
STYLE | Enumeration: BOLD BOLDITALIC BOLDITULINE BOLDULINE ITALIC ITULINE NONE SUB SUPER ULINE |
None |
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 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.
AUTHORONLY, INTEXTDEF, PUBTYPE, YEARONLY
ABBREVIATEFIRST, ABBREVIATESUBSEQ, AEMPTY, ASAME, AUTHORNAMES, AUTHORSEPS, FOLLOWING, PRECEEDING, TEXT
<AUTHORLIST role="PRIMARY"> <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> </AUTHORLIST>