# PersonStandard
Information on a natural or legal person
Implementation of Person
# Properties
| Property | Definition | Type | Cardinality | ValueFrom |
|---|---|---|---|---|
| nameType | Name type | string | 1..1 | NameTypeValues |
| lastName | Last name (family name) | string | 1..1 | |
| firstName | First name (given name) | string | 1..1 | |
| personId | Email address | string | 1..1 | |
| idType | Person identifier | string | 1..1 | AgentIdSystem |
| mbox | Identification system | string (format=email) | 0..1 | |
| affiliationName | Affiliation name | string | 1..1 | |
| affiliationId | Affiliation identifier | string | 1..1 | |
| affiliationIdType | Identification system | string | 1..1 | OrganizationIdSystem |