personname

Darwin Information Typing Architecture (DITA) Version 1.3 Part 2: Technical Content Edition

Document
Darwin Information Typing Architecture (DITA) Version 1.3 Part 2: Technical Content Edition
Version
1.3
Author
OASIS DITA Technical Committee

The personname element contains name information about the author.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

+ topic/data xnal-d/personname

Example

<personinfo>
 <namedetails>
  <personname>
   <firstname>Derek</firstname>
   <middlename>L.</middlename>
   <lastname>Singleton</lastname>
   <generationidentifier>Jr.</generationidentifier>
   <otherinfo>noted psychologist</otherinfo>
  </personname>
 </namedetails>
 <addressdetails>
   <thoroughfare>123 Yellow Brick Road</thoroughfare>
   <locality>Emerald City</locality>
   <administrativearea>Kansas</administrativearea>
   <country>USA</country>
 </addressdetails>
 <contactnumbers><contactnumber>123-555-4678</contactnumber></contactnumbers>
 <emailaddresses><emailaddress>wizard@example.org</emailaddress></emailaddresses>
</personinfo>

Attributes

The following attributes are available on this element: Data element attributes group, Link relationship attribute group, Universal attribute group, and outputclass.