Represents a single human being (a man, woman or child).
The individual could be a customer, an employee or any other person that the organization needs to store information about. An Individual is a type of Party.
Notes: Used for legal requirements (special billing, special products, special contact media, such as Braille). This should be modeled as a separate entity but is shown as an attribute for brevity.
gender
Public
String
Notes:
A socially constructed role that implies behaviours, activities, and attributes.
maritalStatus
Public
String
Notes:
Permitted Values: married, never married, divorced, widowed
nationality
Public
String
Notes:
Note:
Pointer to a country object
placeOfBirth
Public
String
Notes:
Note:
Pointer to a Location object
City, town name etc.
skills
Public
String
Notes:
Note:
Probably only used for employees, but is really role independent
This should be modeled as a separate entity but is shown as an attribute for brevity