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

Element THREESEPS

Synopsis

Content Model

(THREESEPSEACH,THREESEPSLAST)

Attributes

None

Description

THREESEPS is a wrapper for the strings to be printed between authors if three or more authors are in the authorlist.

Parents

AUTHORSEPS

Children

THREESEPSEACH, THREESEPSLAST

Example

<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>
   

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