Person (XML)
A Person construct is an element that describes a person, corporation, or similar entity
| Namespace: | http://www.w3.org/2005/Atom |
| URI: | http://www.w3.org/2005/AtomPerson |
| Extends: | ExtensibleElement |
Properties
| Name |
Type |
Description |
|
| name |
string
|
Conveys a human-readable name for the person. |
|
| uri |
anyURI
|
an IRI associated with the person. |
|
| email |
string
|
an e-mail address associated with the person. |
|
| Properties inherited from CommonAttributes |
| base |
anyURI
|
The base. |
|
| lang |
string
|
The language. |
|
Example
<p----- base="..." xml:lang="..." xmlns="http://www.w3.org/2005/Atom">
<name>...</name>
<uri>...</uri>
<email>...</email>
<extension1 xmlns="">...</extension1>
<extension2 xmlns="">...</extension2>
</p----->