<name>¶
| Appears in | Frequency | 
|---|---|
| Zero or once | |
| 
 | Zero or more times | 
The element <name> is used to specify the personal name of a contributing author. The possible elements in <name> are: <surname>, <given-names>, <prefix>, <suffix>, and must be used in this same sequence.
Note
Érudit PS requests that the authors name must be filled without any kind of abbreviation.
Examples:
Example of <name> in <contrib>:¶
...
<contrib-group contrib-type="author">
  ...
  <contrib contrib-type="person">
    <name>
      <surname>Randall</surname>
      <given-names>Daniel Lee</given-names>
    </name>
  </contrib>
  ...
</contrib-group>
...
Example of <name> in <person-group>:¶
...
 <contrib-group contrib-type="author">
   ...
   <person-group person-group-type="person">
     <name>
       <surname>Randall</surname>
       <given-names>Daniel Lee</given-names>
     </name>
   </person-group>
   ...
 </contrib-group>
 ...