Namespace: |
|
Type: |
|
Content: |
mixed, 10 elements |
Defined: |
globally in eruditarticle.xsd, see XML source |
Used: |
at 1 location |
| XML Representation Summary | |||||
| <firstname> | |||||
|
|||||
| </firstname> | |||||
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.
<persname>
<firstname>Wolfgang</firstname>
<middlename>Amadeus</middlename>
<familyname>Mozart</familyname>
</persname>
<persname persnametype="pseudonym">
<firstname>Pink</firstname>
</persname>
| XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |