WSSelectTypeEnum

Defines all possible select types for a particular attribute value, one of:

  • NONE: no selection (hasOptions is false).
  • SINGLE_SELECT: only one attribute option from the list of possible options can be chosen at one time (only valid if an attribute hasOptions).
  • MULTIPLE_SELECT: similar to SINGLE_SELECT, except that one or more options can be selected at one time.