View Source SCIM.V2.Filter.Value (scim v0.0.1)
Wraps a value explicitly noting it's type
FIXME: is the implementation result neater with or without wrapping the value?
e.g. a value of type string and literal value "foo"
%Value{type: :string, value: "foo"},