Module Values.AttributeItemSource

The details of a single attribute item specified in the mathematical expression.

Sourcetype nonrec t = {
  1. name : AttributeName.t;
    (*

    The name of an attribute defined in a profile object type.

    *)
}
Sourceval context_ : string
Sourceval make : name:AttributeName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AttributeName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t