<personinfo>
The <personinfo> element is a wrapper containing
all relevant data about a person, including name, address, and contact
information.
Content model
<namedetails>?, <addressdetails>?, <contactnumbers>?, <emailaddresses>?
Contained by
<authorinformation>
In order
- Optional
<namedetails> - Optional
<addressdetails> - Optional
<contactnumbers> - Optional
<emailaddresses>
Contained by
<authorinformation>
Inheritance
+ topic/data xnal-d/personinfo
The <personinfo> element is specialized from <data>. It is defined in the xnal-domain module.
Example
This section is non-normative.
<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.