IndividualName

The name of an individual broken out into its component parts of prefix, first/given name, middle name, last/family/surname, and suffix. The preferred compilation of the name parts may also be provided. The legal or formal name of the individual should have the isFormal attribute set to true. The preferred name should be noted with the isPreferred attribute. The attribute sex provides information to assist in the appropriate use of pronouns.

Properties

Name Type Cardinality
prefix xs:string 0..1
firstGiven xs:string 0..1
middle xs:string 0..n
lastFamily xs:string 0..1
suffix xs:string 0..1
fullName InternationalString 0..1
effectivePeriod Date 0..1
abbreviation InternationalString 0..1
typeOfIndividualName CodeValueType 0..1
sex SexSpecificationType 0..1
isPreferred xs:boolean 0..1
context xs:string 0..1
isFormal xs:boolean 0..1

prefix

Title that precedes the name of the individual, such as Ms., or Dr.

firstGiven

First (given) name of the individual

middle

Middle name or initial of the individual

lastFamily

Last (family) name /surname of the individual

suffix

Title that follows the name of the individual, such as Esq.

fullName

This provides a means of providing a full name as a single object for display or print such as identification badges etc. For example a person with the name of William Grace for official use may prefer a display name of Bill Grace on a name tag or other informal publication.

effectivePeriod

Clarifies when the name information is accurate.

abbreviation

An abbreviation or acronym for the name. This may be expressed in multiple languages. It is assumed that if only a single language is provided that it may be used in any of the other languages within which the name itself is expressed.

typeOfIndividualName

The type of individual name provided. the use of a controlled vocabulary is strongly recommended. At minimum his should include, e.g. PreviousFormalName, Nickname (or CommonName), Other.

sex

Sex allows for the specification of male, female or neutral. The purpose of providing this information is to assist others in the appropriate use of pronouns when addressing the individual. Note that many countries/languages may offer a neutral pronoun form.

isPreferred

If more than one name for the object is provided, use the isPreferred attribute to indicate which is the preferred name content. All other names should be set to isPreferred=”false”.

context

A name may be specific to a particular context, i.e. common usage, business, social, etc.. Identify the context related to the specified name.

isFormal

The legal or formal name of the individual should have the isFormal attribute set to true. To avoid confusion only one individual name should have the isFormal attribute set to true. Use the TypeOfIndividualName to further differentiate the type and applied usage when multiple names are provided.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_IndividualName [ label = "{<id>IndividualName | + prefix : xs:string \l + firstGiven : xs:string \l + middle : xs:string \l + lastFamily : xs:string \l + suffix : xs:string \l + fullName : InternationalString \l + effectivePeriod : Date \l + abbreviation : InternationalString \l + typeOfIndividualName : CodeValueType \l + sex : SexSpecificationType \l + isPreferred : xs:boolean \l + context : xs:string \l + isFormal : xs:boolean \l \l \l| \l \l}" tooltip = "ComplexDataTypes:IndividualName" ] subgraph { label = "" node [ color = "#" ] } }