<suffix>

Suffix

Definition

Qualifiers that follow a person’s name, for example, “Sr.”, “Jr.”, “III”, “3rd”, etc.

Remarks

The <suffix> element should be used for parts of people’s names, not for degrees, such as Ph.D. or DDS. The academic degrees are part of the information that is known about a contributor, not part of the name of the contributor, and should take the <degrees> element. Degree and certification information should be placed directly following the person’s name within the contributor information:

<contributor ...>
<name>
<surname>Smyth-Jones</surname>
<given-names>George</given-names>
<suffix>Sr.</suffix>
</name>
<degrees>PhD</degrees>
</contributor>

Model Information

Content Model

<!ELEMENT  suffix       (#PCDATA %suffix-elements;)*                 >

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

<name> Name of Person; <speaker> Speaker

Tagged Example


...
<ref id="B2">
<citation>
<name><surname>Eliopoulos</surname><given-names>G.M.</given-names></name>
<name><surname>Moellering</surname><given-names>R.C.</given-names>
<suffix>Jr.</suffix></name>
<article-title>Susceptibility of enterococci and <italic>Listeria 
monocytogenes</italic> to <italic>N</italic>-formimidoyl thienamycin 
alone and in combination with an aminoglycoside</article-title>
...
</citation>
</ref>
... 


Module

common.ent