Module Cduce_core.Schema_common
val name_of_type_definition : Schema_types.type_definition -> Ns.QName.tval content_type_of_type : Schema_types.type_definition -> Schema_types.content_typeval first_of_model_group : Schema_types.model_group -> Cduce_types.AtomSet.tval first_of_wildcard_constraint : Schema_types.wildcard_constraint -> Cduce_types.AtomSet.tval nullable_of_model_group : Schema_types.model_group -> boolval no_facets : 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 : 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 : Value.t -> Schema_types.event Stdlib.Stream.tval string_of_event : Schema_types.event -> stringval simple_restrict : Ns.QName.t option -> Schema_types.simple_type_definition -> Schema_types.facets -> Schema_types.simple_type_definitionval simple_list : Ns.QName.t option -> Schema_types.simple_type_definition -> Schema_types.simple_type_definitionval simple_union : Ns.QName.t option -> Schema_types.simple_type_definition list -> 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 : Schema_types.attribute_uses list -> Schema_types.attribute_uses