Skip to main content

Handling multi-valued attributes

The multivalued setting determines which attributes are multi-valued. By default, all attributes are treated as single-valued.

An example of setting PhoneNumber to a multi-valued attribute:

  multivalued = {
    PhoneNumber;
  };