element <firstname>
Namespace:
Type:
Content:
mixed, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Used:
XML Representation Summary
<firstname>
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*
</firstname>
May contain elements (10):
May be included in elements (1):
Known Usage Locations
Annotation
Label
A person’s first name.
Description
Individual name used to distinguish the person from other members of the same family.
Comments

Initials, second names, nicknames or any other parts of the name coming between the first and family name go into a single “middlename” element.

If it is a pseudonym, or any other person's name comprising only one character string, it is recommended to integrate it into the “firstname”element.

Examples
example 1
<persname>
    <firstname>Wolfgang</firstname>
    <middlename>Amadeus</middlename>
    <familyname>Mozart</familyname>
</persname>
example 2
<persname persnametype="pseudonym">
    <firstname>Pink</firstname>
</persname>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="firstname" type="texttype">
</xs:element>

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