#![allow(missing_docs, unreachable_pub, unused_mut, unused_variables)]
mod absolute_paths;
mod advanced_enums;
mod all;
mod any;
mod any_simple_type;
mod any_type;
mod any_type_nested;
mod attribute;
mod build_in;
mod choice;
mod choice_flatten_content;
mod choice_with_sequence;
mod complex_type_empty;
mod complex_type_with_group;
mod complex_type_with_repeated_content;
mod custom_type;
mod defaultable_content;
mod derive;
mod documentation;
mod duplicate_idents;
mod dynamic_types;
mod element_refs_with_ns;
mod element_without_type;
mod empty_string;
mod enumeration;
mod enumeration_with_annotation;
mod extension_base;
mod extension_base_multilayer;
mod extension_base_two_files;
mod extension_mixed_content;
mod extension_simple_content;
mod extra_derive;
mod facets;
mod globally_allowed_attribute;
mod group_modules;
mod group_optional_followed_by_element;
mod group_ref_consecutive_unbounded;
mod group_ref_exact_occurs_boundary;
mod group_ref_inline_sequence;
mod group_ref_min_occurs_threshold;
mod group_ref_static_list;
mod group_ref_trailing_unbounded;
mod group_refs_with_ns;
mod include_references;
mod include_target_namespace;
mod inline_element_names;
mod list;
mod mixed_choice_with_any;
mod mixed_content;
mod mixed_content_groups;
mod mixed_unexpected_text;
mod multi_pattern_alternatives;
mod multi_pattern_facets;
mod namespaces_qualified;
mod nested_group_reuse;
mod nillable;
mod nillable_dynamic_types;
mod nonzero_int;
mod num_big_int;
mod numeric_fields;
mod override_;
mod redefine;
mod ref_to_attribute;
mod schema_display_name;
mod schema_no_prefix;
mod sequence;
mod sequence_with_choice;
mod sequence_with_choice_nested;
mod simple_content;
mod simple_content_with_extension;
mod simple_type;
mod simple_type_emptiable_complex_base;
mod simple_type_max_length;
mod static_list;
mod trailing_underscore_group;
mod tuple_with_integer;
mod tuple_with_string;
mod tuple_with_vec;
mod type_loops;
mod type_name_clash;
mod union;
mod with_namespace_trait;
mod xsd_string;