Values.AttributeInputSourceThe attribute input.
type nonrec t = {attributeIdentifier : AttributeIdentifier.t;The ID of the attribute.
*)forms : FormInputList.t;The metadata forms as part of the attribute input.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of FormName.t ]) list ]
list
| `String of AttributeIdentifier.t ])
list ]