<suffix> Suffix (in a name)

Qualifiers that follow a person’s name (for example, Sr., Jr., III, 3rd).
Attributes

Base Attributes

Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT  suffix       (#PCDATA %suffix-elements;)*                 >
Expanded Content Model

(#PCDATA)*

Tagged Sample

Inside <string-name>

...
<mixed-citation publication-type="periodical" publication-format="print"
 ><person-group person-group-type="author"
  ><string-name><surname>Kaliski</surname>, 
   <given-names>B.</given-names>
   <suffix>Jr.</suffix></string-name></person-group>, 
 &#x201C;<article-title>Compatible cofactor multiplication 
  for Diffie-Hellman primitives</article-title>,&#x201D; 
 <source>Electronics Letters</source>, vol. <volume>34</volume>, 
 pp. <fpage>2396</fpage>&#x2013;<lpage>2397</lpage>, 
 <year>1998</year>.</mixed-citation>
...