Module Cduce_lib.Schema_common
val name_of_type_definition : Cduce_core.Schema_types.type_definition -> Ns.QName.tval content_type_of_type : Cduce_core.Schema_types.type_definition -> Cduce_core.Schema_types.content_typeval first_of_model_group : Cduce_core.Schema_types.model_group -> Cduce_types.AtomSet.tval first_of_wildcard_constraint : Cduce_core.Schema_types.wildcard_constraint -> Cduce_types.AtomSet.tval nullable_of_model_group : Cduce_core.Schema_types.model_group -> boolval no_facets : Cduce_core.Schema_types.facetsempty set of facets (with the only exception of "whiteSpace", which is set to <`Collapse, true>, the mandatory value for all non string derived simple types)
val normalize_white_space : Cduce_core.Schema_types.white_space_handling -> Encodings.Utf8.t -> Encodings.Utf8.tperform white space normalization according to XML recommendation
event interface on top of CDuce values
val stream_of_value : Cduce_core.Value.t -> Cduce_core.Schema_types.event Stdlib.Stream.tval string_of_event : Cduce_core.Schema_types.event -> stringval simple_restrict : Ns.QName.t option -> Cduce_core.Schema_types.simple_type_definition -> Cduce_core.Schema_types.facets -> Cduce_core.Schema_types.simple_type_definitionval simple_list : Ns.QName.t option -> Cduce_core.Schema_types.simple_type_definition -> Cduce_core.Schema_types.simple_type_definitionval simple_union : Ns.QName.t option -> Cduce_core.Schema_types.simple_type_definition list -> Cduce_core.Schema_types.simple_type_definitionval xsi_nil_type : Cduce_types.Types.tval xsi_nil_atom : Cduce_types.AtomSet.V.tval xsi_nil_label : Cduce_types.Ident.labelval merge_attribute_uses : Cduce_core.Schema_types.attribute_uses list -> Cduce_core.Schema_types.attribute_uses