element <suffix>
Namespace:
Type:
anonymous complexType
Content:
mixed, 1 attribute, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<suffix
    sufftype
 = 
xs:NMTOKEN
    >
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*
</suffix>
May contain elements (10):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Suffix
Description
Portion of a name consisting of a generational descriptor, a degree or any other information that comes immediately after the family name.
Examples
example 1
<persname>
    <firstname>Harry</firstname>
    <familyname>Connick</familyname>
    <suffix>Jr.</suffix>
</persname>
example 2
<persname>
    <firstname>Joe</firstname>
    <familyname>Tremblay</familyname>
    <suffix>Sr.</suffix>
    <suffix>Ph.D.</suffix>
</persname>
XML Source (w/o annotations (2); see within schema source)
<xs:element name="suffix">
<xs:complexType mixed="true">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="text"/>
<xs:attribute name="sufftype" type="xs:NMTOKEN">
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/1)
sufftype
Type:
xs:NMTOKEN, predefined
Use:
optional
Label
Suffix type
Description
Nature or kind of suffix as established by a set of components, properties that determine its belonging to a particular category.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="sufftype" type="xs:NMTOKEN">
</xs:attribute>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set