Module Restriction.Format
type t
=[
|
`string
|
`decimal
|
`date
|
`datetime
|
`time
|
`integer
]
Format restrictions in an xml atom
val of_string : string -> t
Restriction.Format
type t
= [
| `string |
| `decimal |
| `date |
| `datetime |
| `time |
| `integer |
]
Format restrictions in an xml atom
val of_string : string -> t