Values.NormalizedValueSourceContains information relating to dates in a document, including the type of value, and the value.
type nonrec t = {value : String_.t option;The value of the date, written as Year-Month-DayTHour:Minute:Second.
*)valueType : ValueType.t option;The normalized type of the value detected. In this case, DATE.
*)}