DO.COM.02 Name
The spdci:Name object represents a person's name with various components.
Last updated
The spdci:Name object represents a person's name with various components.
Last updated
This class is crucial for accurately representing and storing individuals' names in a structured and machine-readable format.
Property Key | Data Type (and Restrictions) | Cardinality | Description |
---|---|---|---|
In this example, the spdci:Name
instance describes the full name of an individual, breaking down the name into its constituent parts: surname, given name, second name, prefix, and suffix. The structured format allows for precise representation and retrieval of name information, which is critical for identification and personal data management in various applications.
surname
0...1
The surname or family name of a person.
given_name
0...1
The given or first name of a person.
second_name
0...1
The second name or middle name of a person.
maiden_name
0...1
The maiden name of a person
prefix
0...1
Any prefix used in the person's name.
suffix
0...1
Any suffix used in the person's name.