Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HumanName

Name of a human - parts and usage

Hierarchy

Index

Properties

Optional extension

extension: Extension[]

Additional Content defined by implementations

Optional family

family: undefined | string

Family name (often called 'Surname')

Optional given

given: string[]

Given names (not always 'first'). Includes middle names

Optional id

id: undefined | string

xml:id (or equivalent in JSON)

Optional period

period: Period

Time period when name was/is in use

Optional prefix

prefix: string[]

Parts that come before the name

Optional suffix

suffix: string[]

Parts that come after the name

Optional text

text: undefined | string

Text representation of the full name

Optional use

usual | official | temp | nickname | anonymous | old | maiden

Generated using TypeDoc