Person data type
Person is a standard Experience Data Model (XDM) data type that describes an individual person. This datatype can represent a person acting in various roles, such as a customer, contact, or owner.
birthDate
birthDayAndMonth
[0-1][0-9]-[0-9][0-9]
.birthYear
1983
). This field should be used when only the person’s age is known and not the full birth date. This value must be between 1 and 32767.gender
The gender identity of the person. The value of this property must be equal to one of the following known enum values.
-
female
-
male
-
not_specified
-
non_specific
The default for this value is not_specified
.
maritalStatus
Describes a person’s relationship with a significant other. The value of this property must be equal to one of the following enum values.
-
married
-
single
-
divorced
-
widowed
-
not_specified
The default for this value is not_specified
.
nationality
^[A-Z]{2}$
.taxId
For more details on the data type, refer to the public XDM repository: