Module Cduce_lib_js.Schema_builtin

exception Error of string
type t
val is : Ns.QName.t -> bool
val get : Ns.QName.t -> t
val iter : (Ns.QName.t -> t -> unit) -> unit
val of_st : Cduce_core.Schema_types.simple_type_definition -> t
val simple_type : t -> Cduce_core.Schema_types.simple_type_definition
val cd_type : t -> Cduce_types.Types.t
val validate : t -> Encodings.Utf8.t -> Cduce_core.Value.t
val string_of_time_type : (Ns.Label.t * Cduce_core.Value.t) list -> Encodings.Utf8.t
val any_simple_type : t
val string : t