Values.AttributeDetailsSourceMathematical expression and a list of attribute items specified in that expression.
type nonrec t = {attributes : AttributeList.t;A list of attribute items specified in the mathematical expression.
*)expression : String1To255.t;Mathematical expression that is performed on attribute items provided in the attribute list. Each element in the expression should follow the structure of \"{ObjectTypeName.AttributeName}\".
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of AttributeName.t ]) list ]
list
| `String of String1To255.t ])
list ]