<suffix>

Suffix

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

Remarks

The <suffix> element can be used in two contexts:

As part of information about a contributor, the <suffix> element should be used for parts of people’s names, not for degrees (e.g., 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 may 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>

Attribute

content-type Type of Content

Content Model

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

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | named-content | styled-content | sub | sup)*

Description

Any combination of:

This element may be contained in:

<name>, <speaker>, <string-name>

Example

In a mixed-style bibliographic reference (punctuation and spacing preserved):

...
<string-name>
<surname>Moellering</surname>
<given-names>R. C.</given-names>
<suffix>Jr.</suffix>
</string-name>
... 

Module

common3.ent