Values_0.ValidationEnumSourceDefines enumeration validation for attribute values. Allows specifying a list of permitted values and whether custom values beyond the enumerated list are allowed.
type nonrec t = {strict : Boolean.t option;Boolean that defaults to false. When true, only values specified in the enum list are allowed. When false, custom values beyond the enumerated list are permitted.
*)values : ValidationEnumValues.t option;A list of predefined values that are allowed for this attribute. These values are always permitted regardless of the Strict setting.
*)}