Skip to content

Commit

Permalink
chore: remove PersonName recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
vinzlange committed Nov 22, 2024
1 parent 1994384 commit 0fbded7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions _docs_integrate/attribute-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,6 @@ A IdentityFileReference is a link to an enmeshed [`File`]({% link _docs_integrat

The Given Name, also called first name or forename, is the name given to a person at birth which differentiates it from other family, tribe or community members.

It is not recommended to send a GivenName to another Identity by its own. Instead, send a [`PersonName`](#personname) with the `givenName` property set.
{: .notice--warning}

**Properties**

| Name | Type | Required | Validation |
Expand All @@ -341,9 +338,6 @@ It is not recommended to send a GivenName to another Identity by its own. Instea

The honorific prefix of a person, e.g. 'Sir'.

It is not recommended to send a HonorificPrefix to another Identity by its own. Instead, send a [`PersonName`](#personname) with the `honorificPrefix` property set.
{: .notice--warning}

**Properties**

| Name | Type | Required | Validation |
Expand All @@ -355,9 +349,6 @@ It is not recommended to send a HonorificPrefix to another Identity by its own.

The honorific suffix of a person, e.g. 'PhD'

It is not recommended to send a HonorificSuffix to another Identity by its own. Instead, send a [`PersonName`](#personname) with the `honorificSuffix` property set.
{: .notice--warning}

**Properties**

| Name | Type | Required | Validation |
Expand Down Expand Up @@ -394,9 +385,6 @@ A short phrase that describes the position an employee has within an organizatio

In various cultures, a middle name is a portion of a personal name that is written between the person's first given name and their surname.

It is not recommended to send a MiddleName to another Identity by its own. Instead, send a [`PersonName`](#personname) with the `middleName` property set.
{: .notice--warning}

**Properties**

| Name | Type | Required | Validation |
Expand Down Expand Up @@ -664,9 +652,6 @@ A complex Attribute Value defining the components of a "normal" address.

The Surname, also called family name or last name, is the portion of the personal name that indicates the family, tribe or community.

It is not recommended to send a Surname to another Identity by its own. Instead, send a [`PersonName`](#personname) with the `surname` property set.
{: .notice--warning}

**Properties**

| Name | Type | Required | Validation |
Expand Down

0 comments on commit 0fbded7

Please sign in to comment.