Values_0.ConditionSourceA leaf node condition which can be used to specify a ProficiencyName, ProficiencyValue and ProficiencyLimit.
type nonrec t = {stringCondition : StringCondition.t option;A leaf node condition which can be used to specify a string condition. The currently supported values for FieldName are name and value.
*)numberCondition : NumberCondition.t option;A leaf node condition which can be used to specify a numeric condition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of NullableProficiencyLimitValue.t
| `String of String_.t ])
list ])
list ]