Module Csvfields.Xml.Restriction.Format

type t = [
| `string
| `decimal
| `date
| `datetime
| `time
| `integer
]

Format restrictions in an xml atom

val of_string : string ‑> t