From 2d63b34c43a360e426a646a4a8829a336a6c093d Mon Sep 17 00:00:00 2001 From: Marko Ristin-Kaufmann Date: Thu, 12 Mar 2026 20:34:47 +0100 Subject: [PATCH] Kick off This is the initial version, ready for reviews. --- .github/workflows/ci-for-dev-scripts.yml | 36 + .github/workflows/doc.yml | 36 + .gitignore | 15 + AUTHORS | 1 + CMakeLists.txt | 391 + Doxyfile | 2896 + LICENSE | 23 + aas_core3_1-config-version.cmake.in | 17 + aas_core3_1-config.cmake | 13 + dev_scripts/build/lib/codegen/meta_model.py | 5681 ++ .../build/lib/codegen/snippets/namespace.txt | 1 + .../Extension/value_type_or_default.body.cpp | 1 + .../types/Has_kind/kind_or_default.body.cpp | 1 + .../types/Qualifier/kind_or_default.body.cpp | 1 + .../order_relevant_or_default.body.cpp | 1 + .../verification/ID_shorts_are_unique.cpp | 0 .../verification/ID_shorts_are_unique.hpp | 28 + .../ID_shorts_of_variables_are_unique.cpp | 81 + .../ID_shorts_of_variables_are_unique.hpp | 20 + ...or_document_have_appropriate_data_type.cpp | 40 + ...or_document_have_appropriate_data_type.hpp | 7 + ...ty_or_value_have_appropriate_data_type.cpp | 40 + ...ty_or_value_have_appropriate_data_type.hpp | 7 + ...r_reference_have_appropriate_data_type.cpp | 40 + ...r_reference_have_appropriate_data_type.hpp | 7 + ...pecification_IEC_61360s_have_data_type.cpp | 34 + ...pecification_IEC_61360s_have_data_type.hpp | 7 + ...0s_have_definition_at_least_in_english.cpp | 50 + ...0s_have_definition_at_least_in_english.hpp | 7 + ...ta_specification_IEC_61360s_have_value.cpp | 32 + ...ta_specification_IEC_61360s_have_value.hpp | 7 + .../extension_names_are_unique.cpp | 19 + .../extension_names_are_unique.hpp | 6 + .../snippets/verification/is_xs_date_time.cpp | 27 + .../snippets/verification/is_xs_date_time.hpp | 10 + .../verification/is_xs_date_time_UTC.cpp | 514 + .../verification/is_xs_date_time_UTC.hpp | 12 + .../lang_strings_have_unique_languages.cpp | 0 .../lang_strings_have_unique_languages.hpp | 29 + .../properties_or_ranges_have_value_type.cpp | 36 + .../properties_or_ranges_have_value_type.hpp | 7 + .../qualifier_types_are_unique.cpp | 18 + .../qualifier_types_are_unique.hpp | 6 + .../reference_key_values_equal.cpp | 24 + .../reference_key_values_equal.hpp | 5 + .../submodel_element_is_of_type.cpp | 158 + .../submodel_element_is_of_type.hpp | 6 + ...l_elements_have_identical_semantic_IDs.cpp | 44 + ...l_elements_have_identical_semantic_IDs.hpp | 6 + .../value_consistent_with_XSD_type.cpp | 647 + .../value_consistent_with_XSD_type.hpp | 104 + dev_scripts/codegen/meta_model.py | 5681 ++ dev_scripts/codegen/snippets/namespace.txt | 1 + .../Extension/value_type_or_default.body.cpp | 1 + .../types/Has_kind/kind_or_default.body.cpp | 1 + .../types/Qualifier/kind_or_default.body.cpp | 1 + .../order_relevant_or_default.body.cpp | 1 + .../verification/ID_shorts_are_unique.cpp | 0 .../verification/ID_shorts_are_unique.hpp | 28 + .../ID_shorts_of_variables_are_unique.cpp | 81 + .../ID_shorts_of_variables_are_unique.hpp | 20 + ...or_document_have_appropriate_data_type.cpp | 40 + ...or_document_have_appropriate_data_type.hpp | 7 + ...ty_or_value_have_appropriate_data_type.cpp | 40 + ...ty_or_value_have_appropriate_data_type.hpp | 7 + ...r_reference_have_appropriate_data_type.cpp | 40 + ...r_reference_have_appropriate_data_type.hpp | 7 + ...pecification_IEC_61360s_have_data_type.cpp | 34 + ...pecification_IEC_61360s_have_data_type.hpp | 7 + ...0s_have_definition_at_least_in_english.cpp | 50 + ...0s_have_definition_at_least_in_english.hpp | 7 + ...ta_specification_IEC_61360s_have_value.cpp | 32 + ...ta_specification_IEC_61360s_have_value.hpp | 7 + .../extension_names_are_unique.cpp | 19 + .../extension_names_are_unique.hpp | 6 + .../snippets/verification/is_xs_date_time.cpp | 27 + .../snippets/verification/is_xs_date_time.hpp | 10 + .../verification/is_xs_date_time_UTC.cpp | 514 + .../verification/is_xs_date_time_UTC.hpp | 12 + .../lang_strings_have_unique_languages.cpp | 0 .../lang_strings_have_unique_languages.hpp | 29 + .../properties_or_ranges_have_value_type.cpp | 36 + .../properties_or_ranges_have_value_type.hpp | 7 + .../qualifier_types_are_unique.cpp | 18 + .../qualifier_types_are_unique.hpp | 6 + .../reference_key_values_equal.cpp | 24 + .../reference_key_values_equal.hpp | 5 + .../submodel_element_is_of_type.cpp | 158 + .../submodel_element_is_of_type.hpp | 6 + ...l_elements_have_identical_semantic_IDs.cpp | 44 + ...l_elements_have_identical_semantic_IDs.hpp | 6 + .../value_consistent_with_XSD_type.cpp | 647 + .../value_consistent_with_XSD_type.hpp | 104 + .../__init__.py | 0 .../__pycache__/precommit.cpython-312.pyc | Bin 0 -> 6936 bytes .../mypy.ini | 1 + .../precommit.py | 190 + .../pylint.rc | 10 + dev_scripts/download_aas_core_meta_model.py | 90 + dev_scripts/download_latest_test_data.py | 137 + dev_scripts/pyproject.toml | 35 + dev_scripts/regenerate_code.py | 66 + dev_scripts/rerecord_tests.py | 108 + dev_scripts/update_all.py | 54 + doc/changelog.md | 5 + doc/contributing.md | 97 + doc/design-decisions.md | 156 + doc/getting-started.md | 1398 + doc/main.md | 26 + include/aas_core/aas_3_1/common.hpp | 10096 +++ include/aas_core/aas_3_1/constants.hpp | 76 + include/aas_core/aas_3_1/enhancing.hpp | 17388 +++++ include/aas_core/aas_3_1/iteration.hpp | 502 + include/aas_core/aas_3_1/jsonization.hpp | 1018 + include/aas_core/aas_3_1/pattern.hpp | 192 + include/aas_core/aas_3_1/revm.hpp | 215 + include/aas_core/aas_3_1/stringification.hpp | 478 + include/aas_core/aas_3_1/types.hpp | 11671 ++++ include/aas_core/aas_3_1/verification.hpp | 1045 + include/aas_core/aas_3_1/visitation.hpp | 309 + include/aas_core/aas_3_1/wstringification.hpp | 450 + include/aas_core/aas_3_1/xmlization.hpp | 1106 + portfile.cmake | 21 + src/common.cpp | 14069 ++++ src/constants.cpp | 173 + src/iteration.cpp | 13341 ++++ src/jsonization.cpp | 37726 ++++++++++ src/pattern.cpp | 39794 +++++++++++ src/revm.cpp | 863 + src/stringification.cpp | 1806 + src/types.cpp | 12065 ++++ src/verification.cpp | 25515 +++++++ src/visitation.cpp | 3283 + src/wstringification.cpp | 1525 + src/xmlization.cpp | 56642 ++++++++++++++++ test-external/catch2/catch.hpp | 17976 +++++ test/common.cpp | 453 + test/common.hpp | 142 + test/common_examples.cpp | 2953 + test/common_examples.hpp | 632 + test/common_jsonization.cpp | 93 + test/common_jsonization.hpp | 42 + test/common_xmlization.cpp | 637 + test/common_xmlization.hpp | 50 + test/test_descent_and_descent_once.cpp | 1693 + test/test_doc_examples.cpp | 912 + test/test_jsonization_dispatch.cpp | 456 + test/test_jsonization_of_concrete_classes.cpp | 2261 + test/test_revm.cpp | 287 + test/test_stringification_base64.cpp | 338 + test/test_stringification_of_enums.cpp | 2246 + test/test_verification.cpp | 1955 + test/test_wstringification_of_enums.cpp | 2246 + test/test_x_or_default.cpp | 217 + test/test_xmlization_dispatch.cpp | 898 + test/test_xmlization_of_concrete_classes.cpp | 2030 + .../maximal.xml.trace | 15 + .../minimal.xml.trace | 0 .../four_digits.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../revisionOverPatternExamples/one.xml.trace | 0 .../three_digits.xml.trace | 0 .../two_digits.xml.trace | 0 .../zero.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../four_digits.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../versionOverPatternExamples/one.xml.trace | 0 .../three_digits.xml.trace | 0 .../two_digits.xml.trace | 0 .../versionOverPatternExamples/zero.xml.trace | 0 .../maximal.xml.trace | 36 + .../minimal.xml.trace | 0 .../maximal.xml.trace | 27 + .../minimal.xml.trace | 1 + .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../assetInformation/maximal.xml.trace | 4 + .../assetInformation/minimal.xml.trace | 0 .../fuzzed_01.xml.trace | 3 + .../fuzzed_02.xml.trace | 3 + .../fuzzed_03.xml.trace | 3 + .../midnight_with_24_hours.xml.trace | 3 + .../midnight_with_zeros.xml.trace | 3 + .../minus_zero_offset.xml.trace | 3 + .../plus_zero_offset.xml.trace | 3 + .../random_positive.xml.trace | 3 + .../very_large_year.xml.trace | 3 + .../very_long_fractional_second.xml.trace | 3 + .../year_1_bce_is_a_leap_year.xml.trace | 3 + .../year_5_bce_is_a_leap_year.xml.trace | 3 + .../day_seconds.xml.trace | 3 + .../full.xml.trace | 3 + .../fuzzed_01.xml.trace | 3 + .../fuzzed_02.xml.trace | 3 + .../fuzzed_03.xml.trace | 3 + .../fuzzed_04.xml.trace | 3 + .../fuzzed_05.xml.trace | 3 + .../fuzzed_06.xml.trace | 3 + .../fuzzed_07.xml.trace | 3 + .../fuzzed_08.xml.trace | 3 + .../fuzzed_09.xml.trace | 3 + .../fuzzed_10.xml.trace | 3 + .../long_second_fractal.xml.trace | 3 + .../many_many_seconds.xml.trace | 3 + .../month_seconds.xml.trace | 3 + .../only_seconds.xml.trace | 3 + .../only_year.xml.trace | 3 + .../basicEventElement/maximal.xml.trace | 36 + .../fuzzed_01.xml.trace | 3 + .../fuzzed_02.xml.trace | 3 + .../fuzzed_03.xml.trace | 3 + .../fuzzed_04.xml.trace | 3 + .../fuzzed_05.xml.trace | 3 + .../fuzzed_06.xml.trace | 3 + .../fuzzed_07.xml.trace | 3 + .../fuzzed_08.xml.trace | 3 + .../fuzzed_09.xml.trace | 3 + .../fuzzed_10.xml.trace | 3 + .../day_seconds.xml.trace | 3 + .../full.xml.trace | 3 + .../fuzzed_01.xml.trace | 3 + .../fuzzed_02.xml.trace | 3 + .../fuzzed_03.xml.trace | 3 + .../fuzzed_04.xml.trace | 3 + .../fuzzed_05.xml.trace | 3 + .../fuzzed_06.xml.trace | 3 + .../fuzzed_07.xml.trace | 3 + .../fuzzed_08.xml.trace | 3 + .../fuzzed_09.xml.trace | 3 + .../fuzzed_10.xml.trace | 3 + .../long_second_fractal.xml.trace | 3 + .../many_many_seconds.xml.trace | 3 + .../month_seconds.xml.trace | 3 + .../only_seconds.xml.trace | 3 + .../only_year.xml.trace | 3 + .../basicEventElement/minimal.xml.trace | 3 + .../dash.xml.trace | 0 .../dots.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../number prefix and suffix.xml.trace | 0 .../only_letters.xml.trace | 0 .../plus.xml.trace | 0 .../random_common_MIME_type.xml.trace | 0 .../Descent/Expected/blob/maximal.xml.trace | 30 + .../Descent/Expected/blob/minimal.xml.trace | 0 .../Expected/capability/maximal.xml.trace | 30 + .../Expected/capability/minimal.xml.trace | 0 .../conceptDescription/maximal.xml.trace | 24 + .../conceptDescription/minimal.xml.trace | 0 .../maximal.xml.trace | 6 + .../minimal.xml.trace | 1 + .../fuzzed_01.xml.trace | 1 + .../fuzzed_02.xml.trace | 1 + .../fuzzed_03.xml.trace | 1 + .../fuzzed_04.xml.trace | 1 + .../fuzzed_05.xml.trace | 1 + .../fuzzed_06.xml.trace | 1 + .../fuzzed_07.xml.trace | 1 + .../fuzzed_08.xml.trace | 1 + .../fuzzed_09.xml.trace | 1 + .../fuzzed_10.xml.trace | 1 + .../fuzzed_01.xml.trace | 1 + .../fuzzed_02.xml.trace | 1 + .../fuzzed_03.xml.trace | 1 + .../fuzzed_04.xml.trace | 1 + .../fuzzed_05.xml.trace | 1 + .../fuzzed_06.xml.trace | 1 + .../fuzzed_07.xml.trace | 1 + .../fuzzed_08.xml.trace | 1 + .../fuzzed_09.xml.trace | 1 + .../fuzzed_10.xml.trace | 1 + .../fuzzed_01.xml.trace | 1 + .../fuzzed_02.xml.trace | 1 + .../fuzzed_03.xml.trace | 1 + .../fuzzed_04.xml.trace | 1 + .../fuzzed_05.xml.trace | 1 + .../fuzzed_06.xml.trace | 1 + .../fuzzed_07.xml.trace | 1 + .../fuzzed_08.xml.trace | 1 + .../fuzzed_09.xml.trace | 1 + .../fuzzed_10.xml.trace | 1 + .../fuzzed_01.xml.trace | 1 + .../fuzzed_02.xml.trace | 1 + .../fuzzed_03.xml.trace | 1 + .../fuzzed_04.xml.trace | 1 + .../fuzzed_05.xml.trace | 1 + .../fuzzed_06.xml.trace | 1 + .../fuzzed_07.xml.trace | 1 + .../fuzzed_08.xml.trace | 1 + .../fuzzed_09.xml.trace | 1 + .../fuzzed_10.xml.trace | 1 + .../fuzzed_01.xml.trace | 1 + .../fuzzed_02.xml.trace | 1 + .../fuzzed_03.xml.trace | 1 + .../fuzzed_04.xml.trace | 1 + .../fuzzed_05.xml.trace | 1 + .../fuzzed_06.xml.trace | 1 + .../fuzzed_07.xml.trace | 1 + .../fuzzed_08.xml.trace | 1 + .../fuzzed_09.xml.trace | 1 + .../fuzzed_10.xml.trace | 1 + .../maximal.xml.trace | 5 + .../minimal.xml.trace | 4 + .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../Descent/Expected/entity/maximal.xml.trace | 34 + .../Descent/Expected/entity/minimal.xml.trace | 0 .../Expected/environment/maximal.xml.trace | 6 + .../Expected/environment/minimal.xml.trace | 0 .../Expected/eventPayload/maximal.xml.trace | 11 + .../Expected/eventPayload/minimal.xml.trace | 5 + .../fuzzed_01.xml.trace | 5 + .../fuzzed_02.xml.trace | 5 + .../fuzzed_03.xml.trace | 5 + .../midnight_with_24_hours.xml.trace | 5 + .../midnight_with_zeros.xml.trace | 5 + .../minus_zero_offset.xml.trace | 5 + .../plus_zero_offset.xml.trace | 5 + .../random_positive.xml.trace | 5 + .../very_large_year.xml.trace | 5 + .../very_long_fractional_second.xml.trace | 5 + .../year_1_bce_is_a_leap_year.xml.trace | 5 + .../year_5_bce_is_a_leap_year.xml.trace | 5 + .../fuzzed_01.xml.trace | 5 + .../fuzzed_02.xml.trace | 5 + .../fuzzed_03.xml.trace | 5 + .../fuzzed_04.xml.trace | 5 + .../fuzzed_05.xml.trace | 5 + .../fuzzed_06.xml.trace | 5 + .../fuzzed_07.xml.trace | 5 + .../fuzzed_08.xml.trace | 5 + .../fuzzed_09.xml.trace | 5 + .../fuzzed_10.xml.trace | 5 + .../Expected/extension/maximal.xml.trace | 12 + .../Expected/extension/minimal.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../Any_URI_URI.xml.trace | 0 ...URI_absolute_path_without_scheme.xml.trace | 0 .../Any_URI_empty.xml.trace | 0 .../Any_URI_fuzzed_01.xml.trace | 0 .../Any_URI_fuzzed_02.xml.trace | 0 .../Any_URI_fuzzed_03.xml.trace | 0 .../Any_URI_fuzzed_04.xml.trace | 0 .../Any_URI_fuzzed_05.xml.trace | 0 .../Any_URI_fuzzed_06.xml.trace | 0 .../Any_URI_fuzzed_07.xml.trace | 0 .../Any_URI_fuzzed_08.xml.trace | 0 .../Any_URI_fuzzed_09.xml.trace | 0 .../Any_URI_fuzzed_10.xml.trace | 0 .../Any_URI_integer.xml.trace | 0 ...URI_relative_path_without_scheme.xml.trace | 0 ...4_binary_an_empty_value_is_valid.xml.trace | 0 ...quals_signs_are_used_for_padding.xml.trace | 0 .../Base_64_binary_fuzzed_01.xml.trace | 0 .../Base_64_binary_fuzzed_02.xml.trace | 0 .../Base_64_binary_fuzzed_03.xml.trace | 0 .../Base_64_binary_fuzzed_04.xml.trace | 0 .../Base_64_binary_fuzzed_05.xml.trace | 0 .../Base_64_binary_fuzzed_06.xml.trace | 0 .../Base_64_binary_fuzzed_07.xml.trace | 0 .../Base_64_binary_fuzzed_08.xml.trace | 0 .../Base_64_binary_fuzzed_09.xml.trace | 0 .../Base_64_binary_fuzzed_10.xml.trace | 0 ...is_allowed_anywhere_in_the_value.xml.trace | 0 ...4_binary_without_space_lowercase.xml.trace | 0 ...4_binary_without_space_uppercase.xml.trace | 0 .../Boolean_false_as_number.xml.trace | 0 .../Boolean_false_in_letters.xml.trace | 0 .../Boolean_true_as_number.xml.trace | 0 .../Boolean_true_in_letters.xml.trace | 0 .../Byte_common_example.xml.trace | 0 .../Byte_explicitly_positive.xml.trace | 0 .../Byte_fuzzed_01.xml.trace | 0 .../Byte_fuzzed_02.xml.trace | 0 .../Byte_fuzzed_03.xml.trace | 0 .../Byte_fuzzed_04.xml.trace | 0 .../Byte_fuzzed_05.xml.trace | 0 .../Byte_fuzzed_06.xml.trace | 0 .../Byte_fuzzed_07.xml.trace | 0 .../Byte_fuzzed_08.xml.trace | 0 .../Byte_fuzzed_09.xml.trace | 0 .../Byte_fuzzed_10.xml.trace | 0 .../valueOverValueExamples/Byte_max.xml.trace | 0 .../valueOverValueExamples/Byte_min.xml.trace | 0 .../Byte_negative.xml.trace | 0 .../Byte_prefixed_with_zeros.xml.trace | 0 .../Byte_zero.xml.trace | 0 .../Byte_zero_prefixed_with_zeros.xml.trace | 0 .../Date_date.xml.trace | 0 ...te_date_with_large_negative_year.xml.trace | 0 ...te_date_with_large_positive_year.xml.trace | 0 .../Date_date_with_negative_offset.xml.trace | 0 .../Date_date_with_positive_offset.xml.trace | 0 .../Date_date_with_utc.xml.trace | 0 .../Date_date_with_zero_offset.xml.trace | 0 .../Date_fuzzed_01.xml.trace | 0 .../Date_fuzzed_02.xml.trace | 0 .../Date_fuzzed_03.xml.trace | 0 .../Date_fuzzed_04.xml.trace | 0 .../Date_fuzzed_05.xml.trace | 0 .../Date_fuzzed_06.xml.trace | 0 .../Date_fuzzed_07.xml.trace | 0 .../Date_fuzzed_08.xml.trace | 0 .../Date_fuzzed_09.xml.trace | 0 .../Date_fuzzed_10.xml.trace | 0 .../Date_time_date_time_with_UTC.xml.trace | 0 ...te_time_with_large_negative_year.xml.trace | 0 ...te_time_with_large_positive_year.xml.trace | 0 ...ime_with_long_fractional_seconds.xml.trace | 0 ...e_date_time_with_negative_offset.xml.trace | 0 ...e_date_time_with_positive_offset.xml.trace | 0 ..._time_date_time_with_zero_offset.xml.trace | 0 ...Date_time_date_time_without_zone.xml.trace | 0 .../Date_time_fuzzed_01.xml.trace | 0 .../Date_time_fuzzed_02.xml.trace | 0 .../Date_time_fuzzed_03.xml.trace | 0 .../Date_time_fuzzed_04.xml.trace | 0 .../Date_time_fuzzed_05.xml.trace | 0 .../Date_time_fuzzed_06.xml.trace | 0 .../Date_time_fuzzed_07.xml.trace | 0 .../Date_time_fuzzed_08.xml.trace | 0 .../Date_time_fuzzed_09.xml.trace | 0 .../Date_time_fuzzed_10.xml.trace | 0 ...Date_time_midnight_with_24_hours.xml.trace | 0 .../Date_time_midnight_with_zeros.xml.trace | 0 ...e_time_year_1_bce_is_a_leap_year.xml.trace | 0 ...e_time_year_5_bce_is_a_leap_year.xml.trace | 0 .../Date_year_1_bce_is_a_leap_year.xml.trace | 0 .../Date_year_5_bce_is_a_leap_year.xml.trace | 0 .../Decimal_decimal.xml.trace | 0 ...mal_decimal_with_long_fractional.xml.trace | 0 ...mal_decimal_with_preceding_zeros.xml.trace | 0 .../Decimal_fuzzed_01.xml.trace | 0 .../Decimal_fuzzed_02.xml.trace | 0 .../Decimal_fuzzed_03.xml.trace | 0 .../Decimal_fuzzed_04.xml.trace | 0 .../Decimal_fuzzed_05.xml.trace | 0 .../Decimal_fuzzed_06.xml.trace | 0 .../Decimal_fuzzed_07.xml.trace | 0 .../Decimal_fuzzed_08.xml.trace | 0 .../Decimal_fuzzed_09.xml.trace | 0 .../Decimal_fuzzed_10.xml.trace | 0 .../Decimal_integer.xml.trace | 0 ...mal_integer_with_preceding_zeros.xml.trace | 0 .../Decimal_very_large_decimal.xml.trace | 0 .../Double_double.xml.trace | 0 .../Double_fuzzed_01.xml.trace | 0 .../Double_fuzzed_02.xml.trace | 0 .../Double_fuzzed_03.xml.trace | 0 .../Double_fuzzed_04.xml.trace | 0 .../Double_fuzzed_05.xml.trace | 0 .../Double_fuzzed_06.xml.trace | 0 .../Double_fuzzed_07.xml.trace | 0 .../Double_fuzzed_08.xml.trace | 0 .../Double_fuzzed_09.xml.trace | 0 .../Double_fuzzed_10.xml.trace | 0 .../Double_inf.xml.trace | 0 .../Double_integer.xml.trace | 0 ...ble_integer_with_preceding_zeros.xml.trace | 0 ...cision_is_not_detected_by_design.xml.trace | 0 .../Double_lowest.xml.trace | 0 .../Double_max.xml.trace | 0 .../Double_minus_inf.xml.trace | 0 .../Double_nan.xml.trace | 0 .../Double_scientific_notation.xml.trace | 0 ...ble_scientific_notation_negative.xml.trace | 0 ...tific_notation_negative_exponent.xml.trace | 0 ...ble_scientific_notation_positive.xml.trace | 0 ...tific_notation_positive_exponent.xml.trace | 0 .../Double_very_large_normal.xml.trace | 0 .../Double_very_precise_subnormal.xml.trace | 0 .../Double_with_preceding_zeros.xml.trace | 0 .../Duration_day_seconds.xml.trace | 0 .../Duration_full.xml.trace | 0 .../Duration_fuzzed_01.xml.trace | 0 .../Duration_fuzzed_02.xml.trace | 0 .../Duration_fuzzed_03.xml.trace | 0 .../Duration_fuzzed_04.xml.trace | 0 .../Duration_fuzzed_05.xml.trace | 0 .../Duration_fuzzed_06.xml.trace | 0 .../Duration_fuzzed_07.xml.trace | 0 .../Duration_fuzzed_08.xml.trace | 0 .../Duration_fuzzed_09.xml.trace | 0 .../Duration_fuzzed_10.xml.trace | 0 .../Duration_long_second_fractal.xml.trace | 0 .../Duration_many_many_seconds.xml.trace | 0 .../Duration_month_seconds.xml.trace | 0 .../Duration_only_seconds.xml.trace | 0 .../Duration_only_year.xml.trace | 0 .../Float_float.xml.trace | 0 .../Float_fuzzed_01.xml.trace | 0 .../Float_fuzzed_02.xml.trace | 0 .../Float_fuzzed_03.xml.trace | 0 .../Float_fuzzed_04.xml.trace | 0 .../Float_fuzzed_05.xml.trace | 0 .../Float_fuzzed_06.xml.trace | 0 .../Float_fuzzed_07.xml.trace | 0 .../Float_fuzzed_08.xml.trace | 0 .../Float_fuzzed_09.xml.trace | 0 .../Float_fuzzed_10.xml.trace | 0 .../Float_inf.xml.trace | 0 .../Float_integer.xml.trace | 0 ...oat_integer_with_preceding_zeros.xml.trace | 0 .../Float_largest_normal.xml.trace | 0 ...oat_largest_number_less_than_one.xml.trace | 0 .../Float_largest_subnormal.xml.trace | 0 ...cision_is_not_detected_by_design.xml.trace | 0 .../Float_nan.xml.trace | 0 .../Float_negative_inf.xml.trace | 0 .../Float_scientific_notation.xml.trace | 0 ...oat_scientific_notation_negative.xml.trace | 0 ...tific_notation_negative_exponent.xml.trace | 0 ...oat_scientific_notation_positive.xml.trace | 0 ...tific_notation_positive_exponent.xml.trace | 0 ..._smallest_number_larger_than_one.xml.trace | 0 .../Float_smallest_positive_normal.xml.trace | 0 ...loat_smallest_positive_subnormal.xml.trace | 0 .../Float_with_preceding_zeros.xml.trace | 0 ...sting_in_all_months_without_zone.xml.trace | 0 ...ay_double_digit_day_without_zone.xml.trace | 0 .../G_day_fuzzed_01.xml.trace | 0 .../G_day_fuzzed_02.xml.trace | 0 .../G_day_fuzzed_03.xml.trace | 0 .../G_day_fuzzed_04.xml.trace | 0 .../G_day_fuzzed_05.xml.trace | 0 .../G_day_fuzzed_06.xml.trace | 0 .../G_day_fuzzed_07.xml.trace | 0 .../G_day_fuzzed_08.xml.trace | 0 .../G_day_fuzzed_09.xml.trace | 0 .../G_day_fuzzed_10.xml.trace | 0 .../G_day_negative_offset.xml.trace | 0 .../G_day_positive_offset.xml.trace | 0 ...ay_single_digit_day_without_zone.xml.trace | 0 .../G_day_utc_zone.xml.trace | 0 .../G_day_zero_offset.xml.trace | 0 ...th_double_digit_day_without_zone.xml.trace | 0 ...th_single_digit_day_without_zone.xml.trace | 0 ...hich_does_not_exist_in_all_years.xml.trace | 0 .../G_month_day_fuzzed_01.xml.trace | 0 .../G_month_day_fuzzed_02.xml.trace | 0 .../G_month_day_fuzzed_03.xml.trace | 0 .../G_month_day_fuzzed_04.xml.trace | 0 .../G_month_day_fuzzed_05.xml.trace | 0 .../G_month_day_fuzzed_06.xml.trace | 0 .../G_month_day_fuzzed_07.xml.trace | 0 .../G_month_day_fuzzed_08.xml.trace | 0 .../G_month_day_fuzzed_09.xml.trace | 0 .../G_month_day_fuzzed_10.xml.trace | 0 .../G_month_day_negative_offset.xml.trace | 0 .../G_month_day_positive_offset.xml.trace | 0 ...th_single_digit_day_without_zone.xml.trace | 0 .../G_month_day_utc_zone.xml.trace | 0 .../G_month_day_zero_offset.xml.trace | 0 ..._double_digit_month_without_zone.xml.trace | 0 .../G_month_fuzzed_01.xml.trace | 0 .../G_month_fuzzed_02.xml.trace | 0 .../G_month_fuzzed_03.xml.trace | 0 .../G_month_fuzzed_04.xml.trace | 0 .../G_month_fuzzed_05.xml.trace | 0 .../G_month_fuzzed_06.xml.trace | 0 .../G_month_fuzzed_07.xml.trace | 0 .../G_month_fuzzed_08.xml.trace | 0 .../G_month_fuzzed_09.xml.trace | 0 .../G_month_fuzzed_10.xml.trace | 0 .../G_month_negative_offset.xml.trace | 0 .../G_month_positive_offset.xml.trace | 0 ..._single_digit_month_without_zone.xml.trace | 0 .../G_month_utc_zone.xml.trace | 0 .../G_month_zero_offset.xml.trace | 0 .../G_year_five_digit_negative_year.xml.trace | 0 .../G_year_five_digit_year.xml.trace | 0 .../G_year_fuzzed_01.xml.trace | 0 .../G_year_fuzzed_02.xml.trace | 0 .../G_year_fuzzed_03.xml.trace | 0 .../G_year_fuzzed_04.xml.trace | 0 .../G_year_fuzzed_05.xml.trace | 0 .../G_year_fuzzed_06.xml.trace | 0 .../G_year_fuzzed_07.xml.trace | 0 .../G_year_fuzzed_08.xml.trace | 0 .../G_year_fuzzed_09.xml.trace | 0 .../G_year_fuzzed_10.xml.trace | 0 .../G_year_month_common_year_month.xml.trace | 0 ...r_month_five_digit_negative_year.xml.trace | 0 .../G_year_month_fuzzed_01.xml.trace | 0 .../G_year_month_fuzzed_02.xml.trace | 0 .../G_year_month_fuzzed_03.xml.trace | 0 .../G_year_month_fuzzed_04.xml.trace | 0 .../G_year_month_fuzzed_05.xml.trace | 0 .../G_year_month_fuzzed_06.xml.trace | 0 .../G_year_month_fuzzed_07.xml.trace | 0 .../G_year_month_fuzzed_08.xml.trace | 0 .../G_year_month_fuzzed_09.xml.trace | 0 .../G_year_month_fuzzed_10.xml.trace | 0 .../G_year_month_negative_year.xml.trace | 0 ...r_month_very_large_negative_year.xml.trace | 0 ...r_month_very_large_positive_year.xml.trace | 0 ..._year_month_with_negative_offset.xml.trace | 0 ..._year_month_with_positive_offset.xml.trace | 0 .../G_year_month_with_utc_zone.xml.trace | 0 .../G_year_month_with_zero_offset.xml.trace | 0 .../G_year_negative_offset.xml.trace | 0 .../G_year_negative_year.xml.trace | 0 .../G_year_positive_offset.xml.trace | 0 .../G_year_utc_zone.xml.trace | 0 .../G_year_very_large_negative_year.xml.trace | 0 .../G_year_very_large_positive_year.xml.trace | 0 .../G_year_year_without_zone.xml.trace | 0 .../G_year_zero_offset.xml.trace | 0 .../Hex_binary_empty.xml.trace | 0 .../Hex_binary_fuzzed_01.xml.trace | 0 .../Hex_binary_fuzzed_02.xml.trace | 0 .../Hex_binary_fuzzed_03.xml.trace | 0 .../Hex_binary_fuzzed_04.xml.trace | 0 .../Hex_binary_fuzzed_05.xml.trace | 0 .../Hex_binary_fuzzed_06.xml.trace | 0 .../Hex_binary_fuzzed_07.xml.trace | 0 .../Hex_binary_fuzzed_08.xml.trace | 0 .../Hex_binary_fuzzed_09.xml.trace | 0 .../Hex_binary_fuzzed_10.xml.trace | 0 .../Hex_binary_long_random_hex.xml.trace | 0 .../Hex_binary_one_one.xml.trace | 0 .../Hex_binary_one_two.xml.trace | 0 .../Hex_binary_one_two_three_four.xml.trace | 0 .../Int_common_example.xml.trace | 0 .../Int_explicitly_positive.xml.trace | 0 .../Int_fuzzed_01.xml.trace | 0 .../Int_fuzzed_02.xml.trace | 0 .../Int_fuzzed_03.xml.trace | 0 .../Int_fuzzed_04.xml.trace | 0 .../Int_fuzzed_05.xml.trace | 0 .../Int_fuzzed_06.xml.trace | 0 .../Int_fuzzed_07.xml.trace | 0 .../Int_fuzzed_08.xml.trace | 0 .../Int_fuzzed_09.xml.trace | 0 .../Int_fuzzed_10.xml.trace | 0 .../valueOverValueExamples/Int_max.xml.trace | 0 .../valueOverValueExamples/Int_min.xml.trace | 0 .../Int_negative.xml.trace | 0 .../Int_prefixed_with_zeros.xml.trace | 0 .../valueOverValueExamples/Int_zero.xml.trace | 0 .../Int_zero_prefixed_with_zeros.xml.trace | 0 .../Integer_common_example.xml.trace | 0 .../Integer_explicitly_positive.xml.trace | 0 .../Integer_fuzzed_01.xml.trace | 0 .../Integer_fuzzed_02.xml.trace | 0 .../Integer_fuzzed_03.xml.trace | 0 .../Integer_fuzzed_04.xml.trace | 0 .../Integer_fuzzed_05.xml.trace | 0 .../Integer_fuzzed_06.xml.trace | 0 .../Integer_fuzzed_07.xml.trace | 0 .../Integer_fuzzed_08.xml.trace | 0 .../Integer_fuzzed_09.xml.trace | 0 .../Integer_fuzzed_10.xml.trace | 0 .../Integer_negative.xml.trace | 0 .../Integer_prefixed_with_zeros.xml.trace | 0 .../Integer_very_large.xml.trace | 0 .../Integer_zero.xml.trace | 0 ...Integer_zero_prefixed_with_zeros.xml.trace | 0 .../Long_common_example.xml.trace | 0 .../Long_explicitly_positive.xml.trace | 0 .../Long_fuzzed_01.xml.trace | 0 .../Long_fuzzed_02.xml.trace | 0 .../Long_fuzzed_03.xml.trace | 0 .../Long_fuzzed_04.xml.trace | 0 .../Long_fuzzed_05.xml.trace | 0 .../Long_fuzzed_06.xml.trace | 0 .../Long_fuzzed_07.xml.trace | 0 .../Long_fuzzed_08.xml.trace | 0 .../Long_fuzzed_09.xml.trace | 0 .../Long_fuzzed_10.xml.trace | 0 .../valueOverValueExamples/Long_max.xml.trace | 0 .../valueOverValueExamples/Long_min.xml.trace | 0 .../Long_negative.xml.trace | 0 .../Long_prefixed_with_zeros.xml.trace | 0 .../Long_zero.xml.trace | 0 .../Long_zero_prefixed_with_zeros.xml.trace | 0 .../Negative_integer_fuzzed_01.xml.trace | 0 .../Negative_integer_fuzzed_02.xml.trace | 0 .../Negative_integer_fuzzed_03.xml.trace | 0 .../Negative_integer_fuzzed_04.xml.trace | 0 .../Negative_integer_fuzzed_05.xml.trace | 0 .../Negative_integer_fuzzed_06.xml.trace | 0 .../Negative_integer_fuzzed_07.xml.trace | 0 .../Negative_integer_fuzzed_08.xml.trace | 0 .../Negative_integer_fuzzed_09.xml.trace | 0 .../Negative_integer_fuzzed_10.xml.trace | 0 .../Negative_integer_negative.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Negative_integer_very_large.xml.trace | 0 ..._negative_integer_common_example.xml.trace | 0 ...tive_integer_explicitly_positive.xml.trace | 0 ...tly_positive_prefixed_with_zeros.xml.trace | 0 .../Non_negative_integer_fuzzed_01.xml.trace | 0 .../Non_negative_integer_fuzzed_02.xml.trace | 0 .../Non_negative_integer_fuzzed_03.xml.trace | 0 .../Non_negative_integer_fuzzed_04.xml.trace | 0 .../Non_negative_integer_fuzzed_05.xml.trace | 0 .../Non_negative_integer_fuzzed_06.xml.trace | 0 .../Non_negative_integer_fuzzed_07.xml.trace | 0 .../Non_negative_integer_fuzzed_08.xml.trace | 0 .../Non_negative_integer_fuzzed_09.xml.trace | 0 .../Non_negative_integer_fuzzed_10.xml.trace | 0 .../Non_negative_integer_minus_zero.xml.trace | 0 ...n_negative_integer_positive_zero.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Non_negative_integer_very_large.xml.trace | 0 .../Non_negative_integer_zero.xml.trace | 0 ...integer_zero_prefixed_with_zeros.xml.trace | 0 ...integer_explicitly_positive_zero.xml.trace | 0 .../Non_positive_integer_fuzzed_01.xml.trace | 0 .../Non_positive_integer_fuzzed_02.xml.trace | 0 .../Non_positive_integer_fuzzed_03.xml.trace | 0 .../Non_positive_integer_fuzzed_04.xml.trace | 0 .../Non_positive_integer_fuzzed_05.xml.trace | 0 .../Non_positive_integer_fuzzed_06.xml.trace | 0 .../Non_positive_integer_fuzzed_07.xml.trace | 0 .../Non_positive_integer_fuzzed_08.xml.trace | 0 .../Non_positive_integer_fuzzed_09.xml.trace | 0 .../Non_positive_integer_fuzzed_10.xml.trace | 0 .../Non_positive_integer_negative.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Non_positive_integer_very_large.xml.trace | 0 .../Non_positive_integer_zero.xml.trace | 0 .../Positive_integer_common_example.xml.trace | 0 ...tive_integer_explicitly_positive.xml.trace | 0 .../Positive_integer_fuzzed_01.xml.trace | 0 .../Positive_integer_fuzzed_02.xml.trace | 0 .../Positive_integer_fuzzed_03.xml.trace | 0 .../Positive_integer_fuzzed_04.xml.trace | 0 .../Positive_integer_fuzzed_05.xml.trace | 0 .../Positive_integer_fuzzed_06.xml.trace | 0 .../Positive_integer_fuzzed_07.xml.trace | 0 .../Positive_integer_fuzzed_08.xml.trace | 0 .../Positive_integer_fuzzed_09.xml.trace | 0 .../Positive_integer_fuzzed_10.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Positive_integer_very_large.xml.trace | 0 .../Short_common_example.xml.trace | 0 .../Short_explicitly_positive.xml.trace | 0 .../Short_fuzzed_01.xml.trace | 0 .../Short_fuzzed_02.xml.trace | 0 .../Short_fuzzed_03.xml.trace | 0 .../Short_fuzzed_04.xml.trace | 0 .../Short_fuzzed_05.xml.trace | 0 .../Short_fuzzed_06.xml.trace | 0 .../Short_fuzzed_07.xml.trace | 0 .../Short_fuzzed_08.xml.trace | 0 .../Short_fuzzed_09.xml.trace | 0 .../Short_fuzzed_10.xml.trace | 0 .../Short_max.xml.trace | 0 .../Short_min.xml.trace | 0 .../Short_negative.xml.trace | 0 .../Short_prefixed_with_zeros.xml.trace | 0 .../Short_zero.xml.trace | 0 .../Short_zero_prefixed_with_zeros.xml.trace | 0 .../String_empty.xml.trace | 0 .../String_free_form_text.xml.trace | 0 .../String_fuzzed_01.xml.trace | 0 .../String_fuzzed_02.xml.trace | 0 .../String_fuzzed_03.xml.trace | 0 .../String_fuzzed_04.xml.trace | 0 .../String_fuzzed_05.xml.trace | 0 .../String_fuzzed_06.xml.trace | 0 .../String_fuzzed_07.xml.trace | 0 .../String_fuzzed_08.xml.trace | 0 .../String_fuzzed_09.xml.trace | 0 .../String_fuzzed_10.xml.trace | 0 .../Time_common_example.xml.trace | 0 .../Time_fuzzed_01.xml.trace | 0 .../Time_fuzzed_02.xml.trace | 0 .../Time_fuzzed_03.xml.trace | 0 .../Time_fuzzed_04.xml.trace | 0 .../Time_fuzzed_05.xml.trace | 0 .../Time_fuzzed_06.xml.trace | 0 .../Time_fuzzed_07.xml.trace | 0 .../Time_fuzzed_08.xml.trace | 0 .../Time_fuzzed_09.xml.trace | 0 .../Time_fuzzed_10.xml.trace | 0 .../Time_negative_offset.xml.trace | 0 .../Time_positive_offset.xml.trace | 0 ...Time_with_long_second_fractional.xml.trace | 0 .../Time_with_second_fractional.xml.trace | 0 .../Time_with_utc_timezone.xml.trace | 0 .../Time_zero_offset.xml.trace | 0 .../Unsigned_byte_common_example.xml.trace | 0 ...nsigned_byte_explicitly_positive.xml.trace | 0 .../Unsigned_byte_fuzzed_01.xml.trace | 0 .../Unsigned_byte_fuzzed_02.xml.trace | 0 .../Unsigned_byte_fuzzed_03.xml.trace | 0 .../Unsigned_byte_fuzzed_04.xml.trace | 0 .../Unsigned_byte_fuzzed_05.xml.trace | 0 .../Unsigned_byte_fuzzed_06.xml.trace | 0 .../Unsigned_byte_fuzzed_07.xml.trace | 0 .../Unsigned_byte_fuzzed_08.xml.trace | 0 .../Unsigned_byte_fuzzed_09.xml.trace | 0 .../Unsigned_byte_fuzzed_10.xml.trace | 0 .../Unsigned_byte_max.xml.trace | 0 ...nsigned_byte_prefixed_with_zeros.xml.trace | 0 .../Unsigned_byte_zero.xml.trace | 0 ...ed_byte_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_int_common_example.xml.trace | 0 ...Unsigned_int_explicitly_positive.xml.trace | 0 .../Unsigned_int_fuzzed_01.xml.trace | 0 .../Unsigned_int_fuzzed_02.xml.trace | 0 .../Unsigned_int_fuzzed_03.xml.trace | 0 .../Unsigned_int_fuzzed_04.xml.trace | 0 .../Unsigned_int_fuzzed_05.xml.trace | 0 .../Unsigned_int_fuzzed_06.xml.trace | 0 .../Unsigned_int_fuzzed_07.xml.trace | 0 .../Unsigned_int_fuzzed_08.xml.trace | 0 .../Unsigned_int_fuzzed_09.xml.trace | 0 .../Unsigned_int_fuzzed_10.xml.trace | 0 .../Unsigned_int_max.xml.trace | 0 ...Unsigned_int_prefixed_with_zeros.xml.trace | 0 .../Unsigned_int_zero.xml.trace | 0 ...ned_int_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_long_common_example.xml.trace | 0 ...nsigned_long_explicitly_positive.xml.trace | 0 .../Unsigned_long_fuzzed_01.xml.trace | 0 .../Unsigned_long_fuzzed_02.xml.trace | 0 .../Unsigned_long_fuzzed_03.xml.trace | 0 .../Unsigned_long_fuzzed_04.xml.trace | 0 .../Unsigned_long_fuzzed_05.xml.trace | 0 .../Unsigned_long_fuzzed_06.xml.trace | 0 .../Unsigned_long_fuzzed_07.xml.trace | 0 .../Unsigned_long_fuzzed_08.xml.trace | 0 .../Unsigned_long_fuzzed_09.xml.trace | 0 .../Unsigned_long_fuzzed_10.xml.trace | 0 .../Unsigned_long_max.xml.trace | 0 ...nsigned_long_prefixed_with_zeros.xml.trace | 0 .../Unsigned_long_zero.xml.trace | 0 ...ed_long_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_short_common_example.xml.trace | 0 ...signed_short_explicitly_positive.xml.trace | 0 .../Unsigned_short_fuzzed_01.xml.trace | 0 .../Unsigned_short_fuzzed_02.xml.trace | 0 .../Unsigned_short_fuzzed_03.xml.trace | 0 .../Unsigned_short_fuzzed_04.xml.trace | 0 .../Unsigned_short_fuzzed_05.xml.trace | 0 .../Unsigned_short_fuzzed_06.xml.trace | 0 .../Unsigned_short_fuzzed_07.xml.trace | 0 .../Unsigned_short_fuzzed_08.xml.trace | 0 .../Unsigned_short_fuzzed_09.xml.trace | 0 .../Unsigned_short_fuzzed_10.xml.trace | 0 .../Unsigned_short_max.xml.trace | 0 ...signed_short_prefixed_with_zeros.xml.trace | 0 .../Unsigned_short_zero.xml.trace | 0 ...d_short_zero_prefixed_with_zeros.xml.trace | 0 .../dash.xml.trace | 0 .../dots.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../number prefix and suffix.xml.trace | 0 .../only_letters.xml.trace | 0 .../plus.xml.trace | 0 .../random_common_MIME_type.xml.trace | 0 .../Descent/Expected/file/maximal.xml.trace | 30 + .../Descent/Expected/file/minimal.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../made_up_01.xml.trace | 0 .../made_up_02.xml.trace | 0 .../made_up_03.xml.trace | 0 .../made_up_04.xml.trace | 0 .../made_up_05.xml.trace | 0 .../Descent/Expected/key/maximal.xml.trace | 0 .../Descent/Expected/key/minimal.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../maximal.xml.trace | 0 .../minimal.xml.trace | 0 .../langStringNameType/maximal.xml.trace | 0 .../langStringNameType/minimal.xml.trace | 0 .../maximal.xml.trace | 0 .../minimal.xml.trace | 0 .../maximal.xml.trace | 0 .../minimal.xml.trace | 0 .../langStringTextType/maximal.xml.trace | 0 .../langStringTextType/minimal.xml.trace | 0 .../Expected/levelType/maximal.xml.trace | 0 .../Expected/levelType/minimal.xml.trace | 0 .../multiLanguageProperty/maximal.xml.trace | 34 + .../multiLanguageProperty/minimal.xml.trace | 0 .../Expected/operation/maximal.xml.trace | 42 + .../Expected/operation/minimal.xml.trace | 0 .../operationVariable/maximal.xml.trace | 1 + .../operationVariable/minimal.xml.trace | 1 + .../Expected/property/maximal.xml.trace | 32 + .../Expected/property/minimal.xml.trace | 0 .../Any_URI_URI.xml.trace | 0 ...URI_absolute_path_without_scheme.xml.trace | 0 .../Any_URI_empty.xml.trace | 0 .../Any_URI_fuzzed_01.xml.trace | 0 .../Any_URI_fuzzed_02.xml.trace | 0 .../Any_URI_fuzzed_03.xml.trace | 0 .../Any_URI_fuzzed_04.xml.trace | 0 .../Any_URI_fuzzed_05.xml.trace | 0 .../Any_URI_fuzzed_06.xml.trace | 0 .../Any_URI_fuzzed_07.xml.trace | 0 .../Any_URI_fuzzed_08.xml.trace | 0 .../Any_URI_fuzzed_09.xml.trace | 0 .../Any_URI_fuzzed_10.xml.trace | 0 .../Any_URI_integer.xml.trace | 0 ...URI_relative_path_without_scheme.xml.trace | 0 ...4_binary_an_empty_value_is_valid.xml.trace | 0 ...quals_signs_are_used_for_padding.xml.trace | 0 .../Base_64_binary_fuzzed_01.xml.trace | 0 .../Base_64_binary_fuzzed_02.xml.trace | 0 .../Base_64_binary_fuzzed_03.xml.trace | 0 .../Base_64_binary_fuzzed_04.xml.trace | 0 .../Base_64_binary_fuzzed_05.xml.trace | 0 .../Base_64_binary_fuzzed_06.xml.trace | 0 .../Base_64_binary_fuzzed_07.xml.trace | 0 .../Base_64_binary_fuzzed_08.xml.trace | 0 .../Base_64_binary_fuzzed_09.xml.trace | 0 .../Base_64_binary_fuzzed_10.xml.trace | 0 ...is_allowed_anywhere_in_the_value.xml.trace | 0 ...4_binary_without_space_lowercase.xml.trace | 0 ...4_binary_without_space_uppercase.xml.trace | 0 .../Boolean_false_as_number.xml.trace | 0 .../Boolean_false_in_letters.xml.trace | 0 .../Boolean_true_as_number.xml.trace | 0 .../Boolean_true_in_letters.xml.trace | 0 .../Byte_common_example.xml.trace | 0 .../Byte_explicitly_positive.xml.trace | 0 .../Byte_fuzzed_01.xml.trace | 0 .../Byte_fuzzed_02.xml.trace | 0 .../Byte_fuzzed_03.xml.trace | 0 .../Byte_fuzzed_04.xml.trace | 0 .../Byte_fuzzed_05.xml.trace | 0 .../Byte_fuzzed_06.xml.trace | 0 .../Byte_fuzzed_07.xml.trace | 0 .../Byte_fuzzed_08.xml.trace | 0 .../Byte_fuzzed_09.xml.trace | 0 .../Byte_fuzzed_10.xml.trace | 0 .../valueOverValueExamples/Byte_max.xml.trace | 0 .../valueOverValueExamples/Byte_min.xml.trace | 0 .../Byte_negative.xml.trace | 0 .../Byte_prefixed_with_zeros.xml.trace | 0 .../Byte_zero.xml.trace | 0 .../Byte_zero_prefixed_with_zeros.xml.trace | 0 .../Date_date.xml.trace | 0 ...te_date_with_large_negative_year.xml.trace | 0 ...te_date_with_large_positive_year.xml.trace | 0 .../Date_date_with_negative_offset.xml.trace | 0 .../Date_date_with_positive_offset.xml.trace | 0 .../Date_date_with_utc.xml.trace | 0 .../Date_date_with_zero_offset.xml.trace | 0 .../Date_fuzzed_01.xml.trace | 0 .../Date_fuzzed_02.xml.trace | 0 .../Date_fuzzed_03.xml.trace | 0 .../Date_fuzzed_04.xml.trace | 0 .../Date_fuzzed_05.xml.trace | 0 .../Date_fuzzed_06.xml.trace | 0 .../Date_fuzzed_07.xml.trace | 0 .../Date_fuzzed_08.xml.trace | 0 .../Date_fuzzed_09.xml.trace | 0 .../Date_fuzzed_10.xml.trace | 0 .../Date_time_date_time_with_UTC.xml.trace | 0 ...te_time_with_large_negative_year.xml.trace | 0 ...te_time_with_large_positive_year.xml.trace | 0 ...ime_with_long_fractional_seconds.xml.trace | 0 ...e_date_time_with_negative_offset.xml.trace | 0 ...e_date_time_with_positive_offset.xml.trace | 0 ..._time_date_time_with_zero_offset.xml.trace | 0 ...Date_time_date_time_without_zone.xml.trace | 0 .../Date_time_fuzzed_01.xml.trace | 0 .../Date_time_fuzzed_02.xml.trace | 0 .../Date_time_fuzzed_03.xml.trace | 0 .../Date_time_fuzzed_04.xml.trace | 0 .../Date_time_fuzzed_05.xml.trace | 0 .../Date_time_fuzzed_06.xml.trace | 0 .../Date_time_fuzzed_07.xml.trace | 0 .../Date_time_fuzzed_08.xml.trace | 0 .../Date_time_fuzzed_09.xml.trace | 0 .../Date_time_fuzzed_10.xml.trace | 0 ...Date_time_midnight_with_24_hours.xml.trace | 0 .../Date_time_midnight_with_zeros.xml.trace | 0 ...e_time_year_1_bce_is_a_leap_year.xml.trace | 0 ...e_time_year_5_bce_is_a_leap_year.xml.trace | 0 .../Date_year_1_bce_is_a_leap_year.xml.trace | 0 .../Date_year_5_bce_is_a_leap_year.xml.trace | 0 .../Decimal_decimal.xml.trace | 0 ...mal_decimal_with_long_fractional.xml.trace | 0 ...mal_decimal_with_preceding_zeros.xml.trace | 0 .../Decimal_fuzzed_01.xml.trace | 0 .../Decimal_fuzzed_02.xml.trace | 0 .../Decimal_fuzzed_03.xml.trace | 0 .../Decimal_fuzzed_04.xml.trace | 0 .../Decimal_fuzzed_05.xml.trace | 0 .../Decimal_fuzzed_06.xml.trace | 0 .../Decimal_fuzzed_07.xml.trace | 0 .../Decimal_fuzzed_08.xml.trace | 0 .../Decimal_fuzzed_09.xml.trace | 0 .../Decimal_fuzzed_10.xml.trace | 0 .../Decimal_integer.xml.trace | 0 ...mal_integer_with_preceding_zeros.xml.trace | 0 .../Decimal_very_large_decimal.xml.trace | 0 .../Double_double.xml.trace | 0 .../Double_fuzzed_01.xml.trace | 0 .../Double_fuzzed_02.xml.trace | 0 .../Double_fuzzed_03.xml.trace | 0 .../Double_fuzzed_04.xml.trace | 0 .../Double_fuzzed_05.xml.trace | 0 .../Double_fuzzed_06.xml.trace | 0 .../Double_fuzzed_07.xml.trace | 0 .../Double_fuzzed_08.xml.trace | 0 .../Double_fuzzed_09.xml.trace | 0 .../Double_fuzzed_10.xml.trace | 0 .../Double_inf.xml.trace | 0 .../Double_integer.xml.trace | 0 ...ble_integer_with_preceding_zeros.xml.trace | 0 ...cision_is_not_detected_by_design.xml.trace | 0 .../Double_lowest.xml.trace | 0 .../Double_max.xml.trace | 0 .../Double_minus_inf.xml.trace | 0 .../Double_nan.xml.trace | 0 .../Double_scientific_notation.xml.trace | 0 ...ble_scientific_notation_negative.xml.trace | 0 ...tific_notation_negative_exponent.xml.trace | 0 ...ble_scientific_notation_positive.xml.trace | 0 ...tific_notation_positive_exponent.xml.trace | 0 .../Double_very_large_normal.xml.trace | 0 .../Double_very_precise_subnormal.xml.trace | 0 .../Double_with_preceding_zeros.xml.trace | 0 .../Duration_day_seconds.xml.trace | 0 .../Duration_full.xml.trace | 0 .../Duration_fuzzed_01.xml.trace | 0 .../Duration_fuzzed_02.xml.trace | 0 .../Duration_fuzzed_03.xml.trace | 0 .../Duration_fuzzed_04.xml.trace | 0 .../Duration_fuzzed_05.xml.trace | 0 .../Duration_fuzzed_06.xml.trace | 0 .../Duration_fuzzed_07.xml.trace | 0 .../Duration_fuzzed_08.xml.trace | 0 .../Duration_fuzzed_09.xml.trace | 0 .../Duration_fuzzed_10.xml.trace | 0 .../Duration_long_second_fractal.xml.trace | 0 .../Duration_many_many_seconds.xml.trace | 0 .../Duration_month_seconds.xml.trace | 0 .../Duration_only_seconds.xml.trace | 0 .../Duration_only_year.xml.trace | 0 .../Float_float.xml.trace | 0 .../Float_fuzzed_01.xml.trace | 0 .../Float_fuzzed_02.xml.trace | 0 .../Float_fuzzed_03.xml.trace | 0 .../Float_fuzzed_04.xml.trace | 0 .../Float_fuzzed_05.xml.trace | 0 .../Float_fuzzed_06.xml.trace | 0 .../Float_fuzzed_07.xml.trace | 0 .../Float_fuzzed_08.xml.trace | 0 .../Float_fuzzed_09.xml.trace | 0 .../Float_fuzzed_10.xml.trace | 0 .../Float_inf.xml.trace | 0 .../Float_integer.xml.trace | 0 ...oat_integer_with_preceding_zeros.xml.trace | 0 .../Float_largest_normal.xml.trace | 0 ...oat_largest_number_less_than_one.xml.trace | 0 .../Float_largest_subnormal.xml.trace | 0 ...cision_is_not_detected_by_design.xml.trace | 0 .../Float_nan.xml.trace | 0 .../Float_negative_inf.xml.trace | 0 .../Float_scientific_notation.xml.trace | 0 ...oat_scientific_notation_negative.xml.trace | 0 ...tific_notation_negative_exponent.xml.trace | 0 ...oat_scientific_notation_positive.xml.trace | 0 ...tific_notation_positive_exponent.xml.trace | 0 ..._smallest_number_larger_than_one.xml.trace | 0 .../Float_smallest_positive_normal.xml.trace | 0 ...loat_smallest_positive_subnormal.xml.trace | 0 .../Float_with_preceding_zeros.xml.trace | 0 ...sting_in_all_months_without_zone.xml.trace | 0 ...ay_double_digit_day_without_zone.xml.trace | 0 .../G_day_fuzzed_01.xml.trace | 0 .../G_day_fuzzed_02.xml.trace | 0 .../G_day_fuzzed_03.xml.trace | 0 .../G_day_fuzzed_04.xml.trace | 0 .../G_day_fuzzed_05.xml.trace | 0 .../G_day_fuzzed_06.xml.trace | 0 .../G_day_fuzzed_07.xml.trace | 0 .../G_day_fuzzed_08.xml.trace | 0 .../G_day_fuzzed_09.xml.trace | 0 .../G_day_fuzzed_10.xml.trace | 0 .../G_day_negative_offset.xml.trace | 0 .../G_day_positive_offset.xml.trace | 0 ...ay_single_digit_day_without_zone.xml.trace | 0 .../G_day_utc_zone.xml.trace | 0 .../G_day_zero_offset.xml.trace | 0 ...th_double_digit_day_without_zone.xml.trace | 0 ...th_single_digit_day_without_zone.xml.trace | 0 ...hich_does_not_exist_in_all_years.xml.trace | 0 .../G_month_day_fuzzed_01.xml.trace | 0 .../G_month_day_fuzzed_02.xml.trace | 0 .../G_month_day_fuzzed_03.xml.trace | 0 .../G_month_day_fuzzed_04.xml.trace | 0 .../G_month_day_fuzzed_05.xml.trace | 0 .../G_month_day_fuzzed_06.xml.trace | 0 .../G_month_day_fuzzed_07.xml.trace | 0 .../G_month_day_fuzzed_08.xml.trace | 0 .../G_month_day_fuzzed_09.xml.trace | 0 .../G_month_day_fuzzed_10.xml.trace | 0 .../G_month_day_negative_offset.xml.trace | 0 .../G_month_day_positive_offset.xml.trace | 0 ...th_single_digit_day_without_zone.xml.trace | 0 .../G_month_day_utc_zone.xml.trace | 0 .../G_month_day_zero_offset.xml.trace | 0 ..._double_digit_month_without_zone.xml.trace | 0 .../G_month_fuzzed_01.xml.trace | 0 .../G_month_fuzzed_02.xml.trace | 0 .../G_month_fuzzed_03.xml.trace | 0 .../G_month_fuzzed_04.xml.trace | 0 .../G_month_fuzzed_05.xml.trace | 0 .../G_month_fuzzed_06.xml.trace | 0 .../G_month_fuzzed_07.xml.trace | 0 .../G_month_fuzzed_08.xml.trace | 0 .../G_month_fuzzed_09.xml.trace | 0 .../G_month_fuzzed_10.xml.trace | 0 .../G_month_negative_offset.xml.trace | 0 .../G_month_positive_offset.xml.trace | 0 ..._single_digit_month_without_zone.xml.trace | 0 .../G_month_utc_zone.xml.trace | 0 .../G_month_zero_offset.xml.trace | 0 .../G_year_five_digit_negative_year.xml.trace | 0 .../G_year_five_digit_year.xml.trace | 0 .../G_year_fuzzed_01.xml.trace | 0 .../G_year_fuzzed_02.xml.trace | 0 .../G_year_fuzzed_03.xml.trace | 0 .../G_year_fuzzed_04.xml.trace | 0 .../G_year_fuzzed_05.xml.trace | 0 .../G_year_fuzzed_06.xml.trace | 0 .../G_year_fuzzed_07.xml.trace | 0 .../G_year_fuzzed_08.xml.trace | 0 .../G_year_fuzzed_09.xml.trace | 0 .../G_year_fuzzed_10.xml.trace | 0 .../G_year_month_common_year_month.xml.trace | 0 ...r_month_five_digit_negative_year.xml.trace | 0 .../G_year_month_fuzzed_01.xml.trace | 0 .../G_year_month_fuzzed_02.xml.trace | 0 .../G_year_month_fuzzed_03.xml.trace | 0 .../G_year_month_fuzzed_04.xml.trace | 0 .../G_year_month_fuzzed_05.xml.trace | 0 .../G_year_month_fuzzed_06.xml.trace | 0 .../G_year_month_fuzzed_07.xml.trace | 0 .../G_year_month_fuzzed_08.xml.trace | 0 .../G_year_month_fuzzed_09.xml.trace | 0 .../G_year_month_fuzzed_10.xml.trace | 0 .../G_year_month_negative_year.xml.trace | 0 ...r_month_very_large_negative_year.xml.trace | 0 ...r_month_very_large_positive_year.xml.trace | 0 ..._year_month_with_negative_offset.xml.trace | 0 ..._year_month_with_positive_offset.xml.trace | 0 .../G_year_month_with_utc_zone.xml.trace | 0 .../G_year_month_with_zero_offset.xml.trace | 0 .../G_year_negative_offset.xml.trace | 0 .../G_year_negative_year.xml.trace | 0 .../G_year_positive_offset.xml.trace | 0 .../G_year_utc_zone.xml.trace | 0 .../G_year_very_large_negative_year.xml.trace | 0 .../G_year_very_large_positive_year.xml.trace | 0 .../G_year_year_without_zone.xml.trace | 0 .../G_year_zero_offset.xml.trace | 0 .../Hex_binary_empty.xml.trace | 0 .../Hex_binary_fuzzed_01.xml.trace | 0 .../Hex_binary_fuzzed_02.xml.trace | 0 .../Hex_binary_fuzzed_03.xml.trace | 0 .../Hex_binary_fuzzed_04.xml.trace | 0 .../Hex_binary_fuzzed_05.xml.trace | 0 .../Hex_binary_fuzzed_06.xml.trace | 0 .../Hex_binary_fuzzed_07.xml.trace | 0 .../Hex_binary_fuzzed_08.xml.trace | 0 .../Hex_binary_fuzzed_09.xml.trace | 0 .../Hex_binary_fuzzed_10.xml.trace | 0 .../Hex_binary_long_random_hex.xml.trace | 0 .../Hex_binary_one_one.xml.trace | 0 .../Hex_binary_one_two.xml.trace | 0 .../Hex_binary_one_two_three_four.xml.trace | 0 .../Int_common_example.xml.trace | 0 .../Int_explicitly_positive.xml.trace | 0 .../Int_fuzzed_01.xml.trace | 0 .../Int_fuzzed_02.xml.trace | 0 .../Int_fuzzed_03.xml.trace | 0 .../Int_fuzzed_04.xml.trace | 0 .../Int_fuzzed_05.xml.trace | 0 .../Int_fuzzed_06.xml.trace | 0 .../Int_fuzzed_07.xml.trace | 0 .../Int_fuzzed_08.xml.trace | 0 .../Int_fuzzed_09.xml.trace | 0 .../Int_fuzzed_10.xml.trace | 0 .../valueOverValueExamples/Int_max.xml.trace | 0 .../valueOverValueExamples/Int_min.xml.trace | 0 .../Int_negative.xml.trace | 0 .../Int_prefixed_with_zeros.xml.trace | 0 .../valueOverValueExamples/Int_zero.xml.trace | 0 .../Int_zero_prefixed_with_zeros.xml.trace | 0 .../Integer_common_example.xml.trace | 0 .../Integer_explicitly_positive.xml.trace | 0 .../Integer_fuzzed_01.xml.trace | 0 .../Integer_fuzzed_02.xml.trace | 0 .../Integer_fuzzed_03.xml.trace | 0 .../Integer_fuzzed_04.xml.trace | 0 .../Integer_fuzzed_05.xml.trace | 0 .../Integer_fuzzed_06.xml.trace | 0 .../Integer_fuzzed_07.xml.trace | 0 .../Integer_fuzzed_08.xml.trace | 0 .../Integer_fuzzed_09.xml.trace | 0 .../Integer_fuzzed_10.xml.trace | 0 .../Integer_negative.xml.trace | 0 .../Integer_prefixed_with_zeros.xml.trace | 0 .../Integer_very_large.xml.trace | 0 .../Integer_zero.xml.trace | 0 ...Integer_zero_prefixed_with_zeros.xml.trace | 0 .../Long_common_example.xml.trace | 0 .../Long_explicitly_positive.xml.trace | 0 .../Long_fuzzed_01.xml.trace | 0 .../Long_fuzzed_02.xml.trace | 0 .../Long_fuzzed_03.xml.trace | 0 .../Long_fuzzed_04.xml.trace | 0 .../Long_fuzzed_05.xml.trace | 0 .../Long_fuzzed_06.xml.trace | 0 .../Long_fuzzed_07.xml.trace | 0 .../Long_fuzzed_08.xml.trace | 0 .../Long_fuzzed_09.xml.trace | 0 .../Long_fuzzed_10.xml.trace | 0 .../valueOverValueExamples/Long_max.xml.trace | 0 .../valueOverValueExamples/Long_min.xml.trace | 0 .../Long_negative.xml.trace | 0 .../Long_prefixed_with_zeros.xml.trace | 0 .../Long_zero.xml.trace | 0 .../Long_zero_prefixed_with_zeros.xml.trace | 0 .../Negative_integer_fuzzed_01.xml.trace | 0 .../Negative_integer_fuzzed_02.xml.trace | 0 .../Negative_integer_fuzzed_03.xml.trace | 0 .../Negative_integer_fuzzed_04.xml.trace | 0 .../Negative_integer_fuzzed_05.xml.trace | 0 .../Negative_integer_fuzzed_06.xml.trace | 0 .../Negative_integer_fuzzed_07.xml.trace | 0 .../Negative_integer_fuzzed_08.xml.trace | 0 .../Negative_integer_fuzzed_09.xml.trace | 0 .../Negative_integer_fuzzed_10.xml.trace | 0 .../Negative_integer_negative.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Negative_integer_very_large.xml.trace | 0 ..._negative_integer_common_example.xml.trace | 0 ...tive_integer_explicitly_positive.xml.trace | 0 ...tly_positive_prefixed_with_zeros.xml.trace | 0 .../Non_negative_integer_fuzzed_01.xml.trace | 0 .../Non_negative_integer_fuzzed_02.xml.trace | 0 .../Non_negative_integer_fuzzed_03.xml.trace | 0 .../Non_negative_integer_fuzzed_04.xml.trace | 0 .../Non_negative_integer_fuzzed_05.xml.trace | 0 .../Non_negative_integer_fuzzed_06.xml.trace | 0 .../Non_negative_integer_fuzzed_07.xml.trace | 0 .../Non_negative_integer_fuzzed_08.xml.trace | 0 .../Non_negative_integer_fuzzed_09.xml.trace | 0 .../Non_negative_integer_fuzzed_10.xml.trace | 0 .../Non_negative_integer_minus_zero.xml.trace | 0 ...n_negative_integer_positive_zero.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Non_negative_integer_very_large.xml.trace | 0 .../Non_negative_integer_zero.xml.trace | 0 ...integer_zero_prefixed_with_zeros.xml.trace | 0 ...integer_explicitly_positive_zero.xml.trace | 0 .../Non_positive_integer_fuzzed_01.xml.trace | 0 .../Non_positive_integer_fuzzed_02.xml.trace | 0 .../Non_positive_integer_fuzzed_03.xml.trace | 0 .../Non_positive_integer_fuzzed_04.xml.trace | 0 .../Non_positive_integer_fuzzed_05.xml.trace | 0 .../Non_positive_integer_fuzzed_06.xml.trace | 0 .../Non_positive_integer_fuzzed_07.xml.trace | 0 .../Non_positive_integer_fuzzed_08.xml.trace | 0 .../Non_positive_integer_fuzzed_09.xml.trace | 0 .../Non_positive_integer_fuzzed_10.xml.trace | 0 .../Non_positive_integer_negative.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Non_positive_integer_very_large.xml.trace | 0 .../Non_positive_integer_zero.xml.trace | 0 .../Positive_integer_common_example.xml.trace | 0 ...tive_integer_explicitly_positive.xml.trace | 0 .../Positive_integer_fuzzed_01.xml.trace | 0 .../Positive_integer_fuzzed_02.xml.trace | 0 .../Positive_integer_fuzzed_03.xml.trace | 0 .../Positive_integer_fuzzed_04.xml.trace | 0 .../Positive_integer_fuzzed_05.xml.trace | 0 .../Positive_integer_fuzzed_06.xml.trace | 0 .../Positive_integer_fuzzed_07.xml.trace | 0 .../Positive_integer_fuzzed_08.xml.trace | 0 .../Positive_integer_fuzzed_09.xml.trace | 0 .../Positive_integer_fuzzed_10.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Positive_integer_very_large.xml.trace | 0 .../Short_common_example.xml.trace | 0 .../Short_explicitly_positive.xml.trace | 0 .../Short_fuzzed_01.xml.trace | 0 .../Short_fuzzed_02.xml.trace | 0 .../Short_fuzzed_03.xml.trace | 0 .../Short_fuzzed_04.xml.trace | 0 .../Short_fuzzed_05.xml.trace | 0 .../Short_fuzzed_06.xml.trace | 0 .../Short_fuzzed_07.xml.trace | 0 .../Short_fuzzed_08.xml.trace | 0 .../Short_fuzzed_09.xml.trace | 0 .../Short_fuzzed_10.xml.trace | 0 .../Short_max.xml.trace | 0 .../Short_min.xml.trace | 0 .../Short_negative.xml.trace | 0 .../Short_prefixed_with_zeros.xml.trace | 0 .../Short_zero.xml.trace | 0 .../Short_zero_prefixed_with_zeros.xml.trace | 0 .../String_empty.xml.trace | 0 .../String_free_form_text.xml.trace | 0 .../String_fuzzed_01.xml.trace | 0 .../String_fuzzed_02.xml.trace | 0 .../String_fuzzed_03.xml.trace | 0 .../String_fuzzed_04.xml.trace | 0 .../String_fuzzed_05.xml.trace | 0 .../String_fuzzed_06.xml.trace | 0 .../String_fuzzed_07.xml.trace | 0 .../String_fuzzed_08.xml.trace | 0 .../String_fuzzed_09.xml.trace | 0 .../String_fuzzed_10.xml.trace | 0 .../Time_common_example.xml.trace | 0 .../Time_fuzzed_01.xml.trace | 0 .../Time_fuzzed_02.xml.trace | 0 .../Time_fuzzed_03.xml.trace | 0 .../Time_fuzzed_04.xml.trace | 0 .../Time_fuzzed_05.xml.trace | 0 .../Time_fuzzed_06.xml.trace | 0 .../Time_fuzzed_07.xml.trace | 0 .../Time_fuzzed_08.xml.trace | 0 .../Time_fuzzed_09.xml.trace | 0 .../Time_fuzzed_10.xml.trace | 0 .../Time_negative_offset.xml.trace | 0 .../Time_positive_offset.xml.trace | 0 ...Time_with_long_second_fractional.xml.trace | 0 .../Time_with_second_fractional.xml.trace | 0 .../Time_with_utc_timezone.xml.trace | 0 .../Time_zero_offset.xml.trace | 0 .../Unsigned_byte_common_example.xml.trace | 0 ...nsigned_byte_explicitly_positive.xml.trace | 0 .../Unsigned_byte_fuzzed_01.xml.trace | 0 .../Unsigned_byte_fuzzed_02.xml.trace | 0 .../Unsigned_byte_fuzzed_03.xml.trace | 0 .../Unsigned_byte_fuzzed_04.xml.trace | 0 .../Unsigned_byte_fuzzed_05.xml.trace | 0 .../Unsigned_byte_fuzzed_06.xml.trace | 0 .../Unsigned_byte_fuzzed_07.xml.trace | 0 .../Unsigned_byte_fuzzed_08.xml.trace | 0 .../Unsigned_byte_fuzzed_09.xml.trace | 0 .../Unsigned_byte_fuzzed_10.xml.trace | 0 .../Unsigned_byte_max.xml.trace | 0 ...nsigned_byte_prefixed_with_zeros.xml.trace | 0 .../Unsigned_byte_zero.xml.trace | 0 ...ed_byte_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_int_common_example.xml.trace | 0 ...Unsigned_int_explicitly_positive.xml.trace | 0 .../Unsigned_int_fuzzed_01.xml.trace | 0 .../Unsigned_int_fuzzed_02.xml.trace | 0 .../Unsigned_int_fuzzed_03.xml.trace | 0 .../Unsigned_int_fuzzed_04.xml.trace | 0 .../Unsigned_int_fuzzed_05.xml.trace | 0 .../Unsigned_int_fuzzed_06.xml.trace | 0 .../Unsigned_int_fuzzed_07.xml.trace | 0 .../Unsigned_int_fuzzed_08.xml.trace | 0 .../Unsigned_int_fuzzed_09.xml.trace | 0 .../Unsigned_int_fuzzed_10.xml.trace | 0 .../Unsigned_int_max.xml.trace | 0 ...Unsigned_int_prefixed_with_zeros.xml.trace | 0 .../Unsigned_int_zero.xml.trace | 0 ...ned_int_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_long_common_example.xml.trace | 0 ...nsigned_long_explicitly_positive.xml.trace | 0 .../Unsigned_long_fuzzed_01.xml.trace | 0 .../Unsigned_long_fuzzed_02.xml.trace | 0 .../Unsigned_long_fuzzed_03.xml.trace | 0 .../Unsigned_long_fuzzed_04.xml.trace | 0 .../Unsigned_long_fuzzed_05.xml.trace | 0 .../Unsigned_long_fuzzed_06.xml.trace | 0 .../Unsigned_long_fuzzed_07.xml.trace | 0 .../Unsigned_long_fuzzed_08.xml.trace | 0 .../Unsigned_long_fuzzed_09.xml.trace | 0 .../Unsigned_long_fuzzed_10.xml.trace | 0 .../Unsigned_long_max.xml.trace | 0 ...nsigned_long_prefixed_with_zeros.xml.trace | 0 .../Unsigned_long_zero.xml.trace | 0 ...ed_long_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_short_common_example.xml.trace | 0 ...signed_short_explicitly_positive.xml.trace | 0 .../Unsigned_short_fuzzed_01.xml.trace | 0 .../Unsigned_short_fuzzed_02.xml.trace | 0 .../Unsigned_short_fuzzed_03.xml.trace | 0 .../Unsigned_short_fuzzed_04.xml.trace | 0 .../Unsigned_short_fuzzed_05.xml.trace | 0 .../Unsigned_short_fuzzed_06.xml.trace | 0 .../Unsigned_short_fuzzed_07.xml.trace | 0 .../Unsigned_short_fuzzed_08.xml.trace | 0 .../Unsigned_short_fuzzed_09.xml.trace | 0 .../Unsigned_short_fuzzed_10.xml.trace | 0 .../Unsigned_short_max.xml.trace | 0 ...signed_short_prefixed_with_zeros.xml.trace | 0 .../Unsigned_short_zero.xml.trace | 0 ...d_short_zero_prefixed_with_zeros.xml.trace | 0 .../Expected/qualifier/maximal.xml.trace | 10 + .../Expected/qualifier/minimal.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../Any_URI_URI.xml.trace | 0 ...URI_absolute_path_without_scheme.xml.trace | 0 .../Any_URI_empty.xml.trace | 0 .../Any_URI_fuzzed_01.xml.trace | 0 .../Any_URI_fuzzed_02.xml.trace | 0 .../Any_URI_fuzzed_03.xml.trace | 0 .../Any_URI_fuzzed_04.xml.trace | 0 .../Any_URI_fuzzed_05.xml.trace | 0 .../Any_URI_fuzzed_06.xml.trace | 0 .../Any_URI_fuzzed_07.xml.trace | 0 .../Any_URI_fuzzed_08.xml.trace | 0 .../Any_URI_fuzzed_09.xml.trace | 0 .../Any_URI_fuzzed_10.xml.trace | 0 .../Any_URI_integer.xml.trace | 0 ...URI_relative_path_without_scheme.xml.trace | 0 ...4_binary_an_empty_value_is_valid.xml.trace | 0 ...quals_signs_are_used_for_padding.xml.trace | 0 .../Base_64_binary_fuzzed_01.xml.trace | 0 .../Base_64_binary_fuzzed_02.xml.trace | 0 .../Base_64_binary_fuzzed_03.xml.trace | 0 .../Base_64_binary_fuzzed_04.xml.trace | 0 .../Base_64_binary_fuzzed_05.xml.trace | 0 .../Base_64_binary_fuzzed_06.xml.trace | 0 .../Base_64_binary_fuzzed_07.xml.trace | 0 .../Base_64_binary_fuzzed_08.xml.trace | 0 .../Base_64_binary_fuzzed_09.xml.trace | 0 .../Base_64_binary_fuzzed_10.xml.trace | 0 ...is_allowed_anywhere_in_the_value.xml.trace | 0 ...4_binary_without_space_lowercase.xml.trace | 0 ...4_binary_without_space_uppercase.xml.trace | 0 .../Boolean_false_as_number.xml.trace | 0 .../Boolean_false_in_letters.xml.trace | 0 .../Boolean_true_as_number.xml.trace | 0 .../Boolean_true_in_letters.xml.trace | 0 .../Byte_common_example.xml.trace | 0 .../Byte_explicitly_positive.xml.trace | 0 .../Byte_fuzzed_01.xml.trace | 0 .../Byte_fuzzed_02.xml.trace | 0 .../Byte_fuzzed_03.xml.trace | 0 .../Byte_fuzzed_04.xml.trace | 0 .../Byte_fuzzed_05.xml.trace | 0 .../Byte_fuzzed_06.xml.trace | 0 .../Byte_fuzzed_07.xml.trace | 0 .../Byte_fuzzed_08.xml.trace | 0 .../Byte_fuzzed_09.xml.trace | 0 .../Byte_fuzzed_10.xml.trace | 0 .../valueOverValueExamples/Byte_max.xml.trace | 0 .../valueOverValueExamples/Byte_min.xml.trace | 0 .../Byte_negative.xml.trace | 0 .../Byte_prefixed_with_zeros.xml.trace | 0 .../Byte_zero.xml.trace | 0 .../Byte_zero_prefixed_with_zeros.xml.trace | 0 .../Date_date.xml.trace | 0 ...te_date_with_large_negative_year.xml.trace | 0 ...te_date_with_large_positive_year.xml.trace | 0 .../Date_date_with_negative_offset.xml.trace | 0 .../Date_date_with_positive_offset.xml.trace | 0 .../Date_date_with_utc.xml.trace | 0 .../Date_date_with_zero_offset.xml.trace | 0 .../Date_fuzzed_01.xml.trace | 0 .../Date_fuzzed_02.xml.trace | 0 .../Date_fuzzed_03.xml.trace | 0 .../Date_fuzzed_04.xml.trace | 0 .../Date_fuzzed_05.xml.trace | 0 .../Date_fuzzed_06.xml.trace | 0 .../Date_fuzzed_07.xml.trace | 0 .../Date_fuzzed_08.xml.trace | 0 .../Date_fuzzed_09.xml.trace | 0 .../Date_fuzzed_10.xml.trace | 0 .../Date_time_date_time_with_UTC.xml.trace | 0 ...te_time_with_large_negative_year.xml.trace | 0 ...te_time_with_large_positive_year.xml.trace | 0 ...ime_with_long_fractional_seconds.xml.trace | 0 ...e_date_time_with_negative_offset.xml.trace | 0 ...e_date_time_with_positive_offset.xml.trace | 0 ..._time_date_time_with_zero_offset.xml.trace | 0 ...Date_time_date_time_without_zone.xml.trace | 0 .../Date_time_fuzzed_01.xml.trace | 0 .../Date_time_fuzzed_02.xml.trace | 0 .../Date_time_fuzzed_03.xml.trace | 0 .../Date_time_fuzzed_04.xml.trace | 0 .../Date_time_fuzzed_05.xml.trace | 0 .../Date_time_fuzzed_06.xml.trace | 0 .../Date_time_fuzzed_07.xml.trace | 0 .../Date_time_fuzzed_08.xml.trace | 0 .../Date_time_fuzzed_09.xml.trace | 0 .../Date_time_fuzzed_10.xml.trace | 0 ...Date_time_midnight_with_24_hours.xml.trace | 0 .../Date_time_midnight_with_zeros.xml.trace | 0 ...e_time_year_1_bce_is_a_leap_year.xml.trace | 0 ...e_time_year_5_bce_is_a_leap_year.xml.trace | 0 .../Date_year_1_bce_is_a_leap_year.xml.trace | 0 .../Date_year_5_bce_is_a_leap_year.xml.trace | 0 .../Decimal_decimal.xml.trace | 0 ...mal_decimal_with_long_fractional.xml.trace | 0 ...mal_decimal_with_preceding_zeros.xml.trace | 0 .../Decimal_fuzzed_01.xml.trace | 0 .../Decimal_fuzzed_02.xml.trace | 0 .../Decimal_fuzzed_03.xml.trace | 0 .../Decimal_fuzzed_04.xml.trace | 0 .../Decimal_fuzzed_05.xml.trace | 0 .../Decimal_fuzzed_06.xml.trace | 0 .../Decimal_fuzzed_07.xml.trace | 0 .../Decimal_fuzzed_08.xml.trace | 0 .../Decimal_fuzzed_09.xml.trace | 0 .../Decimal_fuzzed_10.xml.trace | 0 .../Decimal_integer.xml.trace | 0 ...mal_integer_with_preceding_zeros.xml.trace | 0 .../Decimal_very_large_decimal.xml.trace | 0 .../Double_double.xml.trace | 0 .../Double_fuzzed_01.xml.trace | 0 .../Double_fuzzed_02.xml.trace | 0 .../Double_fuzzed_03.xml.trace | 0 .../Double_fuzzed_04.xml.trace | 0 .../Double_fuzzed_05.xml.trace | 0 .../Double_fuzzed_06.xml.trace | 0 .../Double_fuzzed_07.xml.trace | 0 .../Double_fuzzed_08.xml.trace | 0 .../Double_fuzzed_09.xml.trace | 0 .../Double_fuzzed_10.xml.trace | 0 .../Double_inf.xml.trace | 0 .../Double_integer.xml.trace | 0 ...ble_integer_with_preceding_zeros.xml.trace | 0 ...cision_is_not_detected_by_design.xml.trace | 0 .../Double_lowest.xml.trace | 0 .../Double_max.xml.trace | 0 .../Double_minus_inf.xml.trace | 0 .../Double_nan.xml.trace | 0 .../Double_scientific_notation.xml.trace | 0 ...ble_scientific_notation_negative.xml.trace | 0 ...tific_notation_negative_exponent.xml.trace | 0 ...ble_scientific_notation_positive.xml.trace | 0 ...tific_notation_positive_exponent.xml.trace | 0 .../Double_very_large_normal.xml.trace | 0 .../Double_very_precise_subnormal.xml.trace | 0 .../Double_with_preceding_zeros.xml.trace | 0 .../Duration_day_seconds.xml.trace | 0 .../Duration_full.xml.trace | 0 .../Duration_fuzzed_01.xml.trace | 0 .../Duration_fuzzed_02.xml.trace | 0 .../Duration_fuzzed_03.xml.trace | 0 .../Duration_fuzzed_04.xml.trace | 0 .../Duration_fuzzed_05.xml.trace | 0 .../Duration_fuzzed_06.xml.trace | 0 .../Duration_fuzzed_07.xml.trace | 0 .../Duration_fuzzed_08.xml.trace | 0 .../Duration_fuzzed_09.xml.trace | 0 .../Duration_fuzzed_10.xml.trace | 0 .../Duration_long_second_fractal.xml.trace | 0 .../Duration_many_many_seconds.xml.trace | 0 .../Duration_month_seconds.xml.trace | 0 .../Duration_only_seconds.xml.trace | 0 .../Duration_only_year.xml.trace | 0 .../Float_float.xml.trace | 0 .../Float_fuzzed_01.xml.trace | 0 .../Float_fuzzed_02.xml.trace | 0 .../Float_fuzzed_03.xml.trace | 0 .../Float_fuzzed_04.xml.trace | 0 .../Float_fuzzed_05.xml.trace | 0 .../Float_fuzzed_06.xml.trace | 0 .../Float_fuzzed_07.xml.trace | 0 .../Float_fuzzed_08.xml.trace | 0 .../Float_fuzzed_09.xml.trace | 0 .../Float_fuzzed_10.xml.trace | 0 .../Float_inf.xml.trace | 0 .../Float_integer.xml.trace | 0 ...oat_integer_with_preceding_zeros.xml.trace | 0 .../Float_largest_normal.xml.trace | 0 ...oat_largest_number_less_than_one.xml.trace | 0 .../Float_largest_subnormal.xml.trace | 0 ...cision_is_not_detected_by_design.xml.trace | 0 .../Float_nan.xml.trace | 0 .../Float_negative_inf.xml.trace | 0 .../Float_scientific_notation.xml.trace | 0 ...oat_scientific_notation_negative.xml.trace | 0 ...tific_notation_negative_exponent.xml.trace | 0 ...oat_scientific_notation_positive.xml.trace | 0 ...tific_notation_positive_exponent.xml.trace | 0 ..._smallest_number_larger_than_one.xml.trace | 0 .../Float_smallest_positive_normal.xml.trace | 0 ...loat_smallest_positive_subnormal.xml.trace | 0 .../Float_with_preceding_zeros.xml.trace | 0 ...sting_in_all_months_without_zone.xml.trace | 0 ...ay_double_digit_day_without_zone.xml.trace | 0 .../G_day_fuzzed_01.xml.trace | 0 .../G_day_fuzzed_02.xml.trace | 0 .../G_day_fuzzed_03.xml.trace | 0 .../G_day_fuzzed_04.xml.trace | 0 .../G_day_fuzzed_05.xml.trace | 0 .../G_day_fuzzed_06.xml.trace | 0 .../G_day_fuzzed_07.xml.trace | 0 .../G_day_fuzzed_08.xml.trace | 0 .../G_day_fuzzed_09.xml.trace | 0 .../G_day_fuzzed_10.xml.trace | 0 .../G_day_negative_offset.xml.trace | 0 .../G_day_positive_offset.xml.trace | 0 ...ay_single_digit_day_without_zone.xml.trace | 0 .../G_day_utc_zone.xml.trace | 0 .../G_day_zero_offset.xml.trace | 0 ...th_double_digit_day_without_zone.xml.trace | 0 ...th_single_digit_day_without_zone.xml.trace | 0 ...hich_does_not_exist_in_all_years.xml.trace | 0 .../G_month_day_fuzzed_01.xml.trace | 0 .../G_month_day_fuzzed_02.xml.trace | 0 .../G_month_day_fuzzed_03.xml.trace | 0 .../G_month_day_fuzzed_04.xml.trace | 0 .../G_month_day_fuzzed_05.xml.trace | 0 .../G_month_day_fuzzed_06.xml.trace | 0 .../G_month_day_fuzzed_07.xml.trace | 0 .../G_month_day_fuzzed_08.xml.trace | 0 .../G_month_day_fuzzed_09.xml.trace | 0 .../G_month_day_fuzzed_10.xml.trace | 0 .../G_month_day_negative_offset.xml.trace | 0 .../G_month_day_positive_offset.xml.trace | 0 ...th_single_digit_day_without_zone.xml.trace | 0 .../G_month_day_utc_zone.xml.trace | 0 .../G_month_day_zero_offset.xml.trace | 0 ..._double_digit_month_without_zone.xml.trace | 0 .../G_month_fuzzed_01.xml.trace | 0 .../G_month_fuzzed_02.xml.trace | 0 .../G_month_fuzzed_03.xml.trace | 0 .../G_month_fuzzed_04.xml.trace | 0 .../G_month_fuzzed_05.xml.trace | 0 .../G_month_fuzzed_06.xml.trace | 0 .../G_month_fuzzed_07.xml.trace | 0 .../G_month_fuzzed_08.xml.trace | 0 .../G_month_fuzzed_09.xml.trace | 0 .../G_month_fuzzed_10.xml.trace | 0 .../G_month_negative_offset.xml.trace | 0 .../G_month_positive_offset.xml.trace | 0 ..._single_digit_month_without_zone.xml.trace | 0 .../G_month_utc_zone.xml.trace | 0 .../G_month_zero_offset.xml.trace | 0 .../G_year_five_digit_negative_year.xml.trace | 0 .../G_year_five_digit_year.xml.trace | 0 .../G_year_fuzzed_01.xml.trace | 0 .../G_year_fuzzed_02.xml.trace | 0 .../G_year_fuzzed_03.xml.trace | 0 .../G_year_fuzzed_04.xml.trace | 0 .../G_year_fuzzed_05.xml.trace | 0 .../G_year_fuzzed_06.xml.trace | 0 .../G_year_fuzzed_07.xml.trace | 0 .../G_year_fuzzed_08.xml.trace | 0 .../G_year_fuzzed_09.xml.trace | 0 .../G_year_fuzzed_10.xml.trace | 0 .../G_year_month_common_year_month.xml.trace | 0 ...r_month_five_digit_negative_year.xml.trace | 0 .../G_year_month_fuzzed_01.xml.trace | 0 .../G_year_month_fuzzed_02.xml.trace | 0 .../G_year_month_fuzzed_03.xml.trace | 0 .../G_year_month_fuzzed_04.xml.trace | 0 .../G_year_month_fuzzed_05.xml.trace | 0 .../G_year_month_fuzzed_06.xml.trace | 0 .../G_year_month_fuzzed_07.xml.trace | 0 .../G_year_month_fuzzed_08.xml.trace | 0 .../G_year_month_fuzzed_09.xml.trace | 0 .../G_year_month_fuzzed_10.xml.trace | 0 .../G_year_month_negative_year.xml.trace | 0 ...r_month_very_large_negative_year.xml.trace | 0 ...r_month_very_large_positive_year.xml.trace | 0 ..._year_month_with_negative_offset.xml.trace | 0 ..._year_month_with_positive_offset.xml.trace | 0 .../G_year_month_with_utc_zone.xml.trace | 0 .../G_year_month_with_zero_offset.xml.trace | 0 .../G_year_negative_offset.xml.trace | 0 .../G_year_negative_year.xml.trace | 0 .../G_year_positive_offset.xml.trace | 0 .../G_year_utc_zone.xml.trace | 0 .../G_year_very_large_negative_year.xml.trace | 0 .../G_year_very_large_positive_year.xml.trace | 0 .../G_year_year_without_zone.xml.trace | 0 .../G_year_zero_offset.xml.trace | 0 .../Hex_binary_empty.xml.trace | 0 .../Hex_binary_fuzzed_01.xml.trace | 0 .../Hex_binary_fuzzed_02.xml.trace | 0 .../Hex_binary_fuzzed_03.xml.trace | 0 .../Hex_binary_fuzzed_04.xml.trace | 0 .../Hex_binary_fuzzed_05.xml.trace | 0 .../Hex_binary_fuzzed_06.xml.trace | 0 .../Hex_binary_fuzzed_07.xml.trace | 0 .../Hex_binary_fuzzed_08.xml.trace | 0 .../Hex_binary_fuzzed_09.xml.trace | 0 .../Hex_binary_fuzzed_10.xml.trace | 0 .../Hex_binary_long_random_hex.xml.trace | 0 .../Hex_binary_one_one.xml.trace | 0 .../Hex_binary_one_two.xml.trace | 0 .../Hex_binary_one_two_three_four.xml.trace | 0 .../Int_common_example.xml.trace | 0 .../Int_explicitly_positive.xml.trace | 0 .../Int_fuzzed_01.xml.trace | 0 .../Int_fuzzed_02.xml.trace | 0 .../Int_fuzzed_03.xml.trace | 0 .../Int_fuzzed_04.xml.trace | 0 .../Int_fuzzed_05.xml.trace | 0 .../Int_fuzzed_06.xml.trace | 0 .../Int_fuzzed_07.xml.trace | 0 .../Int_fuzzed_08.xml.trace | 0 .../Int_fuzzed_09.xml.trace | 0 .../Int_fuzzed_10.xml.trace | 0 .../valueOverValueExamples/Int_max.xml.trace | 0 .../valueOverValueExamples/Int_min.xml.trace | 0 .../Int_negative.xml.trace | 0 .../Int_prefixed_with_zeros.xml.trace | 0 .../valueOverValueExamples/Int_zero.xml.trace | 0 .../Int_zero_prefixed_with_zeros.xml.trace | 0 .../Integer_common_example.xml.trace | 0 .../Integer_explicitly_positive.xml.trace | 0 .../Integer_fuzzed_01.xml.trace | 0 .../Integer_fuzzed_02.xml.trace | 0 .../Integer_fuzzed_03.xml.trace | 0 .../Integer_fuzzed_04.xml.trace | 0 .../Integer_fuzzed_05.xml.trace | 0 .../Integer_fuzzed_06.xml.trace | 0 .../Integer_fuzzed_07.xml.trace | 0 .../Integer_fuzzed_08.xml.trace | 0 .../Integer_fuzzed_09.xml.trace | 0 .../Integer_fuzzed_10.xml.trace | 0 .../Integer_negative.xml.trace | 0 .../Integer_prefixed_with_zeros.xml.trace | 0 .../Integer_very_large.xml.trace | 0 .../Integer_zero.xml.trace | 0 ...Integer_zero_prefixed_with_zeros.xml.trace | 0 .../Long_common_example.xml.trace | 0 .../Long_explicitly_positive.xml.trace | 0 .../Long_fuzzed_01.xml.trace | 0 .../Long_fuzzed_02.xml.trace | 0 .../Long_fuzzed_03.xml.trace | 0 .../Long_fuzzed_04.xml.trace | 0 .../Long_fuzzed_05.xml.trace | 0 .../Long_fuzzed_06.xml.trace | 0 .../Long_fuzzed_07.xml.trace | 0 .../Long_fuzzed_08.xml.trace | 0 .../Long_fuzzed_09.xml.trace | 0 .../Long_fuzzed_10.xml.trace | 0 .../valueOverValueExamples/Long_max.xml.trace | 0 .../valueOverValueExamples/Long_min.xml.trace | 0 .../Long_negative.xml.trace | 0 .../Long_prefixed_with_zeros.xml.trace | 0 .../Long_zero.xml.trace | 0 .../Long_zero_prefixed_with_zeros.xml.trace | 0 .../Negative_integer_fuzzed_01.xml.trace | 0 .../Negative_integer_fuzzed_02.xml.trace | 0 .../Negative_integer_fuzzed_03.xml.trace | 0 .../Negative_integer_fuzzed_04.xml.trace | 0 .../Negative_integer_fuzzed_05.xml.trace | 0 .../Negative_integer_fuzzed_06.xml.trace | 0 .../Negative_integer_fuzzed_07.xml.trace | 0 .../Negative_integer_fuzzed_08.xml.trace | 0 .../Negative_integer_fuzzed_09.xml.trace | 0 .../Negative_integer_fuzzed_10.xml.trace | 0 .../Negative_integer_negative.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Negative_integer_very_large.xml.trace | 0 ..._negative_integer_common_example.xml.trace | 0 ...tive_integer_explicitly_positive.xml.trace | 0 ...tly_positive_prefixed_with_zeros.xml.trace | 0 .../Non_negative_integer_fuzzed_01.xml.trace | 0 .../Non_negative_integer_fuzzed_02.xml.trace | 0 .../Non_negative_integer_fuzzed_03.xml.trace | 0 .../Non_negative_integer_fuzzed_04.xml.trace | 0 .../Non_negative_integer_fuzzed_05.xml.trace | 0 .../Non_negative_integer_fuzzed_06.xml.trace | 0 .../Non_negative_integer_fuzzed_07.xml.trace | 0 .../Non_negative_integer_fuzzed_08.xml.trace | 0 .../Non_negative_integer_fuzzed_09.xml.trace | 0 .../Non_negative_integer_fuzzed_10.xml.trace | 0 .../Non_negative_integer_minus_zero.xml.trace | 0 ...n_negative_integer_positive_zero.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Non_negative_integer_very_large.xml.trace | 0 .../Non_negative_integer_zero.xml.trace | 0 ...integer_zero_prefixed_with_zeros.xml.trace | 0 ...integer_explicitly_positive_zero.xml.trace | 0 .../Non_positive_integer_fuzzed_01.xml.trace | 0 .../Non_positive_integer_fuzzed_02.xml.trace | 0 .../Non_positive_integer_fuzzed_03.xml.trace | 0 .../Non_positive_integer_fuzzed_04.xml.trace | 0 .../Non_positive_integer_fuzzed_05.xml.trace | 0 .../Non_positive_integer_fuzzed_06.xml.trace | 0 .../Non_positive_integer_fuzzed_07.xml.trace | 0 .../Non_positive_integer_fuzzed_08.xml.trace | 0 .../Non_positive_integer_fuzzed_09.xml.trace | 0 .../Non_positive_integer_fuzzed_10.xml.trace | 0 .../Non_positive_integer_negative.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Non_positive_integer_very_large.xml.trace | 0 .../Non_positive_integer_zero.xml.trace | 0 .../Positive_integer_common_example.xml.trace | 0 ...tive_integer_explicitly_positive.xml.trace | 0 .../Positive_integer_fuzzed_01.xml.trace | 0 .../Positive_integer_fuzzed_02.xml.trace | 0 .../Positive_integer_fuzzed_03.xml.trace | 0 .../Positive_integer_fuzzed_04.xml.trace | 0 .../Positive_integer_fuzzed_05.xml.trace | 0 .../Positive_integer_fuzzed_06.xml.trace | 0 .../Positive_integer_fuzzed_07.xml.trace | 0 .../Positive_integer_fuzzed_08.xml.trace | 0 .../Positive_integer_fuzzed_09.xml.trace | 0 .../Positive_integer_fuzzed_10.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Positive_integer_very_large.xml.trace | 0 .../Short_common_example.xml.trace | 0 .../Short_explicitly_positive.xml.trace | 0 .../Short_fuzzed_01.xml.trace | 0 .../Short_fuzzed_02.xml.trace | 0 .../Short_fuzzed_03.xml.trace | 0 .../Short_fuzzed_04.xml.trace | 0 .../Short_fuzzed_05.xml.trace | 0 .../Short_fuzzed_06.xml.trace | 0 .../Short_fuzzed_07.xml.trace | 0 .../Short_fuzzed_08.xml.trace | 0 .../Short_fuzzed_09.xml.trace | 0 .../Short_fuzzed_10.xml.trace | 0 .../Short_max.xml.trace | 0 .../Short_min.xml.trace | 0 .../Short_negative.xml.trace | 0 .../Short_prefixed_with_zeros.xml.trace | 0 .../Short_zero.xml.trace | 0 .../Short_zero_prefixed_with_zeros.xml.trace | 0 .../String_empty.xml.trace | 0 .../String_free_form_text.xml.trace | 0 .../String_fuzzed_01.xml.trace | 0 .../String_fuzzed_02.xml.trace | 0 .../String_fuzzed_03.xml.trace | 0 .../String_fuzzed_04.xml.trace | 0 .../String_fuzzed_05.xml.trace | 0 .../String_fuzzed_06.xml.trace | 0 .../String_fuzzed_07.xml.trace | 0 .../String_fuzzed_08.xml.trace | 0 .../String_fuzzed_09.xml.trace | 0 .../String_fuzzed_10.xml.trace | 0 .../Time_common_example.xml.trace | 0 .../Time_fuzzed_01.xml.trace | 0 .../Time_fuzzed_02.xml.trace | 0 .../Time_fuzzed_03.xml.trace | 0 .../Time_fuzzed_04.xml.trace | 0 .../Time_fuzzed_05.xml.trace | 0 .../Time_fuzzed_06.xml.trace | 0 .../Time_fuzzed_07.xml.trace | 0 .../Time_fuzzed_08.xml.trace | 0 .../Time_fuzzed_09.xml.trace | 0 .../Time_fuzzed_10.xml.trace | 0 .../Time_negative_offset.xml.trace | 0 .../Time_positive_offset.xml.trace | 0 ...Time_with_long_second_fractional.xml.trace | 0 .../Time_with_second_fractional.xml.trace | 0 .../Time_with_utc_timezone.xml.trace | 0 .../Time_zero_offset.xml.trace | 0 .../Unsigned_byte_common_example.xml.trace | 0 ...nsigned_byte_explicitly_positive.xml.trace | 0 .../Unsigned_byte_fuzzed_01.xml.trace | 0 .../Unsigned_byte_fuzzed_02.xml.trace | 0 .../Unsigned_byte_fuzzed_03.xml.trace | 0 .../Unsigned_byte_fuzzed_04.xml.trace | 0 .../Unsigned_byte_fuzzed_05.xml.trace | 0 .../Unsigned_byte_fuzzed_06.xml.trace | 0 .../Unsigned_byte_fuzzed_07.xml.trace | 0 .../Unsigned_byte_fuzzed_08.xml.trace | 0 .../Unsigned_byte_fuzzed_09.xml.trace | 0 .../Unsigned_byte_fuzzed_10.xml.trace | 0 .../Unsigned_byte_max.xml.trace | 0 ...nsigned_byte_prefixed_with_zeros.xml.trace | 0 .../Unsigned_byte_zero.xml.trace | 0 ...ed_byte_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_int_common_example.xml.trace | 0 ...Unsigned_int_explicitly_positive.xml.trace | 0 .../Unsigned_int_fuzzed_01.xml.trace | 0 .../Unsigned_int_fuzzed_02.xml.trace | 0 .../Unsigned_int_fuzzed_03.xml.trace | 0 .../Unsigned_int_fuzzed_04.xml.trace | 0 .../Unsigned_int_fuzzed_05.xml.trace | 0 .../Unsigned_int_fuzzed_06.xml.trace | 0 .../Unsigned_int_fuzzed_07.xml.trace | 0 .../Unsigned_int_fuzzed_08.xml.trace | 0 .../Unsigned_int_fuzzed_09.xml.trace | 0 .../Unsigned_int_fuzzed_10.xml.trace | 0 .../Unsigned_int_max.xml.trace | 0 ...Unsigned_int_prefixed_with_zeros.xml.trace | 0 .../Unsigned_int_zero.xml.trace | 0 ...ned_int_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_long_common_example.xml.trace | 0 ...nsigned_long_explicitly_positive.xml.trace | 0 .../Unsigned_long_fuzzed_01.xml.trace | 0 .../Unsigned_long_fuzzed_02.xml.trace | 0 .../Unsigned_long_fuzzed_03.xml.trace | 0 .../Unsigned_long_fuzzed_04.xml.trace | 0 .../Unsigned_long_fuzzed_05.xml.trace | 0 .../Unsigned_long_fuzzed_06.xml.trace | 0 .../Unsigned_long_fuzzed_07.xml.trace | 0 .../Unsigned_long_fuzzed_08.xml.trace | 0 .../Unsigned_long_fuzzed_09.xml.trace | 0 .../Unsigned_long_fuzzed_10.xml.trace | 0 .../Unsigned_long_max.xml.trace | 0 ...nsigned_long_prefixed_with_zeros.xml.trace | 0 .../Unsigned_long_zero.xml.trace | 0 ...ed_long_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_short_common_example.xml.trace | 0 ...signed_short_explicitly_positive.xml.trace | 0 .../Unsigned_short_fuzzed_01.xml.trace | 0 .../Unsigned_short_fuzzed_02.xml.trace | 0 .../Unsigned_short_fuzzed_03.xml.trace | 0 .../Unsigned_short_fuzzed_04.xml.trace | 0 .../Unsigned_short_fuzzed_05.xml.trace | 0 .../Unsigned_short_fuzzed_06.xml.trace | 0 .../Unsigned_short_fuzzed_07.xml.trace | 0 .../Unsigned_short_fuzzed_08.xml.trace | 0 .../Unsigned_short_fuzzed_09.xml.trace | 0 .../Unsigned_short_fuzzed_10.xml.trace | 0 .../Unsigned_short_max.xml.trace | 0 ...signed_short_prefixed_with_zeros.xml.trace | 0 .../Unsigned_short_zero.xml.trace | 0 ...d_short_zero_prefixed_with_zeros.xml.trace | 0 .../Descent/Expected/range/maximal.xml.trace | 30 + .../Descent/Expected/range/minimal.xml.trace | 0 .../overMinMaxExamples/Any_URI_URI.xml.trace | 0 ...URI_absolute_path_without_scheme.xml.trace | 0 .../Any_URI_empty.xml.trace | 0 .../Any_URI_fuzzed_01.xml.trace | 0 .../Any_URI_fuzzed_02.xml.trace | 0 .../Any_URI_fuzzed_03.xml.trace | 0 .../Any_URI_fuzzed_04.xml.trace | 0 .../Any_URI_fuzzed_05.xml.trace | 0 .../Any_URI_fuzzed_06.xml.trace | 0 .../Any_URI_fuzzed_07.xml.trace | 0 .../Any_URI_fuzzed_08.xml.trace | 0 .../Any_URI_fuzzed_09.xml.trace | 0 .../Any_URI_fuzzed_10.xml.trace | 0 .../Any_URI_integer.xml.trace | 0 ...URI_relative_path_without_scheme.xml.trace | 0 ...4_binary_an_empty_value_is_valid.xml.trace | 0 ...quals_signs_are_used_for_padding.xml.trace | 0 .../Base_64_binary_fuzzed_01.xml.trace | 0 .../Base_64_binary_fuzzed_02.xml.trace | 0 .../Base_64_binary_fuzzed_03.xml.trace | 0 .../Base_64_binary_fuzzed_04.xml.trace | 0 .../Base_64_binary_fuzzed_05.xml.trace | 0 .../Base_64_binary_fuzzed_06.xml.trace | 0 .../Base_64_binary_fuzzed_07.xml.trace | 0 .../Base_64_binary_fuzzed_08.xml.trace | 0 .../Base_64_binary_fuzzed_09.xml.trace | 0 .../Base_64_binary_fuzzed_10.xml.trace | 0 ...is_allowed_anywhere_in_the_value.xml.trace | 0 ...4_binary_without_space_lowercase.xml.trace | 0 ...4_binary_without_space_uppercase.xml.trace | 0 .../Boolean_false_as_number.xml.trace | 0 .../Boolean_false_in_letters.xml.trace | 0 .../Boolean_true_as_number.xml.trace | 0 .../Boolean_true_in_letters.xml.trace | 0 .../Byte_common_example.xml.trace | 0 .../Byte_explicitly_positive.xml.trace | 0 .../Byte_fuzzed_01.xml.trace | 0 .../Byte_fuzzed_02.xml.trace | 0 .../Byte_fuzzed_03.xml.trace | 0 .../Byte_fuzzed_04.xml.trace | 0 .../Byte_fuzzed_05.xml.trace | 0 .../Byte_fuzzed_06.xml.trace | 0 .../Byte_fuzzed_07.xml.trace | 0 .../Byte_fuzzed_08.xml.trace | 0 .../Byte_fuzzed_09.xml.trace | 0 .../Byte_fuzzed_10.xml.trace | 0 .../overMinMaxExamples/Byte_max.xml.trace | 0 .../overMinMaxExamples/Byte_min.xml.trace | 0 .../Byte_negative.xml.trace | 0 .../Byte_prefixed_with_zeros.xml.trace | 0 .../overMinMaxExamples/Byte_zero.xml.trace | 0 .../Byte_zero_prefixed_with_zeros.xml.trace | 0 .../overMinMaxExamples/Date_date.xml.trace | 0 ...te_date_with_large_negative_year.xml.trace | 0 ...te_date_with_large_positive_year.xml.trace | 0 .../Date_date_with_negative_offset.xml.trace | 0 .../Date_date_with_positive_offset.xml.trace | 0 .../Date_date_with_utc.xml.trace | 0 .../Date_date_with_zero_offset.xml.trace | 0 .../Date_fuzzed_01.xml.trace | 0 .../Date_fuzzed_02.xml.trace | 0 .../Date_fuzzed_03.xml.trace | 0 .../Date_fuzzed_04.xml.trace | 0 .../Date_fuzzed_05.xml.trace | 0 .../Date_fuzzed_06.xml.trace | 0 .../Date_fuzzed_07.xml.trace | 0 .../Date_fuzzed_08.xml.trace | 0 .../Date_fuzzed_09.xml.trace | 0 .../Date_fuzzed_10.xml.trace | 0 .../Date_time_date_time_with_UTC.xml.trace | 0 ...te_time_with_large_negative_year.xml.trace | 0 ...te_time_with_large_positive_year.xml.trace | 0 ...ime_with_long_fractional_seconds.xml.trace | 0 ...e_date_time_with_negative_offset.xml.trace | 0 ...e_date_time_with_positive_offset.xml.trace | 0 ..._time_date_time_with_zero_offset.xml.trace | 0 ...Date_time_date_time_without_zone.xml.trace | 0 .../Date_time_fuzzed_01.xml.trace | 0 .../Date_time_fuzzed_02.xml.trace | 0 .../Date_time_fuzzed_03.xml.trace | 0 .../Date_time_fuzzed_04.xml.trace | 0 .../Date_time_fuzzed_05.xml.trace | 0 .../Date_time_fuzzed_06.xml.trace | 0 .../Date_time_fuzzed_07.xml.trace | 0 .../Date_time_fuzzed_08.xml.trace | 0 .../Date_time_fuzzed_09.xml.trace | 0 .../Date_time_fuzzed_10.xml.trace | 0 ...Date_time_midnight_with_24_hours.xml.trace | 0 .../Date_time_midnight_with_zeros.xml.trace | 0 ...e_time_year_1_bce_is_a_leap_year.xml.trace | 0 ...e_time_year_5_bce_is_a_leap_year.xml.trace | 0 .../Date_year_1_bce_is_a_leap_year.xml.trace | 0 .../Date_year_5_bce_is_a_leap_year.xml.trace | 0 .../Decimal_decimal.xml.trace | 0 ...mal_decimal_with_long_fractional.xml.trace | 0 ...mal_decimal_with_preceding_zeros.xml.trace | 0 .../Decimal_fuzzed_01.xml.trace | 0 .../Decimal_fuzzed_02.xml.trace | 0 .../Decimal_fuzzed_03.xml.trace | 0 .../Decimal_fuzzed_04.xml.trace | 0 .../Decimal_fuzzed_05.xml.trace | 0 .../Decimal_fuzzed_06.xml.trace | 0 .../Decimal_fuzzed_07.xml.trace | 0 .../Decimal_fuzzed_08.xml.trace | 0 .../Decimal_fuzzed_09.xml.trace | 0 .../Decimal_fuzzed_10.xml.trace | 0 .../Decimal_integer.xml.trace | 0 ...mal_integer_with_preceding_zeros.xml.trace | 0 .../Decimal_very_large_decimal.xml.trace | 0 .../Double_double.xml.trace | 0 .../Double_fuzzed_01.xml.trace | 0 .../Double_fuzzed_02.xml.trace | 0 .../Double_fuzzed_03.xml.trace | 0 .../Double_fuzzed_04.xml.trace | 0 .../Double_fuzzed_05.xml.trace | 0 .../Double_fuzzed_06.xml.trace | 0 .../Double_fuzzed_07.xml.trace | 0 .../Double_fuzzed_08.xml.trace | 0 .../Double_fuzzed_09.xml.trace | 0 .../Double_fuzzed_10.xml.trace | 0 .../overMinMaxExamples/Double_inf.xml.trace | 0 .../Double_integer.xml.trace | 0 ...ble_integer_with_preceding_zeros.xml.trace | 0 ...cision_is_not_detected_by_design.xml.trace | 0 .../Double_lowest.xml.trace | 0 .../overMinMaxExamples/Double_max.xml.trace | 0 .../Double_minus_inf.xml.trace | 0 .../overMinMaxExamples/Double_nan.xml.trace | 0 .../Double_scientific_notation.xml.trace | 0 ...ble_scientific_notation_negative.xml.trace | 0 ...tific_notation_negative_exponent.xml.trace | 0 ...ble_scientific_notation_positive.xml.trace | 0 ...tific_notation_positive_exponent.xml.trace | 0 .../Double_very_large_normal.xml.trace | 0 .../Double_very_precise_subnormal.xml.trace | 0 .../Double_with_preceding_zeros.xml.trace | 0 .../Duration_day_seconds.xml.trace | 0 .../Duration_full.xml.trace | 0 .../Duration_fuzzed_01.xml.trace | 0 .../Duration_fuzzed_02.xml.trace | 0 .../Duration_fuzzed_03.xml.trace | 0 .../Duration_fuzzed_04.xml.trace | 0 .../Duration_fuzzed_05.xml.trace | 0 .../Duration_fuzzed_06.xml.trace | 0 .../Duration_fuzzed_07.xml.trace | 0 .../Duration_fuzzed_08.xml.trace | 0 .../Duration_fuzzed_09.xml.trace | 0 .../Duration_fuzzed_10.xml.trace | 0 .../Duration_long_second_fractal.xml.trace | 0 .../Duration_many_many_seconds.xml.trace | 0 .../Duration_month_seconds.xml.trace | 0 .../Duration_only_seconds.xml.trace | 0 .../Duration_only_year.xml.trace | 0 .../overMinMaxExamples/Float_float.xml.trace | 0 .../Float_fuzzed_01.xml.trace | 0 .../Float_fuzzed_02.xml.trace | 0 .../Float_fuzzed_03.xml.trace | 0 .../Float_fuzzed_04.xml.trace | 0 .../Float_fuzzed_05.xml.trace | 0 .../Float_fuzzed_06.xml.trace | 0 .../Float_fuzzed_07.xml.trace | 0 .../Float_fuzzed_08.xml.trace | 0 .../Float_fuzzed_09.xml.trace | 0 .../Float_fuzzed_10.xml.trace | 0 .../overMinMaxExamples/Float_inf.xml.trace | 0 .../Float_integer.xml.trace | 0 ...oat_integer_with_preceding_zeros.xml.trace | 0 .../Float_largest_normal.xml.trace | 0 ...oat_largest_number_less_than_one.xml.trace | 0 .../Float_largest_subnormal.xml.trace | 0 ...cision_is_not_detected_by_design.xml.trace | 0 .../overMinMaxExamples/Float_nan.xml.trace | 0 .../Float_negative_inf.xml.trace | 0 .../Float_scientific_notation.xml.trace | 0 ...oat_scientific_notation_negative.xml.trace | 0 ...tific_notation_negative_exponent.xml.trace | 0 ...oat_scientific_notation_positive.xml.trace | 0 ...tific_notation_positive_exponent.xml.trace | 0 ..._smallest_number_larger_than_one.xml.trace | 0 .../Float_smallest_positive_normal.xml.trace | 0 ...loat_smallest_positive_subnormal.xml.trace | 0 .../Float_with_preceding_zeros.xml.trace | 0 ...sting_in_all_months_without_zone.xml.trace | 0 ...ay_double_digit_day_without_zone.xml.trace | 0 .../G_day_fuzzed_01.xml.trace | 0 .../G_day_fuzzed_02.xml.trace | 0 .../G_day_fuzzed_03.xml.trace | 0 .../G_day_fuzzed_04.xml.trace | 0 .../G_day_fuzzed_05.xml.trace | 0 .../G_day_fuzzed_06.xml.trace | 0 .../G_day_fuzzed_07.xml.trace | 0 .../G_day_fuzzed_08.xml.trace | 0 .../G_day_fuzzed_09.xml.trace | 0 .../G_day_fuzzed_10.xml.trace | 0 .../G_day_negative_offset.xml.trace | 0 .../G_day_positive_offset.xml.trace | 0 ...ay_single_digit_day_without_zone.xml.trace | 0 .../G_day_utc_zone.xml.trace | 0 .../G_day_zero_offset.xml.trace | 0 ...th_double_digit_day_without_zone.xml.trace | 0 ...th_single_digit_day_without_zone.xml.trace | 0 ...hich_does_not_exist_in_all_years.xml.trace | 0 .../G_month_day_fuzzed_01.xml.trace | 0 .../G_month_day_fuzzed_02.xml.trace | 0 .../G_month_day_fuzzed_03.xml.trace | 0 .../G_month_day_fuzzed_04.xml.trace | 0 .../G_month_day_fuzzed_05.xml.trace | 0 .../G_month_day_fuzzed_06.xml.trace | 0 .../G_month_day_fuzzed_07.xml.trace | 0 .../G_month_day_fuzzed_08.xml.trace | 0 .../G_month_day_fuzzed_09.xml.trace | 0 .../G_month_day_fuzzed_10.xml.trace | 0 .../G_month_day_negative_offset.xml.trace | 0 .../G_month_day_positive_offset.xml.trace | 0 ...th_single_digit_day_without_zone.xml.trace | 0 .../G_month_day_utc_zone.xml.trace | 0 .../G_month_day_zero_offset.xml.trace | 0 ..._double_digit_month_without_zone.xml.trace | 0 .../G_month_fuzzed_01.xml.trace | 0 .../G_month_fuzzed_02.xml.trace | 0 .../G_month_fuzzed_03.xml.trace | 0 .../G_month_fuzzed_04.xml.trace | 0 .../G_month_fuzzed_05.xml.trace | 0 .../G_month_fuzzed_06.xml.trace | 0 .../G_month_fuzzed_07.xml.trace | 0 .../G_month_fuzzed_08.xml.trace | 0 .../G_month_fuzzed_09.xml.trace | 0 .../G_month_fuzzed_10.xml.trace | 0 .../G_month_negative_offset.xml.trace | 0 .../G_month_positive_offset.xml.trace | 0 ..._single_digit_month_without_zone.xml.trace | 0 .../G_month_utc_zone.xml.trace | 0 .../G_month_zero_offset.xml.trace | 0 .../G_year_five_digit_negative_year.xml.trace | 0 .../G_year_five_digit_year.xml.trace | 0 .../G_year_fuzzed_01.xml.trace | 0 .../G_year_fuzzed_02.xml.trace | 0 .../G_year_fuzzed_03.xml.trace | 0 .../G_year_fuzzed_04.xml.trace | 0 .../G_year_fuzzed_05.xml.trace | 0 .../G_year_fuzzed_06.xml.trace | 0 .../G_year_fuzzed_07.xml.trace | 0 .../G_year_fuzzed_08.xml.trace | 0 .../G_year_fuzzed_09.xml.trace | 0 .../G_year_fuzzed_10.xml.trace | 0 .../G_year_month_common_year_month.xml.trace | 0 ...r_month_five_digit_negative_year.xml.trace | 0 .../G_year_month_fuzzed_01.xml.trace | 0 .../G_year_month_fuzzed_02.xml.trace | 0 .../G_year_month_fuzzed_03.xml.trace | 0 .../G_year_month_fuzzed_04.xml.trace | 0 .../G_year_month_fuzzed_05.xml.trace | 0 .../G_year_month_fuzzed_06.xml.trace | 0 .../G_year_month_fuzzed_07.xml.trace | 0 .../G_year_month_fuzzed_08.xml.trace | 0 .../G_year_month_fuzzed_09.xml.trace | 0 .../G_year_month_fuzzed_10.xml.trace | 0 .../G_year_month_negative_year.xml.trace | 0 ...r_month_very_large_negative_year.xml.trace | 0 ...r_month_very_large_positive_year.xml.trace | 0 ..._year_month_with_negative_offset.xml.trace | 0 ..._year_month_with_positive_offset.xml.trace | 0 .../G_year_month_with_utc_zone.xml.trace | 0 .../G_year_month_with_zero_offset.xml.trace | 0 .../G_year_negative_offset.xml.trace | 0 .../G_year_negative_year.xml.trace | 0 .../G_year_positive_offset.xml.trace | 0 .../G_year_utc_zone.xml.trace | 0 .../G_year_very_large_negative_year.xml.trace | 0 .../G_year_very_large_positive_year.xml.trace | 0 .../G_year_year_without_zone.xml.trace | 0 .../G_year_zero_offset.xml.trace | 0 .../Hex_binary_empty.xml.trace | 0 .../Hex_binary_fuzzed_01.xml.trace | 0 .../Hex_binary_fuzzed_02.xml.trace | 0 .../Hex_binary_fuzzed_03.xml.trace | 0 .../Hex_binary_fuzzed_04.xml.trace | 0 .../Hex_binary_fuzzed_05.xml.trace | 0 .../Hex_binary_fuzzed_06.xml.trace | 0 .../Hex_binary_fuzzed_07.xml.trace | 0 .../Hex_binary_fuzzed_08.xml.trace | 0 .../Hex_binary_fuzzed_09.xml.trace | 0 .../Hex_binary_fuzzed_10.xml.trace | 0 .../Hex_binary_long_random_hex.xml.trace | 0 .../Hex_binary_one_one.xml.trace | 0 .../Hex_binary_one_two.xml.trace | 0 .../Hex_binary_one_two_three_four.xml.trace | 0 .../Int_common_example.xml.trace | 0 .../Int_explicitly_positive.xml.trace | 0 .../Int_fuzzed_01.xml.trace | 0 .../Int_fuzzed_02.xml.trace | 0 .../Int_fuzzed_03.xml.trace | 0 .../Int_fuzzed_04.xml.trace | 0 .../Int_fuzzed_05.xml.trace | 0 .../Int_fuzzed_06.xml.trace | 0 .../Int_fuzzed_07.xml.trace | 0 .../Int_fuzzed_08.xml.trace | 0 .../Int_fuzzed_09.xml.trace | 0 .../Int_fuzzed_10.xml.trace | 0 .../overMinMaxExamples/Int_max.xml.trace | 0 .../overMinMaxExamples/Int_min.xml.trace | 0 .../overMinMaxExamples/Int_negative.xml.trace | 0 .../Int_prefixed_with_zeros.xml.trace | 0 .../overMinMaxExamples/Int_zero.xml.trace | 0 .../Int_zero_prefixed_with_zeros.xml.trace | 0 .../Integer_common_example.xml.trace | 0 .../Integer_explicitly_positive.xml.trace | 0 .../Integer_fuzzed_01.xml.trace | 0 .../Integer_fuzzed_02.xml.trace | 0 .../Integer_fuzzed_03.xml.trace | 0 .../Integer_fuzzed_04.xml.trace | 0 .../Integer_fuzzed_05.xml.trace | 0 .../Integer_fuzzed_06.xml.trace | 0 .../Integer_fuzzed_07.xml.trace | 0 .../Integer_fuzzed_08.xml.trace | 0 .../Integer_fuzzed_09.xml.trace | 0 .../Integer_fuzzed_10.xml.trace | 0 .../Integer_negative.xml.trace | 0 .../Integer_prefixed_with_zeros.xml.trace | 0 .../Integer_very_large.xml.trace | 0 .../overMinMaxExamples/Integer_zero.xml.trace | 0 ...Integer_zero_prefixed_with_zeros.xml.trace | 0 .../Long_common_example.xml.trace | 0 .../Long_explicitly_positive.xml.trace | 0 .../Long_fuzzed_01.xml.trace | 0 .../Long_fuzzed_02.xml.trace | 0 .../Long_fuzzed_03.xml.trace | 0 .../Long_fuzzed_04.xml.trace | 0 .../Long_fuzzed_05.xml.trace | 0 .../Long_fuzzed_06.xml.trace | 0 .../Long_fuzzed_07.xml.trace | 0 .../Long_fuzzed_08.xml.trace | 0 .../Long_fuzzed_09.xml.trace | 0 .../Long_fuzzed_10.xml.trace | 0 .../overMinMaxExamples/Long_max.xml.trace | 0 .../overMinMaxExamples/Long_min.xml.trace | 0 .../Long_negative.xml.trace | 0 .../Long_prefixed_with_zeros.xml.trace | 0 .../overMinMaxExamples/Long_zero.xml.trace | 0 .../Long_zero_prefixed_with_zeros.xml.trace | 0 .../Negative_integer_fuzzed_01.xml.trace | 0 .../Negative_integer_fuzzed_02.xml.trace | 0 .../Negative_integer_fuzzed_03.xml.trace | 0 .../Negative_integer_fuzzed_04.xml.trace | 0 .../Negative_integer_fuzzed_05.xml.trace | 0 .../Negative_integer_fuzzed_06.xml.trace | 0 .../Negative_integer_fuzzed_07.xml.trace | 0 .../Negative_integer_fuzzed_08.xml.trace | 0 .../Negative_integer_fuzzed_09.xml.trace | 0 .../Negative_integer_fuzzed_10.xml.trace | 0 .../Negative_integer_negative.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Negative_integer_very_large.xml.trace | 0 ..._negative_integer_common_example.xml.trace | 0 ...tive_integer_explicitly_positive.xml.trace | 0 ...tly_positive_prefixed_with_zeros.xml.trace | 0 .../Non_negative_integer_fuzzed_01.xml.trace | 0 .../Non_negative_integer_fuzzed_02.xml.trace | 0 .../Non_negative_integer_fuzzed_03.xml.trace | 0 .../Non_negative_integer_fuzzed_04.xml.trace | 0 .../Non_negative_integer_fuzzed_05.xml.trace | 0 .../Non_negative_integer_fuzzed_06.xml.trace | 0 .../Non_negative_integer_fuzzed_07.xml.trace | 0 .../Non_negative_integer_fuzzed_08.xml.trace | 0 .../Non_negative_integer_fuzzed_09.xml.trace | 0 .../Non_negative_integer_fuzzed_10.xml.trace | 0 .../Non_negative_integer_minus_zero.xml.trace | 0 ...n_negative_integer_positive_zero.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Non_negative_integer_very_large.xml.trace | 0 .../Non_negative_integer_zero.xml.trace | 0 ...integer_zero_prefixed_with_zeros.xml.trace | 0 ...integer_explicitly_positive_zero.xml.trace | 0 .../Non_positive_integer_fuzzed_01.xml.trace | 0 .../Non_positive_integer_fuzzed_02.xml.trace | 0 .../Non_positive_integer_fuzzed_03.xml.trace | 0 .../Non_positive_integer_fuzzed_04.xml.trace | 0 .../Non_positive_integer_fuzzed_05.xml.trace | 0 .../Non_positive_integer_fuzzed_06.xml.trace | 0 .../Non_positive_integer_fuzzed_07.xml.trace | 0 .../Non_positive_integer_fuzzed_08.xml.trace | 0 .../Non_positive_integer_fuzzed_09.xml.trace | 0 .../Non_positive_integer_fuzzed_10.xml.trace | 0 .../Non_positive_integer_negative.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Non_positive_integer_very_large.xml.trace | 0 .../Non_positive_integer_zero.xml.trace | 0 .../Positive_integer_common_example.xml.trace | 0 ...tive_integer_explicitly_positive.xml.trace | 0 .../Positive_integer_fuzzed_01.xml.trace | 0 .../Positive_integer_fuzzed_02.xml.trace | 0 .../Positive_integer_fuzzed_03.xml.trace | 0 .../Positive_integer_fuzzed_04.xml.trace | 0 .../Positive_integer_fuzzed_05.xml.trace | 0 .../Positive_integer_fuzzed_06.xml.trace | 0 .../Positive_integer_fuzzed_07.xml.trace | 0 .../Positive_integer_fuzzed_08.xml.trace | 0 .../Positive_integer_fuzzed_09.xml.trace | 0 .../Positive_integer_fuzzed_10.xml.trace | 0 ...tive_integer_prefixed_with_zeros.xml.trace | 0 .../Positive_integer_very_large.xml.trace | 0 .../Short_common_example.xml.trace | 0 .../Short_explicitly_positive.xml.trace | 0 .../Short_fuzzed_01.xml.trace | 0 .../Short_fuzzed_02.xml.trace | 0 .../Short_fuzzed_03.xml.trace | 0 .../Short_fuzzed_04.xml.trace | 0 .../Short_fuzzed_05.xml.trace | 0 .../Short_fuzzed_06.xml.trace | 0 .../Short_fuzzed_07.xml.trace | 0 .../Short_fuzzed_08.xml.trace | 0 .../Short_fuzzed_09.xml.trace | 0 .../Short_fuzzed_10.xml.trace | 0 .../overMinMaxExamples/Short_max.xml.trace | 0 .../overMinMaxExamples/Short_min.xml.trace | 0 .../Short_negative.xml.trace | 0 .../Short_prefixed_with_zeros.xml.trace | 0 .../overMinMaxExamples/Short_zero.xml.trace | 0 .../Short_zero_prefixed_with_zeros.xml.trace | 0 .../overMinMaxExamples/String_empty.xml.trace | 0 .../String_free_form_text.xml.trace | 0 .../String_fuzzed_01.xml.trace | 0 .../String_fuzzed_02.xml.trace | 0 .../String_fuzzed_03.xml.trace | 0 .../String_fuzzed_04.xml.trace | 0 .../String_fuzzed_05.xml.trace | 0 .../String_fuzzed_06.xml.trace | 0 .../String_fuzzed_07.xml.trace | 0 .../String_fuzzed_08.xml.trace | 0 .../String_fuzzed_09.xml.trace | 0 .../String_fuzzed_10.xml.trace | 0 .../Time_common_example.xml.trace | 0 .../Time_fuzzed_01.xml.trace | 0 .../Time_fuzzed_02.xml.trace | 0 .../Time_fuzzed_03.xml.trace | 0 .../Time_fuzzed_04.xml.trace | 0 .../Time_fuzzed_05.xml.trace | 0 .../Time_fuzzed_06.xml.trace | 0 .../Time_fuzzed_07.xml.trace | 0 .../Time_fuzzed_08.xml.trace | 0 .../Time_fuzzed_09.xml.trace | 0 .../Time_fuzzed_10.xml.trace | 0 .../Time_negative_offset.xml.trace | 0 .../Time_positive_offset.xml.trace | 0 ...Time_with_long_second_fractional.xml.trace | 0 .../Time_with_second_fractional.xml.trace | 0 .../Time_with_utc_timezone.xml.trace | 0 .../Time_zero_offset.xml.trace | 0 .../Unsigned_byte_common_example.xml.trace | 0 ...nsigned_byte_explicitly_positive.xml.trace | 0 .../Unsigned_byte_fuzzed_01.xml.trace | 0 .../Unsigned_byte_fuzzed_02.xml.trace | 0 .../Unsigned_byte_fuzzed_03.xml.trace | 0 .../Unsigned_byte_fuzzed_04.xml.trace | 0 .../Unsigned_byte_fuzzed_05.xml.trace | 0 .../Unsigned_byte_fuzzed_06.xml.trace | 0 .../Unsigned_byte_fuzzed_07.xml.trace | 0 .../Unsigned_byte_fuzzed_08.xml.trace | 0 .../Unsigned_byte_fuzzed_09.xml.trace | 0 .../Unsigned_byte_fuzzed_10.xml.trace | 0 .../Unsigned_byte_max.xml.trace | 0 ...nsigned_byte_prefixed_with_zeros.xml.trace | 0 .../Unsigned_byte_zero.xml.trace | 0 ...ed_byte_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_int_common_example.xml.trace | 0 ...Unsigned_int_explicitly_positive.xml.trace | 0 .../Unsigned_int_fuzzed_01.xml.trace | 0 .../Unsigned_int_fuzzed_02.xml.trace | 0 .../Unsigned_int_fuzzed_03.xml.trace | 0 .../Unsigned_int_fuzzed_04.xml.trace | 0 .../Unsigned_int_fuzzed_05.xml.trace | 0 .../Unsigned_int_fuzzed_06.xml.trace | 0 .../Unsigned_int_fuzzed_07.xml.trace | 0 .../Unsigned_int_fuzzed_08.xml.trace | 0 .../Unsigned_int_fuzzed_09.xml.trace | 0 .../Unsigned_int_fuzzed_10.xml.trace | 0 .../Unsigned_int_max.xml.trace | 0 ...Unsigned_int_prefixed_with_zeros.xml.trace | 0 .../Unsigned_int_zero.xml.trace | 0 ...ned_int_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_long_common_example.xml.trace | 0 ...nsigned_long_explicitly_positive.xml.trace | 0 .../Unsigned_long_fuzzed_01.xml.trace | 0 .../Unsigned_long_fuzzed_02.xml.trace | 0 .../Unsigned_long_fuzzed_03.xml.trace | 0 .../Unsigned_long_fuzzed_04.xml.trace | 0 .../Unsigned_long_fuzzed_05.xml.trace | 0 .../Unsigned_long_fuzzed_06.xml.trace | 0 .../Unsigned_long_fuzzed_07.xml.trace | 0 .../Unsigned_long_fuzzed_08.xml.trace | 0 .../Unsigned_long_fuzzed_09.xml.trace | 0 .../Unsigned_long_fuzzed_10.xml.trace | 0 .../Unsigned_long_max.xml.trace | 0 ...nsigned_long_prefixed_with_zeros.xml.trace | 0 .../Unsigned_long_zero.xml.trace | 0 ...ed_long_zero_prefixed_with_zeros.xml.trace | 0 .../Unsigned_short_common_example.xml.trace | 0 ...signed_short_explicitly_positive.xml.trace | 0 .../Unsigned_short_fuzzed_01.xml.trace | 0 .../Unsigned_short_fuzzed_02.xml.trace | 0 .../Unsigned_short_fuzzed_03.xml.trace | 0 .../Unsigned_short_fuzzed_04.xml.trace | 0 .../Unsigned_short_fuzzed_05.xml.trace | 0 .../Unsigned_short_fuzzed_06.xml.trace | 0 .../Unsigned_short_fuzzed_07.xml.trace | 0 .../Unsigned_short_fuzzed_08.xml.trace | 0 .../Unsigned_short_fuzzed_09.xml.trace | 0 .../Unsigned_short_fuzzed_10.xml.trace | 0 .../Unsigned_short_max.xml.trace | 0 ...signed_short_prefixed_with_zeros.xml.trace | 0 .../Unsigned_short_zero.xml.trace | 0 ...d_short_zero_prefixed_with_zeros.xml.trace | 0 ...n_generic_globally_identifiables.xml.trace | 1 + ...ast_key_in_generic_fragment_keys.xml.trace | 2 + ...in_generic_globally_identifiable.xml.trace | 2 + .../Expected/reference/maximal.xml.trace | 3 + .../Expected/reference/minimal.xml.trace | 1 + ...n_globally_and_aas_identifiables.xml.trace | 1 + ...el_reference_fragment_after_blob.xml.trace | 3 + ...rence_valid_key_value_after_list.xml.trace | 3 + .../referenceElement/maximal.xml.trace | 32 + .../referenceElement/minimal.xml.trace | 0 .../relationshipElement/maximal.xml.trace | 34 + .../relationshipElement/minimal.xml.trace | 0 .../dash.xml.trace | 0 .../dots.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../number prefix and suffix.xml.trace | 0 .../only_letters.xml.trace | 0 .../plus.xml.trace | 0 .../random_common_MIME_type.xml.trace | 0 .../Expected/resource/maximal.xml.trace | 0 .../Expected/resource/minimal.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../made_up_01.xml.trace | 0 .../made_up_02.xml.trace | 0 .../made_up_03.xml.trace | 0 .../made_up_04.xml.trace | 0 .../made_up_05.xml.trace | 0 .../specificAssetId/maximal.xml.trace | 10 + .../specificAssetId/minimal.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../Expected/submodel/maximal.xml.trace | 33 + .../Expected/submodel/minimal.xml.trace | 0 .../maximal.xml.trace | 35 + .../minimal.xml.trace | 0 .../list_id_short_in_value.xml.trace | 1 + ...list_no_semantic_id_list_element.xml.trace | 6 + ...st_one_child_without_semantic_id.xml.trace | 6 + .../list_two_properties.xml.trace | 8 + .../submodelElementList/maximal.xml.trace | 38 + .../submodelElementList/minimal.xml.trace | 0 .../Expected/valueList/maximal.xml.trace | 1 + .../Expected/valueList/minimal.xml.trace | 1 + .../valueReferencePair/maximal.xml.trace | 2 + .../valueReferencePair/minimal.xml.trace | 0 .../fuzzed_01.xml.trace | 0 .../fuzzed_02.xml.trace | 0 .../fuzzed_03.xml.trace | 0 .../fuzzed_04.xml.trace | 0 .../fuzzed_05.xml.trace | 0 .../fuzzed_06.xml.trace | 0 .../fuzzed_07.xml.trace | 0 .../fuzzed_08.xml.trace | 0 .../fuzzed_09.xml.trace | 0 .../fuzzed_10.xml.trace | 0 .../MaxAdministrativeInformation.trace | 3 + .../MaxAnnotatedRelationshipElement.trace | 19 + .../MaxAssetAdministrationShell.trace | 13 + .../DescentOnce/MaxAssetInformation.trace | 4 + .../DescentOnce/MaxBasicEventElement.trace | 17 + test_data/DescentOnce/MaxBlob.trace | 15 + test_data/DescentOnce/MaxCapability.trace | 15 + .../DescentOnce/MaxConceptDescription.trace | 10 + .../MaxDataSpecificationIec61360.trace | 5 + .../MaxEmbeddedDataSpecification.trace | 2 + test_data/DescentOnce/MaxEntity.trace | 19 + test_data/DescentOnce/MaxEnvironment.trace | 4 + test_data/DescentOnce/MaxEventPayload.trace | 5 + test_data/DescentOnce/MaxExtension.trace | 6 + test_data/DescentOnce/MaxFile.trace | 15 + test_data/DescentOnce/MaxKey.trace | 0 .../MaxLangStringDefinitionTypeIec61360.trace | 0 .../DescentOnce/MaxLangStringNameType.trace | 0 ...xLangStringPreferredNameTypeIec61360.trace | 0 .../MaxLangStringShortNameTypeIec61360.trace | 0 .../DescentOnce/MaxLangStringTextType.trace | 0 test_data/DescentOnce/MaxLevelType.trace | 0 .../MaxMultiLanguageProperty.trace | 18 + test_data/DescentOnce/MaxOperation.trace | 21 + .../DescentOnce/MaxOperationVariable.trace | 1 + test_data/DescentOnce/MaxProperty.trace | 16 + test_data/DescentOnce/MaxQualifier.trace | 5 + test_data/DescentOnce/MaxRange.trace | 15 + test_data/DescentOnce/MaxReference.trace | 2 + .../DescentOnce/MaxReferenceElement.trace | 16 + .../DescentOnce/MaxRelationshipElement.trace | 17 + test_data/DescentOnce/MaxResource.trace | 0 .../DescentOnce/MaxSpecificAssetId.trace | 5 + test_data/DescentOnce/MaxSubmodel.trace | 18 + .../MaxSubmodelElementCollection.trace | 17 + .../DescentOnce/MaxSubmodelElementList.trace | 18 + test_data/DescentOnce/MaxValueList.trace | 1 + .../DescentOnce/MaxValueReferencePair.trace | 1 + .../AdministrativeInformation/maximal.json | 68 + .../AdministrativeInformation/minimal.json | 1 + .../four_digits.json | 4 + .../fuzzed_01.json | 4 + .../fuzzed_02.json | 4 + .../fuzzed_03.json | 4 + .../fuzzed_04.json | 4 + .../revisionOverPatternExamples/one.json | 4 + .../three_digits.json | 4 + .../two_digits.json | 4 + .../revisionOverPatternExamples/zero.json | 4 + .../fuzzed_01.json | 3 + .../fuzzed_02.json | 3 + .../fuzzed_03.json | 3 + .../fuzzed_04.json | 3 + .../fuzzed_05.json | 3 + .../fuzzed_06.json | 3 + .../fuzzed_07.json | 3 + .../fuzzed_08.json | 3 + .../fuzzed_09.json | 3 + .../fuzzed_10.json | 3 + .../four_digits.json | 3 + .../versionOverPatternExamples/fuzzed_01.json | 3 + .../versionOverPatternExamples/fuzzed_02.json | 3 + .../versionOverPatternExamples/fuzzed_03.json | 3 + .../versionOverPatternExamples/fuzzed_04.json | 3 + .../versionOverPatternExamples/one.json | 3 + .../three_digits.json | 3 + .../two_digits.json | 3 + .../versionOverPatternExamples/zero.json | 3 + .../AnnotatedRelationshipElement/maximal.json | 167 + .../AnnotatedRelationshipElement/minimal.json | 3 + .../AssetAdministrationShell/maximal.json | 122 + .../AssetAdministrationShell/minimal.json | 8 + .../fuzzed_01.json | 5 + .../fuzzed_02.json | 5 + .../fuzzed_03.json | 5 + .../fuzzed_04.json | 5 + .../fuzzed_05.json | 5 + .../fuzzed_06.json | 5 + .../fuzzed_07.json | 5 + .../fuzzed_08.json | 5 + .../fuzzed_09.json | 5 + .../fuzzed_10.json | 5 + .../fuzzed_01.json | 4 + .../fuzzed_02.json | 4 + .../fuzzed_03.json | 4 + .../fuzzed_04.json | 4 + .../fuzzed_05.json | 4 + .../fuzzed_06.json | 4 + .../fuzzed_07.json | 4 + .../fuzzed_08.json | 4 + .../fuzzed_09.json | 4 + .../fuzzed_10.json | 4 + .../Expected/AssetInformation/maximal.json | 22 + .../Expected/AssetInformation/minimal.json | 4 + .../fuzzed_01.json | 19 + .../fuzzed_02.json | 19 + .../fuzzed_03.json | 19 + .../midnight_with_24_hours.json | 19 + .../midnight_with_zeros.json | 19 + .../minus_zero_offset.json | 19 + .../plus_zero_offset.json | 19 + .../random_positive.json | 19 + .../very_large_year.json | 19 + .../very_long_fractional_second.json | 19 + .../year_1_bce_is_a_leap_year.json | 19 + .../year_5_bce_is_a_leap_year.json | 19 + .../day_seconds.json | 19 + .../maxIntervalOverPatternExamples/full.json | 19 + .../fuzzed_01.json | 19 + .../fuzzed_02.json | 19 + .../fuzzed_03.json | 19 + .../fuzzed_04.json | 19 + .../fuzzed_05.json | 19 + .../fuzzed_06.json | 19 + .../fuzzed_07.json | 19 + .../fuzzed_08.json | 19 + .../fuzzed_09.json | 19 + .../fuzzed_10.json | 19 + .../long_second_fractal.json | 19 + .../many_many_seconds.json | 19 + .../month_seconds.json | 19 + .../only_seconds.json | 19 + .../only_year.json | 19 + .../Expected/BasicEventElement/maximal.json | 171 + .../fuzzed_01.json | 19 + .../fuzzed_02.json | 19 + .../fuzzed_03.json | 19 + .../fuzzed_04.json | 19 + .../fuzzed_05.json | 19 + .../fuzzed_06.json | 19 + .../fuzzed_07.json | 19 + .../fuzzed_08.json | 19 + .../fuzzed_09.json | 19 + .../fuzzed_10.json | 19 + .../day_seconds.json | 19 + .../minIntervalOverPatternExamples/full.json | 19 + .../fuzzed_01.json | 19 + .../fuzzed_02.json | 19 + .../fuzzed_03.json | 19 + .../fuzzed_04.json | 19 + .../fuzzed_05.json | 19 + .../fuzzed_06.json | 19 + .../fuzzed_07.json | 19 + .../fuzzed_08.json | 19 + .../fuzzed_09.json | 19 + .../fuzzed_10.json | 19 + .../long_second_fractal.json | 19 + .../many_many_seconds.json | 19 + .../month_seconds.json | 19 + .../only_seconds.json | 19 + .../only_year.json | 19 + .../Expected/BasicEventElement/minimal.json | 18 + .../contentTypeOverPatternExamples/dash.json | 4 + .../contentTypeOverPatternExamples/dots.json | 4 + .../fuzzed_01.json | 4 + .../fuzzed_02.json | 4 + .../fuzzed_03.json | 4 + .../number prefix and suffix.json | 4 + .../only_letters.json | 4 + .../contentTypeOverPatternExamples/plus.json | 4 + .../random_common_MIME_type.json | 4 + test_data/Json/Expected/Blob/maximal.json | 141 + test_data/Json/Expected/Blob/minimal.json | 3 + .../Json/Expected/Capability/maximal.json | 139 + .../Json/Expected/Capability/minimal.json | 3 + .../Expected/ConceptDescription/maximal.json | 112 + .../Expected/ConceptDescription/minimal.json | 4 + .../DataSpecificationIec61360/maximal.json | 42 + .../DataSpecificationIec61360/minimal.json | 9 + .../fuzzed_01.json | 10 + .../fuzzed_02.json | 10 + .../fuzzed_03.json | 10 + .../fuzzed_04.json | 10 + .../fuzzed_05.json | 10 + .../fuzzed_06.json | 10 + .../fuzzed_07.json | 10 + .../fuzzed_08.json | 10 + .../fuzzed_09.json | 10 + .../fuzzed_10.json | 10 + .../symbolOverPatternExamples/fuzzed_01.json | 10 + .../symbolOverPatternExamples/fuzzed_02.json | 10 + .../symbolOverPatternExamples/fuzzed_03.json | 10 + .../symbolOverPatternExamples/fuzzed_04.json | 10 + .../symbolOverPatternExamples/fuzzed_05.json | 10 + .../symbolOverPatternExamples/fuzzed_06.json | 10 + .../symbolOverPatternExamples/fuzzed_07.json | 10 + .../symbolOverPatternExamples/fuzzed_08.json | 10 + .../symbolOverPatternExamples/fuzzed_09.json | 10 + .../symbolOverPatternExamples/fuzzed_10.json | 10 + .../unitOverPatternExamples/fuzzed_01.json | 10 + .../unitOverPatternExamples/fuzzed_02.json | 10 + .../unitOverPatternExamples/fuzzed_03.json | 10 + .../unitOverPatternExamples/fuzzed_04.json | 10 + .../unitOverPatternExamples/fuzzed_05.json | 10 + .../unitOverPatternExamples/fuzzed_06.json | 10 + .../unitOverPatternExamples/fuzzed_07.json | 10 + .../unitOverPatternExamples/fuzzed_08.json | 10 + .../unitOverPatternExamples/fuzzed_09.json | 10 + .../unitOverPatternExamples/fuzzed_10.json | 10 + .../fuzzed_01.json | 10 + .../fuzzed_02.json | 10 + .../fuzzed_03.json | 10 + .../fuzzed_04.json | 10 + .../fuzzed_05.json | 10 + .../fuzzed_06.json | 10 + .../fuzzed_07.json | 10 + .../fuzzed_08.json | 10 + .../fuzzed_09.json | 10 + .../fuzzed_10.json | 10 + .../valueOverPatternExamples/fuzzed_01.json | 10 + .../valueOverPatternExamples/fuzzed_02.json | 10 + .../valueOverPatternExamples/fuzzed_03.json | 10 + .../valueOverPatternExamples/fuzzed_04.json | 10 + .../valueOverPatternExamples/fuzzed_05.json | 10 + .../valueOverPatternExamples/fuzzed_06.json | 10 + .../valueOverPatternExamples/fuzzed_07.json | 10 + .../valueOverPatternExamples/fuzzed_08.json | 10 + .../valueOverPatternExamples/fuzzed_09.json | 10 + .../valueOverPatternExamples/fuzzed_10.json | 10 + .../EmbeddedDataSpecification/maximal.json | 24 + .../EmbeddedDataSpecification/minimal.json | 20 + .../fuzzed_01.json | 4 + .../fuzzed_02.json | 4 + .../fuzzed_03.json | 4 + .../fuzzed_04.json | 4 + .../fuzzed_05.json | 4 + .../fuzzed_06.json | 4 + .../fuzzed_07.json | 4 + .../fuzzed_08.json | 4 + .../fuzzed_09.json | 4 + .../fuzzed_10.json | 4 + test_data/Json/Expected/Entity/maximal.json | 161 + test_data/Json/Expected/Entity/minimal.json | 3 + .../Json/Expected/Environment/maximal.json | 32 + .../Json/Expected/Environment/minimal.json | 1 + .../Json/Expected/EventPayload/maximal.json | 54 + .../Json/Expected/EventPayload/minimal.json | 25 + .../fuzzed_01.json | 25 + .../fuzzed_02.json | 25 + .../fuzzed_03.json | 25 + .../midnight_with_24_hours.json | 25 + .../midnight_with_zeros.json | 25 + .../minus_zero_offset.json | 25 + .../plus_zero_offset.json | 25 + .../random_positive.json | 25 + .../very_large_year.json | 25 + .../very_long_fractional_second.json | 25 + .../year_1_bce_is_a_leap_year.json | 25 + .../year_5_bce_is_a_leap_year.json | 25 + .../topicOverPatternExamples/fuzzed_01.json | 26 + .../topicOverPatternExamples/fuzzed_02.json | 26 + .../topicOverPatternExamples/fuzzed_03.json | 26 + .../topicOverPatternExamples/fuzzed_04.json | 26 + .../topicOverPatternExamples/fuzzed_05.json | 26 + .../topicOverPatternExamples/fuzzed_06.json | 26 + .../topicOverPatternExamples/fuzzed_07.json | 26 + .../topicOverPatternExamples/fuzzed_08.json | 26 + .../topicOverPatternExamples/fuzzed_09.json | 26 + .../topicOverPatternExamples/fuzzed_10.json | 26 + .../Json/Expected/Extension/maximal.json | 63 + .../Json/Expected/Extension/minimal.json | 3 + .../nameOverPatternExamples/fuzzed_01.json | 3 + .../nameOverPatternExamples/fuzzed_02.json | 3 + .../nameOverPatternExamples/fuzzed_03.json | 3 + .../nameOverPatternExamples/fuzzed_04.json | 3 + .../nameOverPatternExamples/fuzzed_05.json | 3 + .../nameOverPatternExamples/fuzzed_06.json | 3 + .../nameOverPatternExamples/fuzzed_07.json | 3 + .../nameOverPatternExamples/fuzzed_08.json | 3 + .../nameOverPatternExamples/fuzzed_09.json | 3 + .../nameOverPatternExamples/fuzzed_10.json | 3 + .../valueOverValueExamples/Any_URI_URI.json | 5 + .../Any_URI_absolute_path_without_scheme.json | 5 + .../valueOverValueExamples/Any_URI_empty.json | 5 + .../Any_URI_fuzzed_01.json | 5 + .../Any_URI_fuzzed_02.json | 5 + .../Any_URI_fuzzed_03.json | 5 + .../Any_URI_fuzzed_04.json | 5 + .../Any_URI_fuzzed_05.json | 5 + .../Any_URI_fuzzed_06.json | 5 + .../Any_URI_fuzzed_07.json | 5 + .../Any_URI_fuzzed_08.json | 5 + .../Any_URI_fuzzed_09.json | 5 + .../Any_URI_fuzzed_10.json | 5 + .../Any_URI_integer.json | 5 + .../Any_URI_relative_path_without_scheme.json | 5 + ...ase_64_binary_an_empty_value_is_valid.json | 5 + ...ary_equals_signs_are_used_for_padding.json | 5 + .../Base_64_binary_fuzzed_01.json | 5 + .../Base_64_binary_fuzzed_02.json | 5 + .../Base_64_binary_fuzzed_03.json | 5 + .../Base_64_binary_fuzzed_04.json | 5 + .../Base_64_binary_fuzzed_05.json | 5 + .../Base_64_binary_fuzzed_06.json | 5 + .../Base_64_binary_fuzzed_07.json | 5 + .../Base_64_binary_fuzzed_08.json | 5 + .../Base_64_binary_fuzzed_09.json | 5 + .../Base_64_binary_fuzzed_10.json | 5 + ...pace_is_allowed_anywhere_in_the_value.json | 5 + ...ase_64_binary_without_space_lowercase.json | 5 + ...ase_64_binary_without_space_uppercase.json | 5 + .../Boolean_false_as_number.json | 5 + .../Boolean_false_in_letters.json | 5 + .../Boolean_true_as_number.json | 5 + .../Boolean_true_in_letters.json | 5 + .../Byte_common_example.json | 5 + .../Byte_explicitly_positive.json | 5 + .../Byte_fuzzed_01.json | 5 + .../Byte_fuzzed_02.json | 5 + .../Byte_fuzzed_03.json | 5 + .../Byte_fuzzed_04.json | 5 + .../Byte_fuzzed_05.json | 5 + .../Byte_fuzzed_06.json | 5 + .../Byte_fuzzed_07.json | 5 + .../Byte_fuzzed_08.json | 5 + .../Byte_fuzzed_09.json | 5 + .../Byte_fuzzed_10.json | 5 + .../valueOverValueExamples/Byte_max.json | 5 + .../valueOverValueExamples/Byte_min.json | 5 + .../valueOverValueExamples/Byte_negative.json | 5 + .../Byte_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Byte_zero.json | 5 + .../Byte_zero_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Date_date.json | 5 + .../Date_date_with_large_negative_year.json | 5 + .../Date_date_with_large_positive_year.json | 5 + .../Date_date_with_negative_offset.json | 5 + .../Date_date_with_positive_offset.json | 5 + .../Date_date_with_utc.json | 5 + .../Date_date_with_zero_offset.json | 5 + .../Date_fuzzed_01.json | 5 + .../Date_fuzzed_02.json | 5 + .../Date_fuzzed_03.json | 5 + .../Date_fuzzed_04.json | 5 + .../Date_fuzzed_05.json | 5 + .../Date_fuzzed_06.json | 5 + .../Date_fuzzed_07.json | 5 + .../Date_fuzzed_08.json | 5 + .../Date_fuzzed_09.json | 5 + .../Date_fuzzed_10.json | 5 + .../Date_time_date_time_with_UTC.json | 5 + ...me_date_time_with_large_negative_year.json | 5 + ...me_date_time_with_large_positive_year.json | 5 + ...ate_time_with_long_fractional_seconds.json | 5 + ...e_time_date_time_with_negative_offset.json | 5 + ...e_time_date_time_with_positive_offset.json | 5 + .../Date_time_date_time_with_zero_offset.json | 5 + .../Date_time_date_time_without_zone.json | 5 + .../Date_time_fuzzed_01.json | 5 + .../Date_time_fuzzed_02.json | 5 + .../Date_time_fuzzed_03.json | 5 + .../Date_time_fuzzed_04.json | 5 + .../Date_time_fuzzed_05.json | 5 + .../Date_time_fuzzed_06.json | 5 + .../Date_time_fuzzed_07.json | 5 + .../Date_time_fuzzed_08.json | 5 + .../Date_time_fuzzed_09.json | 5 + .../Date_time_fuzzed_10.json | 5 + .../Date_time_midnight_with_24_hours.json | 5 + .../Date_time_midnight_with_zeros.json | 5 + .../Date_time_year_1_bce_is_a_leap_year.json | 5 + .../Date_time_year_5_bce_is_a_leap_year.json | 5 + .../Date_year_1_bce_is_a_leap_year.json | 5 + .../Date_year_5_bce_is_a_leap_year.json | 5 + .../Decimal_decimal.json | 5 + .../Decimal_decimal_with_long_fractional.json | 5 + .../Decimal_decimal_with_preceding_zeros.json | 5 + .../Decimal_fuzzed_01.json | 5 + .../Decimal_fuzzed_02.json | 5 + .../Decimal_fuzzed_03.json | 5 + .../Decimal_fuzzed_04.json | 5 + .../Decimal_fuzzed_05.json | 5 + .../Decimal_fuzzed_06.json | 5 + .../Decimal_fuzzed_07.json | 5 + .../Decimal_fuzzed_08.json | 5 + .../Decimal_fuzzed_09.json | 5 + .../Decimal_fuzzed_10.json | 5 + .../Decimal_integer.json | 5 + .../Decimal_integer_with_preceding_zeros.json | 5 + .../Decimal_very_large_decimal.json | 5 + .../valueOverValueExamples/Double_double.json | 5 + .../Double_fuzzed_01.json | 5 + .../Double_fuzzed_02.json | 5 + .../Double_fuzzed_03.json | 5 + .../Double_fuzzed_04.json | 5 + .../Double_fuzzed_05.json | 5 + .../Double_fuzzed_06.json | 5 + .../Double_fuzzed_07.json | 5 + .../Double_fuzzed_08.json | 5 + .../Double_fuzzed_09.json | 5 + .../Double_fuzzed_10.json | 5 + .../valueOverValueExamples/Double_inf.json | 5 + .../Double_integer.json | 5 + .../Double_integer_with_preceding_zeros.json | 5 + ...f_precision_is_not_detected_by_design.json | 5 + .../valueOverValueExamples/Double_lowest.json | 5 + .../valueOverValueExamples/Double_max.json | 5 + .../Double_minus_inf.json | 5 + .../valueOverValueExamples/Double_nan.json | 5 + .../Double_scientific_notation.json | 5 + .../Double_scientific_notation_negative.json | 5 + ...scientific_notation_negative_exponent.json | 5 + .../Double_scientific_notation_positive.json | 5 + ...scientific_notation_positive_exponent.json | 5 + .../Double_very_large_normal.json | 5 + .../Double_very_precise_subnormal.json | 5 + .../Double_with_preceding_zeros.json | 5 + .../Duration_day_seconds.json | 5 + .../valueOverValueExamples/Duration_full.json | 5 + .../Duration_fuzzed_01.json | 5 + .../Duration_fuzzed_02.json | 5 + .../Duration_fuzzed_03.json | 5 + .../Duration_fuzzed_04.json | 5 + .../Duration_fuzzed_05.json | 5 + .../Duration_fuzzed_06.json | 5 + .../Duration_fuzzed_07.json | 5 + .../Duration_fuzzed_08.json | 5 + .../Duration_fuzzed_09.json | 5 + .../Duration_fuzzed_10.json | 5 + .../Duration_long_second_fractal.json | 5 + .../Duration_many_many_seconds.json | 5 + .../Duration_month_seconds.json | 5 + .../Duration_only_seconds.json | 5 + .../Duration_only_year.json | 5 + .../valueOverValueExamples/Float_float.json | 5 + .../Float_fuzzed_01.json | 5 + .../Float_fuzzed_02.json | 5 + .../Float_fuzzed_03.json | 5 + .../Float_fuzzed_04.json | 5 + .../Float_fuzzed_05.json | 5 + .../Float_fuzzed_06.json | 5 + .../Float_fuzzed_07.json | 5 + .../Float_fuzzed_08.json | 5 + .../Float_fuzzed_09.json | 5 + .../Float_fuzzed_10.json | 5 + .../valueOverValueExamples/Float_inf.json | 5 + .../valueOverValueExamples/Float_integer.json | 5 + .../Float_integer_with_preceding_zeros.json | 5 + .../Float_largest_normal.json | 5 + .../Float_largest_number_less_than_one.json | 5 + .../Float_largest_subnormal.json | 5 + ...f_precision_is_not_detected_by_design.json | 5 + .../valueOverValueExamples/Float_nan.json | 5 + .../Float_negative_inf.json | 5 + .../Float_scientific_notation.json | 5 + .../Float_scientific_notation_negative.json | 5 + ...scientific_notation_negative_exponent.json | 5 + .../Float_scientific_notation_positive.json | 5 + ...scientific_notation_positive_exponent.json | 5 + ...Float_smallest_number_larger_than_one.json | 5 + .../Float_smallest_positive_normal.json | 5 + .../Float_smallest_positive_subnormal.json | 5 + .../Float_with_preceding_zeros.json | 5 + ...t_existing_in_all_months_without_zone.json | 5 + .../G_day_double_digit_day_without_zone.json | 5 + .../G_day_fuzzed_01.json | 5 + .../G_day_fuzzed_02.json | 5 + .../G_day_fuzzed_03.json | 5 + .../G_day_fuzzed_04.json | 5 + .../G_day_fuzzed_05.json | 5 + .../G_day_fuzzed_06.json | 5 + .../G_day_fuzzed_07.json | 5 + .../G_day_fuzzed_08.json | 5 + .../G_day_fuzzed_09.json | 5 + .../G_day_fuzzed_10.json | 5 + .../G_day_negative_offset.json | 5 + .../G_day_positive_offset.json | 5 + .../G_day_single_digit_day_without_zone.json | 5 + .../G_day_utc_zone.json | 5 + .../G_day_zero_offset.json | 5 + ...t_month_double_digit_day_without_zone.json | 5 + ...t_month_single_digit_day_without_zone.json | 5 + ...9th_which_does_not_exist_in_all_years.json | 5 + .../G_month_day_fuzzed_01.json | 5 + .../G_month_day_fuzzed_02.json | 5 + .../G_month_day_fuzzed_03.json | 5 + .../G_month_day_fuzzed_04.json | 5 + .../G_month_day_fuzzed_05.json | 5 + .../G_month_day_fuzzed_06.json | 5 + .../G_month_day_fuzzed_07.json | 5 + .../G_month_day_fuzzed_08.json | 5 + .../G_month_day_fuzzed_09.json | 5 + .../G_month_day_fuzzed_10.json | 5 + .../G_month_day_negative_offset.json | 5 + .../G_month_day_positive_offset.json | 5 + ...t_month_single_digit_day_without_zone.json | 5 + .../G_month_day_utc_zone.json | 5 + .../G_month_day_zero_offset.json | 5 + ...month_double_digit_month_without_zone.json | 5 + .../G_month_fuzzed_01.json | 5 + .../G_month_fuzzed_02.json | 5 + .../G_month_fuzzed_03.json | 5 + .../G_month_fuzzed_04.json | 5 + .../G_month_fuzzed_05.json | 5 + .../G_month_fuzzed_06.json | 5 + .../G_month_fuzzed_07.json | 5 + .../G_month_fuzzed_08.json | 5 + .../G_month_fuzzed_09.json | 5 + .../G_month_fuzzed_10.json | 5 + .../G_month_negative_offset.json | 5 + .../G_month_positive_offset.json | 5 + ...month_single_digit_month_without_zone.json | 5 + .../G_month_utc_zone.json | 5 + .../G_month_zero_offset.json | 5 + .../G_year_five_digit_negative_year.json | 5 + .../G_year_five_digit_year.json | 5 + .../G_year_fuzzed_01.json | 5 + .../G_year_fuzzed_02.json | 5 + .../G_year_fuzzed_03.json | 5 + .../G_year_fuzzed_04.json | 5 + .../G_year_fuzzed_05.json | 5 + .../G_year_fuzzed_06.json | 5 + .../G_year_fuzzed_07.json | 5 + .../G_year_fuzzed_08.json | 5 + .../G_year_fuzzed_09.json | 5 + .../G_year_fuzzed_10.json | 5 + .../G_year_month_common_year_month.json | 5 + ...G_year_month_five_digit_negative_year.json | 5 + .../G_year_month_fuzzed_01.json | 5 + .../G_year_month_fuzzed_02.json | 5 + .../G_year_month_fuzzed_03.json | 5 + .../G_year_month_fuzzed_04.json | 5 + .../G_year_month_fuzzed_05.json | 5 + .../G_year_month_fuzzed_06.json | 5 + .../G_year_month_fuzzed_07.json | 5 + .../G_year_month_fuzzed_08.json | 5 + .../G_year_month_fuzzed_09.json | 5 + .../G_year_month_fuzzed_10.json | 5 + .../G_year_month_negative_year.json | 5 + ...G_year_month_very_large_negative_year.json | 5 + ...G_year_month_very_large_positive_year.json | 5 + .../G_year_month_with_negative_offset.json | 5 + .../G_year_month_with_positive_offset.json | 5 + .../G_year_month_with_utc_zone.json | 5 + .../G_year_month_with_zero_offset.json | 5 + .../G_year_negative_offset.json | 5 + .../G_year_negative_year.json | 5 + .../G_year_positive_offset.json | 5 + .../G_year_utc_zone.json | 5 + .../G_year_very_large_negative_year.json | 5 + .../G_year_very_large_positive_year.json | 5 + .../G_year_year_without_zone.json | 5 + .../G_year_zero_offset.json | 5 + .../Hex_binary_empty.json | 5 + .../Hex_binary_fuzzed_01.json | 5 + .../Hex_binary_fuzzed_02.json | 5 + .../Hex_binary_fuzzed_03.json | 5 + .../Hex_binary_fuzzed_04.json | 5 + .../Hex_binary_fuzzed_05.json | 5 + .../Hex_binary_fuzzed_06.json | 5 + .../Hex_binary_fuzzed_07.json | 5 + .../Hex_binary_fuzzed_08.json | 5 + .../Hex_binary_fuzzed_09.json | 5 + .../Hex_binary_fuzzed_10.json | 5 + .../Hex_binary_long_random_hex.json | 5 + .../Hex_binary_one_one.json | 5 + .../Hex_binary_one_two.json | 5 + .../Hex_binary_one_two_three_four.json | 5 + .../Int_common_example.json | 5 + .../Int_explicitly_positive.json | 5 + .../valueOverValueExamples/Int_fuzzed_01.json | 5 + .../valueOverValueExamples/Int_fuzzed_02.json | 5 + .../valueOverValueExamples/Int_fuzzed_03.json | 5 + .../valueOverValueExamples/Int_fuzzed_04.json | 5 + .../valueOverValueExamples/Int_fuzzed_05.json | 5 + .../valueOverValueExamples/Int_fuzzed_06.json | 5 + .../valueOverValueExamples/Int_fuzzed_07.json | 5 + .../valueOverValueExamples/Int_fuzzed_08.json | 5 + .../valueOverValueExamples/Int_fuzzed_09.json | 5 + .../valueOverValueExamples/Int_fuzzed_10.json | 5 + .../valueOverValueExamples/Int_max.json | 5 + .../valueOverValueExamples/Int_min.json | 5 + .../valueOverValueExamples/Int_negative.json | 5 + .../Int_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Int_zero.json | 5 + .../Int_zero_prefixed_with_zeros.json | 5 + .../Integer_common_example.json | 5 + .../Integer_explicitly_positive.json | 5 + .../Integer_fuzzed_01.json | 5 + .../Integer_fuzzed_02.json | 5 + .../Integer_fuzzed_03.json | 5 + .../Integer_fuzzed_04.json | 5 + .../Integer_fuzzed_05.json | 5 + .../Integer_fuzzed_06.json | 5 + .../Integer_fuzzed_07.json | 5 + .../Integer_fuzzed_08.json | 5 + .../Integer_fuzzed_09.json | 5 + .../Integer_fuzzed_10.json | 5 + .../Integer_negative.json | 5 + .../Integer_prefixed_with_zeros.json | 5 + .../Integer_very_large.json | 5 + .../valueOverValueExamples/Integer_zero.json | 5 + .../Integer_zero_prefixed_with_zeros.json | 5 + .../Long_common_example.json | 5 + .../Long_explicitly_positive.json | 5 + .../Long_fuzzed_01.json | 5 + .../Long_fuzzed_02.json | 5 + .../Long_fuzzed_03.json | 5 + .../Long_fuzzed_04.json | 5 + .../Long_fuzzed_05.json | 5 + .../Long_fuzzed_06.json | 5 + .../Long_fuzzed_07.json | 5 + .../Long_fuzzed_08.json | 5 + .../Long_fuzzed_09.json | 5 + .../Long_fuzzed_10.json | 5 + .../valueOverValueExamples/Long_max.json | 5 + .../valueOverValueExamples/Long_min.json | 5 + .../valueOverValueExamples/Long_negative.json | 5 + .../Long_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Long_zero.json | 5 + .../Long_zero_prefixed_with_zeros.json | 5 + .../Negative_integer_fuzzed_01.json | 5 + .../Negative_integer_fuzzed_02.json | 5 + .../Negative_integer_fuzzed_03.json | 5 + .../Negative_integer_fuzzed_04.json | 5 + .../Negative_integer_fuzzed_05.json | 5 + .../Negative_integer_fuzzed_06.json | 5 + .../Negative_integer_fuzzed_07.json | 5 + .../Negative_integer_fuzzed_08.json | 5 + .../Negative_integer_fuzzed_09.json | 5 + .../Negative_integer_fuzzed_10.json | 5 + .../Negative_integer_negative.json | 5 + .../Negative_integer_prefixed_with_zeros.json | 5 + .../Negative_integer_very_large.json | 5 + .../Non_negative_integer_common_example.json | 5 + ..._negative_integer_explicitly_positive.json | 5 + ...plicitly_positive_prefixed_with_zeros.json | 5 + .../Non_negative_integer_fuzzed_01.json | 5 + .../Non_negative_integer_fuzzed_02.json | 5 + .../Non_negative_integer_fuzzed_03.json | 5 + .../Non_negative_integer_fuzzed_04.json | 5 + .../Non_negative_integer_fuzzed_05.json | 5 + .../Non_negative_integer_fuzzed_06.json | 5 + .../Non_negative_integer_fuzzed_07.json | 5 + .../Non_negative_integer_fuzzed_08.json | 5 + .../Non_negative_integer_fuzzed_09.json | 5 + .../Non_negative_integer_fuzzed_10.json | 5 + .../Non_negative_integer_minus_zero.json | 5 + .../Non_negative_integer_positive_zero.json | 5 + ..._negative_integer_prefixed_with_zeros.json | 5 + .../Non_negative_integer_very_large.json | 5 + .../Non_negative_integer_zero.json | 5 + ...tive_integer_zero_prefixed_with_zeros.json | 5 + ...tive_integer_explicitly_positive_zero.json | 5 + .../Non_positive_integer_fuzzed_01.json | 5 + .../Non_positive_integer_fuzzed_02.json | 5 + .../Non_positive_integer_fuzzed_03.json | 5 + .../Non_positive_integer_fuzzed_04.json | 5 + .../Non_positive_integer_fuzzed_05.json | 5 + .../Non_positive_integer_fuzzed_06.json | 5 + .../Non_positive_integer_fuzzed_07.json | 5 + .../Non_positive_integer_fuzzed_08.json | 5 + .../Non_positive_integer_fuzzed_09.json | 5 + .../Non_positive_integer_fuzzed_10.json | 5 + .../Non_positive_integer_negative.json | 5 + ..._positive_integer_prefixed_with_zeros.json | 5 + .../Non_positive_integer_very_large.json | 5 + .../Non_positive_integer_zero.json | 5 + .../Positive_integer_common_example.json | 5 + .../Positive_integer_explicitly_positive.json | 5 + .../Positive_integer_fuzzed_01.json | 5 + .../Positive_integer_fuzzed_02.json | 5 + .../Positive_integer_fuzzed_03.json | 5 + .../Positive_integer_fuzzed_04.json | 5 + .../Positive_integer_fuzzed_05.json | 5 + .../Positive_integer_fuzzed_06.json | 5 + .../Positive_integer_fuzzed_07.json | 5 + .../Positive_integer_fuzzed_08.json | 5 + .../Positive_integer_fuzzed_09.json | 5 + .../Positive_integer_fuzzed_10.json | 5 + .../Positive_integer_prefixed_with_zeros.json | 5 + .../Positive_integer_very_large.json | 5 + .../Short_common_example.json | 5 + .../Short_explicitly_positive.json | 5 + .../Short_fuzzed_01.json | 5 + .../Short_fuzzed_02.json | 5 + .../Short_fuzzed_03.json | 5 + .../Short_fuzzed_04.json | 5 + .../Short_fuzzed_05.json | 5 + .../Short_fuzzed_06.json | 5 + .../Short_fuzzed_07.json | 5 + .../Short_fuzzed_08.json | 5 + .../Short_fuzzed_09.json | 5 + .../Short_fuzzed_10.json | 5 + .../valueOverValueExamples/Short_max.json | 5 + .../valueOverValueExamples/Short_min.json | 5 + .../Short_negative.json | 5 + .../Short_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Short_zero.json | 5 + .../Short_zero_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/String_empty.json | 5 + .../String_free_form_text.json | 5 + .../String_fuzzed_01.json | 5 + .../String_fuzzed_02.json | 5 + .../String_fuzzed_03.json | 5 + .../String_fuzzed_04.json | 5 + .../String_fuzzed_05.json | 5 + .../String_fuzzed_06.json | 5 + .../String_fuzzed_07.json | 5 + .../String_fuzzed_08.json | 5 + .../String_fuzzed_09.json | 5 + .../String_fuzzed_10.json | 5 + .../Time_common_example.json | 5 + .../Time_fuzzed_01.json | 5 + .../Time_fuzzed_02.json | 5 + .../Time_fuzzed_03.json | 5 + .../Time_fuzzed_04.json | 5 + .../Time_fuzzed_05.json | 5 + .../Time_fuzzed_06.json | 5 + .../Time_fuzzed_07.json | 5 + .../Time_fuzzed_08.json | 5 + .../Time_fuzzed_09.json | 5 + .../Time_fuzzed_10.json | 5 + .../Time_negative_offset.json | 5 + .../Time_positive_offset.json | 5 + .../Time_with_long_second_fractional.json | 5 + .../Time_with_second_fractional.json | 5 + .../Time_with_utc_timezone.json | 5 + .../Time_zero_offset.json | 5 + .../Unsigned_byte_common_example.json | 5 + .../Unsigned_byte_explicitly_positive.json | 5 + .../Unsigned_byte_fuzzed_01.json | 5 + .../Unsigned_byte_fuzzed_02.json | 5 + .../Unsigned_byte_fuzzed_03.json | 5 + .../Unsigned_byte_fuzzed_04.json | 5 + .../Unsigned_byte_fuzzed_05.json | 5 + .../Unsigned_byte_fuzzed_06.json | 5 + .../Unsigned_byte_fuzzed_07.json | 5 + .../Unsigned_byte_fuzzed_08.json | 5 + .../Unsigned_byte_fuzzed_09.json | 5 + .../Unsigned_byte_fuzzed_10.json | 5 + .../Unsigned_byte_max.json | 5 + .../Unsigned_byte_prefixed_with_zeros.json | 5 + .../Unsigned_byte_zero.json | 5 + ...nsigned_byte_zero_prefixed_with_zeros.json | 5 + .../Unsigned_int_common_example.json | 5 + .../Unsigned_int_explicitly_positive.json | 5 + .../Unsigned_int_fuzzed_01.json | 5 + .../Unsigned_int_fuzzed_02.json | 5 + .../Unsigned_int_fuzzed_03.json | 5 + .../Unsigned_int_fuzzed_04.json | 5 + .../Unsigned_int_fuzzed_05.json | 5 + .../Unsigned_int_fuzzed_06.json | 5 + .../Unsigned_int_fuzzed_07.json | 5 + .../Unsigned_int_fuzzed_08.json | 5 + .../Unsigned_int_fuzzed_09.json | 5 + .../Unsigned_int_fuzzed_10.json | 5 + .../Unsigned_int_max.json | 5 + .../Unsigned_int_prefixed_with_zeros.json | 5 + .../Unsigned_int_zero.json | 5 + ...Unsigned_int_zero_prefixed_with_zeros.json | 5 + .../Unsigned_long_common_example.json | 5 + .../Unsigned_long_explicitly_positive.json | 5 + .../Unsigned_long_fuzzed_01.json | 5 + .../Unsigned_long_fuzzed_02.json | 5 + .../Unsigned_long_fuzzed_03.json | 5 + .../Unsigned_long_fuzzed_04.json | 5 + .../Unsigned_long_fuzzed_05.json | 5 + .../Unsigned_long_fuzzed_06.json | 5 + .../Unsigned_long_fuzzed_07.json | 5 + .../Unsigned_long_fuzzed_08.json | 5 + .../Unsigned_long_fuzzed_09.json | 5 + .../Unsigned_long_fuzzed_10.json | 5 + .../Unsigned_long_max.json | 5 + .../Unsigned_long_prefixed_with_zeros.json | 5 + .../Unsigned_long_zero.json | 5 + ...nsigned_long_zero_prefixed_with_zeros.json | 5 + .../Unsigned_short_common_example.json | 5 + .../Unsigned_short_explicitly_positive.json | 5 + .../Unsigned_short_fuzzed_01.json | 5 + .../Unsigned_short_fuzzed_02.json | 5 + .../Unsigned_short_fuzzed_03.json | 5 + .../Unsigned_short_fuzzed_04.json | 5 + .../Unsigned_short_fuzzed_05.json | 5 + .../Unsigned_short_fuzzed_06.json | 5 + .../Unsigned_short_fuzzed_07.json | 5 + .../Unsigned_short_fuzzed_08.json | 5 + .../Unsigned_short_fuzzed_09.json | 5 + .../Unsigned_short_fuzzed_10.json | 5 + .../Unsigned_short_max.json | 5 + .../Unsigned_short_prefixed_with_zeros.json | 5 + .../Unsigned_short_zero.json | 5 + ...signed_short_zero_prefixed_with_zeros.json | 5 + .../contentTypeOverPatternExamples/dash.json | 4 + .../contentTypeOverPatternExamples/dots.json | 4 + .../fuzzed_01.json | 4 + .../fuzzed_02.json | 4 + .../fuzzed_03.json | 4 + .../number prefix and suffix.json | 4 + .../only_letters.json | 4 + .../contentTypeOverPatternExamples/plus.json | 4 + .../random_common_MIME_type.json | 4 + test_data/Json/Expected/File/maximal.json | 141 + test_data/Json/Expected/File/minimal.json | 3 + .../valueOverPatternExamples/fuzzed_01.json | 4 + .../valueOverPatternExamples/fuzzed_02.json | 4 + .../valueOverPatternExamples/fuzzed_03.json | 4 + .../valueOverPatternExamples/fuzzed_04.json | 4 + .../valueOverPatternExamples/fuzzed_05.json | 4 + .../valueOverPatternExamples/fuzzed_06.json | 4 + .../valueOverPatternExamples/fuzzed_07.json | 4 + .../valueOverPatternExamples/fuzzed_08.json | 4 + .../valueOverPatternExamples/fuzzed_09.json | 4 + .../valueOverPatternExamples/fuzzed_10.json | 4 + .../valueOverPatternExamples/made_up_01.json | 4 + .../valueOverPatternExamples/made_up_02.json | 4 + .../valueOverPatternExamples/made_up_03.json | 4 + .../valueOverPatternExamples/made_up_04.json | 4 + .../valueOverPatternExamples/made_up_05.json | 4 + test_data/Json/Expected/Key/maximal.json | 4 + test_data/Json/Expected/Key/minimal.json | 4 + .../valueOverPatternExamples/fuzzed_01.json | 4 + .../valueOverPatternExamples/fuzzed_02.json | 4 + .../valueOverPatternExamples/fuzzed_03.json | 4 + .../valueOverPatternExamples/fuzzed_04.json | 4 + .../valueOverPatternExamples/fuzzed_05.json | 4 + .../valueOverPatternExamples/fuzzed_06.json | 4 + .../valueOverPatternExamples/fuzzed_07.json | 4 + .../valueOverPatternExamples/fuzzed_08.json | 4 + .../valueOverPatternExamples/fuzzed_09.json | 4 + .../valueOverPatternExamples/fuzzed_10.json | 4 + .../maximal.json | 4 + .../minimal.json | 4 + .../Expected/LangStringNameType/maximal.json | 4 + .../Expected/LangStringNameType/minimal.json | 4 + .../maximal.json | 4 + .../minimal.json | 4 + .../maximal.json | 4 + .../minimal.json | 4 + .../Expected/LangStringTextType/maximal.json | 4 + .../Expected/LangStringTextType/minimal.json | 4 + .../Json/Expected/LevelType/maximal.json | 6 + .../Json/Expected/LevelType/minimal.json | 6 + .../MultiLanguageProperty/maximal.json | 158 + .../MultiLanguageProperty/minimal.json | 3 + .../Json/Expected/Operation/maximal.json | 182 + .../Json/Expected/Operation/minimal.json | 3 + .../Expected/OperationVariable/maximal.json | 7 + .../Expected/OperationVariable/minimal.json | 7 + test_data/Json/Expected/Property/maximal.json | 150 + test_data/Json/Expected/Property/minimal.json | 4 + .../valueOverValueExamples/Any_URI_URI.json | 5 + .../Any_URI_absolute_path_without_scheme.json | 5 + .../valueOverValueExamples/Any_URI_empty.json | 5 + .../Any_URI_fuzzed_01.json | 5 + .../Any_URI_fuzzed_02.json | 5 + .../Any_URI_fuzzed_03.json | 5 + .../Any_URI_fuzzed_04.json | 5 + .../Any_URI_fuzzed_05.json | 5 + .../Any_URI_fuzzed_06.json | 5 + .../Any_URI_fuzzed_07.json | 5 + .../Any_URI_fuzzed_08.json | 5 + .../Any_URI_fuzzed_09.json | 5 + .../Any_URI_fuzzed_10.json | 5 + .../Any_URI_integer.json | 5 + .../Any_URI_relative_path_without_scheme.json | 5 + ...ase_64_binary_an_empty_value_is_valid.json | 5 + ...ary_equals_signs_are_used_for_padding.json | 5 + .../Base_64_binary_fuzzed_01.json | 5 + .../Base_64_binary_fuzzed_02.json | 5 + .../Base_64_binary_fuzzed_03.json | 5 + .../Base_64_binary_fuzzed_04.json | 5 + .../Base_64_binary_fuzzed_05.json | 5 + .../Base_64_binary_fuzzed_06.json | 5 + .../Base_64_binary_fuzzed_07.json | 5 + .../Base_64_binary_fuzzed_08.json | 5 + .../Base_64_binary_fuzzed_09.json | 5 + .../Base_64_binary_fuzzed_10.json | 5 + ...pace_is_allowed_anywhere_in_the_value.json | 5 + ...ase_64_binary_without_space_lowercase.json | 5 + ...ase_64_binary_without_space_uppercase.json | 5 + .../Boolean_false_as_number.json | 5 + .../Boolean_false_in_letters.json | 5 + .../Boolean_true_as_number.json | 5 + .../Boolean_true_in_letters.json | 5 + .../Byte_common_example.json | 5 + .../Byte_explicitly_positive.json | 5 + .../Byte_fuzzed_01.json | 5 + .../Byte_fuzzed_02.json | 5 + .../Byte_fuzzed_03.json | 5 + .../Byte_fuzzed_04.json | 5 + .../Byte_fuzzed_05.json | 5 + .../Byte_fuzzed_06.json | 5 + .../Byte_fuzzed_07.json | 5 + .../Byte_fuzzed_08.json | 5 + .../Byte_fuzzed_09.json | 5 + .../Byte_fuzzed_10.json | 5 + .../valueOverValueExamples/Byte_max.json | 5 + .../valueOverValueExamples/Byte_min.json | 5 + .../valueOverValueExamples/Byte_negative.json | 5 + .../Byte_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Byte_zero.json | 5 + .../Byte_zero_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Date_date.json | 5 + .../Date_date_with_large_negative_year.json | 5 + .../Date_date_with_large_positive_year.json | 5 + .../Date_date_with_negative_offset.json | 5 + .../Date_date_with_positive_offset.json | 5 + .../Date_date_with_utc.json | 5 + .../Date_date_with_zero_offset.json | 5 + .../Date_fuzzed_01.json | 5 + .../Date_fuzzed_02.json | 5 + .../Date_fuzzed_03.json | 5 + .../Date_fuzzed_04.json | 5 + .../Date_fuzzed_05.json | 5 + .../Date_fuzzed_06.json | 5 + .../Date_fuzzed_07.json | 5 + .../Date_fuzzed_08.json | 5 + .../Date_fuzzed_09.json | 5 + .../Date_fuzzed_10.json | 5 + .../Date_time_date_time_with_UTC.json | 5 + ...me_date_time_with_large_negative_year.json | 5 + ...me_date_time_with_large_positive_year.json | 5 + ...ate_time_with_long_fractional_seconds.json | 5 + ...e_time_date_time_with_negative_offset.json | 5 + ...e_time_date_time_with_positive_offset.json | 5 + .../Date_time_date_time_with_zero_offset.json | 5 + .../Date_time_date_time_without_zone.json | 5 + .../Date_time_fuzzed_01.json | 5 + .../Date_time_fuzzed_02.json | 5 + .../Date_time_fuzzed_03.json | 5 + .../Date_time_fuzzed_04.json | 5 + .../Date_time_fuzzed_05.json | 5 + .../Date_time_fuzzed_06.json | 5 + .../Date_time_fuzzed_07.json | 5 + .../Date_time_fuzzed_08.json | 5 + .../Date_time_fuzzed_09.json | 5 + .../Date_time_fuzzed_10.json | 5 + .../Date_time_midnight_with_24_hours.json | 5 + .../Date_time_midnight_with_zeros.json | 5 + .../Date_time_year_1_bce_is_a_leap_year.json | 5 + .../Date_time_year_5_bce_is_a_leap_year.json | 5 + .../Date_year_1_bce_is_a_leap_year.json | 5 + .../Date_year_5_bce_is_a_leap_year.json | 5 + .../Decimal_decimal.json | 5 + .../Decimal_decimal_with_long_fractional.json | 5 + .../Decimal_decimal_with_preceding_zeros.json | 5 + .../Decimal_fuzzed_01.json | 5 + .../Decimal_fuzzed_02.json | 5 + .../Decimal_fuzzed_03.json | 5 + .../Decimal_fuzzed_04.json | 5 + .../Decimal_fuzzed_05.json | 5 + .../Decimal_fuzzed_06.json | 5 + .../Decimal_fuzzed_07.json | 5 + .../Decimal_fuzzed_08.json | 5 + .../Decimal_fuzzed_09.json | 5 + .../Decimal_fuzzed_10.json | 5 + .../Decimal_integer.json | 5 + .../Decimal_integer_with_preceding_zeros.json | 5 + .../Decimal_very_large_decimal.json | 5 + .../valueOverValueExamples/Double_double.json | 5 + .../Double_fuzzed_01.json | 5 + .../Double_fuzzed_02.json | 5 + .../Double_fuzzed_03.json | 5 + .../Double_fuzzed_04.json | 5 + .../Double_fuzzed_05.json | 5 + .../Double_fuzzed_06.json | 5 + .../Double_fuzzed_07.json | 5 + .../Double_fuzzed_08.json | 5 + .../Double_fuzzed_09.json | 5 + .../Double_fuzzed_10.json | 5 + .../valueOverValueExamples/Double_inf.json | 5 + .../Double_integer.json | 5 + .../Double_integer_with_preceding_zeros.json | 5 + ...f_precision_is_not_detected_by_design.json | 5 + .../valueOverValueExamples/Double_lowest.json | 5 + .../valueOverValueExamples/Double_max.json | 5 + .../Double_minus_inf.json | 5 + .../valueOverValueExamples/Double_nan.json | 5 + .../Double_scientific_notation.json | 5 + .../Double_scientific_notation_negative.json | 5 + ...scientific_notation_negative_exponent.json | 5 + .../Double_scientific_notation_positive.json | 5 + ...scientific_notation_positive_exponent.json | 5 + .../Double_very_large_normal.json | 5 + .../Double_very_precise_subnormal.json | 5 + .../Double_with_preceding_zeros.json | 5 + .../Duration_day_seconds.json | 5 + .../valueOverValueExamples/Duration_full.json | 5 + .../Duration_fuzzed_01.json | 5 + .../Duration_fuzzed_02.json | 5 + .../Duration_fuzzed_03.json | 5 + .../Duration_fuzzed_04.json | 5 + .../Duration_fuzzed_05.json | 5 + .../Duration_fuzzed_06.json | 5 + .../Duration_fuzzed_07.json | 5 + .../Duration_fuzzed_08.json | 5 + .../Duration_fuzzed_09.json | 5 + .../Duration_fuzzed_10.json | 5 + .../Duration_long_second_fractal.json | 5 + .../Duration_many_many_seconds.json | 5 + .../Duration_month_seconds.json | 5 + .../Duration_only_seconds.json | 5 + .../Duration_only_year.json | 5 + .../valueOverValueExamples/Float_float.json | 5 + .../Float_fuzzed_01.json | 5 + .../Float_fuzzed_02.json | 5 + .../Float_fuzzed_03.json | 5 + .../Float_fuzzed_04.json | 5 + .../Float_fuzzed_05.json | 5 + .../Float_fuzzed_06.json | 5 + .../Float_fuzzed_07.json | 5 + .../Float_fuzzed_08.json | 5 + .../Float_fuzzed_09.json | 5 + .../Float_fuzzed_10.json | 5 + .../valueOverValueExamples/Float_inf.json | 5 + .../valueOverValueExamples/Float_integer.json | 5 + .../Float_integer_with_preceding_zeros.json | 5 + .../Float_largest_normal.json | 5 + .../Float_largest_number_less_than_one.json | 5 + .../Float_largest_subnormal.json | 5 + ...f_precision_is_not_detected_by_design.json | 5 + .../valueOverValueExamples/Float_nan.json | 5 + .../Float_negative_inf.json | 5 + .../Float_scientific_notation.json | 5 + .../Float_scientific_notation_negative.json | 5 + ...scientific_notation_negative_exponent.json | 5 + .../Float_scientific_notation_positive.json | 5 + ...scientific_notation_positive_exponent.json | 5 + ...Float_smallest_number_larger_than_one.json | 5 + .../Float_smallest_positive_normal.json | 5 + .../Float_smallest_positive_subnormal.json | 5 + .../Float_with_preceding_zeros.json | 5 + ...t_existing_in_all_months_without_zone.json | 5 + .../G_day_double_digit_day_without_zone.json | 5 + .../G_day_fuzzed_01.json | 5 + .../G_day_fuzzed_02.json | 5 + .../G_day_fuzzed_03.json | 5 + .../G_day_fuzzed_04.json | 5 + .../G_day_fuzzed_05.json | 5 + .../G_day_fuzzed_06.json | 5 + .../G_day_fuzzed_07.json | 5 + .../G_day_fuzzed_08.json | 5 + .../G_day_fuzzed_09.json | 5 + .../G_day_fuzzed_10.json | 5 + .../G_day_negative_offset.json | 5 + .../G_day_positive_offset.json | 5 + .../G_day_single_digit_day_without_zone.json | 5 + .../G_day_utc_zone.json | 5 + .../G_day_zero_offset.json | 5 + ...t_month_double_digit_day_without_zone.json | 5 + ...t_month_single_digit_day_without_zone.json | 5 + ...9th_which_does_not_exist_in_all_years.json | 5 + .../G_month_day_fuzzed_01.json | 5 + .../G_month_day_fuzzed_02.json | 5 + .../G_month_day_fuzzed_03.json | 5 + .../G_month_day_fuzzed_04.json | 5 + .../G_month_day_fuzzed_05.json | 5 + .../G_month_day_fuzzed_06.json | 5 + .../G_month_day_fuzzed_07.json | 5 + .../G_month_day_fuzzed_08.json | 5 + .../G_month_day_fuzzed_09.json | 5 + .../G_month_day_fuzzed_10.json | 5 + .../G_month_day_negative_offset.json | 5 + .../G_month_day_positive_offset.json | 5 + ...t_month_single_digit_day_without_zone.json | 5 + .../G_month_day_utc_zone.json | 5 + .../G_month_day_zero_offset.json | 5 + ...month_double_digit_month_without_zone.json | 5 + .../G_month_fuzzed_01.json | 5 + .../G_month_fuzzed_02.json | 5 + .../G_month_fuzzed_03.json | 5 + .../G_month_fuzzed_04.json | 5 + .../G_month_fuzzed_05.json | 5 + .../G_month_fuzzed_06.json | 5 + .../G_month_fuzzed_07.json | 5 + .../G_month_fuzzed_08.json | 5 + .../G_month_fuzzed_09.json | 5 + .../G_month_fuzzed_10.json | 5 + .../G_month_negative_offset.json | 5 + .../G_month_positive_offset.json | 5 + ...month_single_digit_month_without_zone.json | 5 + .../G_month_utc_zone.json | 5 + .../G_month_zero_offset.json | 5 + .../G_year_five_digit_negative_year.json | 5 + .../G_year_five_digit_year.json | 5 + .../G_year_fuzzed_01.json | 5 + .../G_year_fuzzed_02.json | 5 + .../G_year_fuzzed_03.json | 5 + .../G_year_fuzzed_04.json | 5 + .../G_year_fuzzed_05.json | 5 + .../G_year_fuzzed_06.json | 5 + .../G_year_fuzzed_07.json | 5 + .../G_year_fuzzed_08.json | 5 + .../G_year_fuzzed_09.json | 5 + .../G_year_fuzzed_10.json | 5 + .../G_year_month_common_year_month.json | 5 + ...G_year_month_five_digit_negative_year.json | 5 + .../G_year_month_fuzzed_01.json | 5 + .../G_year_month_fuzzed_02.json | 5 + .../G_year_month_fuzzed_03.json | 5 + .../G_year_month_fuzzed_04.json | 5 + .../G_year_month_fuzzed_05.json | 5 + .../G_year_month_fuzzed_06.json | 5 + .../G_year_month_fuzzed_07.json | 5 + .../G_year_month_fuzzed_08.json | 5 + .../G_year_month_fuzzed_09.json | 5 + .../G_year_month_fuzzed_10.json | 5 + .../G_year_month_negative_year.json | 5 + ...G_year_month_very_large_negative_year.json | 5 + ...G_year_month_very_large_positive_year.json | 5 + .../G_year_month_with_negative_offset.json | 5 + .../G_year_month_with_positive_offset.json | 5 + .../G_year_month_with_utc_zone.json | 5 + .../G_year_month_with_zero_offset.json | 5 + .../G_year_negative_offset.json | 5 + .../G_year_negative_year.json | 5 + .../G_year_positive_offset.json | 5 + .../G_year_utc_zone.json | 5 + .../G_year_very_large_negative_year.json | 5 + .../G_year_very_large_positive_year.json | 5 + .../G_year_year_without_zone.json | 5 + .../G_year_zero_offset.json | 5 + .../Hex_binary_empty.json | 5 + .../Hex_binary_fuzzed_01.json | 5 + .../Hex_binary_fuzzed_02.json | 5 + .../Hex_binary_fuzzed_03.json | 5 + .../Hex_binary_fuzzed_04.json | 5 + .../Hex_binary_fuzzed_05.json | 5 + .../Hex_binary_fuzzed_06.json | 5 + .../Hex_binary_fuzzed_07.json | 5 + .../Hex_binary_fuzzed_08.json | 5 + .../Hex_binary_fuzzed_09.json | 5 + .../Hex_binary_fuzzed_10.json | 5 + .../Hex_binary_long_random_hex.json | 5 + .../Hex_binary_one_one.json | 5 + .../Hex_binary_one_two.json | 5 + .../Hex_binary_one_two_three_four.json | 5 + .../Int_common_example.json | 5 + .../Int_explicitly_positive.json | 5 + .../valueOverValueExamples/Int_fuzzed_01.json | 5 + .../valueOverValueExamples/Int_fuzzed_02.json | 5 + .../valueOverValueExamples/Int_fuzzed_03.json | 5 + .../valueOverValueExamples/Int_fuzzed_04.json | 5 + .../valueOverValueExamples/Int_fuzzed_05.json | 5 + .../valueOverValueExamples/Int_fuzzed_06.json | 5 + .../valueOverValueExamples/Int_fuzzed_07.json | 5 + .../valueOverValueExamples/Int_fuzzed_08.json | 5 + .../valueOverValueExamples/Int_fuzzed_09.json | 5 + .../valueOverValueExamples/Int_fuzzed_10.json | 5 + .../valueOverValueExamples/Int_max.json | 5 + .../valueOverValueExamples/Int_min.json | 5 + .../valueOverValueExamples/Int_negative.json | 5 + .../Int_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Int_zero.json | 5 + .../Int_zero_prefixed_with_zeros.json | 5 + .../Integer_common_example.json | 5 + .../Integer_explicitly_positive.json | 5 + .../Integer_fuzzed_01.json | 5 + .../Integer_fuzzed_02.json | 5 + .../Integer_fuzzed_03.json | 5 + .../Integer_fuzzed_04.json | 5 + .../Integer_fuzzed_05.json | 5 + .../Integer_fuzzed_06.json | 5 + .../Integer_fuzzed_07.json | 5 + .../Integer_fuzzed_08.json | 5 + .../Integer_fuzzed_09.json | 5 + .../Integer_fuzzed_10.json | 5 + .../Integer_negative.json | 5 + .../Integer_prefixed_with_zeros.json | 5 + .../Integer_very_large.json | 5 + .../valueOverValueExamples/Integer_zero.json | 5 + .../Integer_zero_prefixed_with_zeros.json | 5 + .../Long_common_example.json | 5 + .../Long_explicitly_positive.json | 5 + .../Long_fuzzed_01.json | 5 + .../Long_fuzzed_02.json | 5 + .../Long_fuzzed_03.json | 5 + .../Long_fuzzed_04.json | 5 + .../Long_fuzzed_05.json | 5 + .../Long_fuzzed_06.json | 5 + .../Long_fuzzed_07.json | 5 + .../Long_fuzzed_08.json | 5 + .../Long_fuzzed_09.json | 5 + .../Long_fuzzed_10.json | 5 + .../valueOverValueExamples/Long_max.json | 5 + .../valueOverValueExamples/Long_min.json | 5 + .../valueOverValueExamples/Long_negative.json | 5 + .../Long_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Long_zero.json | 5 + .../Long_zero_prefixed_with_zeros.json | 5 + .../Negative_integer_fuzzed_01.json | 5 + .../Negative_integer_fuzzed_02.json | 5 + .../Negative_integer_fuzzed_03.json | 5 + .../Negative_integer_fuzzed_04.json | 5 + .../Negative_integer_fuzzed_05.json | 5 + .../Negative_integer_fuzzed_06.json | 5 + .../Negative_integer_fuzzed_07.json | 5 + .../Negative_integer_fuzzed_08.json | 5 + .../Negative_integer_fuzzed_09.json | 5 + .../Negative_integer_fuzzed_10.json | 5 + .../Negative_integer_negative.json | 5 + .../Negative_integer_prefixed_with_zeros.json | 5 + .../Negative_integer_very_large.json | 5 + .../Non_negative_integer_common_example.json | 5 + ..._negative_integer_explicitly_positive.json | 5 + ...plicitly_positive_prefixed_with_zeros.json | 5 + .../Non_negative_integer_fuzzed_01.json | 5 + .../Non_negative_integer_fuzzed_02.json | 5 + .../Non_negative_integer_fuzzed_03.json | 5 + .../Non_negative_integer_fuzzed_04.json | 5 + .../Non_negative_integer_fuzzed_05.json | 5 + .../Non_negative_integer_fuzzed_06.json | 5 + .../Non_negative_integer_fuzzed_07.json | 5 + .../Non_negative_integer_fuzzed_08.json | 5 + .../Non_negative_integer_fuzzed_09.json | 5 + .../Non_negative_integer_fuzzed_10.json | 5 + .../Non_negative_integer_minus_zero.json | 5 + .../Non_negative_integer_positive_zero.json | 5 + ..._negative_integer_prefixed_with_zeros.json | 5 + .../Non_negative_integer_very_large.json | 5 + .../Non_negative_integer_zero.json | 5 + ...tive_integer_zero_prefixed_with_zeros.json | 5 + ...tive_integer_explicitly_positive_zero.json | 5 + .../Non_positive_integer_fuzzed_01.json | 5 + .../Non_positive_integer_fuzzed_02.json | 5 + .../Non_positive_integer_fuzzed_03.json | 5 + .../Non_positive_integer_fuzzed_04.json | 5 + .../Non_positive_integer_fuzzed_05.json | 5 + .../Non_positive_integer_fuzzed_06.json | 5 + .../Non_positive_integer_fuzzed_07.json | 5 + .../Non_positive_integer_fuzzed_08.json | 5 + .../Non_positive_integer_fuzzed_09.json | 5 + .../Non_positive_integer_fuzzed_10.json | 5 + .../Non_positive_integer_negative.json | 5 + ..._positive_integer_prefixed_with_zeros.json | 5 + .../Non_positive_integer_very_large.json | 5 + .../Non_positive_integer_zero.json | 5 + .../Positive_integer_common_example.json | 5 + .../Positive_integer_explicitly_positive.json | 5 + .../Positive_integer_fuzzed_01.json | 5 + .../Positive_integer_fuzzed_02.json | 5 + .../Positive_integer_fuzzed_03.json | 5 + .../Positive_integer_fuzzed_04.json | 5 + .../Positive_integer_fuzzed_05.json | 5 + .../Positive_integer_fuzzed_06.json | 5 + .../Positive_integer_fuzzed_07.json | 5 + .../Positive_integer_fuzzed_08.json | 5 + .../Positive_integer_fuzzed_09.json | 5 + .../Positive_integer_fuzzed_10.json | 5 + .../Positive_integer_prefixed_with_zeros.json | 5 + .../Positive_integer_very_large.json | 5 + .../Short_common_example.json | 5 + .../Short_explicitly_positive.json | 5 + .../Short_fuzzed_01.json | 5 + .../Short_fuzzed_02.json | 5 + .../Short_fuzzed_03.json | 5 + .../Short_fuzzed_04.json | 5 + .../Short_fuzzed_05.json | 5 + .../Short_fuzzed_06.json | 5 + .../Short_fuzzed_07.json | 5 + .../Short_fuzzed_08.json | 5 + .../Short_fuzzed_09.json | 5 + .../Short_fuzzed_10.json | 5 + .../valueOverValueExamples/Short_max.json | 5 + .../valueOverValueExamples/Short_min.json | 5 + .../Short_negative.json | 5 + .../Short_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Short_zero.json | 5 + .../Short_zero_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/String_empty.json | 5 + .../String_free_form_text.json | 5 + .../String_fuzzed_01.json | 5 + .../String_fuzzed_02.json | 5 + .../String_fuzzed_03.json | 5 + .../String_fuzzed_04.json | 5 + .../String_fuzzed_05.json | 5 + .../String_fuzzed_06.json | 5 + .../String_fuzzed_07.json | 5 + .../String_fuzzed_08.json | 5 + .../String_fuzzed_09.json | 5 + .../String_fuzzed_10.json | 5 + .../Time_common_example.json | 5 + .../Time_fuzzed_01.json | 5 + .../Time_fuzzed_02.json | 5 + .../Time_fuzzed_03.json | 5 + .../Time_fuzzed_04.json | 5 + .../Time_fuzzed_05.json | 5 + .../Time_fuzzed_06.json | 5 + .../Time_fuzzed_07.json | 5 + .../Time_fuzzed_08.json | 5 + .../Time_fuzzed_09.json | 5 + .../Time_fuzzed_10.json | 5 + .../Time_negative_offset.json | 5 + .../Time_positive_offset.json | 5 + .../Time_with_long_second_fractional.json | 5 + .../Time_with_second_fractional.json | 5 + .../Time_with_utc_timezone.json | 5 + .../Time_zero_offset.json | 5 + .../Unsigned_byte_common_example.json | 5 + .../Unsigned_byte_explicitly_positive.json | 5 + .../Unsigned_byte_fuzzed_01.json | 5 + .../Unsigned_byte_fuzzed_02.json | 5 + .../Unsigned_byte_fuzzed_03.json | 5 + .../Unsigned_byte_fuzzed_04.json | 5 + .../Unsigned_byte_fuzzed_05.json | 5 + .../Unsigned_byte_fuzzed_06.json | 5 + .../Unsigned_byte_fuzzed_07.json | 5 + .../Unsigned_byte_fuzzed_08.json | 5 + .../Unsigned_byte_fuzzed_09.json | 5 + .../Unsigned_byte_fuzzed_10.json | 5 + .../Unsigned_byte_max.json | 5 + .../Unsigned_byte_prefixed_with_zeros.json | 5 + .../Unsigned_byte_zero.json | 5 + ...nsigned_byte_zero_prefixed_with_zeros.json | 5 + .../Unsigned_int_common_example.json | 5 + .../Unsigned_int_explicitly_positive.json | 5 + .../Unsigned_int_fuzzed_01.json | 5 + .../Unsigned_int_fuzzed_02.json | 5 + .../Unsigned_int_fuzzed_03.json | 5 + .../Unsigned_int_fuzzed_04.json | 5 + .../Unsigned_int_fuzzed_05.json | 5 + .../Unsigned_int_fuzzed_06.json | 5 + .../Unsigned_int_fuzzed_07.json | 5 + .../Unsigned_int_fuzzed_08.json | 5 + .../Unsigned_int_fuzzed_09.json | 5 + .../Unsigned_int_fuzzed_10.json | 5 + .../Unsigned_int_max.json | 5 + .../Unsigned_int_prefixed_with_zeros.json | 5 + .../Unsigned_int_zero.json | 5 + ...Unsigned_int_zero_prefixed_with_zeros.json | 5 + .../Unsigned_long_common_example.json | 5 + .../Unsigned_long_explicitly_positive.json | 5 + .../Unsigned_long_fuzzed_01.json | 5 + .../Unsigned_long_fuzzed_02.json | 5 + .../Unsigned_long_fuzzed_03.json | 5 + .../Unsigned_long_fuzzed_04.json | 5 + .../Unsigned_long_fuzzed_05.json | 5 + .../Unsigned_long_fuzzed_06.json | 5 + .../Unsigned_long_fuzzed_07.json | 5 + .../Unsigned_long_fuzzed_08.json | 5 + .../Unsigned_long_fuzzed_09.json | 5 + .../Unsigned_long_fuzzed_10.json | 5 + .../Unsigned_long_max.json | 5 + .../Unsigned_long_prefixed_with_zeros.json | 5 + .../Unsigned_long_zero.json | 5 + ...nsigned_long_zero_prefixed_with_zeros.json | 5 + .../Unsigned_short_common_example.json | 5 + .../Unsigned_short_explicitly_positive.json | 5 + .../Unsigned_short_fuzzed_01.json | 5 + .../Unsigned_short_fuzzed_02.json | 5 + .../Unsigned_short_fuzzed_03.json | 5 + .../Unsigned_short_fuzzed_04.json | 5 + .../Unsigned_short_fuzzed_05.json | 5 + .../Unsigned_short_fuzzed_06.json | 5 + .../Unsigned_short_fuzzed_07.json | 5 + .../Unsigned_short_fuzzed_08.json | 5 + .../Unsigned_short_fuzzed_09.json | 5 + .../Unsigned_short_fuzzed_10.json | 5 + .../Unsigned_short_max.json | 5 + .../Unsigned_short_prefixed_with_zeros.json | 5 + .../Unsigned_short_zero.json | 5 + ...signed_short_zero_prefixed_with_zeros.json | 5 + .../Json/Expected/Qualifier/maximal.json | 53 + .../Json/Expected/Qualifier/minimal.json | 4 + .../typeOverPatternExamples/fuzzed_01.json | 4 + .../typeOverPatternExamples/fuzzed_02.json | 4 + .../typeOverPatternExamples/fuzzed_03.json | 4 + .../typeOverPatternExamples/fuzzed_04.json | 4 + .../typeOverPatternExamples/fuzzed_05.json | 4 + .../typeOverPatternExamples/fuzzed_06.json | 4 + .../typeOverPatternExamples/fuzzed_07.json | 4 + .../typeOverPatternExamples/fuzzed_08.json | 4 + .../typeOverPatternExamples/fuzzed_09.json | 4 + .../typeOverPatternExamples/fuzzed_10.json | 4 + .../valueOverValueExamples/Any_URI_URI.json | 5 + .../Any_URI_absolute_path_without_scheme.json | 5 + .../valueOverValueExamples/Any_URI_empty.json | 5 + .../Any_URI_fuzzed_01.json | 5 + .../Any_URI_fuzzed_02.json | 5 + .../Any_URI_fuzzed_03.json | 5 + .../Any_URI_fuzzed_04.json | 5 + .../Any_URI_fuzzed_05.json | 5 + .../Any_URI_fuzzed_06.json | 5 + .../Any_URI_fuzzed_07.json | 5 + .../Any_URI_fuzzed_08.json | 5 + .../Any_URI_fuzzed_09.json | 5 + .../Any_URI_fuzzed_10.json | 5 + .../Any_URI_integer.json | 5 + .../Any_URI_relative_path_without_scheme.json | 5 + ...ase_64_binary_an_empty_value_is_valid.json | 5 + ...ary_equals_signs_are_used_for_padding.json | 5 + .../Base_64_binary_fuzzed_01.json | 5 + .../Base_64_binary_fuzzed_02.json | 5 + .../Base_64_binary_fuzzed_03.json | 5 + .../Base_64_binary_fuzzed_04.json | 5 + .../Base_64_binary_fuzzed_05.json | 5 + .../Base_64_binary_fuzzed_06.json | 5 + .../Base_64_binary_fuzzed_07.json | 5 + .../Base_64_binary_fuzzed_08.json | 5 + .../Base_64_binary_fuzzed_09.json | 5 + .../Base_64_binary_fuzzed_10.json | 5 + ...pace_is_allowed_anywhere_in_the_value.json | 5 + ...ase_64_binary_without_space_lowercase.json | 5 + ...ase_64_binary_without_space_uppercase.json | 5 + .../Boolean_false_as_number.json | 5 + .../Boolean_false_in_letters.json | 5 + .../Boolean_true_as_number.json | 5 + .../Boolean_true_in_letters.json | 5 + .../Byte_common_example.json | 5 + .../Byte_explicitly_positive.json | 5 + .../Byte_fuzzed_01.json | 5 + .../Byte_fuzzed_02.json | 5 + .../Byte_fuzzed_03.json | 5 + .../Byte_fuzzed_04.json | 5 + .../Byte_fuzzed_05.json | 5 + .../Byte_fuzzed_06.json | 5 + .../Byte_fuzzed_07.json | 5 + .../Byte_fuzzed_08.json | 5 + .../Byte_fuzzed_09.json | 5 + .../Byte_fuzzed_10.json | 5 + .../valueOverValueExamples/Byte_max.json | 5 + .../valueOverValueExamples/Byte_min.json | 5 + .../valueOverValueExamples/Byte_negative.json | 5 + .../Byte_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Byte_zero.json | 5 + .../Byte_zero_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Date_date.json | 5 + .../Date_date_with_large_negative_year.json | 5 + .../Date_date_with_large_positive_year.json | 5 + .../Date_date_with_negative_offset.json | 5 + .../Date_date_with_positive_offset.json | 5 + .../Date_date_with_utc.json | 5 + .../Date_date_with_zero_offset.json | 5 + .../Date_fuzzed_01.json | 5 + .../Date_fuzzed_02.json | 5 + .../Date_fuzzed_03.json | 5 + .../Date_fuzzed_04.json | 5 + .../Date_fuzzed_05.json | 5 + .../Date_fuzzed_06.json | 5 + .../Date_fuzzed_07.json | 5 + .../Date_fuzzed_08.json | 5 + .../Date_fuzzed_09.json | 5 + .../Date_fuzzed_10.json | 5 + .../Date_time_date_time_with_UTC.json | 5 + ...me_date_time_with_large_negative_year.json | 5 + ...me_date_time_with_large_positive_year.json | 5 + ...ate_time_with_long_fractional_seconds.json | 5 + ...e_time_date_time_with_negative_offset.json | 5 + ...e_time_date_time_with_positive_offset.json | 5 + .../Date_time_date_time_with_zero_offset.json | 5 + .../Date_time_date_time_without_zone.json | 5 + .../Date_time_fuzzed_01.json | 5 + .../Date_time_fuzzed_02.json | 5 + .../Date_time_fuzzed_03.json | 5 + .../Date_time_fuzzed_04.json | 5 + .../Date_time_fuzzed_05.json | 5 + .../Date_time_fuzzed_06.json | 5 + .../Date_time_fuzzed_07.json | 5 + .../Date_time_fuzzed_08.json | 5 + .../Date_time_fuzzed_09.json | 5 + .../Date_time_fuzzed_10.json | 5 + .../Date_time_midnight_with_24_hours.json | 5 + .../Date_time_midnight_with_zeros.json | 5 + .../Date_time_year_1_bce_is_a_leap_year.json | 5 + .../Date_time_year_5_bce_is_a_leap_year.json | 5 + .../Date_year_1_bce_is_a_leap_year.json | 5 + .../Date_year_5_bce_is_a_leap_year.json | 5 + .../Decimal_decimal.json | 5 + .../Decimal_decimal_with_long_fractional.json | 5 + .../Decimal_decimal_with_preceding_zeros.json | 5 + .../Decimal_fuzzed_01.json | 5 + .../Decimal_fuzzed_02.json | 5 + .../Decimal_fuzzed_03.json | 5 + .../Decimal_fuzzed_04.json | 5 + .../Decimal_fuzzed_05.json | 5 + .../Decimal_fuzzed_06.json | 5 + .../Decimal_fuzzed_07.json | 5 + .../Decimal_fuzzed_08.json | 5 + .../Decimal_fuzzed_09.json | 5 + .../Decimal_fuzzed_10.json | 5 + .../Decimal_integer.json | 5 + .../Decimal_integer_with_preceding_zeros.json | 5 + .../Decimal_very_large_decimal.json | 5 + .../valueOverValueExamples/Double_double.json | 5 + .../Double_fuzzed_01.json | 5 + .../Double_fuzzed_02.json | 5 + .../Double_fuzzed_03.json | 5 + .../Double_fuzzed_04.json | 5 + .../Double_fuzzed_05.json | 5 + .../Double_fuzzed_06.json | 5 + .../Double_fuzzed_07.json | 5 + .../Double_fuzzed_08.json | 5 + .../Double_fuzzed_09.json | 5 + .../Double_fuzzed_10.json | 5 + .../valueOverValueExamples/Double_inf.json | 5 + .../Double_integer.json | 5 + .../Double_integer_with_preceding_zeros.json | 5 + ...f_precision_is_not_detected_by_design.json | 5 + .../valueOverValueExamples/Double_lowest.json | 5 + .../valueOverValueExamples/Double_max.json | 5 + .../Double_minus_inf.json | 5 + .../valueOverValueExamples/Double_nan.json | 5 + .../Double_scientific_notation.json | 5 + .../Double_scientific_notation_negative.json | 5 + ...scientific_notation_negative_exponent.json | 5 + .../Double_scientific_notation_positive.json | 5 + ...scientific_notation_positive_exponent.json | 5 + .../Double_very_large_normal.json | 5 + .../Double_very_precise_subnormal.json | 5 + .../Double_with_preceding_zeros.json | 5 + .../Duration_day_seconds.json | 5 + .../valueOverValueExamples/Duration_full.json | 5 + .../Duration_fuzzed_01.json | 5 + .../Duration_fuzzed_02.json | 5 + .../Duration_fuzzed_03.json | 5 + .../Duration_fuzzed_04.json | 5 + .../Duration_fuzzed_05.json | 5 + .../Duration_fuzzed_06.json | 5 + .../Duration_fuzzed_07.json | 5 + .../Duration_fuzzed_08.json | 5 + .../Duration_fuzzed_09.json | 5 + .../Duration_fuzzed_10.json | 5 + .../Duration_long_second_fractal.json | 5 + .../Duration_many_many_seconds.json | 5 + .../Duration_month_seconds.json | 5 + .../Duration_only_seconds.json | 5 + .../Duration_only_year.json | 5 + .../valueOverValueExamples/Float_float.json | 5 + .../Float_fuzzed_01.json | 5 + .../Float_fuzzed_02.json | 5 + .../Float_fuzzed_03.json | 5 + .../Float_fuzzed_04.json | 5 + .../Float_fuzzed_05.json | 5 + .../Float_fuzzed_06.json | 5 + .../Float_fuzzed_07.json | 5 + .../Float_fuzzed_08.json | 5 + .../Float_fuzzed_09.json | 5 + .../Float_fuzzed_10.json | 5 + .../valueOverValueExamples/Float_inf.json | 5 + .../valueOverValueExamples/Float_integer.json | 5 + .../Float_integer_with_preceding_zeros.json | 5 + .../Float_largest_normal.json | 5 + .../Float_largest_number_less_than_one.json | 5 + .../Float_largest_subnormal.json | 5 + ...f_precision_is_not_detected_by_design.json | 5 + .../valueOverValueExamples/Float_nan.json | 5 + .../Float_negative_inf.json | 5 + .../Float_scientific_notation.json | 5 + .../Float_scientific_notation_negative.json | 5 + ...scientific_notation_negative_exponent.json | 5 + .../Float_scientific_notation_positive.json | 5 + ...scientific_notation_positive_exponent.json | 5 + ...Float_smallest_number_larger_than_one.json | 5 + .../Float_smallest_positive_normal.json | 5 + .../Float_smallest_positive_subnormal.json | 5 + .../Float_with_preceding_zeros.json | 5 + ...t_existing_in_all_months_without_zone.json | 5 + .../G_day_double_digit_day_without_zone.json | 5 + .../G_day_fuzzed_01.json | 5 + .../G_day_fuzzed_02.json | 5 + .../G_day_fuzzed_03.json | 5 + .../G_day_fuzzed_04.json | 5 + .../G_day_fuzzed_05.json | 5 + .../G_day_fuzzed_06.json | 5 + .../G_day_fuzzed_07.json | 5 + .../G_day_fuzzed_08.json | 5 + .../G_day_fuzzed_09.json | 5 + .../G_day_fuzzed_10.json | 5 + .../G_day_negative_offset.json | 5 + .../G_day_positive_offset.json | 5 + .../G_day_single_digit_day_without_zone.json | 5 + .../G_day_utc_zone.json | 5 + .../G_day_zero_offset.json | 5 + ...t_month_double_digit_day_without_zone.json | 5 + ...t_month_single_digit_day_without_zone.json | 5 + ...9th_which_does_not_exist_in_all_years.json | 5 + .../G_month_day_fuzzed_01.json | 5 + .../G_month_day_fuzzed_02.json | 5 + .../G_month_day_fuzzed_03.json | 5 + .../G_month_day_fuzzed_04.json | 5 + .../G_month_day_fuzzed_05.json | 5 + .../G_month_day_fuzzed_06.json | 5 + .../G_month_day_fuzzed_07.json | 5 + .../G_month_day_fuzzed_08.json | 5 + .../G_month_day_fuzzed_09.json | 5 + .../G_month_day_fuzzed_10.json | 5 + .../G_month_day_negative_offset.json | 5 + .../G_month_day_positive_offset.json | 5 + ...t_month_single_digit_day_without_zone.json | 5 + .../G_month_day_utc_zone.json | 5 + .../G_month_day_zero_offset.json | 5 + ...month_double_digit_month_without_zone.json | 5 + .../G_month_fuzzed_01.json | 5 + .../G_month_fuzzed_02.json | 5 + .../G_month_fuzzed_03.json | 5 + .../G_month_fuzzed_04.json | 5 + .../G_month_fuzzed_05.json | 5 + .../G_month_fuzzed_06.json | 5 + .../G_month_fuzzed_07.json | 5 + .../G_month_fuzzed_08.json | 5 + .../G_month_fuzzed_09.json | 5 + .../G_month_fuzzed_10.json | 5 + .../G_month_negative_offset.json | 5 + .../G_month_positive_offset.json | 5 + ...month_single_digit_month_without_zone.json | 5 + .../G_month_utc_zone.json | 5 + .../G_month_zero_offset.json | 5 + .../G_year_five_digit_negative_year.json | 5 + .../G_year_five_digit_year.json | 5 + .../G_year_fuzzed_01.json | 5 + .../G_year_fuzzed_02.json | 5 + .../G_year_fuzzed_03.json | 5 + .../G_year_fuzzed_04.json | 5 + .../G_year_fuzzed_05.json | 5 + .../G_year_fuzzed_06.json | 5 + .../G_year_fuzzed_07.json | 5 + .../G_year_fuzzed_08.json | 5 + .../G_year_fuzzed_09.json | 5 + .../G_year_fuzzed_10.json | 5 + .../G_year_month_common_year_month.json | 5 + ...G_year_month_five_digit_negative_year.json | 5 + .../G_year_month_fuzzed_01.json | 5 + .../G_year_month_fuzzed_02.json | 5 + .../G_year_month_fuzzed_03.json | 5 + .../G_year_month_fuzzed_04.json | 5 + .../G_year_month_fuzzed_05.json | 5 + .../G_year_month_fuzzed_06.json | 5 + .../G_year_month_fuzzed_07.json | 5 + .../G_year_month_fuzzed_08.json | 5 + .../G_year_month_fuzzed_09.json | 5 + .../G_year_month_fuzzed_10.json | 5 + .../G_year_month_negative_year.json | 5 + ...G_year_month_very_large_negative_year.json | 5 + ...G_year_month_very_large_positive_year.json | 5 + .../G_year_month_with_negative_offset.json | 5 + .../G_year_month_with_positive_offset.json | 5 + .../G_year_month_with_utc_zone.json | 5 + .../G_year_month_with_zero_offset.json | 5 + .../G_year_negative_offset.json | 5 + .../G_year_negative_year.json | 5 + .../G_year_positive_offset.json | 5 + .../G_year_utc_zone.json | 5 + .../G_year_very_large_negative_year.json | 5 + .../G_year_very_large_positive_year.json | 5 + .../G_year_year_without_zone.json | 5 + .../G_year_zero_offset.json | 5 + .../Hex_binary_empty.json | 5 + .../Hex_binary_fuzzed_01.json | 5 + .../Hex_binary_fuzzed_02.json | 5 + .../Hex_binary_fuzzed_03.json | 5 + .../Hex_binary_fuzzed_04.json | 5 + .../Hex_binary_fuzzed_05.json | 5 + .../Hex_binary_fuzzed_06.json | 5 + .../Hex_binary_fuzzed_07.json | 5 + .../Hex_binary_fuzzed_08.json | 5 + .../Hex_binary_fuzzed_09.json | 5 + .../Hex_binary_fuzzed_10.json | 5 + .../Hex_binary_long_random_hex.json | 5 + .../Hex_binary_one_one.json | 5 + .../Hex_binary_one_two.json | 5 + .../Hex_binary_one_two_three_four.json | 5 + .../Int_common_example.json | 5 + .../Int_explicitly_positive.json | 5 + .../valueOverValueExamples/Int_fuzzed_01.json | 5 + .../valueOverValueExamples/Int_fuzzed_02.json | 5 + .../valueOverValueExamples/Int_fuzzed_03.json | 5 + .../valueOverValueExamples/Int_fuzzed_04.json | 5 + .../valueOverValueExamples/Int_fuzzed_05.json | 5 + .../valueOverValueExamples/Int_fuzzed_06.json | 5 + .../valueOverValueExamples/Int_fuzzed_07.json | 5 + .../valueOverValueExamples/Int_fuzzed_08.json | 5 + .../valueOverValueExamples/Int_fuzzed_09.json | 5 + .../valueOverValueExamples/Int_fuzzed_10.json | 5 + .../valueOverValueExamples/Int_max.json | 5 + .../valueOverValueExamples/Int_min.json | 5 + .../valueOverValueExamples/Int_negative.json | 5 + .../Int_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Int_zero.json | 5 + .../Int_zero_prefixed_with_zeros.json | 5 + .../Integer_common_example.json | 5 + .../Integer_explicitly_positive.json | 5 + .../Integer_fuzzed_01.json | 5 + .../Integer_fuzzed_02.json | 5 + .../Integer_fuzzed_03.json | 5 + .../Integer_fuzzed_04.json | 5 + .../Integer_fuzzed_05.json | 5 + .../Integer_fuzzed_06.json | 5 + .../Integer_fuzzed_07.json | 5 + .../Integer_fuzzed_08.json | 5 + .../Integer_fuzzed_09.json | 5 + .../Integer_fuzzed_10.json | 5 + .../Integer_negative.json | 5 + .../Integer_prefixed_with_zeros.json | 5 + .../Integer_very_large.json | 5 + .../valueOverValueExamples/Integer_zero.json | 5 + .../Integer_zero_prefixed_with_zeros.json | 5 + .../Long_common_example.json | 5 + .../Long_explicitly_positive.json | 5 + .../Long_fuzzed_01.json | 5 + .../Long_fuzzed_02.json | 5 + .../Long_fuzzed_03.json | 5 + .../Long_fuzzed_04.json | 5 + .../Long_fuzzed_05.json | 5 + .../Long_fuzzed_06.json | 5 + .../Long_fuzzed_07.json | 5 + .../Long_fuzzed_08.json | 5 + .../Long_fuzzed_09.json | 5 + .../Long_fuzzed_10.json | 5 + .../valueOverValueExamples/Long_max.json | 5 + .../valueOverValueExamples/Long_min.json | 5 + .../valueOverValueExamples/Long_negative.json | 5 + .../Long_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Long_zero.json | 5 + .../Long_zero_prefixed_with_zeros.json | 5 + .../Negative_integer_fuzzed_01.json | 5 + .../Negative_integer_fuzzed_02.json | 5 + .../Negative_integer_fuzzed_03.json | 5 + .../Negative_integer_fuzzed_04.json | 5 + .../Negative_integer_fuzzed_05.json | 5 + .../Negative_integer_fuzzed_06.json | 5 + .../Negative_integer_fuzzed_07.json | 5 + .../Negative_integer_fuzzed_08.json | 5 + .../Negative_integer_fuzzed_09.json | 5 + .../Negative_integer_fuzzed_10.json | 5 + .../Negative_integer_negative.json | 5 + .../Negative_integer_prefixed_with_zeros.json | 5 + .../Negative_integer_very_large.json | 5 + .../Non_negative_integer_common_example.json | 5 + ..._negative_integer_explicitly_positive.json | 5 + ...plicitly_positive_prefixed_with_zeros.json | 5 + .../Non_negative_integer_fuzzed_01.json | 5 + .../Non_negative_integer_fuzzed_02.json | 5 + .../Non_negative_integer_fuzzed_03.json | 5 + .../Non_negative_integer_fuzzed_04.json | 5 + .../Non_negative_integer_fuzzed_05.json | 5 + .../Non_negative_integer_fuzzed_06.json | 5 + .../Non_negative_integer_fuzzed_07.json | 5 + .../Non_negative_integer_fuzzed_08.json | 5 + .../Non_negative_integer_fuzzed_09.json | 5 + .../Non_negative_integer_fuzzed_10.json | 5 + .../Non_negative_integer_minus_zero.json | 5 + .../Non_negative_integer_positive_zero.json | 5 + ..._negative_integer_prefixed_with_zeros.json | 5 + .../Non_negative_integer_very_large.json | 5 + .../Non_negative_integer_zero.json | 5 + ...tive_integer_zero_prefixed_with_zeros.json | 5 + ...tive_integer_explicitly_positive_zero.json | 5 + .../Non_positive_integer_fuzzed_01.json | 5 + .../Non_positive_integer_fuzzed_02.json | 5 + .../Non_positive_integer_fuzzed_03.json | 5 + .../Non_positive_integer_fuzzed_04.json | 5 + .../Non_positive_integer_fuzzed_05.json | 5 + .../Non_positive_integer_fuzzed_06.json | 5 + .../Non_positive_integer_fuzzed_07.json | 5 + .../Non_positive_integer_fuzzed_08.json | 5 + .../Non_positive_integer_fuzzed_09.json | 5 + .../Non_positive_integer_fuzzed_10.json | 5 + .../Non_positive_integer_negative.json | 5 + ..._positive_integer_prefixed_with_zeros.json | 5 + .../Non_positive_integer_very_large.json | 5 + .../Non_positive_integer_zero.json | 5 + .../Positive_integer_common_example.json | 5 + .../Positive_integer_explicitly_positive.json | 5 + .../Positive_integer_fuzzed_01.json | 5 + .../Positive_integer_fuzzed_02.json | 5 + .../Positive_integer_fuzzed_03.json | 5 + .../Positive_integer_fuzzed_04.json | 5 + .../Positive_integer_fuzzed_05.json | 5 + .../Positive_integer_fuzzed_06.json | 5 + .../Positive_integer_fuzzed_07.json | 5 + .../Positive_integer_fuzzed_08.json | 5 + .../Positive_integer_fuzzed_09.json | 5 + .../Positive_integer_fuzzed_10.json | 5 + .../Positive_integer_prefixed_with_zeros.json | 5 + .../Positive_integer_very_large.json | 5 + .../Short_common_example.json | 5 + .../Short_explicitly_positive.json | 5 + .../Short_fuzzed_01.json | 5 + .../Short_fuzzed_02.json | 5 + .../Short_fuzzed_03.json | 5 + .../Short_fuzzed_04.json | 5 + .../Short_fuzzed_05.json | 5 + .../Short_fuzzed_06.json | 5 + .../Short_fuzzed_07.json | 5 + .../Short_fuzzed_08.json | 5 + .../Short_fuzzed_09.json | 5 + .../Short_fuzzed_10.json | 5 + .../valueOverValueExamples/Short_max.json | 5 + .../valueOverValueExamples/Short_min.json | 5 + .../Short_negative.json | 5 + .../Short_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/Short_zero.json | 5 + .../Short_zero_prefixed_with_zeros.json | 5 + .../valueOverValueExamples/String_empty.json | 5 + .../String_free_form_text.json | 5 + .../String_fuzzed_01.json | 5 + .../String_fuzzed_02.json | 5 + .../String_fuzzed_03.json | 5 + .../String_fuzzed_04.json | 5 + .../String_fuzzed_05.json | 5 + .../String_fuzzed_06.json | 5 + .../String_fuzzed_07.json | 5 + .../String_fuzzed_08.json | 5 + .../String_fuzzed_09.json | 5 + .../String_fuzzed_10.json | 5 + .../Time_common_example.json | 5 + .../Time_fuzzed_01.json | 5 + .../Time_fuzzed_02.json | 5 + .../Time_fuzzed_03.json | 5 + .../Time_fuzzed_04.json | 5 + .../Time_fuzzed_05.json | 5 + .../Time_fuzzed_06.json | 5 + .../Time_fuzzed_07.json | 5 + .../Time_fuzzed_08.json | 5 + .../Time_fuzzed_09.json | 5 + .../Time_fuzzed_10.json | 5 + .../Time_negative_offset.json | 5 + .../Time_positive_offset.json | 5 + .../Time_with_long_second_fractional.json | 5 + .../Time_with_second_fractional.json | 5 + .../Time_with_utc_timezone.json | 5 + .../Time_zero_offset.json | 5 + .../Unsigned_byte_common_example.json | 5 + .../Unsigned_byte_explicitly_positive.json | 5 + .../Unsigned_byte_fuzzed_01.json | 5 + .../Unsigned_byte_fuzzed_02.json | 5 + .../Unsigned_byte_fuzzed_03.json | 5 + .../Unsigned_byte_fuzzed_04.json | 5 + .../Unsigned_byte_fuzzed_05.json | 5 + .../Unsigned_byte_fuzzed_06.json | 5 + .../Unsigned_byte_fuzzed_07.json | 5 + .../Unsigned_byte_fuzzed_08.json | 5 + .../Unsigned_byte_fuzzed_09.json | 5 + .../Unsigned_byte_fuzzed_10.json | 5 + .../Unsigned_byte_max.json | 5 + .../Unsigned_byte_prefixed_with_zeros.json | 5 + .../Unsigned_byte_zero.json | 5 + ...nsigned_byte_zero_prefixed_with_zeros.json | 5 + .../Unsigned_int_common_example.json | 5 + .../Unsigned_int_explicitly_positive.json | 5 + .../Unsigned_int_fuzzed_01.json | 5 + .../Unsigned_int_fuzzed_02.json | 5 + .../Unsigned_int_fuzzed_03.json | 5 + .../Unsigned_int_fuzzed_04.json | 5 + .../Unsigned_int_fuzzed_05.json | 5 + .../Unsigned_int_fuzzed_06.json | 5 + .../Unsigned_int_fuzzed_07.json | 5 + .../Unsigned_int_fuzzed_08.json | 5 + .../Unsigned_int_fuzzed_09.json | 5 + .../Unsigned_int_fuzzed_10.json | 5 + .../Unsigned_int_max.json | 5 + .../Unsigned_int_prefixed_with_zeros.json | 5 + .../Unsigned_int_zero.json | 5 + ...Unsigned_int_zero_prefixed_with_zeros.json | 5 + .../Unsigned_long_common_example.json | 5 + .../Unsigned_long_explicitly_positive.json | 5 + .../Unsigned_long_fuzzed_01.json | 5 + .../Unsigned_long_fuzzed_02.json | 5 + .../Unsigned_long_fuzzed_03.json | 5 + .../Unsigned_long_fuzzed_04.json | 5 + .../Unsigned_long_fuzzed_05.json | 5 + .../Unsigned_long_fuzzed_06.json | 5 + .../Unsigned_long_fuzzed_07.json | 5 + .../Unsigned_long_fuzzed_08.json | 5 + .../Unsigned_long_fuzzed_09.json | 5 + .../Unsigned_long_fuzzed_10.json | 5 + .../Unsigned_long_max.json | 5 + .../Unsigned_long_prefixed_with_zeros.json | 5 + .../Unsigned_long_zero.json | 5 + ...nsigned_long_zero_prefixed_with_zeros.json | 5 + .../Unsigned_short_common_example.json | 5 + .../Unsigned_short_explicitly_positive.json | 5 + .../Unsigned_short_fuzzed_01.json | 5 + .../Unsigned_short_fuzzed_02.json | 5 + .../Unsigned_short_fuzzed_03.json | 5 + .../Unsigned_short_fuzzed_04.json | 5 + .../Unsigned_short_fuzzed_05.json | 5 + .../Unsigned_short_fuzzed_06.json | 5 + .../Unsigned_short_fuzzed_07.json | 5 + .../Unsigned_short_fuzzed_08.json | 5 + .../Unsigned_short_fuzzed_09.json | 5 + .../Unsigned_short_fuzzed_10.json | 5 + .../Unsigned_short_max.json | 5 + .../Unsigned_short_prefixed_with_zeros.json | 5 + .../Unsigned_short_zero.json | 5 + ...signed_short_zero_prefixed_with_zeros.json | 5 + test_data/Json/Expected/Range/maximal.json | 142 + test_data/Json/Expected/Range/minimal.json | 4 + .../Range/overMinMaxExamples/Any_URI_URI.json | 6 + .../Any_URI_absolute_path_without_scheme.json | 6 + .../overMinMaxExamples/Any_URI_empty.json | 6 + .../overMinMaxExamples/Any_URI_fuzzed_01.json | 6 + .../overMinMaxExamples/Any_URI_fuzzed_02.json | 6 + .../overMinMaxExamples/Any_URI_fuzzed_03.json | 6 + .../overMinMaxExamples/Any_URI_fuzzed_04.json | 6 + .../overMinMaxExamples/Any_URI_fuzzed_05.json | 6 + .../overMinMaxExamples/Any_URI_fuzzed_06.json | 6 + .../overMinMaxExamples/Any_URI_fuzzed_07.json | 6 + .../overMinMaxExamples/Any_URI_fuzzed_08.json | 6 + .../overMinMaxExamples/Any_URI_fuzzed_09.json | 6 + .../overMinMaxExamples/Any_URI_fuzzed_10.json | 6 + .../overMinMaxExamples/Any_URI_integer.json | 6 + .../Any_URI_relative_path_without_scheme.json | 6 + ...ase_64_binary_an_empty_value_is_valid.json | 6 + ...ary_equals_signs_are_used_for_padding.json | 6 + .../Base_64_binary_fuzzed_01.json | 6 + .../Base_64_binary_fuzzed_02.json | 6 + .../Base_64_binary_fuzzed_03.json | 6 + .../Base_64_binary_fuzzed_04.json | 6 + .../Base_64_binary_fuzzed_05.json | 6 + .../Base_64_binary_fuzzed_06.json | 6 + .../Base_64_binary_fuzzed_07.json | 6 + .../Base_64_binary_fuzzed_08.json | 6 + .../Base_64_binary_fuzzed_09.json | 6 + .../Base_64_binary_fuzzed_10.json | 6 + ...pace_is_allowed_anywhere_in_the_value.json | 6 + ...ase_64_binary_without_space_lowercase.json | 6 + ...ase_64_binary_without_space_uppercase.json | 6 + .../Boolean_false_as_number.json | 6 + .../Boolean_false_in_letters.json | 6 + .../Boolean_true_as_number.json | 6 + .../Boolean_true_in_letters.json | 6 + .../Byte_common_example.json | 6 + .../Byte_explicitly_positive.json | 6 + .../overMinMaxExamples/Byte_fuzzed_01.json | 6 + .../overMinMaxExamples/Byte_fuzzed_02.json | 6 + .../overMinMaxExamples/Byte_fuzzed_03.json | 6 + .../overMinMaxExamples/Byte_fuzzed_04.json | 6 + .../overMinMaxExamples/Byte_fuzzed_05.json | 6 + .../overMinMaxExamples/Byte_fuzzed_06.json | 6 + .../overMinMaxExamples/Byte_fuzzed_07.json | 6 + .../overMinMaxExamples/Byte_fuzzed_08.json | 6 + .../overMinMaxExamples/Byte_fuzzed_09.json | 6 + .../overMinMaxExamples/Byte_fuzzed_10.json | 6 + .../Range/overMinMaxExamples/Byte_max.json | 6 + .../Range/overMinMaxExamples/Byte_min.json | 6 + .../overMinMaxExamples/Byte_negative.json | 6 + .../Byte_prefixed_with_zeros.json | 6 + .../Range/overMinMaxExamples/Byte_zero.json | 6 + .../Byte_zero_prefixed_with_zeros.json | 6 + .../Range/overMinMaxExamples/Date_date.json | 6 + .../Date_date_with_large_negative_year.json | 6 + .../Date_date_with_large_positive_year.json | 6 + .../Date_date_with_negative_offset.json | 6 + .../Date_date_with_positive_offset.json | 6 + .../Date_date_with_utc.json | 6 + .../Date_date_with_zero_offset.json | 6 + .../overMinMaxExamples/Date_fuzzed_01.json | 6 + .../overMinMaxExamples/Date_fuzzed_02.json | 6 + .../overMinMaxExamples/Date_fuzzed_03.json | 6 + .../overMinMaxExamples/Date_fuzzed_04.json | 6 + .../overMinMaxExamples/Date_fuzzed_05.json | 6 + .../overMinMaxExamples/Date_fuzzed_06.json | 6 + .../overMinMaxExamples/Date_fuzzed_07.json | 6 + .../overMinMaxExamples/Date_fuzzed_08.json | 6 + .../overMinMaxExamples/Date_fuzzed_09.json | 6 + .../overMinMaxExamples/Date_fuzzed_10.json | 6 + .../Date_time_date_time_with_UTC.json | 6 + ...me_date_time_with_large_negative_year.json | 6 + ...me_date_time_with_large_positive_year.json | 6 + ...ate_time_with_long_fractional_seconds.json | 6 + ...e_time_date_time_with_negative_offset.json | 6 + ...e_time_date_time_with_positive_offset.json | 6 + .../Date_time_date_time_with_zero_offset.json | 6 + .../Date_time_date_time_without_zone.json | 6 + .../Date_time_fuzzed_01.json | 6 + .../Date_time_fuzzed_02.json | 6 + .../Date_time_fuzzed_03.json | 6 + .../Date_time_fuzzed_04.json | 6 + .../Date_time_fuzzed_05.json | 6 + .../Date_time_fuzzed_06.json | 6 + .../Date_time_fuzzed_07.json | 6 + .../Date_time_fuzzed_08.json | 6 + .../Date_time_fuzzed_09.json | 6 + .../Date_time_fuzzed_10.json | 6 + .../Date_time_midnight_with_24_hours.json | 6 + .../Date_time_midnight_with_zeros.json | 6 + .../Date_time_year_1_bce_is_a_leap_year.json | 6 + .../Date_time_year_5_bce_is_a_leap_year.json | 6 + .../Date_year_1_bce_is_a_leap_year.json | 6 + .../Date_year_5_bce_is_a_leap_year.json | 6 + .../overMinMaxExamples/Decimal_decimal.json | 6 + .../Decimal_decimal_with_long_fractional.json | 6 + .../Decimal_decimal_with_preceding_zeros.json | 6 + .../overMinMaxExamples/Decimal_fuzzed_01.json | 6 + .../overMinMaxExamples/Decimal_fuzzed_02.json | 6 + .../overMinMaxExamples/Decimal_fuzzed_03.json | 6 + .../overMinMaxExamples/Decimal_fuzzed_04.json | 6 + .../overMinMaxExamples/Decimal_fuzzed_05.json | 6 + .../overMinMaxExamples/Decimal_fuzzed_06.json | 6 + .../overMinMaxExamples/Decimal_fuzzed_07.json | 6 + .../overMinMaxExamples/Decimal_fuzzed_08.json | 6 + .../overMinMaxExamples/Decimal_fuzzed_09.json | 6 + .../overMinMaxExamples/Decimal_fuzzed_10.json | 6 + .../overMinMaxExamples/Decimal_integer.json | 6 + .../Decimal_integer_with_preceding_zeros.json | 6 + .../Decimal_very_large_decimal.json | 6 + .../overMinMaxExamples/Double_double.json | 6 + .../overMinMaxExamples/Double_fuzzed_01.json | 6 + .../overMinMaxExamples/Double_fuzzed_02.json | 6 + .../overMinMaxExamples/Double_fuzzed_03.json | 6 + .../overMinMaxExamples/Double_fuzzed_04.json | 6 + .../overMinMaxExamples/Double_fuzzed_05.json | 6 + .../overMinMaxExamples/Double_fuzzed_06.json | 6 + .../overMinMaxExamples/Double_fuzzed_07.json | 6 + .../overMinMaxExamples/Double_fuzzed_08.json | 6 + .../overMinMaxExamples/Double_fuzzed_09.json | 6 + .../overMinMaxExamples/Double_fuzzed_10.json | 6 + .../Range/overMinMaxExamples/Double_inf.json | 6 + .../overMinMaxExamples/Double_integer.json | 6 + .../Double_integer_with_preceding_zeros.json | 6 + ...f_precision_is_not_detected_by_design.json | 6 + .../overMinMaxExamples/Double_lowest.json | 6 + .../Range/overMinMaxExamples/Double_max.json | 6 + .../overMinMaxExamples/Double_minus_inf.json | 6 + .../Range/overMinMaxExamples/Double_nan.json | 6 + .../Double_scientific_notation.json | 6 + .../Double_scientific_notation_negative.json | 6 + ...scientific_notation_negative_exponent.json | 6 + .../Double_scientific_notation_positive.json | 6 + ...scientific_notation_positive_exponent.json | 6 + .../Double_very_large_normal.json | 6 + .../Double_very_precise_subnormal.json | 6 + .../Double_with_preceding_zeros.json | 6 + .../Duration_day_seconds.json | 6 + .../overMinMaxExamples/Duration_full.json | 6 + .../Duration_fuzzed_01.json | 6 + .../Duration_fuzzed_02.json | 6 + .../Duration_fuzzed_03.json | 6 + .../Duration_fuzzed_04.json | 6 + .../Duration_fuzzed_05.json | 6 + .../Duration_fuzzed_06.json | 6 + .../Duration_fuzzed_07.json | 6 + .../Duration_fuzzed_08.json | 6 + .../Duration_fuzzed_09.json | 6 + .../Duration_fuzzed_10.json | 6 + .../Duration_long_second_fractal.json | 6 + .../Duration_many_many_seconds.json | 6 + .../Duration_month_seconds.json | 6 + .../Duration_only_seconds.json | 6 + .../Duration_only_year.json | 6 + .../Range/overMinMaxExamples/Float_float.json | 6 + .../overMinMaxExamples/Float_fuzzed_01.json | 6 + .../overMinMaxExamples/Float_fuzzed_02.json | 6 + .../overMinMaxExamples/Float_fuzzed_03.json | 6 + .../overMinMaxExamples/Float_fuzzed_04.json | 6 + .../overMinMaxExamples/Float_fuzzed_05.json | 6 + .../overMinMaxExamples/Float_fuzzed_06.json | 6 + .../overMinMaxExamples/Float_fuzzed_07.json | 6 + .../overMinMaxExamples/Float_fuzzed_08.json | 6 + .../overMinMaxExamples/Float_fuzzed_09.json | 6 + .../overMinMaxExamples/Float_fuzzed_10.json | 6 + .../Range/overMinMaxExamples/Float_inf.json | 6 + .../overMinMaxExamples/Float_integer.json | 6 + .../Float_integer_with_preceding_zeros.json | 6 + .../Float_largest_normal.json | 6 + .../Float_largest_number_less_than_one.json | 6 + .../Float_largest_subnormal.json | 6 + ...f_precision_is_not_detected_by_design.json | 6 + .../Range/overMinMaxExamples/Float_nan.json | 6 + .../Float_negative_inf.json | 6 + .../Float_scientific_notation.json | 6 + .../Float_scientific_notation_negative.json | 6 + ...scientific_notation_negative_exponent.json | 6 + .../Float_scientific_notation_positive.json | 6 + ...scientific_notation_positive_exponent.json | 6 + ...Float_smallest_number_larger_than_one.json | 6 + .../Float_smallest_positive_normal.json | 6 + .../Float_smallest_positive_subnormal.json | 6 + .../Float_with_preceding_zeros.json | 6 + ...t_existing_in_all_months_without_zone.json | 6 + .../G_day_double_digit_day_without_zone.json | 6 + .../overMinMaxExamples/G_day_fuzzed_01.json | 6 + .../overMinMaxExamples/G_day_fuzzed_02.json | 6 + .../overMinMaxExamples/G_day_fuzzed_03.json | 6 + .../overMinMaxExamples/G_day_fuzzed_04.json | 6 + .../overMinMaxExamples/G_day_fuzzed_05.json | 6 + .../overMinMaxExamples/G_day_fuzzed_06.json | 6 + .../overMinMaxExamples/G_day_fuzzed_07.json | 6 + .../overMinMaxExamples/G_day_fuzzed_08.json | 6 + .../overMinMaxExamples/G_day_fuzzed_09.json | 6 + .../overMinMaxExamples/G_day_fuzzed_10.json | 6 + .../G_day_negative_offset.json | 6 + .../G_day_positive_offset.json | 6 + .../G_day_single_digit_day_without_zone.json | 6 + .../overMinMaxExamples/G_day_utc_zone.json | 6 + .../overMinMaxExamples/G_day_zero_offset.json | 6 + ...t_month_double_digit_day_without_zone.json | 6 + ...t_month_single_digit_day_without_zone.json | 6 + ...9th_which_does_not_exist_in_all_years.json | 6 + .../G_month_day_fuzzed_01.json | 6 + .../G_month_day_fuzzed_02.json | 6 + .../G_month_day_fuzzed_03.json | 6 + .../G_month_day_fuzzed_04.json | 6 + .../G_month_day_fuzzed_05.json | 6 + .../G_month_day_fuzzed_06.json | 6 + .../G_month_day_fuzzed_07.json | 6 + .../G_month_day_fuzzed_08.json | 6 + .../G_month_day_fuzzed_09.json | 6 + .../G_month_day_fuzzed_10.json | 6 + .../G_month_day_negative_offset.json | 6 + .../G_month_day_positive_offset.json | 6 + ...t_month_single_digit_day_without_zone.json | 6 + .../G_month_day_utc_zone.json | 6 + .../G_month_day_zero_offset.json | 6 + ...month_double_digit_month_without_zone.json | 6 + .../overMinMaxExamples/G_month_fuzzed_01.json | 6 + .../overMinMaxExamples/G_month_fuzzed_02.json | 6 + .../overMinMaxExamples/G_month_fuzzed_03.json | 6 + .../overMinMaxExamples/G_month_fuzzed_04.json | 6 + .../overMinMaxExamples/G_month_fuzzed_05.json | 6 + .../overMinMaxExamples/G_month_fuzzed_06.json | 6 + .../overMinMaxExamples/G_month_fuzzed_07.json | 6 + .../overMinMaxExamples/G_month_fuzzed_08.json | 6 + .../overMinMaxExamples/G_month_fuzzed_09.json | 6 + .../overMinMaxExamples/G_month_fuzzed_10.json | 6 + .../G_month_negative_offset.json | 6 + .../G_month_positive_offset.json | 6 + ...month_single_digit_month_without_zone.json | 6 + .../overMinMaxExamples/G_month_utc_zone.json | 6 + .../G_month_zero_offset.json | 6 + .../G_year_five_digit_negative_year.json | 6 + .../G_year_five_digit_year.json | 6 + .../overMinMaxExamples/G_year_fuzzed_01.json | 6 + .../overMinMaxExamples/G_year_fuzzed_02.json | 6 + .../overMinMaxExamples/G_year_fuzzed_03.json | 6 + .../overMinMaxExamples/G_year_fuzzed_04.json | 6 + .../overMinMaxExamples/G_year_fuzzed_05.json | 6 + .../overMinMaxExamples/G_year_fuzzed_06.json | 6 + .../overMinMaxExamples/G_year_fuzzed_07.json | 6 + .../overMinMaxExamples/G_year_fuzzed_08.json | 6 + .../overMinMaxExamples/G_year_fuzzed_09.json | 6 + .../overMinMaxExamples/G_year_fuzzed_10.json | 6 + .../G_year_month_common_year_month.json | 6 + ...G_year_month_five_digit_negative_year.json | 6 + .../G_year_month_fuzzed_01.json | 6 + .../G_year_month_fuzzed_02.json | 6 + .../G_year_month_fuzzed_03.json | 6 + .../G_year_month_fuzzed_04.json | 6 + .../G_year_month_fuzzed_05.json | 6 + .../G_year_month_fuzzed_06.json | 6 + .../G_year_month_fuzzed_07.json | 6 + .../G_year_month_fuzzed_08.json | 6 + .../G_year_month_fuzzed_09.json | 6 + .../G_year_month_fuzzed_10.json | 6 + .../G_year_month_negative_year.json | 6 + ...G_year_month_very_large_negative_year.json | 6 + ...G_year_month_very_large_positive_year.json | 6 + .../G_year_month_with_negative_offset.json | 6 + .../G_year_month_with_positive_offset.json | 6 + .../G_year_month_with_utc_zone.json | 6 + .../G_year_month_with_zero_offset.json | 6 + .../G_year_negative_offset.json | 6 + .../G_year_negative_year.json | 6 + .../G_year_positive_offset.json | 6 + .../overMinMaxExamples/G_year_utc_zone.json | 6 + .../G_year_very_large_negative_year.json | 6 + .../G_year_very_large_positive_year.json | 6 + .../G_year_year_without_zone.json | 6 + .../G_year_zero_offset.json | 6 + .../overMinMaxExamples/Hex_binary_empty.json | 6 + .../Hex_binary_fuzzed_01.json | 6 + .../Hex_binary_fuzzed_02.json | 6 + .../Hex_binary_fuzzed_03.json | 6 + .../Hex_binary_fuzzed_04.json | 6 + .../Hex_binary_fuzzed_05.json | 6 + .../Hex_binary_fuzzed_06.json | 6 + .../Hex_binary_fuzzed_07.json | 6 + .../Hex_binary_fuzzed_08.json | 6 + .../Hex_binary_fuzzed_09.json | 6 + .../Hex_binary_fuzzed_10.json | 6 + .../Hex_binary_long_random_hex.json | 6 + .../Hex_binary_one_one.json | 6 + .../Hex_binary_one_two.json | 6 + .../Hex_binary_one_two_three_four.json | 6 + .../Int_common_example.json | 6 + .../Int_explicitly_positive.json | 6 + .../overMinMaxExamples/Int_fuzzed_01.json | 6 + .../overMinMaxExamples/Int_fuzzed_02.json | 6 + .../overMinMaxExamples/Int_fuzzed_03.json | 6 + .../overMinMaxExamples/Int_fuzzed_04.json | 6 + .../overMinMaxExamples/Int_fuzzed_05.json | 6 + .../overMinMaxExamples/Int_fuzzed_06.json | 6 + .../overMinMaxExamples/Int_fuzzed_07.json | 6 + .../overMinMaxExamples/Int_fuzzed_08.json | 6 + .../overMinMaxExamples/Int_fuzzed_09.json | 6 + .../overMinMaxExamples/Int_fuzzed_10.json | 6 + .../Range/overMinMaxExamples/Int_max.json | 6 + .../Range/overMinMaxExamples/Int_min.json | 6 + .../overMinMaxExamples/Int_negative.json | 6 + .../Int_prefixed_with_zeros.json | 6 + .../Range/overMinMaxExamples/Int_zero.json | 6 + .../Int_zero_prefixed_with_zeros.json | 6 + .../Integer_common_example.json | 6 + .../Integer_explicitly_positive.json | 6 + .../overMinMaxExamples/Integer_fuzzed_01.json | 6 + .../overMinMaxExamples/Integer_fuzzed_02.json | 6 + .../overMinMaxExamples/Integer_fuzzed_03.json | 6 + .../overMinMaxExamples/Integer_fuzzed_04.json | 6 + .../overMinMaxExamples/Integer_fuzzed_05.json | 6 + .../overMinMaxExamples/Integer_fuzzed_06.json | 6 + .../overMinMaxExamples/Integer_fuzzed_07.json | 6 + .../overMinMaxExamples/Integer_fuzzed_08.json | 6 + .../overMinMaxExamples/Integer_fuzzed_09.json | 6 + .../overMinMaxExamples/Integer_fuzzed_10.json | 6 + .../overMinMaxExamples/Integer_negative.json | 6 + .../Integer_prefixed_with_zeros.json | 6 + .../Integer_very_large.json | 6 + .../overMinMaxExamples/Integer_zero.json | 6 + .../Integer_zero_prefixed_with_zeros.json | 6 + .../Long_common_example.json | 6 + .../Long_explicitly_positive.json | 6 + .../overMinMaxExamples/Long_fuzzed_01.json | 6 + .../overMinMaxExamples/Long_fuzzed_02.json | 6 + .../overMinMaxExamples/Long_fuzzed_03.json | 6 + .../overMinMaxExamples/Long_fuzzed_04.json | 6 + .../overMinMaxExamples/Long_fuzzed_05.json | 6 + .../overMinMaxExamples/Long_fuzzed_06.json | 6 + .../overMinMaxExamples/Long_fuzzed_07.json | 6 + .../overMinMaxExamples/Long_fuzzed_08.json | 6 + .../overMinMaxExamples/Long_fuzzed_09.json | 6 + .../overMinMaxExamples/Long_fuzzed_10.json | 6 + .../Range/overMinMaxExamples/Long_max.json | 6 + .../Range/overMinMaxExamples/Long_min.json | 6 + .../overMinMaxExamples/Long_negative.json | 6 + .../Long_prefixed_with_zeros.json | 6 + .../Range/overMinMaxExamples/Long_zero.json | 6 + .../Long_zero_prefixed_with_zeros.json | 6 + .../Negative_integer_fuzzed_01.json | 6 + .../Negative_integer_fuzzed_02.json | 6 + .../Negative_integer_fuzzed_03.json | 6 + .../Negative_integer_fuzzed_04.json | 6 + .../Negative_integer_fuzzed_05.json | 6 + .../Negative_integer_fuzzed_06.json | 6 + .../Negative_integer_fuzzed_07.json | 6 + .../Negative_integer_fuzzed_08.json | 6 + .../Negative_integer_fuzzed_09.json | 6 + .../Negative_integer_fuzzed_10.json | 6 + .../Negative_integer_negative.json | 6 + .../Negative_integer_prefixed_with_zeros.json | 6 + .../Negative_integer_very_large.json | 6 + .../Non_negative_integer_common_example.json | 6 + ..._negative_integer_explicitly_positive.json | 6 + ...plicitly_positive_prefixed_with_zeros.json | 6 + .../Non_negative_integer_fuzzed_01.json | 6 + .../Non_negative_integer_fuzzed_02.json | 6 + .../Non_negative_integer_fuzzed_03.json | 6 + .../Non_negative_integer_fuzzed_04.json | 6 + .../Non_negative_integer_fuzzed_05.json | 6 + .../Non_negative_integer_fuzzed_06.json | 6 + .../Non_negative_integer_fuzzed_07.json | 6 + .../Non_negative_integer_fuzzed_08.json | 6 + .../Non_negative_integer_fuzzed_09.json | 6 + .../Non_negative_integer_fuzzed_10.json | 6 + .../Non_negative_integer_minus_zero.json | 6 + .../Non_negative_integer_positive_zero.json | 6 + ..._negative_integer_prefixed_with_zeros.json | 6 + .../Non_negative_integer_very_large.json | 6 + .../Non_negative_integer_zero.json | 6 + ...tive_integer_zero_prefixed_with_zeros.json | 6 + ...tive_integer_explicitly_positive_zero.json | 6 + .../Non_positive_integer_fuzzed_01.json | 6 + .../Non_positive_integer_fuzzed_02.json | 6 + .../Non_positive_integer_fuzzed_03.json | 6 + .../Non_positive_integer_fuzzed_04.json | 6 + .../Non_positive_integer_fuzzed_05.json | 6 + .../Non_positive_integer_fuzzed_06.json | 6 + .../Non_positive_integer_fuzzed_07.json | 6 + .../Non_positive_integer_fuzzed_08.json | 6 + .../Non_positive_integer_fuzzed_09.json | 6 + .../Non_positive_integer_fuzzed_10.json | 6 + .../Non_positive_integer_negative.json | 6 + ..._positive_integer_prefixed_with_zeros.json | 6 + .../Non_positive_integer_very_large.json | 6 + .../Non_positive_integer_zero.json | 6 + .../Positive_integer_common_example.json | 6 + .../Positive_integer_explicitly_positive.json | 6 + .../Positive_integer_fuzzed_01.json | 6 + .../Positive_integer_fuzzed_02.json | 6 + .../Positive_integer_fuzzed_03.json | 6 + .../Positive_integer_fuzzed_04.json | 6 + .../Positive_integer_fuzzed_05.json | 6 + .../Positive_integer_fuzzed_06.json | 6 + .../Positive_integer_fuzzed_07.json | 6 + .../Positive_integer_fuzzed_08.json | 6 + .../Positive_integer_fuzzed_09.json | 6 + .../Positive_integer_fuzzed_10.json | 6 + .../Positive_integer_prefixed_with_zeros.json | 6 + .../Positive_integer_very_large.json | 6 + .../Short_common_example.json | 6 + .../Short_explicitly_positive.json | 6 + .../overMinMaxExamples/Short_fuzzed_01.json | 6 + .../overMinMaxExamples/Short_fuzzed_02.json | 6 + .../overMinMaxExamples/Short_fuzzed_03.json | 6 + .../overMinMaxExamples/Short_fuzzed_04.json | 6 + .../overMinMaxExamples/Short_fuzzed_05.json | 6 + .../overMinMaxExamples/Short_fuzzed_06.json | 6 + .../overMinMaxExamples/Short_fuzzed_07.json | 6 + .../overMinMaxExamples/Short_fuzzed_08.json | 6 + .../overMinMaxExamples/Short_fuzzed_09.json | 6 + .../overMinMaxExamples/Short_fuzzed_10.json | 6 + .../Range/overMinMaxExamples/Short_max.json | 6 + .../Range/overMinMaxExamples/Short_min.json | 6 + .../overMinMaxExamples/Short_negative.json | 6 + .../Short_prefixed_with_zeros.json | 6 + .../Range/overMinMaxExamples/Short_zero.json | 6 + .../Short_zero_prefixed_with_zeros.json | 6 + .../overMinMaxExamples/String_empty.json | 6 + .../String_free_form_text.json | 6 + .../overMinMaxExamples/String_fuzzed_01.json | 6 + .../overMinMaxExamples/String_fuzzed_02.json | 6 + .../overMinMaxExamples/String_fuzzed_03.json | 6 + .../overMinMaxExamples/String_fuzzed_04.json | 6 + .../overMinMaxExamples/String_fuzzed_05.json | 6 + .../overMinMaxExamples/String_fuzzed_06.json | 6 + .../overMinMaxExamples/String_fuzzed_07.json | 6 + .../overMinMaxExamples/String_fuzzed_08.json | 6 + .../overMinMaxExamples/String_fuzzed_09.json | 6 + .../overMinMaxExamples/String_fuzzed_10.json | 6 + .../Time_common_example.json | 6 + .../overMinMaxExamples/Time_fuzzed_01.json | 6 + .../overMinMaxExamples/Time_fuzzed_02.json | 6 + .../overMinMaxExamples/Time_fuzzed_03.json | 6 + .../overMinMaxExamples/Time_fuzzed_04.json | 6 + .../overMinMaxExamples/Time_fuzzed_05.json | 6 + .../overMinMaxExamples/Time_fuzzed_06.json | 6 + .../overMinMaxExamples/Time_fuzzed_07.json | 6 + .../overMinMaxExamples/Time_fuzzed_08.json | 6 + .../overMinMaxExamples/Time_fuzzed_09.json | 6 + .../overMinMaxExamples/Time_fuzzed_10.json | 6 + .../Time_negative_offset.json | 6 + .../Time_positive_offset.json | 6 + .../Time_with_long_second_fractional.json | 6 + .../Time_with_second_fractional.json | 6 + .../Time_with_utc_timezone.json | 6 + .../overMinMaxExamples/Time_zero_offset.json | 6 + .../Unsigned_byte_common_example.json | 6 + .../Unsigned_byte_explicitly_positive.json | 6 + .../Unsigned_byte_fuzzed_01.json | 6 + .../Unsigned_byte_fuzzed_02.json | 6 + .../Unsigned_byte_fuzzed_03.json | 6 + .../Unsigned_byte_fuzzed_04.json | 6 + .../Unsigned_byte_fuzzed_05.json | 6 + .../Unsigned_byte_fuzzed_06.json | 6 + .../Unsigned_byte_fuzzed_07.json | 6 + .../Unsigned_byte_fuzzed_08.json | 6 + .../Unsigned_byte_fuzzed_09.json | 6 + .../Unsigned_byte_fuzzed_10.json | 6 + .../overMinMaxExamples/Unsigned_byte_max.json | 6 + .../Unsigned_byte_prefixed_with_zeros.json | 6 + .../Unsigned_byte_zero.json | 6 + ...nsigned_byte_zero_prefixed_with_zeros.json | 6 + .../Unsigned_int_common_example.json | 6 + .../Unsigned_int_explicitly_positive.json | 6 + .../Unsigned_int_fuzzed_01.json | 6 + .../Unsigned_int_fuzzed_02.json | 6 + .../Unsigned_int_fuzzed_03.json | 6 + .../Unsigned_int_fuzzed_04.json | 6 + .../Unsigned_int_fuzzed_05.json | 6 + .../Unsigned_int_fuzzed_06.json | 6 + .../Unsigned_int_fuzzed_07.json | 6 + .../Unsigned_int_fuzzed_08.json | 6 + .../Unsigned_int_fuzzed_09.json | 6 + .../Unsigned_int_fuzzed_10.json | 6 + .../overMinMaxExamples/Unsigned_int_max.json | 6 + .../Unsigned_int_prefixed_with_zeros.json | 6 + .../overMinMaxExamples/Unsigned_int_zero.json | 6 + ...Unsigned_int_zero_prefixed_with_zeros.json | 6 + .../Unsigned_long_common_example.json | 6 + .../Unsigned_long_explicitly_positive.json | 6 + .../Unsigned_long_fuzzed_01.json | 6 + .../Unsigned_long_fuzzed_02.json | 6 + .../Unsigned_long_fuzzed_03.json | 6 + .../Unsigned_long_fuzzed_04.json | 6 + .../Unsigned_long_fuzzed_05.json | 6 + .../Unsigned_long_fuzzed_06.json | 6 + .../Unsigned_long_fuzzed_07.json | 6 + .../Unsigned_long_fuzzed_08.json | 6 + .../Unsigned_long_fuzzed_09.json | 6 + .../Unsigned_long_fuzzed_10.json | 6 + .../overMinMaxExamples/Unsigned_long_max.json | 6 + .../Unsigned_long_prefixed_with_zeros.json | 6 + .../Unsigned_long_zero.json | 6 + ...nsigned_long_zero_prefixed_with_zeros.json | 6 + .../Unsigned_short_common_example.json | 6 + .../Unsigned_short_explicitly_positive.json | 6 + .../Unsigned_short_fuzzed_01.json | 6 + .../Unsigned_short_fuzzed_02.json | 6 + .../Unsigned_short_fuzzed_03.json | 6 + .../Unsigned_short_fuzzed_04.json | 6 + .../Unsigned_short_fuzzed_05.json | 6 + .../Unsigned_short_fuzzed_06.json | 6 + .../Unsigned_short_fuzzed_07.json | 6 + .../Unsigned_short_fuzzed_08.json | 6 + .../Unsigned_short_fuzzed_09.json | 6 + .../Unsigned_short_fuzzed_10.json | 6 + .../Unsigned_short_max.json | 6 + .../Unsigned_short_prefixed_with_zeros.json | 6 + .../Unsigned_short_zero.json | 6 + ...signed_short_zero_prefixed_with_zeros.json | 6 + ...key_in_generic_globally_identifiables.json | 9 + ...nce_last_key_in_generic_fragment_keys.json | 13 + ..._key_in_generic_globally_identifiable.json | 13 + .../Json/Expected/Reference/maximal.json | 18 + .../Json/Expected/Reference/minimal.json | 9 + ...key_in_globally_and_aas_identifiables.json | 9 + .../model_reference_fragment_after_blob.json | 17 + ..._reference_valid_key_value_after_list.json | 17 + .../Expected/ReferenceElement/maximal.json | 148 + .../Expected/ReferenceElement/minimal.json | 3 + .../Expected/RelationshipElement/maximal.json | 157 + .../Expected/RelationshipElement/minimal.json | 3 + .../contentTypeOverPatternExamples/dash.json | 4 + .../contentTypeOverPatternExamples/dots.json | 4 + .../fuzzed_01.json | 4 + .../fuzzed_02.json | 4 + .../fuzzed_03.json | 4 + .../number prefix and suffix.json | 4 + .../only_letters.json | 4 + .../contentTypeOverPatternExamples/plus.json | 4 + .../random_common_MIME_type.json | 4 + test_data/Json/Expected/Resource/maximal.json | 4 + test_data/Json/Expected/Resource/minimal.json | 3 + .../pathOverPatternExamples/fuzzed_01.json | 3 + .../pathOverPatternExamples/fuzzed_02.json | 3 + .../pathOverPatternExamples/fuzzed_03.json | 3 + .../pathOverPatternExamples/fuzzed_04.json | 3 + .../pathOverPatternExamples/fuzzed_05.json | 3 + .../pathOverPatternExamples/fuzzed_06.json | 3 + .../pathOverPatternExamples/fuzzed_07.json | 3 + .../pathOverPatternExamples/fuzzed_08.json | 3 + .../pathOverPatternExamples/fuzzed_09.json | 3 + .../pathOverPatternExamples/fuzzed_10.json | 3 + .../pathOverPatternExamples/made_up_01.json | 3 + .../pathOverPatternExamples/made_up_02.json | 3 + .../pathOverPatternExamples/made_up_03.json | 3 + .../pathOverPatternExamples/made_up_04.json | 3 + .../pathOverPatternExamples/made_up_05.json | 3 + .../Expected/SpecificAssetId/maximal.json | 51 + .../Expected/SpecificAssetId/minimal.json | 4 + .../nameOverPatternExamples/fuzzed_01.json | 4 + .../nameOverPatternExamples/fuzzed_02.json | 4 + .../nameOverPatternExamples/fuzzed_03.json | 4 + .../nameOverPatternExamples/fuzzed_04.json | 4 + .../nameOverPatternExamples/fuzzed_05.json | 4 + .../nameOverPatternExamples/fuzzed_06.json | 4 + .../nameOverPatternExamples/fuzzed_07.json | 4 + .../nameOverPatternExamples/fuzzed_08.json | 4 + .../nameOverPatternExamples/fuzzed_09.json | 4 + .../nameOverPatternExamples/fuzzed_10.json | 4 + .../valueOverPatternExamples/fuzzed_01.json | 4 + .../valueOverPatternExamples/fuzzed_02.json | 4 + .../valueOverPatternExamples/fuzzed_03.json | 4 + .../valueOverPatternExamples/fuzzed_04.json | 4 + .../valueOverPatternExamples/fuzzed_05.json | 4 + .../valueOverPatternExamples/fuzzed_06.json | 4 + .../valueOverPatternExamples/fuzzed_07.json | 4 + .../valueOverPatternExamples/fuzzed_08.json | 4 + .../valueOverPatternExamples/fuzzed_09.json | 4 + .../valueOverPatternExamples/fuzzed_10.json | 4 + test_data/Json/Expected/Submodel/maximal.json | 153 + test_data/Json/Expected/Submodel/minimal.json | 4 + .../SubmodelElementCollection/maximal.json | 164 + .../SubmodelElementCollection/minimal.json | 3 + .../list_id_short_in_value.json | 13 + .../list_no_semantic_id_list_element.json | 34 + .../list_one_child_without_semantic_id.json | 34 + .../list_two_properties.json | 43 + .../Expected/SubmodelElementList/maximal.json | 179 + .../Expected/SubmodelElementList/minimal.json | 4 + .../Json/Expected/ValueList/maximal.json | 7 + .../Json/Expected/ValueList/minimal.json | 7 + .../Expected/ValueReferencePair/maximal.json | 12 + .../Expected/ValueReferencePair/minimal.json | 3 + .../valueOverPatternExamples/fuzzed_01.json | 3 + .../valueOverPatternExamples/fuzzed_02.json | 3 + .../valueOverPatternExamples/fuzzed_03.json | 3 + .../valueOverPatternExamples/fuzzed_04.json | 3 + .../valueOverPatternExamples/fuzzed_05.json | 3 + .../valueOverPatternExamples/fuzzed_06.json | 3 + .../valueOverPatternExamples/fuzzed_07.json | 3 + .../valueOverPatternExamples/fuzzed_08.json | 3 + .../valueOverPatternExamples/fuzzed_09.json | 3 + .../valueOverPatternExamples/fuzzed_10.json | 3 + ...rst_key_not_in_globally_identifiables.json | 9 + ..._reference_violation_invalid_last_key.json | 13 + ...on_first_key_not_in_aas_identifiables.json | 9 + ...rst_key_not_in_globally_identifiables.json | 9 + ...tion_fragment_reference_in_the_middle.json | 17 + ...ment_reference_not_after_file_or_blob.json | 17 + ...iolation_invalid_key_value_after_list.json | 17 + ...ation_second_key_not_in_fragment_keys.json | 13 + ...violation_of_semantic_id_list_element.json | 43 + ..._violation_of_type_value_list_element.json | 43 + ..._violation_of_value_type_list_element.json | 43 + ...semantic_id_mismatch_between_elements.json | 34 + .../BasicEventElement/lastUpdate.json | 19 + .../EventPayload/timeStamp.json | 25 + .../Range/Any_URI_negatively_fuzzed_01.json | 6 + .../Range/Any_URI_negatively_fuzzed_02.json | 6 + .../Range/Any_URI_negatively_fuzzed_03.json | 6 + .../Range/Any_URI_negatively_fuzzed_04.json | 6 + .../Range/Any_URI_negatively_fuzzed_05.json | 6 + .../Range/Any_URI_negatively_fuzzed_06.json | 6 + .../Range/Any_URI_negatively_fuzzed_07.json | 6 + .../Range/Any_URI_negatively_fuzzed_08.json | 6 + .../Range/Any_URI_negatively_fuzzed_09.json | 6 + .../Range/Any_URI_negatively_fuzzed_10.json | 6 + ...ollowed_by_non_two_hexadecimal_digits.json | 6 + .../Range/Any_URI_too_many_fragments.json | 6 + ...odd_number_of_characters_is_not_valid.json | 6 + ...uals_signs_may_only_appear_at_the_end.json | 6 + .../Base_64_binary_negatively_fuzzed_01.json | 6 + .../Base_64_binary_negatively_fuzzed_02.json | 6 + .../Base_64_binary_negatively_fuzzed_03.json | 6 + .../Base_64_binary_negatively_fuzzed_04.json | 6 + .../Base_64_binary_negatively_fuzzed_05.json | 6 + .../Base_64_binary_negatively_fuzzed_06.json | 6 + .../Base_64_binary_negatively_fuzzed_07.json | 6 + .../Base_64_binary_negatively_fuzzed_08.json | 6 + .../Base_64_binary_negatively_fuzzed_09.json | 6 + .../Base_64_binary_negatively_fuzzed_10.json | 6 + ...an_false_as_number_with_leading_zeros.json | 6 + .../Range/Boolean_false_in_camelcase.json | 6 + .../Range/Boolean_false_in_uppercase.json | 6 + .../Range/Boolean_negatively_fuzzed_01.json | 6 + .../Range/Boolean_negatively_fuzzed_02.json | 6 + .../Range/Boolean_negatively_fuzzed_03.json | 6 + .../Range/Boolean_negatively_fuzzed_04.json | 6 + .../Range/Boolean_negatively_fuzzed_05.json | 6 + .../Range/Boolean_negatively_fuzzed_06.json | 6 + .../Range/Boolean_negatively_fuzzed_07.json | 6 + .../Range/Boolean_negatively_fuzzed_08.json | 6 + .../Range/Boolean_negatively_fuzzed_09.json | 6 + .../Range/Boolean_negatively_fuzzed_10.json | 6 + ...ean_true_as_number_with_leading_zeros.json | 6 + .../Range/Boolean_true_in_camelcase.json | 6 + .../Range/Boolean_true_in_uppercase.json | 6 + .../Range/Byte_decimal.json | 6 + .../InvalidRangeExample/Range/Byte_empty.json | 6 + .../Range/Byte_free_form_text.json | 6 + .../Range/Byte_mathematical_formula.json | 6 + .../Range/Byte_max_plus_one.json | 6 + .../Range/Byte_min_minus_one.json | 6 + .../Range/Byte_scientific.json | 6 + .../Range/Date_date_time_with_UTC.json | 6 + .../Range/Date_date_time_with_offset.json | 6 + .../Range/Date_date_time_without_zone.json | 6 + ...ate_date_with_invalid_negative_offset.json | 6 + ...ate_date_with_invalid_positive_offset.json | 6 + .../Date_date_with_seconds_in_offset.json | 6 + .../InvalidRangeExample/Range/Date_empty.json | 6 + .../Date_non_existing_february_29th.json | 6 + .../Range/Date_time_date.json | 6 + ...ate_time_with_invalid_negative_offset.json | 6 + ...ate_time_with_invalid_positive_offset.json | 6 + ...time_date_time_with_seconds_in_offset.json | 6 + ...time_date_time_with_unexpected_prefix.json | 6 + ...time_date_time_with_unexpected_suffix.json | 6 + .../Range/Date_time_date_with_time_zone.json | 6 + .../Range/Date_time_empty.json | 6 + .../Date_time_non_existing_february_29th.json | 6 + .../Range/Date_time_without_minutes.json | 6 + .../Range/Date_time_without_seconds.json | 6 + .../Date_time_year_4_bce_february_29th.json | 6 + .../Date_time_year_zero_doesnt_exist.json | 6 + .../Range/Date_year_4_bce_february_29th.json | 6 + .../Range/Date_year_zero_doesnt_exist.json | 6 + .../Range/Decimal_empty.json | 6 + .../Range/Decimal_free_form_text.json | 6 + .../Range/Double_empty.json | 6 + .../Range/Double_free_form_text.json | 6 + .../Range/Double_inf_case_matters.json | 6 + .../Range/Double_nan_case_matters.json | 6 + ...le_no_fraction_in_scientific_notation.json | 6 + .../Range/Double_plus_inf.json | 6 + .../Range/Double_too_large.json | 6 + .../Range/Duration_empty.json | 6 + .../Range/Duration_free_form_text.json | 6 + .../Range/Duration_integer.json | 6 + .../Range/Duration_leading_P_missing.json | 6 + .../Range/Duration_negative_years.json | 6 + ...uration_positive_year_negative_months.json | 6 + .../Range/Duration_separator_T_missing.json | 6 + .../Range/Duration_the_order_matters.json | 6 + .../Range/Float_empty.json | 6 + .../Range/Float_free_form_text.json | 6 + .../Range/Float_inf_case_matters.json | 6 + .../Range/Float_nan_case_matters.json | 6 + ...at_no_fraction_in_scientific_notation.json | 6 + .../Range/Float_plus_inf.json | 6 + .../Range/Float_too_large.json | 6 + .../Range/G_day_day_outside_of_range.json | 6 + .../Range/G_day_empty.json | 6 + .../Range/G_day_free_form_text.json | 6 + .../Range/G_day_invalid_negative_offset.json | 6 + .../G_day_invalid_offset_with_seconds.json | 6 + .../Range/G_day_invalid_positive_offset.json | 6 + .../Range/G_day_missing_leading_dashes.json | 6 + .../Range/G_day_missing_leading_digit.json | 6 + .../Range/G_day_unexpected_suffix.json | 6 + .../G_month_day_day_outside_of_range.json | 6 + .../Range/G_month_day_empty.json | 6 + .../Range/G_month_day_free_form_text.json | 6 + .../G_month_day_invalid_negative_offset.json | 6 + ...month_day_invalid_offset_with_seconds.json | 6 + .../G_month_day_invalid_positive_offset.json | 6 + .../G_month_day_missing_leading_dashes.json | 6 + .../G_month_day_missing_leading_digit.json | 6 + .../G_month_day_non_existing_april_31st.json | 6 + ...onth_day_unexpected_prefix_and_suffix.json | 6 + .../Range/G_month_empty.json | 6 + .../Range/G_month_free_form_text.json | 6 + .../G_month_invalid_negative_offset.json | 6 + .../G_month_invalid_offset_with_seconds.json | 6 + .../G_month_invalid_positive_offset.json | 6 + .../Range/G_month_missing_leading_dashes.json | 6 + .../Range/G_month_missing_leading_digit.json | 6 + .../Range/G_month_month_outside_of_range.json | 6 + .../G_month_unexpected_prefix_and_suffix.json | 6 + .../Range/G_year_empty.json | 6 + .../Range/G_year_free_form_text.json | 6 + .../Range/G_year_invalid_negative_offset.json | 6 + .../G_year_invalid_offset_with_seconds.json | 6 + .../Range/G_year_invalid_positive_offset.json | 6 + .../Range/G_year_missing_century.json | 6 + .../Range/G_year_month_empty.json | 6 + .../Range/G_year_month_free_form_text.json | 6 + .../G_year_month_invalid_negative_offset.json | 6 + ...ear_month_invalid_offset_with_seconds.json | 6 + .../G_year_month_invalid_positive_offset.json | 6 + .../Range/G_year_month_missing_century.json | 6 + .../Range/G_year_month_missing_month.json | 6 + .../G_year_month_month_out_of_range.json | 6 + .../Range/G_year_unexpected_month.json | 6 + .../Range/Hex_binary_free_form_text.json | 6 + .../Hex_binary_odd_number_of_digits.json | 6 + .../Range/Hex_binary_single_digit.json | 6 + .../Range/Int_decimal.json | 6 + .../InvalidRangeExample/Range/Int_empty.json | 6 + .../Range/Int_free_form_text.json | 6 + .../Range/Int_mathematical_formula.json | 6 + .../Range/Int_max_plus_one.json | 6 + .../Range/Int_min_minus_one.json | 6 + .../Range/Int_scientific.json | 6 + .../Range/Integer_decimal.json | 6 + .../Range/Integer_empty.json | 6 + .../Range/Integer_free_form_text.json | 6 + .../Range/Integer_mathematical_formula.json | 6 + .../Range/Integer_scientific.json | 6 + .../Range/Long_decimal.json | 6 + .../InvalidRangeExample/Range/Long_empty.json | 6 + .../Range/Long_free_form_text.json | 6 + .../Range/Long_mathematical_formula.json | 6 + .../Range/Long_max_plus_one.json | 6 + .../Range/Long_min_minus_one.json | 6 + .../Range/Long_scientific.json | 6 + .../Range/Negative_integer_decimal.json | 6 + .../Range/Negative_integer_empty.json | 6 + .../Negative_integer_explicitly_positive.json | 6 + ...tive_integer_explicitly_positive_zero.json | 6 + .../Negative_integer_free_form_text.json | 6 + .../Negative_integer_implicitly_positive.json | 6 + ...Negative_integer_mathematical_formula.json | 6 + .../Range/Negative_integer_scientific.json | 6 + .../Range/Negative_integer_zero.json | 6 + ...tive_integer_zero_prefixed_with_zeros.json | 6 + .../Range/Non_negative_integer_decimal.json | 6 + .../Range/Non_negative_integer_empty.json | 6 + .../Non_negative_integer_free_form_text.json | 6 + .../Range/Non_negative_integer_negative.json | 6 + .../Range/Non_positive_integer_decimal.json | 6 + .../Range/Non_positive_integer_empty.json | 6 + ..._positive_integer_explicitly_positive.json | 6 + .../Non_positive_integer_free_form_text.json | 6 + ..._positive_integer_implicitly_positive.json | 6 + ...positive_integer_mathematical_formula.json | 6 + .../Non_positive_integer_scientific.json | 6 + .../Range/Positive_integer_decimal.json | 6 + .../Range/Positive_integer_empty.json | 6 + .../Positive_integer_free_form_text.json | 6 + .../Range/Positive_integer_negative.json | 6 + .../Range/Positive_integer_zero.json | 6 + ...tive_integer_zero_prefixed_with_zeros.json | 6 + .../Range/Short_decimal.json | 6 + .../Range/Short_empty.json | 6 + .../Range/Short_free_form_text.json | 6 + .../Range/Short_mathematical_formula.json | 6 + .../Range/Short_max_plus_one.json | 6 + .../Range/Short_min_minus_one.json | 6 + .../Range/Short_scientific.json | 6 + .../Range/String_NUL_as_utf16.json | 6 + .../Range/String_NUL_as_utf32.json | 6 + .../Range/String_NUL_as_x.json | 6 + .../Range/String_negatively_fuzzed_01.json | 6 + .../Range/String_negatively_fuzzed_02.json | 6 + .../Range/String_negatively_fuzzed_03.json | 6 + .../Range/String_negatively_fuzzed_04.json | 6 + .../Range/String_negatively_fuzzed_05.json | 6 + .../Range/String_negatively_fuzzed_06.json | 6 + .../Range/String_negatively_fuzzed_07.json | 6 + .../Range/String_negatively_fuzzed_08.json | 6 + .../Range/String_negatively_fuzzed_09.json | 6 + .../Range/String_negatively_fuzzed_10.json | 6 + .../InvalidRangeExample/Range/Time_empty.json | 6 + .../Range/Time_free_form_text.json | 6 + .../Range/Time_hour_out_of_range.json | 6 + .../Range/Time_invalid_negative_offset.json | 6 + .../Time_invalid_offset_with_seconds.json | 6 + .../Range/Time_invalid_positive_offset.json | 6 + .../Range/Time_minute_out_of_range.json | 6 + .../Range/Time_missing_padded_zeros.json | 6 + .../Range/Time_missing_seconds.json | 6 + .../Range/Time_negative.json | 6 + .../Range/Time_second_out_of_range.json | 6 + .../Range/Unsigned_byte_decimal.json | 6 + .../Range/Unsigned_byte_empty.json | 6 + .../Range/Unsigned_byte_free_form_text.json | 6 + .../Unsigned_byte_mathematical_formula.json | 6 + .../Range/Unsigned_byte_max_plus_one.json | 6 + .../Range/Unsigned_byte_negative.json | 6 + .../Range/Unsigned_byte_scientific.json | 6 + .../Range/Unsigned_int_decimal.json | 6 + .../Range/Unsigned_int_empty.json | 6 + .../Range/Unsigned_int_free_form_text.json | 6 + .../Unsigned_int_mathematical_formula.json | 6 + .../Range/Unsigned_int_max_plus_one.json | 6 + .../Range/Unsigned_int_negative.json | 6 + .../Range/Unsigned_int_scientific.json | 6 + .../Range/Unsigned_long_decimal.json | 6 + .../Range/Unsigned_long_empty.json | 6 + .../Range/Unsigned_long_free_form_text.json | 6 + .../Unsigned_long_mathematical_formula.json | 6 + .../Range/Unsigned_long_max_plus_one.json | 6 + .../Range/Unsigned_long_negative.json | 6 + .../Range/Unsigned_long_scientific.json | 6 + .../Range/Unsigned_short_decimal.json | 6 + .../Range/Unsigned_short_empty.json | 6 + .../Range/Unsigned_short_free_form_text.json | 6 + .../Unsigned_short_mathematical_formula.json | 6 + .../Range/Unsigned_short_max_plus_one.json | 6 + .../Range/Unsigned_short_negative.json | 6 + .../Range/Unsigned_short_scientific.json | 6 + .../value/Any_URI_negatively_fuzzed_01.json | 5 + .../value/Any_URI_negatively_fuzzed_02.json | 5 + .../value/Any_URI_negatively_fuzzed_03.json | 5 + .../value/Any_URI_negatively_fuzzed_04.json | 5 + .../value/Any_URI_negatively_fuzzed_05.json | 5 + .../value/Any_URI_negatively_fuzzed_06.json | 5 + .../value/Any_URI_negatively_fuzzed_07.json | 5 + .../value/Any_URI_negatively_fuzzed_08.json | 5 + .../value/Any_URI_negatively_fuzzed_09.json | 5 + .../value/Any_URI_negatively_fuzzed_10.json | 5 + ...ollowed_by_non_two_hexadecimal_digits.json | 5 + .../value/Any_URI_too_many_fragments.json | 5 + ...odd_number_of_characters_is_not_valid.json | 5 + ...uals_signs_may_only_appear_at_the_end.json | 5 + .../Base_64_binary_negatively_fuzzed_01.json | 5 + .../Base_64_binary_negatively_fuzzed_02.json | 5 + .../Base_64_binary_negatively_fuzzed_03.json | 5 + .../Base_64_binary_negatively_fuzzed_04.json | 5 + .../Base_64_binary_negatively_fuzzed_05.json | 5 + .../Base_64_binary_negatively_fuzzed_06.json | 5 + .../Base_64_binary_negatively_fuzzed_07.json | 5 + .../Base_64_binary_negatively_fuzzed_08.json | 5 + .../Base_64_binary_negatively_fuzzed_09.json | 5 + .../Base_64_binary_negatively_fuzzed_10.json | 5 + ...an_false_as_number_with_leading_zeros.json | 5 + .../value/Boolean_false_in_camelcase.json | 5 + .../value/Boolean_false_in_uppercase.json | 5 + .../value/Boolean_negatively_fuzzed_01.json | 5 + .../value/Boolean_negatively_fuzzed_02.json | 5 + .../value/Boolean_negatively_fuzzed_03.json | 5 + .../value/Boolean_negatively_fuzzed_04.json | 5 + .../value/Boolean_negatively_fuzzed_05.json | 5 + .../value/Boolean_negatively_fuzzed_06.json | 5 + .../value/Boolean_negatively_fuzzed_07.json | 5 + .../value/Boolean_negatively_fuzzed_08.json | 5 + .../value/Boolean_negatively_fuzzed_09.json | 5 + .../value/Boolean_negatively_fuzzed_10.json | 5 + ...ean_true_as_number_with_leading_zeros.json | 5 + .../value/Boolean_true_in_camelcase.json | 5 + .../value/Boolean_true_in_uppercase.json | 5 + .../Extension/value/Byte_decimal.json | 5 + .../Extension/value/Byte_empty.json | 5 + .../Extension/value/Byte_free_form_text.json | 5 + .../value/Byte_mathematical_formula.json | 5 + .../Extension/value/Byte_max_plus_one.json | 5 + .../Extension/value/Byte_min_minus_one.json | 5 + .../Extension/value/Byte_scientific.json | 5 + .../value/Date_date_time_with_UTC.json | 5 + .../value/Date_date_time_with_offset.json | 5 + .../value/Date_date_time_without_zone.json | 5 + ...ate_date_with_invalid_negative_offset.json | 5 + ...ate_date_with_invalid_positive_offset.json | 5 + .../Date_date_with_seconds_in_offset.json | 5 + .../Extension/value/Date_empty.json | 5 + .../Date_non_existing_february_29th.json | 5 + .../Extension/value/Date_time_date.json | 5 + ...ate_time_with_invalid_negative_offset.json | 5 + ...ate_time_with_invalid_positive_offset.json | 5 + ...time_date_time_with_seconds_in_offset.json | 5 + ...time_date_time_with_unexpected_prefix.json | 5 + ...time_date_time_with_unexpected_suffix.json | 5 + .../value/Date_time_date_with_time_zone.json | 5 + .../Extension/value/Date_time_empty.json | 5 + .../Date_time_non_existing_february_29th.json | 5 + .../value/Date_time_without_minutes.json | 5 + .../value/Date_time_without_seconds.json | 5 + .../Date_time_year_4_bce_february_29th.json | 5 + .../Date_time_year_zero_doesnt_exist.json | 5 + .../value/Date_year_4_bce_february_29th.json | 5 + .../value/Date_year_zero_doesnt_exist.json | 5 + .../Extension/value/Decimal_empty.json | 5 + .../value/Decimal_free_form_text.json | 5 + .../Extension/value/Double_empty.json | 5 + .../value/Double_free_form_text.json | 5 + .../value/Double_inf_case_matters.json | 5 + .../value/Double_nan_case_matters.json | 5 + ...le_no_fraction_in_scientific_notation.json | 5 + .../Extension/value/Double_plus_inf.json | 5 + .../Extension/value/Double_too_large.json | 5 + .../Extension/value/Duration_empty.json | 5 + .../value/Duration_free_form_text.json | 5 + .../Extension/value/Duration_integer.json | 5 + .../value/Duration_leading_P_missing.json | 5 + .../value/Duration_negative_years.json | 5 + ...uration_positive_year_negative_months.json | 5 + .../value/Duration_separator_T_missing.json | 5 + .../value/Duration_the_order_matters.json | 5 + .../Extension/value/Float_empty.json | 5 + .../Extension/value/Float_free_form_text.json | 5 + .../value/Float_inf_case_matters.json | 5 + .../value/Float_nan_case_matters.json | 5 + ...at_no_fraction_in_scientific_notation.json | 5 + .../Extension/value/Float_plus_inf.json | 5 + .../Extension/value/Float_too_large.json | 5 + .../value/G_day_day_outside_of_range.json | 5 + .../Extension/value/G_day_empty.json | 5 + .../Extension/value/G_day_free_form_text.json | 5 + .../value/G_day_invalid_negative_offset.json | 5 + .../G_day_invalid_offset_with_seconds.json | 5 + .../value/G_day_invalid_positive_offset.json | 5 + .../value/G_day_missing_leading_dashes.json | 5 + .../value/G_day_missing_leading_digit.json | 5 + .../value/G_day_unexpected_suffix.json | 5 + .../G_month_day_day_outside_of_range.json | 5 + .../Extension/value/G_month_day_empty.json | 5 + .../value/G_month_day_free_form_text.json | 5 + .../G_month_day_invalid_negative_offset.json | 5 + ...month_day_invalid_offset_with_seconds.json | 5 + .../G_month_day_invalid_positive_offset.json | 5 + .../G_month_day_missing_leading_dashes.json | 5 + .../G_month_day_missing_leading_digit.json | 5 + .../G_month_day_non_existing_april_31st.json | 5 + ...onth_day_unexpected_prefix_and_suffix.json | 5 + .../Extension/value/G_month_empty.json | 5 + .../value/G_month_free_form_text.json | 5 + .../G_month_invalid_negative_offset.json | 5 + .../G_month_invalid_offset_with_seconds.json | 5 + .../G_month_invalid_positive_offset.json | 5 + .../value/G_month_missing_leading_dashes.json | 5 + .../value/G_month_missing_leading_digit.json | 5 + .../value/G_month_month_outside_of_range.json | 5 + .../G_month_unexpected_prefix_and_suffix.json | 5 + .../Extension/value/G_year_empty.json | 5 + .../value/G_year_free_form_text.json | 5 + .../value/G_year_invalid_negative_offset.json | 5 + .../G_year_invalid_offset_with_seconds.json | 5 + .../value/G_year_invalid_positive_offset.json | 5 + .../value/G_year_missing_century.json | 5 + .../Extension/value/G_year_month_empty.json | 5 + .../value/G_year_month_free_form_text.json | 5 + .../G_year_month_invalid_negative_offset.json | 5 + ...ear_month_invalid_offset_with_seconds.json | 5 + .../G_year_month_invalid_positive_offset.json | 5 + .../value/G_year_month_missing_century.json | 5 + .../value/G_year_month_missing_month.json | 5 + .../G_year_month_month_out_of_range.json | 5 + .../value/G_year_unexpected_month.json | 5 + .../value/Hex_binary_free_form_text.json | 5 + .../Hex_binary_odd_number_of_digits.json | 5 + .../value/Hex_binary_single_digit.json | 5 + .../Extension/value/Int_decimal.json | 5 + .../Extension/value/Int_empty.json | 5 + .../Extension/value/Int_free_form_text.json | 5 + .../value/Int_mathematical_formula.json | 5 + .../Extension/value/Int_max_plus_one.json | 5 + .../Extension/value/Int_min_minus_one.json | 5 + .../Extension/value/Int_scientific.json | 5 + .../Extension/value/Integer_decimal.json | 5 + .../Extension/value/Integer_empty.json | 5 + .../value/Integer_free_form_text.json | 5 + .../value/Integer_mathematical_formula.json | 5 + .../Extension/value/Integer_scientific.json | 5 + .../Extension/value/Long_decimal.json | 5 + .../Extension/value/Long_empty.json | 5 + .../Extension/value/Long_free_form_text.json | 5 + .../value/Long_mathematical_formula.json | 5 + .../Extension/value/Long_max_plus_one.json | 5 + .../Extension/value/Long_min_minus_one.json | 5 + .../Extension/value/Long_scientific.json | 5 + .../value/Negative_integer_decimal.json | 5 + .../value/Negative_integer_empty.json | 5 + .../Negative_integer_explicitly_positive.json | 5 + ...tive_integer_explicitly_positive_zero.json | 5 + .../Negative_integer_free_form_text.json | 5 + .../Negative_integer_implicitly_positive.json | 5 + ...Negative_integer_mathematical_formula.json | 5 + .../value/Negative_integer_scientific.json | 5 + .../value/Negative_integer_zero.json | 5 + ...tive_integer_zero_prefixed_with_zeros.json | 5 + .../value/Non_negative_integer_decimal.json | 5 + .../value/Non_negative_integer_empty.json | 5 + .../Non_negative_integer_free_form_text.json | 5 + .../value/Non_negative_integer_negative.json | 5 + .../value/Non_positive_integer_decimal.json | 5 + .../value/Non_positive_integer_empty.json | 5 + ..._positive_integer_explicitly_positive.json | 5 + .../Non_positive_integer_free_form_text.json | 5 + ..._positive_integer_implicitly_positive.json | 5 + ...positive_integer_mathematical_formula.json | 5 + .../Non_positive_integer_scientific.json | 5 + .../value/Positive_integer_decimal.json | 5 + .../value/Positive_integer_empty.json | 5 + .../Positive_integer_free_form_text.json | 5 + .../value/Positive_integer_negative.json | 5 + .../value/Positive_integer_zero.json | 5 + ...tive_integer_zero_prefixed_with_zeros.json | 5 + .../Extension/value/Short_decimal.json | 5 + .../Extension/value/Short_empty.json | 5 + .../Extension/value/Short_free_form_text.json | 5 + .../value/Short_mathematical_formula.json | 5 + .../Extension/value/Short_max_plus_one.json | 5 + .../Extension/value/Short_min_minus_one.json | 5 + .../Extension/value/Short_scientific.json | 5 + .../Extension/value/String_NUL_as_utf16.json | 5 + .../Extension/value/String_NUL_as_utf32.json | 5 + .../Extension/value/String_NUL_as_x.json | 5 + .../value/String_negatively_fuzzed_01.json | 5 + .../value/String_negatively_fuzzed_02.json | 5 + .../value/String_negatively_fuzzed_03.json | 5 + .../value/String_negatively_fuzzed_04.json | 5 + .../value/String_negatively_fuzzed_05.json | 5 + .../value/String_negatively_fuzzed_06.json | 5 + .../value/String_negatively_fuzzed_07.json | 5 + .../value/String_negatively_fuzzed_08.json | 5 + .../value/String_negatively_fuzzed_09.json | 5 + .../value/String_negatively_fuzzed_10.json | 5 + .../Extension/value/Time_empty.json | 5 + .../Extension/value/Time_free_form_text.json | 5 + .../value/Time_hour_out_of_range.json | 5 + .../value/Time_invalid_negative_offset.json | 5 + .../Time_invalid_offset_with_seconds.json | 5 + .../value/Time_invalid_positive_offset.json | 5 + .../value/Time_minute_out_of_range.json | 5 + .../value/Time_missing_padded_zeros.json | 5 + .../Extension/value/Time_missing_seconds.json | 5 + .../Extension/value/Time_negative.json | 5 + .../value/Time_second_out_of_range.json | 5 + .../value/Unsigned_byte_decimal.json | 5 + .../Extension/value/Unsigned_byte_empty.json | 5 + .../value/Unsigned_byte_free_form_text.json | 5 + .../Unsigned_byte_mathematical_formula.json | 5 + .../value/Unsigned_byte_max_plus_one.json | 5 + .../value/Unsigned_byte_negative.json | 5 + .../value/Unsigned_byte_scientific.json | 5 + .../Extension/value/Unsigned_int_decimal.json | 5 + .../Extension/value/Unsigned_int_empty.json | 5 + .../value/Unsigned_int_free_form_text.json | 5 + .../Unsigned_int_mathematical_formula.json | 5 + .../value/Unsigned_int_max_plus_one.json | 5 + .../value/Unsigned_int_negative.json | 5 + .../value/Unsigned_int_scientific.json | 5 + .../value/Unsigned_long_decimal.json | 5 + .../Extension/value/Unsigned_long_empty.json | 5 + .../value/Unsigned_long_free_form_text.json | 5 + .../Unsigned_long_mathematical_formula.json | 5 + .../value/Unsigned_long_max_plus_one.json | 5 + .../value/Unsigned_long_negative.json | 5 + .../value/Unsigned_long_scientific.json | 5 + .../value/Unsigned_short_decimal.json | 5 + .../Extension/value/Unsigned_short_empty.json | 5 + .../value/Unsigned_short_free_form_text.json | 5 + .../Unsigned_short_mathematical_formula.json | 5 + .../value/Unsigned_short_max_plus_one.json | 5 + .../value/Unsigned_short_negative.json | 5 + .../value/Unsigned_short_scientific.json | 5 + .../value/Any_URI_negatively_fuzzed_01.json | 5 + .../value/Any_URI_negatively_fuzzed_02.json | 5 + .../value/Any_URI_negatively_fuzzed_03.json | 5 + .../value/Any_URI_negatively_fuzzed_04.json | 5 + .../value/Any_URI_negatively_fuzzed_05.json | 5 + .../value/Any_URI_negatively_fuzzed_06.json | 5 + .../value/Any_URI_negatively_fuzzed_07.json | 5 + .../value/Any_URI_negatively_fuzzed_08.json | 5 + .../value/Any_URI_negatively_fuzzed_09.json | 5 + .../value/Any_URI_negatively_fuzzed_10.json | 5 + ...ollowed_by_non_two_hexadecimal_digits.json | 5 + .../value/Any_URI_too_many_fragments.json | 5 + ...odd_number_of_characters_is_not_valid.json | 5 + ...uals_signs_may_only_appear_at_the_end.json | 5 + .../Base_64_binary_negatively_fuzzed_01.json | 5 + .../Base_64_binary_negatively_fuzzed_02.json | 5 + .../Base_64_binary_negatively_fuzzed_03.json | 5 + .../Base_64_binary_negatively_fuzzed_04.json | 5 + .../Base_64_binary_negatively_fuzzed_05.json | 5 + .../Base_64_binary_negatively_fuzzed_06.json | 5 + .../Base_64_binary_negatively_fuzzed_07.json | 5 + .../Base_64_binary_negatively_fuzzed_08.json | 5 + .../Base_64_binary_negatively_fuzzed_09.json | 5 + .../Base_64_binary_negatively_fuzzed_10.json | 5 + ...an_false_as_number_with_leading_zeros.json | 5 + .../value/Boolean_false_in_camelcase.json | 5 + .../value/Boolean_false_in_uppercase.json | 5 + .../value/Boolean_negatively_fuzzed_01.json | 5 + .../value/Boolean_negatively_fuzzed_02.json | 5 + .../value/Boolean_negatively_fuzzed_03.json | 5 + .../value/Boolean_negatively_fuzzed_04.json | 5 + .../value/Boolean_negatively_fuzzed_05.json | 5 + .../value/Boolean_negatively_fuzzed_06.json | 5 + .../value/Boolean_negatively_fuzzed_07.json | 5 + .../value/Boolean_negatively_fuzzed_08.json | 5 + .../value/Boolean_negatively_fuzzed_09.json | 5 + .../value/Boolean_negatively_fuzzed_10.json | 5 + ...ean_true_as_number_with_leading_zeros.json | 5 + .../value/Boolean_true_in_camelcase.json | 5 + .../value/Boolean_true_in_uppercase.json | 5 + .../Property/value/Byte_decimal.json | 5 + .../Property/value/Byte_empty.json | 5 + .../Property/value/Byte_free_form_text.json | 5 + .../value/Byte_mathematical_formula.json | 5 + .../Property/value/Byte_max_plus_one.json | 5 + .../Property/value/Byte_min_minus_one.json | 5 + .../Property/value/Byte_scientific.json | 5 + .../value/Date_date_time_with_UTC.json | 5 + .../value/Date_date_time_with_offset.json | 5 + .../value/Date_date_time_without_zone.json | 5 + ...ate_date_with_invalid_negative_offset.json | 5 + ...ate_date_with_invalid_positive_offset.json | 5 + .../Date_date_with_seconds_in_offset.json | 5 + .../Property/value/Date_empty.json | 5 + .../Date_non_existing_february_29th.json | 5 + .../Property/value/Date_time_date.json | 5 + ...ate_time_with_invalid_negative_offset.json | 5 + ...ate_time_with_invalid_positive_offset.json | 5 + ...time_date_time_with_seconds_in_offset.json | 5 + ...time_date_time_with_unexpected_prefix.json | 5 + ...time_date_time_with_unexpected_suffix.json | 5 + .../value/Date_time_date_with_time_zone.json | 5 + .../Property/value/Date_time_empty.json | 5 + .../Date_time_non_existing_february_29th.json | 5 + .../value/Date_time_without_minutes.json | 5 + .../value/Date_time_without_seconds.json | 5 + .../Date_time_year_4_bce_february_29th.json | 5 + .../Date_time_year_zero_doesnt_exist.json | 5 + .../value/Date_year_4_bce_february_29th.json | 5 + .../value/Date_year_zero_doesnt_exist.json | 5 + .../Property/value/Decimal_empty.json | 5 + .../value/Decimal_free_form_text.json | 5 + .../Property/value/Double_empty.json | 5 + .../Property/value/Double_free_form_text.json | 5 + .../value/Double_inf_case_matters.json | 5 + .../value/Double_nan_case_matters.json | 5 + ...le_no_fraction_in_scientific_notation.json | 5 + .../Property/value/Double_plus_inf.json | 5 + .../Property/value/Double_too_large.json | 5 + .../Property/value/Duration_empty.json | 5 + .../value/Duration_free_form_text.json | 5 + .../Property/value/Duration_integer.json | 5 + .../value/Duration_leading_P_missing.json | 5 + .../value/Duration_negative_years.json | 5 + ...uration_positive_year_negative_months.json | 5 + .../value/Duration_separator_T_missing.json | 5 + .../value/Duration_the_order_matters.json | 5 + .../Property/value/Float_empty.json | 5 + .../Property/value/Float_free_form_text.json | 5 + .../value/Float_inf_case_matters.json | 5 + .../value/Float_nan_case_matters.json | 5 + ...at_no_fraction_in_scientific_notation.json | 5 + .../Property/value/Float_plus_inf.json | 5 + .../Property/value/Float_too_large.json | 5 + .../value/G_day_day_outside_of_range.json | 5 + .../Property/value/G_day_empty.json | 5 + .../Property/value/G_day_free_form_text.json | 5 + .../value/G_day_invalid_negative_offset.json | 5 + .../G_day_invalid_offset_with_seconds.json | 5 + .../value/G_day_invalid_positive_offset.json | 5 + .../value/G_day_missing_leading_dashes.json | 5 + .../value/G_day_missing_leading_digit.json | 5 + .../value/G_day_unexpected_suffix.json | 5 + .../G_month_day_day_outside_of_range.json | 5 + .../Property/value/G_month_day_empty.json | 5 + .../value/G_month_day_free_form_text.json | 5 + .../G_month_day_invalid_negative_offset.json | 5 + ...month_day_invalid_offset_with_seconds.json | 5 + .../G_month_day_invalid_positive_offset.json | 5 + .../G_month_day_missing_leading_dashes.json | 5 + .../G_month_day_missing_leading_digit.json | 5 + .../G_month_day_non_existing_april_31st.json | 5 + ...onth_day_unexpected_prefix_and_suffix.json | 5 + .../Property/value/G_month_empty.json | 5 + .../value/G_month_free_form_text.json | 5 + .../G_month_invalid_negative_offset.json | 5 + .../G_month_invalid_offset_with_seconds.json | 5 + .../G_month_invalid_positive_offset.json | 5 + .../value/G_month_missing_leading_dashes.json | 5 + .../value/G_month_missing_leading_digit.json | 5 + .../value/G_month_month_outside_of_range.json | 5 + .../G_month_unexpected_prefix_and_suffix.json | 5 + .../Property/value/G_year_empty.json | 5 + .../Property/value/G_year_free_form_text.json | 5 + .../value/G_year_invalid_negative_offset.json | 5 + .../G_year_invalid_offset_with_seconds.json | 5 + .../value/G_year_invalid_positive_offset.json | 5 + .../value/G_year_missing_century.json | 5 + .../Property/value/G_year_month_empty.json | 5 + .../value/G_year_month_free_form_text.json | 5 + .../G_year_month_invalid_negative_offset.json | 5 + ...ear_month_invalid_offset_with_seconds.json | 5 + .../G_year_month_invalid_positive_offset.json | 5 + .../value/G_year_month_missing_century.json | 5 + .../value/G_year_month_missing_month.json | 5 + .../G_year_month_month_out_of_range.json | 5 + .../value/G_year_unexpected_month.json | 5 + .../value/Hex_binary_free_form_text.json | 5 + .../Hex_binary_odd_number_of_digits.json | 5 + .../value/Hex_binary_single_digit.json | 5 + .../Property/value/Int_decimal.json | 5 + .../Property/value/Int_empty.json | 5 + .../Property/value/Int_free_form_text.json | 5 + .../value/Int_mathematical_formula.json | 5 + .../Property/value/Int_max_plus_one.json | 5 + .../Property/value/Int_min_minus_one.json | 5 + .../Property/value/Int_scientific.json | 5 + .../Property/value/Integer_decimal.json | 5 + .../Property/value/Integer_empty.json | 5 + .../value/Integer_free_form_text.json | 5 + .../value/Integer_mathematical_formula.json | 5 + .../Property/value/Integer_scientific.json | 5 + .../Property/value/Long_decimal.json | 5 + .../Property/value/Long_empty.json | 5 + .../Property/value/Long_free_form_text.json | 5 + .../value/Long_mathematical_formula.json | 5 + .../Property/value/Long_max_plus_one.json | 5 + .../Property/value/Long_min_minus_one.json | 5 + .../Property/value/Long_scientific.json | 5 + .../value/Negative_integer_decimal.json | 5 + .../value/Negative_integer_empty.json | 5 + .../Negative_integer_explicitly_positive.json | 5 + ...tive_integer_explicitly_positive_zero.json | 5 + .../Negative_integer_free_form_text.json | 5 + .../Negative_integer_implicitly_positive.json | 5 + ...Negative_integer_mathematical_formula.json | 5 + .../value/Negative_integer_scientific.json | 5 + .../Property/value/Negative_integer_zero.json | 5 + ...tive_integer_zero_prefixed_with_zeros.json | 5 + .../value/Non_negative_integer_decimal.json | 5 + .../value/Non_negative_integer_empty.json | 5 + .../Non_negative_integer_free_form_text.json | 5 + .../value/Non_negative_integer_negative.json | 5 + .../value/Non_positive_integer_decimal.json | 5 + .../value/Non_positive_integer_empty.json | 5 + ..._positive_integer_explicitly_positive.json | 5 + .../Non_positive_integer_free_form_text.json | 5 + ..._positive_integer_implicitly_positive.json | 5 + ...positive_integer_mathematical_formula.json | 5 + .../Non_positive_integer_scientific.json | 5 + .../value/Positive_integer_decimal.json | 5 + .../value/Positive_integer_empty.json | 5 + .../Positive_integer_free_form_text.json | 5 + .../value/Positive_integer_negative.json | 5 + .../Property/value/Positive_integer_zero.json | 5 + ...tive_integer_zero_prefixed_with_zeros.json | 5 + .../Property/value/Short_decimal.json | 5 + .../Property/value/Short_empty.json | 5 + .../Property/value/Short_free_form_text.json | 5 + .../value/Short_mathematical_formula.json | 5 + .../Property/value/Short_max_plus_one.json | 5 + .../Property/value/Short_min_minus_one.json | 5 + .../Property/value/Short_scientific.json | 5 + .../Property/value/String_NUL_as_utf16.json | 5 + .../Property/value/String_NUL_as_utf32.json | 5 + .../Property/value/String_NUL_as_x.json | 5 + .../value/String_negatively_fuzzed_01.json | 5 + .../value/String_negatively_fuzzed_02.json | 5 + .../value/String_negatively_fuzzed_03.json | 5 + .../value/String_negatively_fuzzed_04.json | 5 + .../value/String_negatively_fuzzed_05.json | 5 + .../value/String_negatively_fuzzed_06.json | 5 + .../value/String_negatively_fuzzed_07.json | 5 + .../value/String_negatively_fuzzed_08.json | 5 + .../value/String_negatively_fuzzed_09.json | 5 + .../value/String_negatively_fuzzed_10.json | 5 + .../Property/value/Time_empty.json | 5 + .../Property/value/Time_free_form_text.json | 5 + .../value/Time_hour_out_of_range.json | 5 + .../value/Time_invalid_negative_offset.json | 5 + .../Time_invalid_offset_with_seconds.json | 5 + .../value/Time_invalid_positive_offset.json | 5 + .../value/Time_minute_out_of_range.json | 5 + .../value/Time_missing_padded_zeros.json | 5 + .../Property/value/Time_missing_seconds.json | 5 + .../Property/value/Time_negative.json | 5 + .../value/Time_second_out_of_range.json | 5 + .../Property/value/Unsigned_byte_decimal.json | 5 + .../Property/value/Unsigned_byte_empty.json | 5 + .../value/Unsigned_byte_free_form_text.json | 5 + .../Unsigned_byte_mathematical_formula.json | 5 + .../value/Unsigned_byte_max_plus_one.json | 5 + .../value/Unsigned_byte_negative.json | 5 + .../value/Unsigned_byte_scientific.json | 5 + .../Property/value/Unsigned_int_decimal.json | 5 + .../Property/value/Unsigned_int_empty.json | 5 + .../value/Unsigned_int_free_form_text.json | 5 + .../Unsigned_int_mathematical_formula.json | 5 + .../value/Unsigned_int_max_plus_one.json | 5 + .../Property/value/Unsigned_int_negative.json | 5 + .../value/Unsigned_int_scientific.json | 5 + .../Property/value/Unsigned_long_decimal.json | 5 + .../Property/value/Unsigned_long_empty.json | 5 + .../value/Unsigned_long_free_form_text.json | 5 + .../Unsigned_long_mathematical_formula.json | 5 + .../value/Unsigned_long_max_plus_one.json | 5 + .../value/Unsigned_long_negative.json | 5 + .../value/Unsigned_long_scientific.json | 5 + .../value/Unsigned_short_decimal.json | 5 + .../Property/value/Unsigned_short_empty.json | 5 + .../value/Unsigned_short_free_form_text.json | 5 + .../Unsigned_short_mathematical_formula.json | 5 + .../value/Unsigned_short_max_plus_one.json | 5 + .../value/Unsigned_short_negative.json | 5 + .../value/Unsigned_short_scientific.json | 5 + .../value/Any_URI_negatively_fuzzed_01.json | 5 + .../value/Any_URI_negatively_fuzzed_02.json | 5 + .../value/Any_URI_negatively_fuzzed_03.json | 5 + .../value/Any_URI_negatively_fuzzed_04.json | 5 + .../value/Any_URI_negatively_fuzzed_05.json | 5 + .../value/Any_URI_negatively_fuzzed_06.json | 5 + .../value/Any_URI_negatively_fuzzed_07.json | 5 + .../value/Any_URI_negatively_fuzzed_08.json | 5 + .../value/Any_URI_negatively_fuzzed_09.json | 5 + .../value/Any_URI_negatively_fuzzed_10.json | 5 + ...ollowed_by_non_two_hexadecimal_digits.json | 5 + .../value/Any_URI_too_many_fragments.json | 5 + ...odd_number_of_characters_is_not_valid.json | 5 + ...uals_signs_may_only_appear_at_the_end.json | 5 + .../Base_64_binary_negatively_fuzzed_01.json | 5 + .../Base_64_binary_negatively_fuzzed_02.json | 5 + .../Base_64_binary_negatively_fuzzed_03.json | 5 + .../Base_64_binary_negatively_fuzzed_04.json | 5 + .../Base_64_binary_negatively_fuzzed_05.json | 5 + .../Base_64_binary_negatively_fuzzed_06.json | 5 + .../Base_64_binary_negatively_fuzzed_07.json | 5 + .../Base_64_binary_negatively_fuzzed_08.json | 5 + .../Base_64_binary_negatively_fuzzed_09.json | 5 + .../Base_64_binary_negatively_fuzzed_10.json | 5 + ...an_false_as_number_with_leading_zeros.json | 5 + .../value/Boolean_false_in_camelcase.json | 5 + .../value/Boolean_false_in_uppercase.json | 5 + .../value/Boolean_negatively_fuzzed_01.json | 5 + .../value/Boolean_negatively_fuzzed_02.json | 5 + .../value/Boolean_negatively_fuzzed_03.json | 5 + .../value/Boolean_negatively_fuzzed_04.json | 5 + .../value/Boolean_negatively_fuzzed_05.json | 5 + .../value/Boolean_negatively_fuzzed_06.json | 5 + .../value/Boolean_negatively_fuzzed_07.json | 5 + .../value/Boolean_negatively_fuzzed_08.json | 5 + .../value/Boolean_negatively_fuzzed_09.json | 5 + .../value/Boolean_negatively_fuzzed_10.json | 5 + ...ean_true_as_number_with_leading_zeros.json | 5 + .../value/Boolean_true_in_camelcase.json | 5 + .../value/Boolean_true_in_uppercase.json | 5 + .../Qualifier/value/Byte_decimal.json | 5 + .../Qualifier/value/Byte_empty.json | 5 + .../Qualifier/value/Byte_free_form_text.json | 5 + .../value/Byte_mathematical_formula.json | 5 + .../Qualifier/value/Byte_max_plus_one.json | 5 + .../Qualifier/value/Byte_min_minus_one.json | 5 + .../Qualifier/value/Byte_scientific.json | 5 + .../value/Date_date_time_with_UTC.json | 5 + .../value/Date_date_time_with_offset.json | 5 + .../value/Date_date_time_without_zone.json | 5 + ...ate_date_with_invalid_negative_offset.json | 5 + ...ate_date_with_invalid_positive_offset.json | 5 + .../Date_date_with_seconds_in_offset.json | 5 + .../Qualifier/value/Date_empty.json | 5 + .../Date_non_existing_february_29th.json | 5 + .../Qualifier/value/Date_time_date.json | 5 + ...ate_time_with_invalid_negative_offset.json | 5 + ...ate_time_with_invalid_positive_offset.json | 5 + ...time_date_time_with_seconds_in_offset.json | 5 + ...time_date_time_with_unexpected_prefix.json | 5 + ...time_date_time_with_unexpected_suffix.json | 5 + .../value/Date_time_date_with_time_zone.json | 5 + .../Qualifier/value/Date_time_empty.json | 5 + .../Date_time_non_existing_february_29th.json | 5 + .../value/Date_time_without_minutes.json | 5 + .../value/Date_time_without_seconds.json | 5 + .../Date_time_year_4_bce_february_29th.json | 5 + .../Date_time_year_zero_doesnt_exist.json | 5 + .../value/Date_year_4_bce_february_29th.json | 5 + .../value/Date_year_zero_doesnt_exist.json | 5 + .../Qualifier/value/Decimal_empty.json | 5 + .../value/Decimal_free_form_text.json | 5 + .../Qualifier/value/Double_empty.json | 5 + .../value/Double_free_form_text.json | 5 + .../value/Double_inf_case_matters.json | 5 + .../value/Double_nan_case_matters.json | 5 + ...le_no_fraction_in_scientific_notation.json | 5 + .../Qualifier/value/Double_plus_inf.json | 5 + .../Qualifier/value/Double_too_large.json | 5 + .../Qualifier/value/Duration_empty.json | 5 + .../value/Duration_free_form_text.json | 5 + .../Qualifier/value/Duration_integer.json | 5 + .../value/Duration_leading_P_missing.json | 5 + .../value/Duration_negative_years.json | 5 + ...uration_positive_year_negative_months.json | 5 + .../value/Duration_separator_T_missing.json | 5 + .../value/Duration_the_order_matters.json | 5 + .../Qualifier/value/Float_empty.json | 5 + .../Qualifier/value/Float_free_form_text.json | 5 + .../value/Float_inf_case_matters.json | 5 + .../value/Float_nan_case_matters.json | 5 + ...at_no_fraction_in_scientific_notation.json | 5 + .../Qualifier/value/Float_plus_inf.json | 5 + .../Qualifier/value/Float_too_large.json | 5 + .../value/G_day_day_outside_of_range.json | 5 + .../Qualifier/value/G_day_empty.json | 5 + .../Qualifier/value/G_day_free_form_text.json | 5 + .../value/G_day_invalid_negative_offset.json | 5 + .../G_day_invalid_offset_with_seconds.json | 5 + .../value/G_day_invalid_positive_offset.json | 5 + .../value/G_day_missing_leading_dashes.json | 5 + .../value/G_day_missing_leading_digit.json | 5 + .../value/G_day_unexpected_suffix.json | 5 + .../G_month_day_day_outside_of_range.json | 5 + .../Qualifier/value/G_month_day_empty.json | 5 + .../value/G_month_day_free_form_text.json | 5 + .../G_month_day_invalid_negative_offset.json | 5 + ...month_day_invalid_offset_with_seconds.json | 5 + .../G_month_day_invalid_positive_offset.json | 5 + .../G_month_day_missing_leading_dashes.json | 5 + .../G_month_day_missing_leading_digit.json | 5 + .../G_month_day_non_existing_april_31st.json | 5 + ...onth_day_unexpected_prefix_and_suffix.json | 5 + .../Qualifier/value/G_month_empty.json | 5 + .../value/G_month_free_form_text.json | 5 + .../G_month_invalid_negative_offset.json | 5 + .../G_month_invalid_offset_with_seconds.json | 5 + .../G_month_invalid_positive_offset.json | 5 + .../value/G_month_missing_leading_dashes.json | 5 + .../value/G_month_missing_leading_digit.json | 5 + .../value/G_month_month_outside_of_range.json | 5 + .../G_month_unexpected_prefix_and_suffix.json | 5 + .../Qualifier/value/G_year_empty.json | 5 + .../value/G_year_free_form_text.json | 5 + .../value/G_year_invalid_negative_offset.json | 5 + .../G_year_invalid_offset_with_seconds.json | 5 + .../value/G_year_invalid_positive_offset.json | 5 + .../value/G_year_missing_century.json | 5 + .../Qualifier/value/G_year_month_empty.json | 5 + .../value/G_year_month_free_form_text.json | 5 + .../G_year_month_invalid_negative_offset.json | 5 + ...ear_month_invalid_offset_with_seconds.json | 5 + .../G_year_month_invalid_positive_offset.json | 5 + .../value/G_year_month_missing_century.json | 5 + .../value/G_year_month_missing_month.json | 5 + .../G_year_month_month_out_of_range.json | 5 + .../value/G_year_unexpected_month.json | 5 + .../value/Hex_binary_free_form_text.json | 5 + .../Hex_binary_odd_number_of_digits.json | 5 + .../value/Hex_binary_single_digit.json | 5 + .../Qualifier/value/Int_decimal.json | 5 + .../Qualifier/value/Int_empty.json | 5 + .../Qualifier/value/Int_free_form_text.json | 5 + .../value/Int_mathematical_formula.json | 5 + .../Qualifier/value/Int_max_plus_one.json | 5 + .../Qualifier/value/Int_min_minus_one.json | 5 + .../Qualifier/value/Int_scientific.json | 5 + .../Qualifier/value/Integer_decimal.json | 5 + .../Qualifier/value/Integer_empty.json | 5 + .../value/Integer_free_form_text.json | 5 + .../value/Integer_mathematical_formula.json | 5 + .../Qualifier/value/Integer_scientific.json | 5 + .../Qualifier/value/Long_decimal.json | 5 + .../Qualifier/value/Long_empty.json | 5 + .../Qualifier/value/Long_free_form_text.json | 5 + .../value/Long_mathematical_formula.json | 5 + .../Qualifier/value/Long_max_plus_one.json | 5 + .../Qualifier/value/Long_min_minus_one.json | 5 + .../Qualifier/value/Long_scientific.json | 5 + .../value/Negative_integer_decimal.json | 5 + .../value/Negative_integer_empty.json | 5 + .../Negative_integer_explicitly_positive.json | 5 + ...tive_integer_explicitly_positive_zero.json | 5 + .../Negative_integer_free_form_text.json | 5 + .../Negative_integer_implicitly_positive.json | 5 + ...Negative_integer_mathematical_formula.json | 5 + .../value/Negative_integer_scientific.json | 5 + .../value/Negative_integer_zero.json | 5 + ...tive_integer_zero_prefixed_with_zeros.json | 5 + .../value/Non_negative_integer_decimal.json | 5 + .../value/Non_negative_integer_empty.json | 5 + .../Non_negative_integer_free_form_text.json | 5 + .../value/Non_negative_integer_negative.json | 5 + .../value/Non_positive_integer_decimal.json | 5 + .../value/Non_positive_integer_empty.json | 5 + ..._positive_integer_explicitly_positive.json | 5 + .../Non_positive_integer_free_form_text.json | 5 + ..._positive_integer_implicitly_positive.json | 5 + ...positive_integer_mathematical_formula.json | 5 + .../Non_positive_integer_scientific.json | 5 + .../value/Positive_integer_decimal.json | 5 + .../value/Positive_integer_empty.json | 5 + .../Positive_integer_free_form_text.json | 5 + .../value/Positive_integer_negative.json | 5 + .../value/Positive_integer_zero.json | 5 + ...tive_integer_zero_prefixed_with_zeros.json | 5 + .../Qualifier/value/Short_decimal.json | 5 + .../Qualifier/value/Short_empty.json | 5 + .../Qualifier/value/Short_free_form_text.json | 5 + .../value/Short_mathematical_formula.json | 5 + .../Qualifier/value/Short_max_plus_one.json | 5 + .../Qualifier/value/Short_min_minus_one.json | 5 + .../Qualifier/value/Short_scientific.json | 5 + .../Qualifier/value/String_NUL_as_utf16.json | 5 + .../Qualifier/value/String_NUL_as_utf32.json | 5 + .../Qualifier/value/String_NUL_as_x.json | 5 + .../value/String_negatively_fuzzed_01.json | 5 + .../value/String_negatively_fuzzed_02.json | 5 + .../value/String_negatively_fuzzed_03.json | 5 + .../value/String_negatively_fuzzed_04.json | 5 + .../value/String_negatively_fuzzed_05.json | 5 + .../value/String_negatively_fuzzed_06.json | 5 + .../value/String_negatively_fuzzed_07.json | 5 + .../value/String_negatively_fuzzed_08.json | 5 + .../value/String_negatively_fuzzed_09.json | 5 + .../value/String_negatively_fuzzed_10.json | 5 + .../Qualifier/value/Time_empty.json | 5 + .../Qualifier/value/Time_free_form_text.json | 5 + .../value/Time_hour_out_of_range.json | 5 + .../value/Time_invalid_negative_offset.json | 5 + .../Time_invalid_offset_with_seconds.json | 5 + .../value/Time_invalid_positive_offset.json | 5 + .../value/Time_minute_out_of_range.json | 5 + .../value/Time_missing_padded_zeros.json | 5 + .../Qualifier/value/Time_missing_seconds.json | 5 + .../Qualifier/value/Time_negative.json | 5 + .../value/Time_second_out_of_range.json | 5 + .../value/Unsigned_byte_decimal.json | 5 + .../Qualifier/value/Unsigned_byte_empty.json | 5 + .../value/Unsigned_byte_free_form_text.json | 5 + .../Unsigned_byte_mathematical_formula.json | 5 + .../value/Unsigned_byte_max_plus_one.json | 5 + .../value/Unsigned_byte_negative.json | 5 + .../value/Unsigned_byte_scientific.json | 5 + .../Qualifier/value/Unsigned_int_decimal.json | 5 + .../Qualifier/value/Unsigned_int_empty.json | 5 + .../value/Unsigned_int_free_form_text.json | 5 + .../Unsigned_int_mathematical_formula.json | 5 + .../value/Unsigned_int_max_plus_one.json | 5 + .../value/Unsigned_int_negative.json | 5 + .../value/Unsigned_int_scientific.json | 5 + .../value/Unsigned_long_decimal.json | 5 + .../Qualifier/value/Unsigned_long_empty.json | 5 + .../value/Unsigned_long_free_form_text.json | 5 + .../Unsigned_long_mathematical_formula.json | 5 + .../value/Unsigned_long_max_plus_one.json | 5 + .../value/Unsigned_long_negative.json | 5 + .../value/Unsigned_long_scientific.json | 5 + .../value/Unsigned_short_decimal.json | 5 + .../Qualifier/value/Unsigned_short_empty.json | 5 + .../value/Unsigned_short_free_form_text.json | 5 + .../Unsigned_short_mathematical_formula.json | 5 + .../value/Unsigned_short_max_plus_one.json | 5 + .../value/Unsigned_short_negative.json | 5 + .../value/Unsigned_short_scientific.json | 5 + .../AdministrativeInformation/revision.json | 68 + .../AdministrativeInformation/templateId.json | 68 + .../AdministrativeInformation/version.json | 68 + .../AssetInformation/assetType.json | 22 + .../AssetInformation/globalAssetId.json | 22 + .../BasicEventElement/messageTopic.json | 171 + .../MaxLengthViolation/Blob/contentType.json | 141 + .../DataSpecificationIec61360/value.json | 42 + .../Entity/globalAssetId.json | 161 + .../EventPayload/topic.json | 54 + .../MaxLengthViolation/Extension/name.json | 63 + .../MaxLengthViolation/File/contentType.json | 141 + .../MaxLengthViolation/File/value.json | 141 + .../Invalid/MaxLengthViolation/Key/value.json | 4 + .../text.json | 4 + .../LangStringNameType/text.json | 4 + .../text.json | 4 + .../LangStringShortNameTypeIec61360/text.json | 4 + .../LangStringTextType/text.json | 4 + .../MaxLengthViolation/Qualifier/type.json | 53 + .../Resource/contentType.json | 4 + .../MaxLengthViolation/Resource/path.json | 4 + .../SpecificAssetId/name.json | 51 + .../SpecificAssetId/value.json | 51 + .../ValueReferencePair/value.json | 12 + .../AdministrativeInformation/revision.json | 68 + .../AdministrativeInformation/templateId.json | 68 + .../AdministrativeInformation/version.json | 68 + .../annotations.json | 158 + .../AssetAdministrationShell/submodels.json | 103 + .../AssetInformation/assetType.json | 22 + .../AssetInformation/globalAssetId.json | 22 + .../AssetInformation/specificAssetIds.json | 9 + .../BasicEventElement/messageTopic.json | 171 + .../MinLengthViolation/Blob/contentType.json | 141 + .../ConceptDescription/isCaseOf.json | 102 + .../DataSpecificationIec61360/definition.json | 37 + .../preferredName.json | 37 + .../DataSpecificationIec61360/shortName.json | 37 + .../sourceOfDefinition.json | 42 + .../DataSpecificationIec61360/symbol.json | 42 + .../DataSpecificationIec61360/unit.json | 42 + .../DataSpecificationIec61360/value.json | 42 + .../valueFormat.json | 42 + .../Entity/globalAssetId.json | 161 + .../Entity/specificAssetIds.json | 148 + .../MinLengthViolation/Entity/statements.json | 156 + .../assetAdministrationShells.json | 15 + .../Environment/conceptDescriptions.json | 27 + .../Environment/submodels.json | 27 + .../EventPayload/topic.json | 54 + .../MinLengthViolation/Extension/name.json | 63 + .../Extension/refersTo.json | 44 + .../MinLengthViolation/File/contentType.json | 141 + .../MinLengthViolation/File/value.json | 141 + .../Invalid/MinLengthViolation/Key/value.json | 4 + .../MultiLanguageProperty/value.json | 149 + .../Operation/inoutputVariables.json | 162 + .../Operation/inputVariables.json | 175 + .../Operation/outputVariables.json | 169 + .../MinLengthViolation/Qualifier/type.json | 53 + .../MinLengthViolation/Reference/keys.json | 13 + .../Resource/contentType.json | 4 + .../MinLengthViolation/Resource/path.json | 4 + .../SpecificAssetId/name.json | 51 + .../SpecificAssetId/value.json | 51 + .../Submodel/submodelElements.json | 143 + .../SubmodelElementCollection/value.json | 140 + .../SubmodelElementList/value.json | 152 + .../ValueList/valueReferencePairs.json | 3 + .../ValueReferencePair/value.json | 12 + .../revision/dot.json | 3 + .../revision/letter.json | 3 + .../revision/negative.json | 3 + .../templateId/negatively_fuzzed_01.json | 3 + .../templateId/negatively_fuzzed_02.json | 3 + .../templateId/negatively_fuzzed_03.json | 3 + .../templateId/negatively_fuzzed_04.json | 3 + .../templateId/negatively_fuzzed_05.json | 3 + .../templateId/negatively_fuzzed_06.json | 3 + .../templateId/negatively_fuzzed_07.json | 3 + .../templateId/negatively_fuzzed_08.json | 3 + .../templateId/negatively_fuzzed_09.json | 3 + .../templateId/negatively_fuzzed_10.json | 3 + .../version/dot.json | 3 + .../version/letter.json | 3 + .../version/negative.json | 3 + .../assetType/negatively_fuzzed_01.json | 5 + .../assetType/negatively_fuzzed_02.json | 5 + .../assetType/negatively_fuzzed_03.json | 5 + .../assetType/negatively_fuzzed_04.json | 5 + .../assetType/negatively_fuzzed_05.json | 5 + .../assetType/negatively_fuzzed_06.json | 5 + .../assetType/negatively_fuzzed_07.json | 5 + .../assetType/negatively_fuzzed_08.json | 5 + .../assetType/negatively_fuzzed_09.json | 5 + .../assetType/negatively_fuzzed_10.json | 5 + .../globalAssetId/negatively_fuzzed_01.json | 4 + .../globalAssetId/negatively_fuzzed_02.json | 4 + .../globalAssetId/negatively_fuzzed_03.json | 4 + .../globalAssetId/negatively_fuzzed_04.json | 4 + .../globalAssetId/negatively_fuzzed_05.json | 4 + .../globalAssetId/negatively_fuzzed_06.json | 4 + .../globalAssetId/negatively_fuzzed_07.json | 4 + .../globalAssetId/negatively_fuzzed_08.json | 4 + .../globalAssetId/negatively_fuzzed_09.json | 4 + .../globalAssetId/negatively_fuzzed_10.json | 4 + .../date_time_with_UTC_and_suffix.json | 19 + .../lastUpdate/date_time_with_offset.json | 19 + .../lastUpdate/date_time_without_zone.json | 19 + .../BasicEventElement/lastUpdate/empty.json | 19 + .../lastUpdate/invalid_february_29th.json | 19 + .../lastUpdate/negatively_fuzzed_01.json | 19 + .../lastUpdate/negatively_fuzzed_02.json | 19 + .../lastUpdate/negatively_fuzzed_03.json | 19 + .../lastUpdate/negatively_fuzzed_04.json | 19 + .../lastUpdate/negatively_fuzzed_05.json | 19 + .../lastUpdate/negatively_fuzzed_06.json | 19 + .../lastUpdate/negatively_fuzzed_07.json | 19 + .../lastUpdate/negatively_fuzzed_08.json | 19 + .../lastUpdate/negatively_fuzzed_09.json | 19 + .../lastUpdate/negatively_fuzzed_10.json | 19 + .../lastUpdate/only_date.json | 19 + .../lastUpdate/only_date_with_time_zone.json | 19 + .../lastUpdate/without_minutes.json | 19 + .../lastUpdate/without_seconds.json | 19 + .../BasicEventElement/maxInterval/empty.json | 19 + .../maxInterval/free_form_text.json | 19 + .../maxInterval/integer.json | 19 + .../maxInterval/leading_P_missing.json | 19 + .../maxInterval/negative_years.json | 19 + .../positive_year_negative_months.json | 19 + .../maxInterval/separator_T_missing.json | 19 + .../maxInterval/the_order_matters.json | 19 + .../messageTopic/negatively_fuzzed_01.json | 19 + .../messageTopic/negatively_fuzzed_02.json | 19 + .../messageTopic/negatively_fuzzed_03.json | 19 + .../messageTopic/negatively_fuzzed_04.json | 19 + .../messageTopic/negatively_fuzzed_05.json | 19 + .../messageTopic/negatively_fuzzed_06.json | 19 + .../messageTopic/negatively_fuzzed_07.json | 19 + .../messageTopic/negatively_fuzzed_08.json | 19 + .../messageTopic/negatively_fuzzed_09.json | 19 + .../messageTopic/negatively_fuzzed_10.json | 19 + .../BasicEventElement/minInterval/empty.json | 19 + .../minInterval/free_form_text.json | 19 + .../minInterval/integer.json | 19 + .../minInterval/leading_P_missing.json | 19 + .../minInterval/negative_years.json | 19 + .../positive_year_negative_months.json | 19 + .../minInterval/separator_T_missing.json | 19 + .../minInterval/the_order_matters.json | 19 + .../Blob/contentType/empty.json | 4 + .../contentType/negatively_fuzzed_01.json | 4 + .../contentType/negatively_fuzzed_02.json | 4 + .../contentType/negatively_fuzzed_03.json | 4 + .../contentType/negatively_fuzzed_04.json | 4 + .../contentType/negatively_fuzzed_05.json | 4 + .../contentType/negatively_fuzzed_06.json | 4 + .../contentType/negatively_fuzzed_07.json | 4 + .../contentType/negatively_fuzzed_08.json | 4 + .../contentType/negatively_fuzzed_09.json | 4 + .../contentType/negatively_fuzzed_10.json | 4 + .../Blob/contentType/number.json | 4 + .../negatively_fuzzed_01.json | 10 + .../negatively_fuzzed_02.json | 10 + .../negatively_fuzzed_03.json | 10 + .../negatively_fuzzed_04.json | 10 + .../negatively_fuzzed_05.json | 10 + .../negatively_fuzzed_06.json | 10 + .../negatively_fuzzed_07.json | 10 + .../negatively_fuzzed_08.json | 10 + .../negatively_fuzzed_09.json | 10 + .../negatively_fuzzed_10.json | 10 + .../symbol/negatively_fuzzed_01.json | 10 + .../symbol/negatively_fuzzed_02.json | 10 + .../symbol/negatively_fuzzed_03.json | 10 + .../symbol/negatively_fuzzed_04.json | 10 + .../symbol/negatively_fuzzed_05.json | 10 + .../symbol/negatively_fuzzed_06.json | 10 + .../symbol/negatively_fuzzed_07.json | 10 + .../symbol/negatively_fuzzed_08.json | 10 + .../symbol/negatively_fuzzed_09.json | 10 + .../symbol/negatively_fuzzed_10.json | 10 + .../unit/negatively_fuzzed_01.json | 10 + .../unit/negatively_fuzzed_02.json | 10 + .../unit/negatively_fuzzed_03.json | 10 + .../unit/negatively_fuzzed_04.json | 10 + .../unit/negatively_fuzzed_05.json | 10 + .../unit/negatively_fuzzed_06.json | 10 + .../unit/negatively_fuzzed_07.json | 10 + .../unit/negatively_fuzzed_08.json | 10 + .../unit/negatively_fuzzed_09.json | 10 + .../unit/negatively_fuzzed_10.json | 10 + .../value/negatively_fuzzed_01.json | 10 + .../value/negatively_fuzzed_02.json | 10 + .../value/negatively_fuzzed_03.json | 10 + .../value/negatively_fuzzed_04.json | 10 + .../value/negatively_fuzzed_05.json | 10 + .../value/negatively_fuzzed_06.json | 10 + .../value/negatively_fuzzed_07.json | 10 + .../value/negatively_fuzzed_08.json | 10 + .../value/negatively_fuzzed_09.json | 10 + .../value/negatively_fuzzed_10.json | 10 + .../valueFormat/negatively_fuzzed_01.json | 10 + .../valueFormat/negatively_fuzzed_02.json | 10 + .../valueFormat/negatively_fuzzed_03.json | 10 + .../valueFormat/negatively_fuzzed_04.json | 10 + .../valueFormat/negatively_fuzzed_05.json | 10 + .../valueFormat/negatively_fuzzed_06.json | 10 + .../valueFormat/negatively_fuzzed_07.json | 10 + .../valueFormat/negatively_fuzzed_08.json | 10 + .../valueFormat/negatively_fuzzed_09.json | 10 + .../valueFormat/negatively_fuzzed_10.json | 10 + .../globalAssetId/negatively_fuzzed_01.json | 4 + .../globalAssetId/negatively_fuzzed_02.json | 4 + .../globalAssetId/negatively_fuzzed_03.json | 4 + .../globalAssetId/negatively_fuzzed_04.json | 4 + .../globalAssetId/negatively_fuzzed_05.json | 4 + .../globalAssetId/negatively_fuzzed_06.json | 4 + .../globalAssetId/negatively_fuzzed_07.json | 4 + .../globalAssetId/negatively_fuzzed_08.json | 4 + .../globalAssetId/negatively_fuzzed_09.json | 4 + .../globalAssetId/negatively_fuzzed_10.json | 4 + .../date_time_with_UTC_and_suffix.json | 25 + .../timeStamp/date_time_with_offset.json | 25 + .../timeStamp/date_time_without_zone.json | 25 + .../EventPayload/timeStamp/empty.json | 25 + .../timeStamp/invalid_february_29th.json | 25 + .../timeStamp/negatively_fuzzed_01.json | 25 + .../timeStamp/negatively_fuzzed_02.json | 25 + .../timeStamp/negatively_fuzzed_03.json | 25 + .../timeStamp/negatively_fuzzed_04.json | 25 + .../timeStamp/negatively_fuzzed_05.json | 25 + .../timeStamp/negatively_fuzzed_06.json | 25 + .../timeStamp/negatively_fuzzed_07.json | 25 + .../timeStamp/negatively_fuzzed_08.json | 25 + .../timeStamp/negatively_fuzzed_09.json | 25 + .../timeStamp/negatively_fuzzed_10.json | 25 + .../EventPayload/timeStamp/only_date.json | 25 + .../timeStamp/only_date_with_time_zone.json | 25 + .../timeStamp/without_minutes.json | 25 + .../timeStamp/without_seconds.json | 25 + .../topic/negatively_fuzzed_01.json | 26 + .../topic/negatively_fuzzed_02.json | 26 + .../topic/negatively_fuzzed_03.json | 26 + .../topic/negatively_fuzzed_04.json | 26 + .../topic/negatively_fuzzed_05.json | 26 + .../topic/negatively_fuzzed_06.json | 26 + .../topic/negatively_fuzzed_07.json | 26 + .../topic/negatively_fuzzed_08.json | 26 + .../topic/negatively_fuzzed_09.json | 26 + .../topic/negatively_fuzzed_10.json | 26 + .../Extension/name/negatively_fuzzed_01.json | 3 + .../Extension/name/negatively_fuzzed_02.json | 3 + .../Extension/name/negatively_fuzzed_03.json | 3 + .../Extension/name/negatively_fuzzed_04.json | 3 + .../Extension/name/negatively_fuzzed_05.json | 3 + .../Extension/name/negatively_fuzzed_06.json | 3 + .../Extension/name/negatively_fuzzed_07.json | 3 + .../Extension/name/negatively_fuzzed_08.json | 3 + .../Extension/name/negatively_fuzzed_09.json | 3 + .../Extension/name/negatively_fuzzed_10.json | 3 + .../File/contentType/empty.json | 4 + .../contentType/negatively_fuzzed_01.json | 4 + .../contentType/negatively_fuzzed_02.json | 4 + .../contentType/negatively_fuzzed_03.json | 4 + .../contentType/negatively_fuzzed_04.json | 4 + .../contentType/negatively_fuzzed_05.json | 4 + .../contentType/negatively_fuzzed_06.json | 4 + .../contentType/negatively_fuzzed_07.json | 4 + .../contentType/negatively_fuzzed_08.json | 4 + .../contentType/negatively_fuzzed_09.json | 4 + .../contentType/negatively_fuzzed_10.json | 4 + .../File/contentType/number.json | 4 + .../File/value/negatively_fuzzed_01.json | 4 + .../File/value/negatively_fuzzed_02.json | 4 + .../File/value/negatively_fuzzed_03.json | 4 + .../File/value/negatively_fuzzed_04.json | 4 + .../File/value/negatively_fuzzed_05.json | 4 + .../File/value/negatively_fuzzed_06.json | 4 + .../File/value/negatively_fuzzed_07.json | 4 + .../File/value/negatively_fuzzed_08.json | 4 + .../File/value/negatively_fuzzed_09.json | 4 + .../File/value/negatively_fuzzed_10.json | 4 + .../File/value/negatively_made_up_01.json | 4 + .../File/value/negatively_made_up_02.json | 4 + .../Key/value/negatively_fuzzed_01.json | 4 + .../Key/value/negatively_fuzzed_02.json | 4 + .../Key/value/negatively_fuzzed_03.json | 4 + .../Key/value/negatively_fuzzed_04.json | 4 + .../Key/value/negatively_fuzzed_05.json | 4 + .../Key/value/negatively_fuzzed_06.json | 4 + .../Key/value/negatively_fuzzed_07.json | 4 + .../Key/value/negatively_fuzzed_08.json | 4 + .../Key/value/negatively_fuzzed_09.json | 4 + .../Key/value/negatively_fuzzed_10.json | 4 + .../Qualifier/type/negatively_fuzzed_01.json | 4 + .../Qualifier/type/negatively_fuzzed_02.json | 4 + .../Qualifier/type/negatively_fuzzed_03.json | 4 + .../Qualifier/type/negatively_fuzzed_04.json | 4 + .../Qualifier/type/negatively_fuzzed_05.json | 4 + .../Qualifier/type/negatively_fuzzed_06.json | 4 + .../Qualifier/type/negatively_fuzzed_07.json | 4 + .../Qualifier/type/negatively_fuzzed_08.json | 4 + .../Qualifier/type/negatively_fuzzed_09.json | 4 + .../Qualifier/type/negatively_fuzzed_10.json | 4 + .../Resource/contentType/empty.json | 4 + .../contentType/negatively_fuzzed_01.json | 4 + .../contentType/negatively_fuzzed_02.json | 4 + .../contentType/negatively_fuzzed_03.json | 4 + .../contentType/negatively_fuzzed_04.json | 4 + .../contentType/negatively_fuzzed_05.json | 4 + .../contentType/negatively_fuzzed_06.json | 4 + .../contentType/negatively_fuzzed_07.json | 4 + .../contentType/negatively_fuzzed_08.json | 4 + .../contentType/negatively_fuzzed_09.json | 4 + .../contentType/negatively_fuzzed_10.json | 4 + .../Resource/contentType/number.json | 4 + .../Resource/path/negatively_fuzzed_01.json | 3 + .../Resource/path/negatively_fuzzed_02.json | 3 + .../Resource/path/negatively_fuzzed_03.json | 3 + .../Resource/path/negatively_fuzzed_04.json | 3 + .../Resource/path/negatively_fuzzed_05.json | 3 + .../Resource/path/negatively_fuzzed_06.json | 3 + .../Resource/path/negatively_fuzzed_07.json | 3 + .../Resource/path/negatively_fuzzed_08.json | 3 + .../Resource/path/negatively_fuzzed_09.json | 3 + .../Resource/path/negatively_fuzzed_10.json | 3 + .../Resource/path/negatively_made_up_01.json | 3 + .../Resource/path/negatively_made_up_02.json | 3 + .../name/negatively_fuzzed_01.json | 4 + .../name/negatively_fuzzed_02.json | 4 + .../name/negatively_fuzzed_03.json | 4 + .../name/negatively_fuzzed_04.json | 4 + .../name/negatively_fuzzed_05.json | 4 + .../name/negatively_fuzzed_06.json | 4 + .../name/negatively_fuzzed_07.json | 4 + .../name/negatively_fuzzed_08.json | 4 + .../name/negatively_fuzzed_09.json | 4 + .../name/negatively_fuzzed_10.json | 4 + .../value/negatively_fuzzed_01.json | 4 + .../value/negatively_fuzzed_02.json | 4 + .../value/negatively_fuzzed_03.json | 4 + .../value/negatively_fuzzed_04.json | 4 + .../value/negatively_fuzzed_05.json | 4 + .../value/negatively_fuzzed_06.json | 4 + .../value/negatively_fuzzed_07.json | 4 + .../value/negatively_fuzzed_08.json | 4 + .../value/negatively_fuzzed_09.json | 4 + .../value/negatively_fuzzed_10.json | 4 + .../value/negatively_fuzzed_01.json | 3 + .../value/negatively_fuzzed_02.json | 3 + .../value/negatively_fuzzed_03.json | 3 + .../value/negatively_fuzzed_04.json | 3 + .../value/negatively_fuzzed_05.json | 3 + .../value/negatively_fuzzed_06.json | 3 + .../value/negatively_fuzzed_07.json | 3 + .../value/negatively_fuzzed_08.json | 3 + .../value/negatively_fuzzed_09.json | 3 + .../value/negatively_fuzzed_10.json | 3 + .../AnnotatedRelationshipElement/wrong.json | 3 + .../AssetAdministrationShell/wrong.json | 8 + .../BasicEventElement/wrong.json | 18 + .../InvalidModelType/Blob/wrong.json | 3 + .../InvalidModelType/Capability/wrong.json | 3 + .../ConceptDescription/wrong.json | 4 + .../DataSpecificationIec61360/wrong.json | 9 + .../InvalidModelType/Entity/wrong.json | 3 + .../InvalidModelType/File/wrong.json | 3 + .../MultiLanguageProperty/wrong.json | 3 + .../InvalidModelType/Operation/wrong.json | 3 + .../InvalidModelType/Property/wrong.json | 4 + .../InvalidModelType/Range/wrong.json | 4 + .../ReferenceElement/wrong.json | 3 + .../RelationshipElement/wrong.json | 3 + .../InvalidModelType/Submodel/wrong.json | 4 + .../SubmodelElementCollection/wrong.json | 3 + .../SubmodelElementList/wrong.json | 4 + .../AnnotatedRelationshipElement/wrong.json | 1 + .../AssetAdministrationShell/wrong.json | 7 + .../BasicEventElement/wrong.json | 17 + .../MissingModelType/Blob/wrong.json | 1 + .../MissingModelType/Capability/wrong.json | 1 + .../ConceptDescription/wrong.json | 3 + .../DataSpecificationIec61360/wrong.json | 8 + .../MissingModelType/Entity/wrong.json | 1 + .../MissingModelType/File/wrong.json | 1 + .../MultiLanguageProperty/wrong.json | 1 + .../MissingModelType/Operation/wrong.json | 1 + .../MissingModelType/Property/wrong.json | 3 + .../MissingModelType/Range/wrong.json | 3 + .../ReferenceElement/wrong.json | 1 + .../RelationshipElement/wrong.json | 1 + .../MissingModelType/Submodel/wrong.json | 3 + .../SubmodelElementCollection/wrong.json | 1 + .../SubmodelElementList/wrong.json | 3 + .../assetInformation.json | 5 + .../AssetAdministrationShell/id.json | 8 + .../AssetInformation/assetKind.json | 4 + .../BasicEventElement/direction.json | 18 + .../BasicEventElement/observed.json | 6 + .../BasicEventElement/state.json | 18 + .../NullViolation/ConceptDescription/id.json | 4 + .../preferredName.json | 4 + .../dataSpecification.json | 12 + .../dataSpecificationContent.json | 12 + .../EventPayload/observableReference.json | 17 + .../NullViolation/EventPayload/source.json | 13 + .../NullViolation/EventPayload/timeStamp.json | 25 + .../NullViolation/Extension/name.json | 3 + .../NullViolation/Key/type.json | 4 + .../NullViolation/Key/value.json | 4 + .../language.json | 4 + .../text.json | 4 + .../LangStringNameType/language.json | 4 + .../LangStringNameType/text.json | 4 + .../language.json | 4 + .../text.json | 4 + .../language.json | 4 + .../LangStringShortNameTypeIec61360/text.json | 4 + .../LangStringTextType/language.json | 4 + .../LangStringTextType/text.json | 4 + .../NullViolation/LevelType/max.json | 6 + .../NullViolation/LevelType/min.json | 6 + .../NullViolation/LevelType/nom.json | 6 + .../NullViolation/LevelType/typ.json | 6 + .../OperationVariable/value.json | 3 + .../NullViolation/Property/valueType.json | 4 + .../NullViolation/Qualifier/type.json | 4 + .../NullViolation/Qualifier/valueType.json | 4 + .../NullViolation/Range/valueType.json | 4 + .../NullViolation/Reference/keys.json | 4 + .../NullViolation/Reference/type.json | 9 + .../NullViolation/Resource/path.json | 3 + .../NullViolation/SpecificAssetId/name.json | 4 + .../NullViolation/SpecificAssetId/value.json | 4 + .../NullViolation/Submodel/id.json | 4 + .../typeValueListElement.json | 4 + .../ValueList/valueReferencePairs.json | 3 + .../ValueReferencePair/value.json | 3 + .../assetInformation.json | 4 + .../AssetAdministrationShell/id.json | 7 + .../AssetInformation/assetKind.json | 3 + .../BasicEventElement/direction.json | 17 + .../BasicEventElement/observed.json | 5 + .../BasicEventElement/state.json | 17 + .../ConceptDescription/id.json | 3 + .../preferredName.json | 3 + .../dataSpecification.json | 11 + .../dataSpecificationContent.json | 11 + .../EventPayload/observableReference.json | 16 + .../EventPayload/source.json | 12 + .../EventPayload/timeStamp.json | 24 + .../RequiredViolation/Extension/name.json | 1 + .../RequiredViolation/Key/type.json | 3 + .../RequiredViolation/Key/value.json | 3 + .../language.json | 3 + .../text.json | 3 + .../LangStringNameType/language.json | 3 + .../LangStringNameType/text.json | 3 + .../language.json | 3 + .../text.json | 3 + .../language.json | 3 + .../LangStringShortNameTypeIec61360/text.json | 3 + .../LangStringTextType/language.json | 3 + .../LangStringTextType/text.json | 3 + .../RequiredViolation/LevelType/max.json | 5 + .../RequiredViolation/LevelType/min.json | 5 + .../RequiredViolation/LevelType/nom.json | 5 + .../RequiredViolation/LevelType/typ.json | 5 + .../OperationVariable/value.json | 1 + .../RequiredViolation/Property/valueType.json | 3 + .../RequiredViolation/Qualifier/type.json | 3 + .../Qualifier/valueType.json | 3 + .../RequiredViolation/Range/valueType.json | 3 + .../RequiredViolation/Reference/keys.json | 3 + .../RequiredViolation/Reference/type.json | 8 + .../RequiredViolation/Resource/path.json | 1 + .../SpecificAssetId/name.json | 3 + .../SpecificAssetId/value.json | 3 + .../RequiredViolation/Submodel/id.json | 3 + .../typeValueListElement.json | 3 + .../ValueList/valueReferencePairs.json | 1 + .../ValueReferencePair/value.json | 1 + .../AdministrativeInformation/creator.json | 60 + .../embeddedDataSpecifications.json | 15 + .../AdministrativeInformation/revision.json | 76 + .../AdministrativeInformation/templateId.json | 76 + .../AdministrativeInformation/version.json | 76 + .../annotations.json | 158 + .../category.json | 175 + .../description.json | 158 + .../displayName.json | 158 + .../embeddedDataSpecifications.json | 114 + .../extensions.json | 160 + .../AnnotatedRelationshipElement/first.json | 159 + .../AnnotatedRelationshipElement/idShort.json | 175 + .../qualifiers.json | 154 + .../AnnotatedRelationshipElement/second.json | 159 + .../semanticId.json | 159 + .../supplementalSemanticIds.json | 139 + .../administration.json | 122 + .../assetInformation.json | 119 + .../AssetAdministrationShell/category.json | 130 + .../AssetAdministrationShell/derivedFrom.json | 114 + .../AssetAdministrationShell/description.json | 113 + .../AssetAdministrationShell/displayName.json | 113 + .../embeddedDataSpecifications.json | 69 + .../AssetAdministrationShell/extensions.json | 115 + .../AssetAdministrationShell/id.json | 130 + .../AssetAdministrationShell/idShort.json | 130 + .../AssetAdministrationShell/submodels.json | 103 + .../AssetInformation/assetKind.json | 30 + .../AssetInformation/assetType.json | 30 + .../AssetInformation/defaultThumbnail.json | 20 + .../AssetInformation/globalAssetId.json | 30 + .../AssetInformation/specificAssetIds.json | 9 + .../BasicEventElement/category.json | 179 + .../BasicEventElement/description.json | 162 + .../BasicEventElement/direction.json | 179 + .../BasicEventElement/displayName.json | 162 + .../embeddedDataSpecifications.json | 118 + .../BasicEventElement/extensions.json | 164 + .../BasicEventElement/idShort.json | 179 + .../BasicEventElement/lastUpdate.json | 179 + .../BasicEventElement/maxInterval.json | 179 + .../BasicEventElement/messageBroker.json | 159 + .../BasicEventElement/messageTopic.json | 179 + .../BasicEventElement/minInterval.json | 179 + .../BasicEventElement/observed.json | 159 + .../BasicEventElement/qualifiers.json | 158 + .../BasicEventElement/semanticId.json | 163 + .../BasicEventElement/state.json | 179 + .../supplementalSemanticIds.json | 143 + .../TypeViolation/Blob/category.json | 149 + .../TypeViolation/Blob/contentType.json | 149 + .../TypeViolation/Blob/description.json | 132 + .../TypeViolation/Blob/displayName.json | 132 + .../Blob/embeddedDataSpecifications.json | 88 + .../TypeViolation/Blob/extensions.json | 134 + .../TypeViolation/Blob/idShort.json | 149 + .../TypeViolation/Blob/qualifiers.json | 128 + .../TypeViolation/Blob/semanticId.json | 133 + .../Blob/supplementalSemanticIds.json | 113 + .../TypeViolation/Blob/value.json | 149 + .../TypeViolation/Capability/category.json | 147 + .../TypeViolation/Capability/description.json | 130 + .../TypeViolation/Capability/displayName.json | 130 + .../embeddedDataSpecifications.json | 86 + .../TypeViolation/Capability/extensions.json | 132 + .../TypeViolation/Capability/idShort.json | 147 + .../TypeViolation/Capability/qualifiers.json | 126 + .../TypeViolation/Capability/semanticId.json | 131 + .../Capability/supplementalSemanticIds.json | 111 + .../ConceptDescription/administration.json | 112 + .../ConceptDescription/category.json | 120 + .../ConceptDescription/description.json | 103 + .../ConceptDescription/displayName.json | 103 + .../embeddedDataSpecifications.json | 47 + .../ConceptDescription/extensions.json | 105 + .../TypeViolation/ConceptDescription/id.json | 120 + .../ConceptDescription/idShort.json | 120 + .../ConceptDescription/isCaseOf.json | 102 + .../DataSpecificationIec61360/dataType.json | 50 + .../DataSpecificationIec61360/definition.json | 37 + .../DataSpecificationIec61360/levelType.json | 37 + .../preferredName.json | 37 + .../DataSpecificationIec61360/shortName.json | 37 + .../sourceOfDefinition.json | 50 + .../DataSpecificationIec61360/symbol.json | 50 + .../DataSpecificationIec61360/unit.json | 50 + .../DataSpecificationIec61360/unitId.json | 34 + .../DataSpecificationIec61360/value.json | 50 + .../valueFormat.json | 50 + .../dataSpecification.json | 16 + .../dataSpecificationContent.json | 12 + .../TypeViolation/Entity/category.json | 169 + .../TypeViolation/Entity/description.json | 152 + .../TypeViolation/Entity/displayName.json | 152 + .../Entity/embeddedDataSpecifications.json | 108 + .../TypeViolation/Entity/entityType.json | 169 + .../TypeViolation/Entity/extensions.json | 154 + .../TypeViolation/Entity/globalAssetId.json | 169 + .../TypeViolation/Entity/idShort.json | 169 + .../TypeViolation/Entity/qualifiers.json | 148 + .../TypeViolation/Entity/semanticId.json | 153 + .../Entity/specificAssetIds.json | 148 + .../TypeViolation/Entity/statements.json | 156 + .../Entity/supplementalSemanticIds.json | 133 + .../assetAdministrationShells.json | 15 + .../Environment/conceptDescriptions.json | 27 + .../TypeViolation/Environment/submodels.json | 27 + .../EventPayload/observableReference.json | 46 + .../EventPayload/observableSemanticId.json | 46 + .../TypeViolation/EventPayload/payload.json | 62 + .../TypeViolation/EventPayload/source.json | 42 + .../EventPayload/sourceSemanticId.json | 46 + .../TypeViolation/EventPayload/subjectId.json | 46 + .../TypeViolation/EventPayload/timeStamp.json | 62 + .../TypeViolation/EventPayload/topic.json | 62 + .../TypeViolation/Extension/name.json | 71 + .../TypeViolation/Extension/refersTo.json | 44 + .../TypeViolation/Extension/semanticId.json | 55 + .../Extension/supplementalSemanticIds.json | 35 + .../TypeViolation/Extension/value.json | 71 + .../TypeViolation/Extension/valueType.json | 71 + .../TypeViolation/File/category.json | 149 + .../TypeViolation/File/contentType.json | 149 + .../TypeViolation/File/description.json | 132 + .../TypeViolation/File/displayName.json | 132 + .../File/embeddedDataSpecifications.json | 88 + .../TypeViolation/File/extensions.json | 134 + .../TypeViolation/File/idShort.json | 149 + .../TypeViolation/File/qualifiers.json | 128 + .../TypeViolation/File/semanticId.json | 133 + .../File/supplementalSemanticIds.json | 113 + .../TypeViolation/File/value.json | 149 + .../TypeViolation/Key/type.json | 12 + .../TypeViolation/Key/value.json | 12 + .../language.json | 12 + .../text.json | 12 + .../LangStringNameType/language.json | 12 + .../LangStringNameType/text.json | 12 + .../language.json | 12 + .../text.json | 12 + .../language.json | 12 + .../LangStringShortNameTypeIec61360/text.json | 12 + .../LangStringTextType/language.json | 12 + .../LangStringTextType/text.json | 12 + .../TypeViolation/LevelType/max.json | 14 + .../TypeViolation/LevelType/min.json | 14 + .../TypeViolation/LevelType/nom.json | 14 + .../TypeViolation/LevelType/typ.json | 14 + .../MultiLanguageProperty/category.json | 166 + .../MultiLanguageProperty/description.json | 149 + .../MultiLanguageProperty/displayName.json | 149 + .../embeddedDataSpecifications.json | 105 + .../MultiLanguageProperty/extensions.json | 151 + .../MultiLanguageProperty/idShort.json | 166 + .../MultiLanguageProperty/qualifiers.json | 145 + .../MultiLanguageProperty/semanticId.json | 150 + .../supplementalSemanticIds.json | 130 + .../MultiLanguageProperty/value.json | 149 + .../MultiLanguageProperty/valueId.json | 150 + .../TypeViolation/Operation/category.json | 190 + .../TypeViolation/Operation/description.json | 173 + .../TypeViolation/Operation/displayName.json | 173 + .../Operation/embeddedDataSpecifications.json | 129 + .../TypeViolation/Operation/extensions.json | 175 + .../TypeViolation/Operation/idShort.json | 190 + .../Operation/inoutputVariables.json | 162 + .../Operation/inputVariables.json | 175 + .../Operation/outputVariables.json | 169 + .../TypeViolation/Operation/qualifiers.json | 169 + .../TypeViolation/Operation/semanticId.json | 174 + .../Operation/supplementalSemanticIds.json | 154 + .../OperationVariable/value.json | 3 + .../TypeViolation/Property/category.json | 158 + .../TypeViolation/Property/description.json | 141 + .../TypeViolation/Property/displayName.json | 141 + .../Property/embeddedDataSpecifications.json | 97 + .../TypeViolation/Property/extensions.json | 143 + .../TypeViolation/Property/idShort.json | 158 + .../TypeViolation/Property/qualifiers.json | 137 + .../TypeViolation/Property/semanticId.json | 142 + .../Property/supplementalSemanticIds.json | 122 + .../TypeViolation/Property/value.json | 158 + .../TypeViolation/Property/valueId.json | 142 + .../TypeViolation/Property/valueType.json | 158 + .../TypeViolation/Qualifier/kind.json | 61 + .../TypeViolation/Qualifier/semanticId.json | 45 + .../Qualifier/supplementalSemanticIds.json | 25 + .../TypeViolation/Qualifier/type.json | 61 + .../TypeViolation/Qualifier/value.json | 61 + .../TypeViolation/Qualifier/valueId.json | 45 + .../TypeViolation/Qualifier/valueType.json | 61 + .../TypeViolation/Range/category.json | 150 + .../TypeViolation/Range/description.json | 133 + .../TypeViolation/Range/displayName.json | 133 + .../Range/embeddedDataSpecifications.json | 89 + .../TypeViolation/Range/extensions.json | 135 + .../TypeViolation/Range/idShort.json | 150 + .../TypeViolation/Range/max.json | 150 + .../TypeViolation/Range/min.json | 150 + .../TypeViolation/Range/qualifiers.json | 129 + .../TypeViolation/Range/semanticId.json | 134 + .../Range/supplementalSemanticIds.json | 114 + .../TypeViolation/Range/valueType.json | 150 + .../TypeViolation/Reference/keys.json | 13 + .../Reference/referredSemanticId.json | 10 + .../TypeViolation/Reference/type.json | 26 + .../ReferenceElement/category.json | 156 + .../ReferenceElement/description.json | 139 + .../ReferenceElement/displayName.json | 139 + .../embeddedDataSpecifications.json | 95 + .../ReferenceElement/extensions.json | 141 + .../ReferenceElement/idShort.json | 156 + .../ReferenceElement/qualifiers.json | 135 + .../ReferenceElement/semanticId.json | 140 + .../supplementalSemanticIds.json | 120 + .../TypeViolation/ReferenceElement/value.json | 140 + .../RelationshipElement/category.json | 165 + .../RelationshipElement/description.json | 148 + .../RelationshipElement/displayName.json | 148 + .../embeddedDataSpecifications.json | 104 + .../RelationshipElement/extensions.json | 150 + .../RelationshipElement/first.json | 149 + .../RelationshipElement/idShort.json | 165 + .../RelationshipElement/qualifiers.json | 144 + .../RelationshipElement/second.json | 149 + .../RelationshipElement/semanticId.json | 149 + .../supplementalSemanticIds.json | 129 + .../TypeViolation/Resource/contentType.json | 12 + .../TypeViolation/Resource/path.json | 12 + .../SpecificAssetId/externalSubjectId.json | 43 + .../TypeViolation/SpecificAssetId/name.json | 59 + .../SpecificAssetId/semanticId.json | 43 + .../supplementalSemanticIds.json | 23 + .../TypeViolation/SpecificAssetId/value.json | 59 + .../Submodel/administration.json | 153 + .../TypeViolation/Submodel/category.json | 161 + .../TypeViolation/Submodel/description.json | 144 + .../TypeViolation/Submodel/displayName.json | 144 + .../Submodel/embeddedDataSpecifications.json | 100 + .../TypeViolation/Submodel/extensions.json | 146 + .../TypeViolation/Submodel/id.json | 161 + .../TypeViolation/Submodel/idShort.json | 161 + .../TypeViolation/Submodel/kind.json | 161 + .../TypeViolation/Submodel/qualifiers.json | 140 + .../TypeViolation/Submodel/semanticId.json | 145 + .../Submodel/submodelElements.json | 143 + .../Submodel/supplementalSemanticIds.json | 125 + .../SubmodelElementCollection/category.json | 172 + .../description.json | 155 + .../displayName.json | 155 + .../embeddedDataSpecifications.json | 111 + .../SubmodelElementCollection/extensions.json | 157 + .../SubmodelElementCollection/idShort.json | 172 + .../SubmodelElementCollection/qualifiers.json | 151 + .../SubmodelElementCollection/semanticId.json | 156 + .../supplementalSemanticIds.json | 136 + .../SubmodelElementCollection/value.json | 140 + .../SubmodelElementList/category.json | 187 + .../SubmodelElementList/description.json | 170 + .../SubmodelElementList/displayName.json | 170 + .../embeddedDataSpecifications.json | 126 + .../SubmodelElementList/extensions.json | 172 + .../SubmodelElementList/idShort.json | 187 + .../SubmodelElementList/orderRelevant.json | 187 + .../SubmodelElementList/qualifiers.json | 166 + .../SubmodelElementList/semanticId.json | 171 + .../semanticIdListElement.json | 171 + .../supplementalSemanticIds.json | 151 + .../typeValueListElement.json | 187 + .../SubmodelElementList/value.json | 152 + .../valueTypeListElement.json | 187 + .../ValueList/valueReferencePairs.json | 3 + .../ValueReferencePair/value.json | 20 + .../ValueReferencePair/valueId.json | 4 + .../AdministrativeInformation/instance.json | 3 + .../instance.json | 4 + .../AssetAdministrationShell/instance.json | 9 + .../AssetInformation/instance.json | 5 + .../BasicEventElement/instance.json | 19 + .../Blob/instance.json | 4 + .../Capability/instance.json | 4 + .../ConceptDescription/instance.json | 5 + .../DataSpecificationIec61360/instance.json | 10 + .../EmbeddedDataSpecification/instance.json | 21 + .../Entity/instance.json | 4 + .../Environment/instance.json | 3 + .../EventPayload/instance.json | 26 + .../Extension/instance.json | 4 + .../File/instance.json | 4 + .../Key/instance.json | 5 + .../instance.json | 5 + .../LangStringNameType/instance.json | 5 + .../instance.json | 5 + .../instance.json | 5 + .../LangStringTextType/instance.json | 5 + .../LevelType/instance.json | 7 + .../MultiLanguageProperty/instance.json | 4 + .../Operation/instance.json | 4 + .../OperationVariable/instance.json | 8 + .../Property/instance.json | 5 + .../Qualifier/instance.json | 5 + .../Range/instance.json | 5 + .../Reference/instance.json | 10 + .../ReferenceElement/instance.json | 4 + .../RelationshipElement/instance.json | 4 + .../Resource/instance.json | 4 + .../SpecificAssetId/instance.json | 5 + .../Submodel/instance.json | 5 + .../SubmodelElementCollection/instance.json | 4 + .../SubmodelElementList/instance.json | 5 + .../ValueList/instance.json | 8 + .../ValueReferencePair/instance.json | 4 + .../wrong.json.error | 1 + .../AssetAdministrationShell/wrong.json.error | 1 + .../BasicEventElement/wrong.json.error | 1 + .../InvalidModelType/Blob/wrong.json.error | 1 + .../Capability/wrong.json.error | 1 + .../ConceptDescription/wrong.json.error | 1 + .../wrong.json.error | 1 + .../InvalidModelType/Entity/wrong.json.error | 1 + .../InvalidModelType/File/wrong.json.error | 1 + .../MultiLanguageProperty/wrong.json.error | 1 + .../Operation/wrong.json.error | 1 + .../Property/wrong.json.error | 1 + .../InvalidModelType/Range/wrong.json.error | 1 + .../ReferenceElement/wrong.json.error | 1 + .../RelationshipElement/wrong.json.error | 1 + .../Submodel/wrong.json.error | 1 + .../wrong.json.error | 1 + .../SubmodelElementList/wrong.json.error | 1 + .../wrong.json.error | 1 + .../AssetAdministrationShell/wrong.json.error | 1 + .../BasicEventElement/wrong.json.error | 1 + .../MissingModelType/Blob/wrong.json.error | 1 + .../Capability/wrong.json.error | 1 + .../ConceptDescription/wrong.json.error | 1 + .../wrong.json.error | 1 + .../MissingModelType/Entity/wrong.json.error | 1 + .../MissingModelType/File/wrong.json.error | 1 + .../MultiLanguageProperty/wrong.json.error | 1 + .../Operation/wrong.json.error | 1 + .../Property/wrong.json.error | 1 + .../MissingModelType/Range/wrong.json.error | 1 + .../ReferenceElement/wrong.json.error | 1 + .../RelationshipElement/wrong.json.error | 1 + .../Submodel/wrong.json.error | 1 + .../wrong.json.error | 1 + .../SubmodelElementList/wrong.json.error | 1 + .../assetInformation.json.error | 1 + .../AssetAdministrationShell/id.json.error | 1 + .../AssetInformation/assetKind.json.error | 1 + .../BasicEventElement/direction.json.error | 1 + .../BasicEventElement/observed.json.error | 1 + .../BasicEventElement/state.json.error | 1 + .../ConceptDescription/id.json.error | 1 + .../preferredName.json.error | 1 + .../dataSpecification.json.error | 1 + .../dataSpecificationContent.json.error | 1 + .../observableReference.json.error | 1 + .../EventPayload/source.json.error | 1 + .../EventPayload/timeStamp.json.error | 1 + .../NullViolation/Extension/name.json.error | 1 + .../NullViolation/Key/type.json.error | 1 + .../NullViolation/Key/value.json.error | 1 + .../language.json.error | 1 + .../text.json.error | 1 + .../LangStringNameType/language.json.error | 1 + .../LangStringNameType/text.json.error | 1 + .../language.json.error | 1 + .../text.json.error | 1 + .../language.json.error | 1 + .../text.json.error | 1 + .../LangStringTextType/language.json.error | 1 + .../LangStringTextType/text.json.error | 1 + .../NullViolation/LevelType/max.json.error | 1 + .../NullViolation/LevelType/min.json.error | 1 + .../NullViolation/LevelType/nom.json.error | 1 + .../NullViolation/LevelType/typ.json.error | 1 + .../OperationVariable/value.json.error | 1 + .../Property/valueType.json.error | 1 + .../NullViolation/Qualifier/type.json.error | 1 + .../Qualifier/valueType.json.error | 1 + .../NullViolation/Range/valueType.json.error | 1 + .../NullViolation/Reference/keys.json.error | 1 + .../NullViolation/Reference/type.json.error | 1 + .../NullViolation/Resource/path.json.error | 1 + .../SpecificAssetId/name.json.error | 1 + .../SpecificAssetId/value.json.error | 1 + .../NullViolation/Submodel/id.json.error | 1 + .../typeValueListElement.json.error | 1 + .../ValueList/valueReferencePairs.json.error | 1 + .../ValueReferencePair/value.json.error | 1 + .../assetInformation.json.error | 1 + .../AssetAdministrationShell/id.json.error | 1 + .../AssetInformation/assetKind.json.error | 1 + .../BasicEventElement/direction.json.error | 1 + .../BasicEventElement/observed.json.error | 1 + .../BasicEventElement/state.json.error | 1 + .../ConceptDescription/id.json.error | 1 + .../preferredName.json.error | 1 + .../dataSpecification.json.error | 1 + .../dataSpecificationContent.json.error | 1 + .../observableReference.json.error | 1 + .../EventPayload/source.json.error | 1 + .../EventPayload/timeStamp.json.error | 1 + .../Extension/name.json.error | 1 + .../RequiredViolation/Key/type.json.error | 1 + .../RequiredViolation/Key/value.json.error | 1 + .../language.json.error | 1 + .../text.json.error | 1 + .../LangStringNameType/language.json.error | 1 + .../LangStringNameType/text.json.error | 1 + .../language.json.error | 1 + .../text.json.error | 1 + .../language.json.error | 1 + .../text.json.error | 1 + .../LangStringTextType/language.json.error | 1 + .../LangStringTextType/text.json.error | 1 + .../LevelType/max.json.error | 1 + .../LevelType/min.json.error | 1 + .../LevelType/nom.json.error | 1 + .../LevelType/typ.json.error | 1 + .../OperationVariable/value.json.error | 1 + .../Property/valueType.json.error | 1 + .../Qualifier/type.json.error | 1 + .../Qualifier/valueType.json.error | 1 + .../Range/valueType.json.error | 1 + .../Reference/keys.json.error | 1 + .../Reference/type.json.error | 1 + .../Resource/path.json.error | 1 + .../SpecificAssetId/name.json.error | 1 + .../SpecificAssetId/value.json.error | 1 + .../RequiredViolation/Submodel/id.json.error | 1 + .../typeValueListElement.json.error | 1 + .../ValueList/valueReferencePairs.json.error | 1 + .../ValueReferencePair/value.json.error | 1 + .../creator.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../revision.json.error | 1 + .../templateId.json.error | 1 + .../version.json.error | 1 + .../annotations.json.error | 1 + .../category.json.error | 1 + .../description.json.error | 1 + .../displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../extensions.json.error | 1 + .../first.json.error | 1 + .../idShort.json.error | 1 + .../qualifiers.json.error | 1 + .../second.json.error | 1 + .../semanticId.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../administration.json.error | 1 + .../assetInformation.json.error | 1 + .../category.json.error | 1 + .../derivedFrom.json.error | 1 + .../description.json.error | 1 + .../displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../extensions.json.error | 1 + .../AssetAdministrationShell/id.json.error | 1 + .../idShort.json.error | 1 + .../submodels.json.error | 1 + .../AssetInformation/assetKind.json.error | 1 + .../AssetInformation/assetType.json.error | 1 + .../defaultThumbnail.json.error | 1 + .../AssetInformation/globalAssetId.json.error | 1 + .../specificAssetIds.json.error | 1 + .../BasicEventElement/category.json.error | 1 + .../BasicEventElement/description.json.error | 1 + .../BasicEventElement/direction.json.error | 1 + .../BasicEventElement/displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../BasicEventElement/extensions.json.error | 1 + .../BasicEventElement/idShort.json.error | 1 + .../BasicEventElement/lastUpdate.json.error | 1 + .../BasicEventElement/maxInterval.json.error | 1 + .../messageBroker.json.error | 1 + .../BasicEventElement/messageTopic.json.error | 1 + .../BasicEventElement/minInterval.json.error | 1 + .../BasicEventElement/observed.json.error | 1 + .../BasicEventElement/qualifiers.json.error | 1 + .../BasicEventElement/semanticId.json.error | 1 + .../BasicEventElement/state.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../TypeViolation/Blob/category.json.error | 1 + .../TypeViolation/Blob/contentType.json.error | 1 + .../TypeViolation/Blob/description.json.error | 1 + .../TypeViolation/Blob/displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../TypeViolation/Blob/extensions.json.error | 1 + .../TypeViolation/Blob/idShort.json.error | 1 + .../TypeViolation/Blob/qualifiers.json.error | 1 + .../TypeViolation/Blob/semanticId.json.error | 1 + .../Blob/supplementalSemanticIds.json.error | 1 + .../TypeViolation/Blob/value.json.error | 1 + .../Capability/category.json.error | 1 + .../Capability/description.json.error | 1 + .../Capability/displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../Capability/extensions.json.error | 1 + .../Capability/idShort.json.error | 1 + .../Capability/qualifiers.json.error | 1 + .../Capability/semanticId.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../administration.json.error | 1 + .../ConceptDescription/category.json.error | 1 + .../ConceptDescription/description.json.error | 1 + .../ConceptDescription/displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../ConceptDescription/extensions.json.error | 1 + .../ConceptDescription/id.json.error | 1 + .../ConceptDescription/idShort.json.error | 1 + .../ConceptDescription/isCaseOf.json.error | 1 + .../dataType.json.error | 1 + .../definition.json.error | 1 + .../levelType.json.error | 1 + .../preferredName.json.error | 1 + .../shortName.json.error | 1 + .../sourceOfDefinition.json.error | 1 + .../symbol.json.error | 1 + .../DataSpecificationIec61360/unit.json.error | 1 + .../unitId.json.error | 1 + .../value.json.error | 1 + .../valueFormat.json.error | 1 + .../dataSpecification.json.error | 1 + .../dataSpecificationContent.json.error | 1 + .../TypeViolation/Entity/category.json.error | 1 + .../Entity/description.json.error | 1 + .../Entity/displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../Entity/entityType.json.error | 1 + .../Entity/extensions.json.error | 1 + .../Entity/globalAssetId.json.error | 1 + .../TypeViolation/Entity/idShort.json.error | 1 + .../Entity/qualifiers.json.error | 1 + .../Entity/semanticId.json.error | 1 + .../Entity/specificAssetIds.json.error | 1 + .../Entity/statements.json.error | 1 + .../Entity/supplementalSemanticIds.json.error | 1 + .../assetAdministrationShells.json.error | 1 + .../conceptDescriptions.json.error | 1 + .../Environment/submodels.json.error | 1 + .../observableReference.json.error | 1 + .../observableSemanticId.json.error | 1 + .../EventPayload/payload.json.error | 1 + .../EventPayload/source.json.error | 1 + .../EventPayload/sourceSemanticId.json.error | 1 + .../EventPayload/subjectId.json.error | 1 + .../EventPayload/timeStamp.json.error | 1 + .../EventPayload/topic.json.error | 1 + .../TypeViolation/Extension/name.json.error | 1 + .../Extension/refersTo.json.error | 1 + .../Extension/semanticId.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../TypeViolation/Extension/value.json.error | 1 + .../Extension/valueType.json.error | 1 + .../TypeViolation/File/category.json.error | 1 + .../TypeViolation/File/contentType.json.error | 1 + .../TypeViolation/File/description.json.error | 1 + .../TypeViolation/File/displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../TypeViolation/File/extensions.json.error | 1 + .../TypeViolation/File/idShort.json.error | 1 + .../TypeViolation/File/qualifiers.json.error | 1 + .../TypeViolation/File/semanticId.json.error | 1 + .../File/supplementalSemanticIds.json.error | 1 + .../TypeViolation/File/value.json.error | 1 + .../TypeViolation/Key/type.json.error | 1 + .../TypeViolation/Key/value.json.error | 1 + .../language.json.error | 1 + .../text.json.error | 1 + .../LangStringNameType/language.json.error | 1 + .../LangStringNameType/text.json.error | 1 + .../language.json.error | 1 + .../text.json.error | 1 + .../language.json.error | 1 + .../text.json.error | 1 + .../LangStringTextType/language.json.error | 1 + .../LangStringTextType/text.json.error | 1 + .../TypeViolation/LevelType/max.json.error | 1 + .../TypeViolation/LevelType/min.json.error | 1 + .../TypeViolation/LevelType/nom.json.error | 1 + .../TypeViolation/LevelType/typ.json.error | 1 + .../MultiLanguageProperty/category.json.error | 1 + .../description.json.error | 1 + .../displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../extensions.json.error | 1 + .../MultiLanguageProperty/idShort.json.error | 1 + .../qualifiers.json.error | 1 + .../semanticId.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../MultiLanguageProperty/value.json.error | 1 + .../MultiLanguageProperty/valueId.json.error | 1 + .../Operation/category.json.error | 1 + .../Operation/description.json.error | 1 + .../Operation/displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../Operation/extensions.json.error | 1 + .../Operation/idShort.json.error | 1 + .../Operation/inoutputVariables.json.error | 1 + .../Operation/inputVariables.json.error | 1 + .../Operation/outputVariables.json.error | 1 + .../Operation/qualifiers.json.error | 1 + .../Operation/semanticId.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../OperationVariable/value.json.error | 1 + .../Property/category.json.error | 1 + .../Property/description.json.error | 1 + .../Property/displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../Property/extensions.json.error | 1 + .../TypeViolation/Property/idShort.json.error | 1 + .../Property/qualifiers.json.error | 1 + .../Property/semanticId.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../TypeViolation/Property/value.json.error | 1 + .../TypeViolation/Property/valueId.json.error | 1 + .../Property/valueType.json.error | 1 + .../TypeViolation/Qualifier/kind.json.error | 1 + .../Qualifier/semanticId.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../TypeViolation/Qualifier/type.json.error | 1 + .../TypeViolation/Qualifier/value.json.error | 1 + .../Qualifier/valueId.json.error | 1 + .../Qualifier/valueType.json.error | 1 + .../TypeViolation/Range/category.json.error | 1 + .../Range/description.json.error | 1 + .../Range/displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../TypeViolation/Range/extensions.json.error | 1 + .../TypeViolation/Range/idShort.json.error | 1 + .../TypeViolation/Range/max.json.error | 1 + .../TypeViolation/Range/min.json.error | 1 + .../TypeViolation/Range/qualifiers.json.error | 1 + .../TypeViolation/Range/semanticId.json.error | 1 + .../Range/supplementalSemanticIds.json.error | 1 + .../TypeViolation/Range/valueType.json.error | 1 + .../TypeViolation/Reference/keys.json.error | 1 + .../Reference/referredSemanticId.json.error | 1 + .../TypeViolation/Reference/type.json.error | 1 + .../ReferenceElement/category.json.error | 1 + .../ReferenceElement/description.json.error | 1 + .../ReferenceElement/displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../ReferenceElement/extensions.json.error | 1 + .../ReferenceElement/idShort.json.error | 1 + .../ReferenceElement/qualifiers.json.error | 1 + .../ReferenceElement/semanticId.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../ReferenceElement/value.json.error | 1 + .../RelationshipElement/category.json.error | 1 + .../description.json.error | 1 + .../displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../RelationshipElement/extensions.json.error | 1 + .../RelationshipElement/first.json.error | 1 + .../RelationshipElement/idShort.json.error | 1 + .../RelationshipElement/qualifiers.json.error | 1 + .../RelationshipElement/second.json.error | 1 + .../RelationshipElement/semanticId.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../Resource/contentType.json.error | 1 + .../TypeViolation/Resource/path.json.error | 1 + .../externalSubjectId.json.error | 1 + .../SpecificAssetId/name.json.error | 1 + .../SpecificAssetId/semanticId.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../SpecificAssetId/value.json.error | 1 + .../Submodel/administration.json.error | 1 + .../Submodel/category.json.error | 1 + .../Submodel/description.json.error | 1 + .../Submodel/displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../Submodel/extensions.json.error | 1 + .../TypeViolation/Submodel/id.json.error | 1 + .../TypeViolation/Submodel/idShort.json.error | 1 + .../TypeViolation/Submodel/kind.json.error | 1 + .../Submodel/qualifiers.json.error | 1 + .../Submodel/semanticId.json.error | 1 + .../Submodel/submodelElements.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../category.json.error | 1 + .../description.json.error | 1 + .../displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../extensions.json.error | 1 + .../idShort.json.error | 1 + .../qualifiers.json.error | 1 + .../semanticId.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../value.json.error | 1 + .../SubmodelElementList/category.json.error | 1 + .../description.json.error | 1 + .../displayName.json.error | 1 + .../embeddedDataSpecifications.json.error | 1 + .../SubmodelElementList/extensions.json.error | 1 + .../SubmodelElementList/idShort.json.error | 1 + .../orderRelevant.json.error | 1 + .../SubmodelElementList/qualifiers.json.error | 1 + .../SubmodelElementList/semanticId.json.error | 1 + .../semanticIdListElement.json.error | 1 + .../supplementalSemanticIds.json.error | 1 + .../typeValueListElement.json.error | 1 + .../SubmodelElementList/value.json.error | 1 + .../valueTypeListElement.json.error | 1 + .../ValueList/valueReferencePairs.json.error | 1 + .../ValueReferencePair/value.json.error | 1 + .../ValueReferencePair/valueId.json.error | 1 + .../instance.json.error | 1 + .../instance.json.error | 1 + .../instance.json.error | 1 + .../AssetInformation/instance.json.error | 1 + .../BasicEventElement/instance.json.error | 1 + .../Blob/instance.json.error | 1 + .../Capability/instance.json.error | 1 + .../ConceptDescription/instance.json.error | 1 + .../instance.json.error | 1 + .../instance.json.error | 1 + .../Entity/instance.json.error | 1 + .../Environment/instance.json.error | 1 + .../EventPayload/instance.json.error | 1 + .../Extension/instance.json.error | 1 + .../File/instance.json.error | 1 + .../Key/instance.json.error | 1 + .../instance.json.error | 1 + .../LangStringNameType/instance.json.error | 1 + .../instance.json.error | 1 + .../instance.json.error | 1 + .../LangStringTextType/instance.json.error | 1 + .../LevelType/instance.json.error | 1 + .../MultiLanguageProperty/instance.json.error | 1 + .../Operation/instance.json.error | 1 + .../OperationVariable/instance.json.error | 1 + .../Property/instance.json.error | 1 + .../Qualifier/instance.json.error | 1 + .../Range/instance.json.error | 1 + .../Reference/instance.json.error | 1 + .../ReferenceElement/instance.json.error | 1 + .../RelationshipElement/instance.json.error | 1 + .../Resource/instance.json.error | 1 + .../SpecificAssetId/instance.json.error | 1 + .../Submodel/instance.json.error | 1 + .../instance.json.error | 1 + .../SubmodelElementList/instance.json.error | 1 + .../ValueList/instance.json.error | 1 + .../ValueReferencePair/instance.json.error | 1 + ...y_not_in_globally_identifiables.xml.errors | 3 + ...ence_violation_invalid_last_key.xml.errors | 1 + ...st_key_not_in_aas_identifiables.xml.errors | 1 + ...y_not_in_globally_identifiables.xml.errors | 2 + ...ragment_reference_in_the_middle.xml.errors | 1 + ...eference_not_after_file_or_blob.xml.errors | 1 + ...on_invalid_key_value_after_list.xml.errors | 1 + ...second_key_not_in_fragment_keys.xml.errors | 1 + ...ion_of_semantic_id_list_element.xml.errors | 2 + ...tion_of_type_value_list_element.xml.errors | 1 + ...tion_of_value_type_list_element.xml.errors | 1 + ...ic_id_mismatch_between_elements.xml.errors | 1 + .../basicEventElement/lastUpdate.xml.errors | 1 + .../eventPayload/timeStamp.xml.errors | 1 + .../Any_URI_negatively_fuzzed_01.xml.errors | 2 + .../Any_URI_negatively_fuzzed_04.xml.errors | 2 + .../Any_URI_negatively_fuzzed_05.xml.errors | 2 + .../Any_URI_negatively_fuzzed_06.xml.errors | 2 + .../Any_URI_negatively_fuzzed_10.xml.errors | 2 + ...d_by_non_two_hexadecimal_digits.xml.errors | 2 + .../Any_URI_too_many_fragments.xml.errors | 2 + ...mber_of_characters_is_not_valid.xml.errors | 2 + ...igns_may_only_appear_at_the_end.xml.errors | 2 + ..._64_binary_negatively_fuzzed_03.xml.errors | 2 + ..._64_binary_negatively_fuzzed_04.xml.errors | 2 + ..._64_binary_negatively_fuzzed_05.xml.errors | 2 + ..._64_binary_negatively_fuzzed_06.xml.errors | 2 + ..._64_binary_negatively_fuzzed_08.xml.errors | 2 + ..._64_binary_negatively_fuzzed_10.xml.errors | 2 + ...se_as_number_with_leading_zeros.xml.errors | 2 + .../Boolean_false_in_camelcase.xml.errors | 2 + .../Boolean_false_in_uppercase.xml.errors | 2 + .../Boolean_negatively_fuzzed_01.xml.errors | 2 + .../Boolean_negatively_fuzzed_03.xml.errors | 2 + .../Boolean_negatively_fuzzed_05.xml.errors | 2 + .../Boolean_negatively_fuzzed_10.xml.errors | 2 + ...ue_as_number_with_leading_zeros.xml.errors | 2 + .../Boolean_true_in_camelcase.xml.errors | 2 + .../Boolean_true_in_uppercase.xml.errors | 2 + .../range/Byte_decimal.xml.errors | 2 + .../range/Byte_empty.xml.errors | 2 + .../range/Byte_free_form_text.xml.errors | 2 + .../Byte_mathematical_formula.xml.errors | 2 + .../range/Byte_max_plus_one.xml.errors | 2 + .../range/Byte_min_minus_one.xml.errors | 2 + .../range/Byte_scientific.xml.errors | 2 + .../range/Date_date_time_with_UTC.xml.errors | 2 + .../Date_date_time_with_offset.xml.errors | 2 + .../Date_date_time_without_zone.xml.errors | 2 + ...te_with_invalid_negative_offset.xml.errors | 2 + ...te_with_invalid_positive_offset.xml.errors | 2 + ...ate_date_with_seconds_in_offset.xml.errors | 2 + .../range/Date_empty.xml.errors | 2 + ...Date_non_existing_february_29th.xml.errors | 2 + .../range/Date_time_date.xml.errors | 2 + ...me_with_invalid_negative_offset.xml.errors | 2 + ...me_with_invalid_positive_offset.xml.errors | 2 + ...ate_time_with_seconds_in_offset.xml.errors | 2 + ...ate_time_with_unexpected_prefix.xml.errors | 2 + ...ate_time_with_unexpected_suffix.xml.errors | 2 + .../Date_time_date_with_time_zone.xml.errors | 2 + .../range/Date_time_empty.xml.errors | 2 + ...time_non_existing_february_29th.xml.errors | 2 + .../Date_time_without_minutes.xml.errors | 2 + .../Date_time_without_seconds.xml.errors | 2 + ...e_time_year_4_bce_february_29th.xml.errors | 2 + ...ate_time_year_zero_doesnt_exist.xml.errors | 2 + .../Date_year_4_bce_february_29th.xml.errors | 2 + .../Date_year_zero_doesnt_exist.xml.errors | 2 + .../range/Decimal_empty.xml.errors | 2 + .../range/Decimal_free_form_text.xml.errors | 2 + .../range/Double_empty.xml.errors | 2 + .../range/Double_free_form_text.xml.errors | 2 + .../range/Double_inf_case_matters.xml.errors | 2 + .../range/Double_nan_case_matters.xml.errors | 2 + ...fraction_in_scientific_notation.xml.errors | 2 + .../range/Double_plus_inf.xml.errors | 2 + .../range/Double_too_large.xml.errors | 2 + .../range/Duration_empty.xml.errors | 2 + .../range/Duration_free_form_text.xml.errors | 2 + .../range/Duration_integer.xml.errors | 2 + .../Duration_leading_P_missing.xml.errors | 2 + .../range/Duration_negative_years.xml.errors | 2 + ...n_positive_year_negative_months.xml.errors | 2 + .../Duration_separator_T_missing.xml.errors | 2 + .../Duration_the_order_matters.xml.errors | 2 + .../range/Float_empty.xml.errors | 2 + .../range/Float_free_form_text.xml.errors | 2 + .../range/Float_inf_case_matters.xml.errors | 2 + .../range/Float_nan_case_matters.xml.errors | 2 + ...fraction_in_scientific_notation.xml.errors | 2 + .../range/Float_plus_inf.xml.errors | 2 + .../range/Float_too_large.xml.errors | 2 + .../G_day_day_outside_of_range.xml.errors | 2 + .../range/G_day_empty.xml.errors | 2 + .../range/G_day_free_form_text.xml.errors | 2 + .../G_day_invalid_negative_offset.xml.errors | 2 + ...day_invalid_offset_with_seconds.xml.errors | 2 + .../G_day_invalid_positive_offset.xml.errors | 2 + .../G_day_missing_leading_dashes.xml.errors | 2 + .../G_day_missing_leading_digit.xml.errors | 2 + .../range/G_day_unexpected_suffix.xml.errors | 2 + ..._month_day_day_outside_of_range.xml.errors | 2 + .../range/G_month_day_empty.xml.errors | 2 + .../G_month_day_free_form_text.xml.errors | 2 + ...nth_day_invalid_negative_offset.xml.errors | 2 + ...day_invalid_offset_with_seconds.xml.errors | 2 + ...nth_day_invalid_positive_offset.xml.errors | 2 + ...onth_day_missing_leading_dashes.xml.errors | 2 + ...month_day_missing_leading_digit.xml.errors | 2 + ...nth_day_non_existing_april_31st.xml.errors | 2 + ...ay_unexpected_prefix_and_suffix.xml.errors | 2 + .../range/G_month_empty.xml.errors | 2 + .../range/G_month_free_form_text.xml.errors | 2 + ...G_month_invalid_negative_offset.xml.errors | 2 + ...nth_invalid_offset_with_seconds.xml.errors | 2 + ...G_month_invalid_positive_offset.xml.errors | 2 + .../G_month_missing_leading_dashes.xml.errors | 2 + .../G_month_missing_leading_digit.xml.errors | 2 + .../G_month_month_outside_of_range.xml.errors | 2 + ...th_unexpected_prefix_and_suffix.xml.errors | 2 + .../range/G_year_empty.xml.errors | 2 + .../range/G_year_free_form_text.xml.errors | 2 + .../G_year_invalid_negative_offset.xml.errors | 2 + ...ear_invalid_offset_with_seconds.xml.errors | 2 + .../G_year_invalid_positive_offset.xml.errors | 2 + .../range/G_year_missing_century.xml.errors | 2 + .../range/G_year_month_empty.xml.errors | 2 + .../G_year_month_free_form_text.xml.errors | 2 + ...r_month_invalid_negative_offset.xml.errors | 2 + ...nth_invalid_offset_with_seconds.xml.errors | 2 + ...r_month_invalid_positive_offset.xml.errors | 2 + .../G_year_month_missing_century.xml.errors | 2 + .../G_year_month_missing_month.xml.errors | 2 + ...G_year_month_month_out_of_range.xml.errors | 2 + .../range/G_year_unexpected_month.xml.errors | 2 + .../Hex_binary_free_form_text.xml.errors | 2 + ...Hex_binary_odd_number_of_digits.xml.errors | 2 + .../range/Hex_binary_single_digit.xml.errors | 2 + .../range/Int_decimal.xml.errors | 2 + .../range/Int_empty.xml.errors | 2 + .../range/Int_free_form_text.xml.errors | 2 + .../range/Int_mathematical_formula.xml.errors | 2 + .../range/Int_max_plus_one.xml.errors | 2 + .../range/Int_min_minus_one.xml.errors | 2 + .../range/Int_scientific.xml.errors | 2 + .../range/Integer_decimal.xml.errors | 2 + .../range/Integer_empty.xml.errors | 2 + .../range/Integer_free_form_text.xml.errors | 2 + .../Integer_mathematical_formula.xml.errors | 2 + .../range/Integer_scientific.xml.errors | 2 + .../range/Long_decimal.xml.errors | 2 + .../range/Long_empty.xml.errors | 2 + .../range/Long_free_form_text.xml.errors | 2 + .../Long_mathematical_formula.xml.errors | 2 + .../range/Long_max_plus_one.xml.errors | 2 + .../range/Long_min_minus_one.xml.errors | 2 + .../range/Long_scientific.xml.errors | 2 + .../range/Negative_integer_decimal.xml.errors | 2 + .../range/Negative_integer_empty.xml.errors | 2 + ...ive_integer_explicitly_positive.xml.errors | 2 + ...nteger_explicitly_positive_zero.xml.errors | 2 + ...Negative_integer_free_form_text.xml.errors | 2 + ...ive_integer_implicitly_positive.xml.errors | 2 + ...ve_integer_mathematical_formula.xml.errors | 2 + .../Negative_integer_scientific.xml.errors | 2 + .../range/Negative_integer_zero.xml.errors | 2 + ...nteger_zero_prefixed_with_zeros.xml.errors | 2 + .../Non_negative_integer_decimal.xml.errors | 2 + .../Non_negative_integer_empty.xml.errors | 2 + ...negative_integer_free_form_text.xml.errors | 2 + .../Non_negative_integer_negative.xml.errors | 2 + .../Non_positive_integer_decimal.xml.errors | 2 + .../Non_positive_integer_empty.xml.errors | 2 + ...ive_integer_explicitly_positive.xml.errors | 2 + ...positive_integer_free_form_text.xml.errors | 2 + ...ive_integer_implicitly_positive.xml.errors | 2 + ...ve_integer_mathematical_formula.xml.errors | 2 + ...Non_positive_integer_scientific.xml.errors | 2 + .../range/Positive_integer_decimal.xml.errors | 2 + .../range/Positive_integer_empty.xml.errors | 2 + ...Positive_integer_free_form_text.xml.errors | 2 + .../Positive_integer_negative.xml.errors | 2 + .../range/Positive_integer_zero.xml.errors | 2 + ...nteger_zero_prefixed_with_zeros.xml.errors | 2 + .../range/Short_decimal.xml.errors | 2 + .../range/Short_empty.xml.errors | 2 + .../range/Short_free_form_text.xml.errors | 2 + .../Short_mathematical_formula.xml.errors | 2 + .../range/Short_max_plus_one.xml.errors | 2 + .../range/Short_min_minus_one.xml.errors | 2 + .../range/Short_scientific.xml.errors | 2 + .../range/Time_empty.xml.errors | 2 + .../range/Time_free_form_text.xml.errors | 2 + .../range/Time_hour_out_of_range.xml.errors | 2 + .../Time_invalid_negative_offset.xml.errors | 2 + ...ime_invalid_offset_with_seconds.xml.errors | 2 + .../Time_invalid_positive_offset.xml.errors | 2 + .../range/Time_minute_out_of_range.xml.errors | 2 + .../Time_missing_padded_zeros.xml.errors | 2 + .../range/Time_missing_seconds.xml.errors | 2 + .../range/Time_negative.xml.errors | 2 + .../range/Time_second_out_of_range.xml.errors | 2 + .../range/Unsigned_byte_decimal.xml.errors | 2 + .../range/Unsigned_byte_empty.xml.errors | 2 + .../Unsigned_byte_free_form_text.xml.errors | 2 + ...igned_byte_mathematical_formula.xml.errors | 2 + .../Unsigned_byte_max_plus_one.xml.errors | 2 + .../range/Unsigned_byte_negative.xml.errors | 2 + .../range/Unsigned_byte_scientific.xml.errors | 2 + .../range/Unsigned_int_decimal.xml.errors | 2 + .../range/Unsigned_int_empty.xml.errors | 2 + .../Unsigned_int_free_form_text.xml.errors | 2 + ...signed_int_mathematical_formula.xml.errors | 2 + .../Unsigned_int_max_plus_one.xml.errors | 2 + .../range/Unsigned_int_negative.xml.errors | 2 + .../range/Unsigned_int_scientific.xml.errors | 2 + .../range/Unsigned_long_decimal.xml.errors | 2 + .../range/Unsigned_long_empty.xml.errors | 2 + .../Unsigned_long_free_form_text.xml.errors | 2 + ...igned_long_mathematical_formula.xml.errors | 2 + .../Unsigned_long_max_plus_one.xml.errors | 2 + .../range/Unsigned_long_negative.xml.errors | 2 + .../range/Unsigned_long_scientific.xml.errors | 2 + .../range/Unsigned_short_decimal.xml.errors | 2 + .../range/Unsigned_short_empty.xml.errors | 2 + .../Unsigned_short_free_form_text.xml.errors | 2 + ...gned_short_mathematical_formula.xml.errors | 2 + .../Unsigned_short_max_plus_one.xml.errors | 2 + .../range/Unsigned_short_negative.xml.errors | 2 + .../Unsigned_short_scientific.xml.errors | 2 + .../Any_URI_negatively_fuzzed_01.xml.errors | 1 + .../Any_URI_negatively_fuzzed_04.xml.errors | 1 + .../Any_URI_negatively_fuzzed_05.xml.errors | 1 + .../Any_URI_negatively_fuzzed_06.xml.errors | 1 + .../Any_URI_negatively_fuzzed_10.xml.errors | 1 + ...d_by_non_two_hexadecimal_digits.xml.errors | 1 + .../Any_URI_too_many_fragments.xml.errors | 1 + ...mber_of_characters_is_not_valid.xml.errors | 1 + ...igns_may_only_appear_at_the_end.xml.errors | 1 + ..._64_binary_negatively_fuzzed_03.xml.errors | 1 + ..._64_binary_negatively_fuzzed_04.xml.errors | 1 + ..._64_binary_negatively_fuzzed_05.xml.errors | 1 + ..._64_binary_negatively_fuzzed_06.xml.errors | 1 + ..._64_binary_negatively_fuzzed_08.xml.errors | 1 + ..._64_binary_negatively_fuzzed_10.xml.errors | 1 + ...se_as_number_with_leading_zeros.xml.errors | 1 + .../Boolean_false_in_camelcase.xml.errors | 1 + .../Boolean_false_in_uppercase.xml.errors | 1 + .../Boolean_negatively_fuzzed_01.xml.errors | 1 + .../Boolean_negatively_fuzzed_03.xml.errors | 1 + .../Boolean_negatively_fuzzed_05.xml.errors | 1 + .../Boolean_negatively_fuzzed_10.xml.errors | 1 + ...ue_as_number_with_leading_zeros.xml.errors | 1 + .../Boolean_true_in_camelcase.xml.errors | 1 + .../Boolean_true_in_uppercase.xml.errors | 1 + .../extension/value/Byte_decimal.xml.errors | 1 + .../extension/value/Byte_empty.xml.errors | 1 + .../value/Byte_free_form_text.xml.errors | 1 + .../Byte_mathematical_formula.xml.errors | 1 + .../value/Byte_max_plus_one.xml.errors | 1 + .../value/Byte_min_minus_one.xml.errors | 1 + .../value/Byte_scientific.xml.errors | 1 + .../value/Date_date_time_with_UTC.xml.errors | 1 + .../Date_date_time_with_offset.xml.errors | 1 + .../Date_date_time_without_zone.xml.errors | 1 + ...te_with_invalid_negative_offset.xml.errors | 1 + ...te_with_invalid_positive_offset.xml.errors | 1 + ...ate_date_with_seconds_in_offset.xml.errors | 1 + .../extension/value/Date_empty.xml.errors | 1 + ...Date_non_existing_february_29th.xml.errors | 1 + .../extension/value/Date_time_date.xml.errors | 1 + ...me_with_invalid_negative_offset.xml.errors | 1 + ...me_with_invalid_positive_offset.xml.errors | 1 + ...ate_time_with_seconds_in_offset.xml.errors | 1 + ...ate_time_with_unexpected_prefix.xml.errors | 1 + ...ate_time_with_unexpected_suffix.xml.errors | 1 + .../Date_time_date_with_time_zone.xml.errors | 1 + .../value/Date_time_empty.xml.errors | 1 + ...time_non_existing_february_29th.xml.errors | 1 + .../Date_time_without_minutes.xml.errors | 1 + .../Date_time_without_seconds.xml.errors | 1 + ...e_time_year_4_bce_february_29th.xml.errors | 1 + ...ate_time_year_zero_doesnt_exist.xml.errors | 1 + .../Date_year_4_bce_february_29th.xml.errors | 1 + .../Date_year_zero_doesnt_exist.xml.errors | 1 + .../extension/value/Decimal_empty.xml.errors | 1 + .../value/Decimal_free_form_text.xml.errors | 1 + .../extension/value/Double_empty.xml.errors | 1 + .../value/Double_free_form_text.xml.errors | 1 + .../value/Double_inf_case_matters.xml.errors | 1 + .../value/Double_nan_case_matters.xml.errors | 1 + ...fraction_in_scientific_notation.xml.errors | 1 + .../value/Double_plus_inf.xml.errors | 1 + .../value/Double_too_large.xml.errors | 1 + .../extension/value/Duration_empty.xml.errors | 1 + .../value/Duration_free_form_text.xml.errors | 1 + .../value/Duration_integer.xml.errors | 1 + .../Duration_leading_P_missing.xml.errors | 1 + .../value/Duration_negative_years.xml.errors | 1 + ...n_positive_year_negative_months.xml.errors | 1 + .../Duration_separator_T_missing.xml.errors | 1 + .../Duration_the_order_matters.xml.errors | 1 + .../extension/value/Float_empty.xml.errors | 1 + .../value/Float_free_form_text.xml.errors | 1 + .../value/Float_inf_case_matters.xml.errors | 1 + .../value/Float_nan_case_matters.xml.errors | 1 + ...fraction_in_scientific_notation.xml.errors | 1 + .../extension/value/Float_plus_inf.xml.errors | 1 + .../value/Float_too_large.xml.errors | 1 + .../G_day_day_outside_of_range.xml.errors | 1 + .../extension/value/G_day_empty.xml.errors | 1 + .../value/G_day_free_form_text.xml.errors | 1 + .../G_day_invalid_negative_offset.xml.errors | 1 + ...day_invalid_offset_with_seconds.xml.errors | 1 + .../G_day_invalid_positive_offset.xml.errors | 1 + .../G_day_missing_leading_dashes.xml.errors | 1 + .../G_day_missing_leading_digit.xml.errors | 1 + .../value/G_day_unexpected_suffix.xml.errors | 1 + ..._month_day_day_outside_of_range.xml.errors | 1 + .../value/G_month_day_empty.xml.errors | 1 + .../G_month_day_free_form_text.xml.errors | 1 + ...nth_day_invalid_negative_offset.xml.errors | 1 + ...day_invalid_offset_with_seconds.xml.errors | 1 + ...nth_day_invalid_positive_offset.xml.errors | 1 + ...onth_day_missing_leading_dashes.xml.errors | 1 + ...month_day_missing_leading_digit.xml.errors | 1 + ...nth_day_non_existing_april_31st.xml.errors | 1 + ...ay_unexpected_prefix_and_suffix.xml.errors | 1 + .../extension/value/G_month_empty.xml.errors | 1 + .../value/G_month_free_form_text.xml.errors | 1 + ...G_month_invalid_negative_offset.xml.errors | 1 + ...nth_invalid_offset_with_seconds.xml.errors | 1 + ...G_month_invalid_positive_offset.xml.errors | 1 + .../G_month_missing_leading_dashes.xml.errors | 1 + .../G_month_missing_leading_digit.xml.errors | 1 + .../G_month_month_outside_of_range.xml.errors | 1 + ...th_unexpected_prefix_and_suffix.xml.errors | 1 + .../extension/value/G_year_empty.xml.errors | 1 + .../value/G_year_free_form_text.xml.errors | 1 + .../G_year_invalid_negative_offset.xml.errors | 1 + ...ear_invalid_offset_with_seconds.xml.errors | 1 + .../G_year_invalid_positive_offset.xml.errors | 1 + .../value/G_year_missing_century.xml.errors | 1 + .../value/G_year_month_empty.xml.errors | 1 + .../G_year_month_free_form_text.xml.errors | 1 + ...r_month_invalid_negative_offset.xml.errors | 1 + ...nth_invalid_offset_with_seconds.xml.errors | 1 + ...r_month_invalid_positive_offset.xml.errors | 1 + .../G_year_month_missing_century.xml.errors | 1 + .../G_year_month_missing_month.xml.errors | 1 + ...G_year_month_month_out_of_range.xml.errors | 1 + .../value/G_year_unexpected_month.xml.errors | 1 + .../Hex_binary_free_form_text.xml.errors | 1 + ...Hex_binary_odd_number_of_digits.xml.errors | 1 + .../value/Hex_binary_single_digit.xml.errors | 1 + .../extension/value/Int_decimal.xml.errors | 1 + .../extension/value/Int_empty.xml.errors | 1 + .../value/Int_free_form_text.xml.errors | 1 + .../value/Int_mathematical_formula.xml.errors | 1 + .../value/Int_max_plus_one.xml.errors | 1 + .../value/Int_min_minus_one.xml.errors | 1 + .../extension/value/Int_scientific.xml.errors | 1 + .../value/Integer_decimal.xml.errors | 1 + .../extension/value/Integer_empty.xml.errors | 1 + .../value/Integer_free_form_text.xml.errors | 1 + .../Integer_mathematical_formula.xml.errors | 1 + .../value/Integer_scientific.xml.errors | 1 + .../extension/value/Long_decimal.xml.errors | 1 + .../extension/value/Long_empty.xml.errors | 1 + .../value/Long_free_form_text.xml.errors | 1 + .../Long_mathematical_formula.xml.errors | 1 + .../value/Long_max_plus_one.xml.errors | 1 + .../value/Long_min_minus_one.xml.errors | 1 + .../value/Long_scientific.xml.errors | 1 + .../value/Negative_integer_decimal.xml.errors | 1 + .../value/Negative_integer_empty.xml.errors | 1 + ...ive_integer_explicitly_positive.xml.errors | 1 + ...nteger_explicitly_positive_zero.xml.errors | 1 + ...Negative_integer_free_form_text.xml.errors | 1 + ...ive_integer_implicitly_positive.xml.errors | 1 + ...ve_integer_mathematical_formula.xml.errors | 1 + .../Negative_integer_scientific.xml.errors | 1 + .../value/Negative_integer_zero.xml.errors | 1 + ...nteger_zero_prefixed_with_zeros.xml.errors | 1 + .../Non_negative_integer_decimal.xml.errors | 1 + .../Non_negative_integer_empty.xml.errors | 1 + ...negative_integer_free_form_text.xml.errors | 1 + .../Non_negative_integer_negative.xml.errors | 1 + .../Non_positive_integer_decimal.xml.errors | 1 + .../Non_positive_integer_empty.xml.errors | 1 + ...ive_integer_explicitly_positive.xml.errors | 1 + ...positive_integer_free_form_text.xml.errors | 1 + ...ive_integer_implicitly_positive.xml.errors | 1 + ...ve_integer_mathematical_formula.xml.errors | 1 + ...Non_positive_integer_scientific.xml.errors | 1 + .../value/Positive_integer_decimal.xml.errors | 1 + .../value/Positive_integer_empty.xml.errors | 1 + ...Positive_integer_free_form_text.xml.errors | 1 + .../Positive_integer_negative.xml.errors | 1 + .../value/Positive_integer_zero.xml.errors | 1 + ...nteger_zero_prefixed_with_zeros.xml.errors | 1 + .../extension/value/Short_decimal.xml.errors | 1 + .../extension/value/Short_empty.xml.errors | 1 + .../value/Short_free_form_text.xml.errors | 1 + .../Short_mathematical_formula.xml.errors | 1 + .../value/Short_max_plus_one.xml.errors | 1 + .../value/Short_min_minus_one.xml.errors | 1 + .../value/Short_scientific.xml.errors | 1 + .../extension/value/Time_empty.xml.errors | 1 + .../value/Time_free_form_text.xml.errors | 1 + .../value/Time_hour_out_of_range.xml.errors | 1 + .../Time_invalid_negative_offset.xml.errors | 1 + ...ime_invalid_offset_with_seconds.xml.errors | 1 + .../Time_invalid_positive_offset.xml.errors | 1 + .../value/Time_minute_out_of_range.xml.errors | 1 + .../Time_missing_padded_zeros.xml.errors | 1 + .../value/Time_missing_seconds.xml.errors | 1 + .../extension/value/Time_negative.xml.errors | 1 + .../value/Time_second_out_of_range.xml.errors | 1 + .../value/Unsigned_byte_decimal.xml.errors | 1 + .../value/Unsigned_byte_empty.xml.errors | 1 + .../Unsigned_byte_free_form_text.xml.errors | 1 + ...igned_byte_mathematical_formula.xml.errors | 1 + .../Unsigned_byte_max_plus_one.xml.errors | 1 + .../value/Unsigned_byte_negative.xml.errors | 1 + .../value/Unsigned_byte_scientific.xml.errors | 1 + .../value/Unsigned_int_decimal.xml.errors | 1 + .../value/Unsigned_int_empty.xml.errors | 1 + .../Unsigned_int_free_form_text.xml.errors | 1 + ...signed_int_mathematical_formula.xml.errors | 1 + .../Unsigned_int_max_plus_one.xml.errors | 1 + .../value/Unsigned_int_negative.xml.errors | 1 + .../value/Unsigned_int_scientific.xml.errors | 1 + .../value/Unsigned_long_decimal.xml.errors | 1 + .../value/Unsigned_long_empty.xml.errors | 1 + .../Unsigned_long_free_form_text.xml.errors | 1 + ...igned_long_mathematical_formula.xml.errors | 1 + .../Unsigned_long_max_plus_one.xml.errors | 1 + .../value/Unsigned_long_negative.xml.errors | 1 + .../value/Unsigned_long_scientific.xml.errors | 1 + .../value/Unsigned_short_decimal.xml.errors | 1 + .../value/Unsigned_short_empty.xml.errors | 1 + .../Unsigned_short_free_form_text.xml.errors | 1 + ...gned_short_mathematical_formula.xml.errors | 1 + .../Unsigned_short_max_plus_one.xml.errors | 1 + .../value/Unsigned_short_negative.xml.errors | 1 + .../Unsigned_short_scientific.xml.errors | 1 + .../Any_URI_negatively_fuzzed_01.xml.errors | 1 + .../Any_URI_negatively_fuzzed_04.xml.errors | 1 + .../Any_URI_negatively_fuzzed_05.xml.errors | 1 + .../Any_URI_negatively_fuzzed_06.xml.errors | 1 + .../Any_URI_negatively_fuzzed_10.xml.errors | 1 + ...d_by_non_two_hexadecimal_digits.xml.errors | 1 + .../Any_URI_too_many_fragments.xml.errors | 1 + ...mber_of_characters_is_not_valid.xml.errors | 1 + ...igns_may_only_appear_at_the_end.xml.errors | 1 + ..._64_binary_negatively_fuzzed_03.xml.errors | 1 + ..._64_binary_negatively_fuzzed_04.xml.errors | 1 + ..._64_binary_negatively_fuzzed_05.xml.errors | 1 + ..._64_binary_negatively_fuzzed_06.xml.errors | 1 + ..._64_binary_negatively_fuzzed_08.xml.errors | 1 + ..._64_binary_negatively_fuzzed_10.xml.errors | 1 + ...se_as_number_with_leading_zeros.xml.errors | 1 + .../Boolean_false_in_camelcase.xml.errors | 1 + .../Boolean_false_in_uppercase.xml.errors | 1 + .../Boolean_negatively_fuzzed_01.xml.errors | 1 + .../Boolean_negatively_fuzzed_03.xml.errors | 1 + .../Boolean_negatively_fuzzed_05.xml.errors | 1 + .../Boolean_negatively_fuzzed_10.xml.errors | 1 + ...ue_as_number_with_leading_zeros.xml.errors | 1 + .../Boolean_true_in_camelcase.xml.errors | 1 + .../Boolean_true_in_uppercase.xml.errors | 1 + .../property/value/Byte_decimal.xml.errors | 1 + .../property/value/Byte_empty.xml.errors | 1 + .../value/Byte_free_form_text.xml.errors | 1 + .../Byte_mathematical_formula.xml.errors | 1 + .../value/Byte_max_plus_one.xml.errors | 1 + .../value/Byte_min_minus_one.xml.errors | 1 + .../property/value/Byte_scientific.xml.errors | 1 + .../value/Date_date_time_with_UTC.xml.errors | 1 + .../Date_date_time_with_offset.xml.errors | 1 + .../Date_date_time_without_zone.xml.errors | 1 + ...te_with_invalid_negative_offset.xml.errors | 1 + ...te_with_invalid_positive_offset.xml.errors | 1 + ...ate_date_with_seconds_in_offset.xml.errors | 1 + .../property/value/Date_empty.xml.errors | 1 + ...Date_non_existing_february_29th.xml.errors | 1 + .../property/value/Date_time_date.xml.errors | 1 + ...me_with_invalid_negative_offset.xml.errors | 1 + ...me_with_invalid_positive_offset.xml.errors | 1 + ...ate_time_with_seconds_in_offset.xml.errors | 1 + ...ate_time_with_unexpected_prefix.xml.errors | 1 + ...ate_time_with_unexpected_suffix.xml.errors | 1 + .../Date_time_date_with_time_zone.xml.errors | 1 + .../property/value/Date_time_empty.xml.errors | 1 + ...time_non_existing_february_29th.xml.errors | 1 + .../Date_time_without_minutes.xml.errors | 1 + .../Date_time_without_seconds.xml.errors | 1 + ...e_time_year_4_bce_february_29th.xml.errors | 1 + ...ate_time_year_zero_doesnt_exist.xml.errors | 1 + .../Date_year_4_bce_february_29th.xml.errors | 1 + .../Date_year_zero_doesnt_exist.xml.errors | 1 + .../property/value/Decimal_empty.xml.errors | 1 + .../value/Decimal_free_form_text.xml.errors | 1 + .../property/value/Double_empty.xml.errors | 1 + .../value/Double_free_form_text.xml.errors | 1 + .../value/Double_inf_case_matters.xml.errors | 1 + .../value/Double_nan_case_matters.xml.errors | 1 + ...fraction_in_scientific_notation.xml.errors | 1 + .../property/value/Double_plus_inf.xml.errors | 1 + .../value/Double_too_large.xml.errors | 1 + .../property/value/Duration_empty.xml.errors | 1 + .../value/Duration_free_form_text.xml.errors | 1 + .../value/Duration_integer.xml.errors | 1 + .../Duration_leading_P_missing.xml.errors | 1 + .../value/Duration_negative_years.xml.errors | 1 + ...n_positive_year_negative_months.xml.errors | 1 + .../Duration_separator_T_missing.xml.errors | 1 + .../Duration_the_order_matters.xml.errors | 1 + .../property/value/Float_empty.xml.errors | 1 + .../value/Float_free_form_text.xml.errors | 1 + .../value/Float_inf_case_matters.xml.errors | 1 + .../value/Float_nan_case_matters.xml.errors | 1 + ...fraction_in_scientific_notation.xml.errors | 1 + .../property/value/Float_plus_inf.xml.errors | 1 + .../property/value/Float_too_large.xml.errors | 1 + .../G_day_day_outside_of_range.xml.errors | 1 + .../property/value/G_day_empty.xml.errors | 1 + .../value/G_day_free_form_text.xml.errors | 1 + .../G_day_invalid_negative_offset.xml.errors | 1 + ...day_invalid_offset_with_seconds.xml.errors | 1 + .../G_day_invalid_positive_offset.xml.errors | 1 + .../G_day_missing_leading_dashes.xml.errors | 1 + .../G_day_missing_leading_digit.xml.errors | 1 + .../value/G_day_unexpected_suffix.xml.errors | 1 + ..._month_day_day_outside_of_range.xml.errors | 1 + .../value/G_month_day_empty.xml.errors | 1 + .../G_month_day_free_form_text.xml.errors | 1 + ...nth_day_invalid_negative_offset.xml.errors | 1 + ...day_invalid_offset_with_seconds.xml.errors | 1 + ...nth_day_invalid_positive_offset.xml.errors | 1 + ...onth_day_missing_leading_dashes.xml.errors | 1 + ...month_day_missing_leading_digit.xml.errors | 1 + ...nth_day_non_existing_april_31st.xml.errors | 1 + ...ay_unexpected_prefix_and_suffix.xml.errors | 1 + .../property/value/G_month_empty.xml.errors | 1 + .../value/G_month_free_form_text.xml.errors | 1 + ...G_month_invalid_negative_offset.xml.errors | 1 + ...nth_invalid_offset_with_seconds.xml.errors | 1 + ...G_month_invalid_positive_offset.xml.errors | 1 + .../G_month_missing_leading_dashes.xml.errors | 1 + .../G_month_missing_leading_digit.xml.errors | 1 + .../G_month_month_outside_of_range.xml.errors | 1 + ...th_unexpected_prefix_and_suffix.xml.errors | 1 + .../property/value/G_year_empty.xml.errors | 1 + .../value/G_year_free_form_text.xml.errors | 1 + .../G_year_invalid_negative_offset.xml.errors | 1 + ...ear_invalid_offset_with_seconds.xml.errors | 1 + .../G_year_invalid_positive_offset.xml.errors | 1 + .../value/G_year_missing_century.xml.errors | 1 + .../value/G_year_month_empty.xml.errors | 1 + .../G_year_month_free_form_text.xml.errors | 1 + ...r_month_invalid_negative_offset.xml.errors | 1 + ...nth_invalid_offset_with_seconds.xml.errors | 1 + ...r_month_invalid_positive_offset.xml.errors | 1 + .../G_year_month_missing_century.xml.errors | 1 + .../G_year_month_missing_month.xml.errors | 1 + ...G_year_month_month_out_of_range.xml.errors | 1 + .../value/G_year_unexpected_month.xml.errors | 1 + .../Hex_binary_free_form_text.xml.errors | 1 + ...Hex_binary_odd_number_of_digits.xml.errors | 1 + .../value/Hex_binary_single_digit.xml.errors | 1 + .../property/value/Int_decimal.xml.errors | 1 + .../property/value/Int_empty.xml.errors | 1 + .../value/Int_free_form_text.xml.errors | 1 + .../value/Int_mathematical_formula.xml.errors | 1 + .../value/Int_max_plus_one.xml.errors | 1 + .../value/Int_min_minus_one.xml.errors | 1 + .../property/value/Int_scientific.xml.errors | 1 + .../property/value/Integer_decimal.xml.errors | 1 + .../property/value/Integer_empty.xml.errors | 1 + .../value/Integer_free_form_text.xml.errors | 1 + .../Integer_mathematical_formula.xml.errors | 1 + .../value/Integer_scientific.xml.errors | 1 + .../property/value/Long_decimal.xml.errors | 1 + .../property/value/Long_empty.xml.errors | 1 + .../value/Long_free_form_text.xml.errors | 1 + .../Long_mathematical_formula.xml.errors | 1 + .../value/Long_max_plus_one.xml.errors | 1 + .../value/Long_min_minus_one.xml.errors | 1 + .../property/value/Long_scientific.xml.errors | 1 + .../value/Negative_integer_decimal.xml.errors | 1 + .../value/Negative_integer_empty.xml.errors | 1 + ...ive_integer_explicitly_positive.xml.errors | 1 + ...nteger_explicitly_positive_zero.xml.errors | 1 + ...Negative_integer_free_form_text.xml.errors | 1 + ...ive_integer_implicitly_positive.xml.errors | 1 + ...ve_integer_mathematical_formula.xml.errors | 1 + .../Negative_integer_scientific.xml.errors | 1 + .../value/Negative_integer_zero.xml.errors | 1 + ...nteger_zero_prefixed_with_zeros.xml.errors | 1 + .../Non_negative_integer_decimal.xml.errors | 1 + .../Non_negative_integer_empty.xml.errors | 1 + ...negative_integer_free_form_text.xml.errors | 1 + .../Non_negative_integer_negative.xml.errors | 1 + .../Non_positive_integer_decimal.xml.errors | 1 + .../Non_positive_integer_empty.xml.errors | 1 + ...ive_integer_explicitly_positive.xml.errors | 1 + ...positive_integer_free_form_text.xml.errors | 1 + ...ive_integer_implicitly_positive.xml.errors | 1 + ...ve_integer_mathematical_formula.xml.errors | 1 + ...Non_positive_integer_scientific.xml.errors | 1 + .../value/Positive_integer_decimal.xml.errors | 1 + .../value/Positive_integer_empty.xml.errors | 1 + ...Positive_integer_free_form_text.xml.errors | 1 + .../Positive_integer_negative.xml.errors | 1 + .../value/Positive_integer_zero.xml.errors | 1 + ...nteger_zero_prefixed_with_zeros.xml.errors | 1 + .../property/value/Short_decimal.xml.errors | 1 + .../property/value/Short_empty.xml.errors | 1 + .../value/Short_free_form_text.xml.errors | 1 + .../Short_mathematical_formula.xml.errors | 1 + .../value/Short_max_plus_one.xml.errors | 1 + .../value/Short_min_minus_one.xml.errors | 1 + .../value/Short_scientific.xml.errors | 1 + .../property/value/Time_empty.xml.errors | 1 + .../value/Time_free_form_text.xml.errors | 1 + .../value/Time_hour_out_of_range.xml.errors | 1 + .../Time_invalid_negative_offset.xml.errors | 1 + ...ime_invalid_offset_with_seconds.xml.errors | 1 + .../Time_invalid_positive_offset.xml.errors | 1 + .../value/Time_minute_out_of_range.xml.errors | 1 + .../Time_missing_padded_zeros.xml.errors | 1 + .../value/Time_missing_seconds.xml.errors | 1 + .../property/value/Time_negative.xml.errors | 1 + .../value/Time_second_out_of_range.xml.errors | 1 + .../value/Unsigned_byte_decimal.xml.errors | 1 + .../value/Unsigned_byte_empty.xml.errors | 1 + .../Unsigned_byte_free_form_text.xml.errors | 1 + ...igned_byte_mathematical_formula.xml.errors | 1 + .../Unsigned_byte_max_plus_one.xml.errors | 1 + .../value/Unsigned_byte_negative.xml.errors | 1 + .../value/Unsigned_byte_scientific.xml.errors | 1 + .../value/Unsigned_int_decimal.xml.errors | 1 + .../value/Unsigned_int_empty.xml.errors | 1 + .../Unsigned_int_free_form_text.xml.errors | 1 + ...signed_int_mathematical_formula.xml.errors | 1 + .../Unsigned_int_max_plus_one.xml.errors | 1 + .../value/Unsigned_int_negative.xml.errors | 1 + .../value/Unsigned_int_scientific.xml.errors | 1 + .../value/Unsigned_long_decimal.xml.errors | 1 + .../value/Unsigned_long_empty.xml.errors | 1 + .../Unsigned_long_free_form_text.xml.errors | 1 + ...igned_long_mathematical_formula.xml.errors | 1 + .../Unsigned_long_max_plus_one.xml.errors | 1 + .../value/Unsigned_long_negative.xml.errors | 1 + .../value/Unsigned_long_scientific.xml.errors | 1 + .../value/Unsigned_short_decimal.xml.errors | 1 + .../value/Unsigned_short_empty.xml.errors | 1 + .../Unsigned_short_free_form_text.xml.errors | 1 + ...gned_short_mathematical_formula.xml.errors | 1 + .../Unsigned_short_max_plus_one.xml.errors | 1 + .../value/Unsigned_short_negative.xml.errors | 1 + .../Unsigned_short_scientific.xml.errors | 1 + .../Any_URI_negatively_fuzzed_01.xml.errors | 1 + .../Any_URI_negatively_fuzzed_04.xml.errors | 1 + .../Any_URI_negatively_fuzzed_05.xml.errors | 1 + .../Any_URI_negatively_fuzzed_06.xml.errors | 1 + .../Any_URI_negatively_fuzzed_10.xml.errors | 1 + ...d_by_non_two_hexadecimal_digits.xml.errors | 1 + .../Any_URI_too_many_fragments.xml.errors | 1 + ...mber_of_characters_is_not_valid.xml.errors | 1 + ...igns_may_only_appear_at_the_end.xml.errors | 1 + ..._64_binary_negatively_fuzzed_03.xml.errors | 1 + ..._64_binary_negatively_fuzzed_04.xml.errors | 1 + ..._64_binary_negatively_fuzzed_05.xml.errors | 1 + ..._64_binary_negatively_fuzzed_06.xml.errors | 1 + ..._64_binary_negatively_fuzzed_08.xml.errors | 1 + ..._64_binary_negatively_fuzzed_10.xml.errors | 1 + ...se_as_number_with_leading_zeros.xml.errors | 1 + .../Boolean_false_in_camelcase.xml.errors | 1 + .../Boolean_false_in_uppercase.xml.errors | 1 + .../Boolean_negatively_fuzzed_01.xml.errors | 1 + .../Boolean_negatively_fuzzed_03.xml.errors | 1 + .../Boolean_negatively_fuzzed_05.xml.errors | 1 + .../Boolean_negatively_fuzzed_10.xml.errors | 1 + ...ue_as_number_with_leading_zeros.xml.errors | 1 + .../Boolean_true_in_camelcase.xml.errors | 1 + .../Boolean_true_in_uppercase.xml.errors | 1 + .../qualifier/value/Byte_decimal.xml.errors | 1 + .../qualifier/value/Byte_empty.xml.errors | 1 + .../value/Byte_free_form_text.xml.errors | 1 + .../Byte_mathematical_formula.xml.errors | 1 + .../value/Byte_max_plus_one.xml.errors | 1 + .../value/Byte_min_minus_one.xml.errors | 1 + .../value/Byte_scientific.xml.errors | 1 + .../value/Date_date_time_with_UTC.xml.errors | 1 + .../Date_date_time_with_offset.xml.errors | 1 + .../Date_date_time_without_zone.xml.errors | 1 + ...te_with_invalid_negative_offset.xml.errors | 1 + ...te_with_invalid_positive_offset.xml.errors | 1 + ...ate_date_with_seconds_in_offset.xml.errors | 1 + .../qualifier/value/Date_empty.xml.errors | 1 + ...Date_non_existing_february_29th.xml.errors | 1 + .../qualifier/value/Date_time_date.xml.errors | 1 + ...me_with_invalid_negative_offset.xml.errors | 1 + ...me_with_invalid_positive_offset.xml.errors | 1 + ...ate_time_with_seconds_in_offset.xml.errors | 1 + ...ate_time_with_unexpected_prefix.xml.errors | 1 + ...ate_time_with_unexpected_suffix.xml.errors | 1 + .../Date_time_date_with_time_zone.xml.errors | 1 + .../value/Date_time_empty.xml.errors | 1 + ...time_non_existing_february_29th.xml.errors | 1 + .../Date_time_without_minutes.xml.errors | 1 + .../Date_time_without_seconds.xml.errors | 1 + ...e_time_year_4_bce_february_29th.xml.errors | 1 + ...ate_time_year_zero_doesnt_exist.xml.errors | 1 + .../Date_year_4_bce_february_29th.xml.errors | 1 + .../Date_year_zero_doesnt_exist.xml.errors | 1 + .../qualifier/value/Decimal_empty.xml.errors | 1 + .../value/Decimal_free_form_text.xml.errors | 1 + .../qualifier/value/Double_empty.xml.errors | 1 + .../value/Double_free_form_text.xml.errors | 1 + .../value/Double_inf_case_matters.xml.errors | 1 + .../value/Double_nan_case_matters.xml.errors | 1 + ...fraction_in_scientific_notation.xml.errors | 1 + .../value/Double_plus_inf.xml.errors | 1 + .../value/Double_too_large.xml.errors | 1 + .../qualifier/value/Duration_empty.xml.errors | 1 + .../value/Duration_free_form_text.xml.errors | 1 + .../value/Duration_integer.xml.errors | 1 + .../Duration_leading_P_missing.xml.errors | 1 + .../value/Duration_negative_years.xml.errors | 1 + ...n_positive_year_negative_months.xml.errors | 1 + .../Duration_separator_T_missing.xml.errors | 1 + .../Duration_the_order_matters.xml.errors | 1 + .../qualifier/value/Float_empty.xml.errors | 1 + .../value/Float_free_form_text.xml.errors | 1 + .../value/Float_inf_case_matters.xml.errors | 1 + .../value/Float_nan_case_matters.xml.errors | 1 + ...fraction_in_scientific_notation.xml.errors | 1 + .../qualifier/value/Float_plus_inf.xml.errors | 1 + .../value/Float_too_large.xml.errors | 1 + .../G_day_day_outside_of_range.xml.errors | 1 + .../qualifier/value/G_day_empty.xml.errors | 1 + .../value/G_day_free_form_text.xml.errors | 1 + .../G_day_invalid_negative_offset.xml.errors | 1 + ...day_invalid_offset_with_seconds.xml.errors | 1 + .../G_day_invalid_positive_offset.xml.errors | 1 + .../G_day_missing_leading_dashes.xml.errors | 1 + .../G_day_missing_leading_digit.xml.errors | 1 + .../value/G_day_unexpected_suffix.xml.errors | 1 + ..._month_day_day_outside_of_range.xml.errors | 1 + .../value/G_month_day_empty.xml.errors | 1 + .../G_month_day_free_form_text.xml.errors | 1 + ...nth_day_invalid_negative_offset.xml.errors | 1 + ...day_invalid_offset_with_seconds.xml.errors | 1 + ...nth_day_invalid_positive_offset.xml.errors | 1 + ...onth_day_missing_leading_dashes.xml.errors | 1 + ...month_day_missing_leading_digit.xml.errors | 1 + ...nth_day_non_existing_april_31st.xml.errors | 1 + ...ay_unexpected_prefix_and_suffix.xml.errors | 1 + .../qualifier/value/G_month_empty.xml.errors | 1 + .../value/G_month_free_form_text.xml.errors | 1 + ...G_month_invalid_negative_offset.xml.errors | 1 + ...nth_invalid_offset_with_seconds.xml.errors | 1 + ...G_month_invalid_positive_offset.xml.errors | 1 + .../G_month_missing_leading_dashes.xml.errors | 1 + .../G_month_missing_leading_digit.xml.errors | 1 + .../G_month_month_outside_of_range.xml.errors | 1 + ...th_unexpected_prefix_and_suffix.xml.errors | 1 + .../qualifier/value/G_year_empty.xml.errors | 1 + .../value/G_year_free_form_text.xml.errors | 1 + .../G_year_invalid_negative_offset.xml.errors | 1 + ...ear_invalid_offset_with_seconds.xml.errors | 1 + .../G_year_invalid_positive_offset.xml.errors | 1 + .../value/G_year_missing_century.xml.errors | 1 + .../value/G_year_month_empty.xml.errors | 1 + .../G_year_month_free_form_text.xml.errors | 1 + ...r_month_invalid_negative_offset.xml.errors | 1 + ...nth_invalid_offset_with_seconds.xml.errors | 1 + ...r_month_invalid_positive_offset.xml.errors | 1 + .../G_year_month_missing_century.xml.errors | 1 + .../G_year_month_missing_month.xml.errors | 1 + ...G_year_month_month_out_of_range.xml.errors | 1 + .../value/G_year_unexpected_month.xml.errors | 1 + .../Hex_binary_free_form_text.xml.errors | 1 + ...Hex_binary_odd_number_of_digits.xml.errors | 1 + .../value/Hex_binary_single_digit.xml.errors | 1 + .../qualifier/value/Int_decimal.xml.errors | 1 + .../qualifier/value/Int_empty.xml.errors | 1 + .../value/Int_free_form_text.xml.errors | 1 + .../value/Int_mathematical_formula.xml.errors | 1 + .../value/Int_max_plus_one.xml.errors | 1 + .../value/Int_min_minus_one.xml.errors | 1 + .../qualifier/value/Int_scientific.xml.errors | 1 + .../value/Integer_decimal.xml.errors | 1 + .../qualifier/value/Integer_empty.xml.errors | 1 + .../value/Integer_free_form_text.xml.errors | 1 + .../Integer_mathematical_formula.xml.errors | 1 + .../value/Integer_scientific.xml.errors | 1 + .../qualifier/value/Long_decimal.xml.errors | 1 + .../qualifier/value/Long_empty.xml.errors | 1 + .../value/Long_free_form_text.xml.errors | 1 + .../Long_mathematical_formula.xml.errors | 1 + .../value/Long_max_plus_one.xml.errors | 1 + .../value/Long_min_minus_one.xml.errors | 1 + .../value/Long_scientific.xml.errors | 1 + .../value/Negative_integer_decimal.xml.errors | 1 + .../value/Negative_integer_empty.xml.errors | 1 + ...ive_integer_explicitly_positive.xml.errors | 1 + ...nteger_explicitly_positive_zero.xml.errors | 1 + ...Negative_integer_free_form_text.xml.errors | 1 + ...ive_integer_implicitly_positive.xml.errors | 1 + ...ve_integer_mathematical_formula.xml.errors | 1 + .../Negative_integer_scientific.xml.errors | 1 + .../value/Negative_integer_zero.xml.errors | 1 + ...nteger_zero_prefixed_with_zeros.xml.errors | 1 + .../Non_negative_integer_decimal.xml.errors | 1 + .../Non_negative_integer_empty.xml.errors | 1 + ...negative_integer_free_form_text.xml.errors | 1 + .../Non_negative_integer_negative.xml.errors | 1 + .../Non_positive_integer_decimal.xml.errors | 1 + .../Non_positive_integer_empty.xml.errors | 1 + ...ive_integer_explicitly_positive.xml.errors | 1 + ...positive_integer_free_form_text.xml.errors | 1 + ...ive_integer_implicitly_positive.xml.errors | 1 + ...ve_integer_mathematical_formula.xml.errors | 1 + ...Non_positive_integer_scientific.xml.errors | 1 + .../value/Positive_integer_decimal.xml.errors | 1 + .../value/Positive_integer_empty.xml.errors | 1 + ...Positive_integer_free_form_text.xml.errors | 1 + .../Positive_integer_negative.xml.errors | 1 + .../value/Positive_integer_zero.xml.errors | 1 + ...nteger_zero_prefixed_with_zeros.xml.errors | 1 + .../qualifier/value/Short_decimal.xml.errors | 1 + .../qualifier/value/Short_empty.xml.errors | 1 + .../value/Short_free_form_text.xml.errors | 1 + .../Short_mathematical_formula.xml.errors | 1 + .../value/Short_max_plus_one.xml.errors | 1 + .../value/Short_min_minus_one.xml.errors | 1 + .../value/Short_scientific.xml.errors | 1 + .../qualifier/value/Time_empty.xml.errors | 1 + .../value/Time_free_form_text.xml.errors | 1 + .../value/Time_hour_out_of_range.xml.errors | 1 + .../Time_invalid_negative_offset.xml.errors | 1 + ...ime_invalid_offset_with_seconds.xml.errors | 1 + .../Time_invalid_positive_offset.xml.errors | 1 + .../value/Time_minute_out_of_range.xml.errors | 1 + .../Time_missing_padded_zeros.xml.errors | 1 + .../value/Time_missing_seconds.xml.errors | 1 + .../qualifier/value/Time_negative.xml.errors | 1 + .../value/Time_second_out_of_range.xml.errors | 1 + .../value/Unsigned_byte_decimal.xml.errors | 1 + .../value/Unsigned_byte_empty.xml.errors | 1 + .../Unsigned_byte_free_form_text.xml.errors | 1 + ...igned_byte_mathematical_formula.xml.errors | 1 + .../Unsigned_byte_max_plus_one.xml.errors | 1 + .../value/Unsigned_byte_negative.xml.errors | 1 + .../value/Unsigned_byte_scientific.xml.errors | 1 + .../value/Unsigned_int_decimal.xml.errors | 1 + .../value/Unsigned_int_empty.xml.errors | 1 + .../Unsigned_int_free_form_text.xml.errors | 1 + ...signed_int_mathematical_formula.xml.errors | 1 + .../Unsigned_int_max_plus_one.xml.errors | 1 + .../value/Unsigned_int_negative.xml.errors | 1 + .../value/Unsigned_int_scientific.xml.errors | 1 + .../value/Unsigned_long_decimal.xml.errors | 1 + .../value/Unsigned_long_empty.xml.errors | 1 + .../Unsigned_long_free_form_text.xml.errors | 1 + ...igned_long_mathematical_formula.xml.errors | 1 + .../Unsigned_long_max_plus_one.xml.errors | 1 + .../value/Unsigned_long_negative.xml.errors | 1 + .../value/Unsigned_long_scientific.xml.errors | 1 + .../value/Unsigned_short_decimal.xml.errors | 1 + .../value/Unsigned_short_empty.xml.errors | 1 + .../Unsigned_short_free_form_text.xml.errors | 1 + ...gned_short_mathematical_formula.xml.errors | 1 + .../Unsigned_short_max_plus_one.xml.errors | 1 + .../value/Unsigned_short_negative.xml.errors | 1 + .../Unsigned_short_scientific.xml.errors | 1 + .../revision.xml.errors | 1 + .../templateId.xml.errors | 1 + .../version.xml.errors | 1 + .../assetInformation/assetType.xml.errors | 1 + .../assetInformation/globalAssetId.xml.errors | 1 + .../basicEventElement/messageTopic.xml.errors | 1 + .../blob/contentType.xml.errors | 1 + .../value.xml.errors | 1 + .../entity/globalAssetId.xml.errors | 1 + .../eventPayload/topic.xml.errors | 1 + .../extension/name.xml.errors | 1 + .../file/contentType.xml.errors | 1 + .../MaxLengthViolation/file/value.xml.errors | 1 + .../MaxLengthViolation/key/value.xml.errors | 1 + .../text.xml.errors | 1 + .../langStringNameType/text.xml.errors | 1 + .../text.xml.errors | 1 + .../text.xml.errors | 1 + .../langStringTextType/text.xml.errors | 1 + .../qualifier/type.xml.errors | 1 + .../resource/contentType.xml.errors | 1 + .../resource/path.xml.errors | 1 + .../specificAssetId/name.xml.errors | 1 + .../specificAssetId/value.xml.errors | 1 + .../valueReferencePair/value.xml.errors | 1 + .../revision.xml.errors | 2 + .../templateId.xml.errors | 1 + .../version.xml.errors | 2 + .../annotations.xml.errors | 1 + .../submodels.xml.errors | 1 + .../assetInformation/assetType.xml.errors | 1 + .../assetInformation/globalAssetId.xml.errors | 1 + .../specificAssetIds.xml.errors | 2 + .../basicEventElement/messageTopic.xml.errors | 1 + .../blob/contentType.xml.errors | 2 + .../conceptDescription/isCaseOf.xml.errors | 1 + .../definition.xml.errors | 1 + .../preferredName.xml.errors | 2 + .../shortName.xml.errors | 1 + .../sourceOfDefinition.xml.errors | 1 + .../symbol.xml.errors | 1 + .../dataSpecificationIec61360/unit.xml.errors | 1 + .../value.xml.errors | 1 + .../valueFormat.xml.errors | 1 + .../entity/globalAssetId.xml.errors | 1 + .../entity/specificAssetIds.xml.errors | 1 + .../entity/statements.xml.errors | 1 + .../assetAdministrationShells.xml.errors | 1 + .../conceptDescriptions.xml.errors | 1 + .../environment/submodels.xml.errors | 1 + .../eventPayload/topic.xml.errors | 1 + .../extension/name.xml.errors | 1 + .../extension/refersTo.xml.errors | 1 + .../file/contentType.xml.errors | 2 + .../MinLengthViolation/file/value.xml.errors | 1 + .../MinLengthViolation/key/value.xml.errors | 1 + .../multiLanguageProperty/value.xml.errors | 1 + .../operation/inoutputVariables.xml.errors | 1 + .../operation/inputVariables.xml.errors | 1 + .../operation/outputVariables.xml.errors | 1 + .../qualifier/type.xml.errors | 1 + .../reference/keys.xml.errors | 1 + .../resource/contentType.xml.errors | 2 + .../resource/path.xml.errors | 1 + .../specificAssetId/name.xml.errors | 1 + .../specificAssetId/value.xml.errors | 1 + .../submodel/submodelElements.xml.errors | 1 + .../value.xml.errors | 1 + .../submodelElementList/value.xml.errors | 1 + .../valueList/valueReferencePairs.xml.errors | 1 + .../valueReferencePair/value.xml.errors | 1 + .../revision/dot.xml.errors | 2 + .../revision/letter.xml.errors | 3 + .../revision/negative.xml.errors | 2 + .../version/dot.xml.errors | 1 + .../version/letter.xml.errors | 2 + .../version/negative.xml.errors | 1 + .../date_time_with_UTC_and_suffix.xml.errors | 2 + .../date_time_with_offset.xml.errors | 2 + .../date_time_without_zone.xml.errors | 2 + .../lastUpdate/empty.xml.errors | 2 + .../invalid_february_29th.xml.errors | 1 + .../negatively_fuzzed_02.xml.errors | 2 + .../negatively_fuzzed_03.xml.errors | 2 + .../negatively_fuzzed_04.xml.errors | 2 + .../negatively_fuzzed_05.xml.errors | 2 + .../negatively_fuzzed_06.xml.errors | 2 + .../negatively_fuzzed_08.xml.errors | 2 + .../negatively_fuzzed_09.xml.errors | 2 + .../negatively_fuzzed_10.xml.errors | 2 + .../lastUpdate/only_date.xml.errors | 2 + .../only_date_with_time_zone.xml.errors | 2 + .../lastUpdate/without_minutes.xml.errors | 2 + .../lastUpdate/without_seconds.xml.errors | 2 + .../maxInterval/empty.xml.errors | 2 + .../maxInterval/free_form_text.xml.errors | 2 + .../maxInterval/integer.xml.errors | 2 + .../maxInterval/leading_P_missing.xml.errors | 2 + .../maxInterval/negative_years.xml.errors | 2 + .../positive_year_negative_months.xml.errors | 2 + .../separator_T_missing.xml.errors | 2 + .../maxInterval/the_order_matters.xml.errors | 2 + .../minInterval/empty.xml.errors | 1 + .../minInterval/free_form_text.xml.errors | 1 + .../minInterval/integer.xml.errors | 1 + .../minInterval/leading_P_missing.xml.errors | 1 + .../minInterval/negative_years.xml.errors | 1 + .../positive_year_negative_months.xml.errors | 1 + .../separator_T_missing.xml.errors | 1 + .../minInterval/the_order_matters.xml.errors | 1 + .../blob/contentType/empty.xml.errors | 2 + .../negatively_fuzzed_03.xml.errors | 1 + .../negatively_fuzzed_04.xml.errors | 1 + .../negatively_fuzzed_05.xml.errors | 1 + .../negatively_fuzzed_06.xml.errors | 1 + .../negatively_fuzzed_07.xml.errors | 1 + .../negatively_fuzzed_08.xml.errors | 2 + .../negatively_fuzzed_09.xml.errors | 1 + .../negatively_fuzzed_10.xml.errors | 1 + .../blob/contentType/number.xml.errors | 1 + .../date_time_with_UTC_and_suffix.xml.errors | 2 + .../date_time_with_offset.xml.errors | 2 + .../date_time_without_zone.xml.errors | 2 + .../eventPayload/timeStamp/empty.xml.errors | 2 + .../invalid_february_29th.xml.errors | 1 + .../timeStamp/negatively_fuzzed_02.xml.errors | 2 + .../timeStamp/negatively_fuzzed_03.xml.errors | 2 + .../timeStamp/negatively_fuzzed_04.xml.errors | 2 + .../timeStamp/negatively_fuzzed_05.xml.errors | 2 + .../timeStamp/negatively_fuzzed_06.xml.errors | 2 + .../timeStamp/negatively_fuzzed_08.xml.errors | 2 + .../timeStamp/negatively_fuzzed_09.xml.errors | 2 + .../timeStamp/negatively_fuzzed_10.xml.errors | 2 + .../timeStamp/only_date.xml.errors | 2 + .../only_date_with_time_zone.xml.errors | 2 + .../timeStamp/without_minutes.xml.errors | 2 + .../timeStamp/without_seconds.xml.errors | 2 + .../file/contentType/empty.xml.errors | 2 + .../negatively_fuzzed_03.xml.errors | 1 + .../negatively_fuzzed_04.xml.errors | 1 + .../negatively_fuzzed_05.xml.errors | 1 + .../negatively_fuzzed_06.xml.errors | 1 + .../negatively_fuzzed_07.xml.errors | 1 + .../negatively_fuzzed_08.xml.errors | 2 + .../negatively_fuzzed_09.xml.errors | 1 + .../negatively_fuzzed_10.xml.errors | 1 + .../file/contentType/number.xml.errors | 1 + .../value/negatively_fuzzed_01.xml.errors | 1 + .../value/negatively_fuzzed_02.xml.errors | 1 + .../value/negatively_fuzzed_03.xml.errors | 1 + .../value/negatively_fuzzed_05.xml.errors | 1 + .../value/negatively_fuzzed_06.xml.errors | 1 + .../value/negatively_fuzzed_07.xml.errors | 1 + .../value/negatively_fuzzed_08.xml.errors | 1 + .../value/negatively_fuzzed_09.xml.errors | 1 + .../value/negatively_fuzzed_10.xml.errors | 1 + .../value/negatively_made_up_01.xml.errors | 1 + .../value/negatively_made_up_02.xml.errors | 1 + .../resource/contentType/empty.xml.errors | 2 + .../negatively_fuzzed_03.xml.errors | 1 + .../negatively_fuzzed_04.xml.errors | 1 + .../negatively_fuzzed_05.xml.errors | 1 + .../negatively_fuzzed_06.xml.errors | 1 + .../negatively_fuzzed_07.xml.errors | 1 + .../negatively_fuzzed_08.xml.errors | 2 + .../negatively_fuzzed_09.xml.errors | 1 + .../negatively_fuzzed_10.xml.errors | 1 + .../resource/contentType/number.xml.errors | 1 + .../path/negatively_fuzzed_01.xml.errors | 1 + .../path/negatively_fuzzed_02.xml.errors | 1 + .../path/negatively_fuzzed_03.xml.errors | 1 + .../path/negatively_fuzzed_05.xml.errors | 1 + .../path/negatively_fuzzed_06.xml.errors | 1 + .../path/negatively_fuzzed_07.xml.errors | 1 + .../path/negatively_fuzzed_08.xml.errors | 1 + .../path/negatively_fuzzed_09.xml.errors | 1 + .../path/negatively_fuzzed_10.xml.errors | 1 + .../path/negatively_made_up_01.xml.errors | 1 + .../path/negatively_made_up_02.xml.errors | 1 + .../administrativeInformation/maximal.xml | 70 + .../administrativeInformation/minimal.xml | 1 + .../four_digits.xml | 4 + .../revisionOverPatternExamples/fuzzed_01.xml | 4 + .../revisionOverPatternExamples/fuzzed_02.xml | 4 + .../revisionOverPatternExamples/fuzzed_03.xml | 4 + .../revisionOverPatternExamples/fuzzed_04.xml | 4 + .../revisionOverPatternExamples/one.xml | 4 + .../three_digits.xml | 4 + .../two_digits.xml | 4 + .../revisionOverPatternExamples/zero.xml | 4 + .../fuzzed_01.xml | 3 + .../fuzzed_02.xml | 3 + .../fuzzed_03.xml | 3 + .../fuzzed_04.xml | 3 + .../fuzzed_05.xml | 3 + .../fuzzed_06.xml | 3 + .../fuzzed_07.xml | 3 + .../fuzzed_08.xml | 3 + .../fuzzed_09.xml | 3 + .../fuzzed_10.xml | 3 + .../four_digits.xml | 3 + .../versionOverPatternExamples/fuzzed_01.xml | 3 + .../versionOverPatternExamples/fuzzed_02.xml | 3 + .../versionOverPatternExamples/fuzzed_03.xml | 3 + .../versionOverPatternExamples/fuzzed_04.xml | 3 + .../versionOverPatternExamples/one.xml | 3 + .../three_digits.xml | 3 + .../versionOverPatternExamples/two_digits.xml | 3 + .../versionOverPatternExamples/zero.xml | 3 + .../annotatedRelationshipElement/maximal.xml | 166 + .../annotatedRelationshipElement/minimal.xml | 1 + .../assetAdministrationShell/maximal.xml | 123 + .../assetAdministrationShell/minimal.xml | 7 + .../fuzzed_01.xml | 5 + .../fuzzed_02.xml | 5 + .../fuzzed_03.xml | 5 + .../fuzzed_04.xml | 5 + .../fuzzed_05.xml | 5 + .../fuzzed_06.xml | 5 + .../fuzzed_07.xml | 5 + .../fuzzed_08.xml | 5 + .../fuzzed_09.xml | 5 + .../fuzzed_10.xml | 5 + .../fuzzed_01.xml | 4 + .../fuzzed_02.xml | 4 + .../fuzzed_03.xml | 4 + .../fuzzed_04.xml | 4 + .../fuzzed_05.xml | 4 + .../fuzzed_06.xml | 4 + .../fuzzed_07.xml | 4 + .../fuzzed_08.xml | 4 + .../fuzzed_09.xml | 4 + .../fuzzed_10.xml | 4 + .../Xml/Expected/assetInformation/maximal.xml | 22 + .../Xml/Expected/assetInformation/minimal.xml | 4 + .../fuzzed_01.xml | 18 + .../fuzzed_02.xml | 18 + .../fuzzed_03.xml | 18 + .../midnight_with_24_hours.xml | 18 + .../midnight_with_zeros.xml | 18 + .../minus_zero_offset.xml | 18 + .../plus_zero_offset.xml | 18 + .../random_positive.xml | 18 + .../very_large_year.xml | 18 + .../very_long_fractional_second.xml | 18 + .../year_1_bce_is_a_leap_year.xml | 18 + .../year_5_bce_is_a_leap_year.xml | 18 + .../day_seconds.xml | 18 + .../maxIntervalOverPatternExamples/full.xml | 18 + .../fuzzed_01.xml | 18 + .../fuzzed_02.xml | 18 + .../fuzzed_03.xml | 18 + .../fuzzed_04.xml | 18 + .../fuzzed_05.xml | 18 + .../fuzzed_06.xml | 18 + .../fuzzed_07.xml | 18 + .../fuzzed_08.xml | 18 + .../fuzzed_09.xml | 18 + .../fuzzed_10.xml | 18 + .../long_second_fractal.xml | 18 + .../many_many_seconds.xml | 18 + .../month_seconds.xml | 18 + .../only_seconds.xml | 18 + .../only_year.xml | 18 + .../Expected/basicEventElement/maximal.xml | 172 + .../fuzzed_01.xml | 18 + .../fuzzed_02.xml | 18 + .../fuzzed_03.xml | 18 + .../fuzzed_04.xml | 18 + .../fuzzed_05.xml | 18 + .../fuzzed_06.xml | 18 + .../fuzzed_07.xml | 18 + .../fuzzed_08.xml | 18 + .../fuzzed_09.xml | 18 + .../fuzzed_10.xml | 18 + .../day_seconds.xml | 18 + .../minIntervalOverPatternExamples/full.xml | 18 + .../fuzzed_01.xml | 18 + .../fuzzed_02.xml | 18 + .../fuzzed_03.xml | 18 + .../fuzzed_04.xml | 18 + .../fuzzed_05.xml | 18 + .../fuzzed_06.xml | 18 + .../fuzzed_07.xml | 18 + .../fuzzed_08.xml | 18 + .../fuzzed_09.xml | 18 + .../fuzzed_10.xml | 18 + .../long_second_fractal.xml | 18 + .../many_many_seconds.xml | 18 + .../month_seconds.xml | 18 + .../only_seconds.xml | 18 + .../only_year.xml | 18 + .../Expected/basicEventElement/minimal.xml | 17 + .../contentTypeOverPatternExamples/dash.xml | 3 + .../contentTypeOverPatternExamples/dots.xml | 3 + .../fuzzed_01.xml | 3 + .../fuzzed_02.xml | 3 + .../fuzzed_03.xml | 3 + .../number prefix and suffix.xml | 3 + .../only_letters.xml | 3 + .../contentTypeOverPatternExamples/plus.xml | 3 + .../random_common_MIME_type.xml | 3 + test_data/Xml/Expected/blob/maximal.xml | 142 + test_data/Xml/Expected/blob/minimal.xml | 1 + test_data/Xml/Expected/capability/maximal.xml | 140 + test_data/Xml/Expected/capability/minimal.xml | 1 + .../Expected/conceptDescription/maximal.xml | 113 + .../Expected/conceptDescription/minimal.xml | 3 + .../dataSpecificationIec61360/maximal.xml | 41 + .../dataSpecificationIec61360/minimal.xml | 8 + .../fuzzed_01.xml | 9 + .../fuzzed_02.xml | 9 + .../fuzzed_03.xml | 9 + .../fuzzed_04.xml | 9 + .../fuzzed_05.xml | 9 + .../fuzzed_06.xml | 9 + .../fuzzed_07.xml | 9 + .../fuzzed_08.xml | 9 + .../fuzzed_09.xml | 9 + .../fuzzed_10.xml | 9 + .../symbolOverPatternExamples/fuzzed_01.xml | 9 + .../symbolOverPatternExamples/fuzzed_02.xml | 9 + .../symbolOverPatternExamples/fuzzed_03.xml | 9 + .../symbolOverPatternExamples/fuzzed_04.xml | 9 + .../symbolOverPatternExamples/fuzzed_05.xml | 9 + .../symbolOverPatternExamples/fuzzed_06.xml | 9 + .../symbolOverPatternExamples/fuzzed_07.xml | 9 + .../symbolOverPatternExamples/fuzzed_08.xml | 9 + .../symbolOverPatternExamples/fuzzed_09.xml | 9 + .../symbolOverPatternExamples/fuzzed_10.xml | 9 + .../unitOverPatternExamples/fuzzed_01.xml | 9 + .../unitOverPatternExamples/fuzzed_02.xml | 9 + .../unitOverPatternExamples/fuzzed_03.xml | 9 + .../unitOverPatternExamples/fuzzed_04.xml | 9 + .../unitOverPatternExamples/fuzzed_05.xml | 9 + .../unitOverPatternExamples/fuzzed_06.xml | 9 + .../unitOverPatternExamples/fuzzed_07.xml | 9 + .../unitOverPatternExamples/fuzzed_08.xml | 9 + .../unitOverPatternExamples/fuzzed_09.xml | 9 + .../unitOverPatternExamples/fuzzed_10.xml | 9 + .../fuzzed_01.xml | 9 + .../fuzzed_02.xml | 9 + .../fuzzed_03.xml | 9 + .../fuzzed_04.xml | 9 + .../fuzzed_05.xml | 9 + .../fuzzed_06.xml | 9 + .../fuzzed_07.xml | 9 + .../fuzzed_08.xml | 9 + .../fuzzed_09.xml | 9 + .../fuzzed_10.xml | 9 + .../valueOverPatternExamples/fuzzed_01.xml | 9 + .../valueOverPatternExamples/fuzzed_02.xml | 9 + .../valueOverPatternExamples/fuzzed_03.xml | 9 + .../valueOverPatternExamples/fuzzed_04.xml | 9 + .../valueOverPatternExamples/fuzzed_05.xml | 9 + .../valueOverPatternExamples/fuzzed_06.xml | 9 + .../valueOverPatternExamples/fuzzed_07.xml | 9 + .../valueOverPatternExamples/fuzzed_08.xml | 9 + .../valueOverPatternExamples/fuzzed_09.xml | 9 + .../valueOverPatternExamples/fuzzed_10.xml | 9 + .../embeddedDataSpecification/maximal.xml | 25 + .../embeddedDataSpecification/minimal.xml | 21 + .../fuzzed_01.xml | 3 + .../fuzzed_02.xml | 3 + .../fuzzed_03.xml | 3 + .../fuzzed_04.xml | 3 + .../fuzzed_05.xml | 3 + .../fuzzed_06.xml | 3 + .../fuzzed_07.xml | 3 + .../fuzzed_08.xml | 3 + .../fuzzed_09.xml | 3 + .../fuzzed_10.xml | 3 + test_data/Xml/Expected/entity/maximal.xml | 161 + test_data/Xml/Expected/entity/minimal.xml | 1 + .../Xml/Expected/environment/maximal.xml | 28 + .../Xml/Expected/environment/minimal.xml | 1 + .../Xml/Expected/eventPayload/maximal.xml | 54 + .../Xml/Expected/eventPayload/minimal.xml | 25 + .../fuzzed_01.xml | 25 + .../fuzzed_02.xml | 25 + .../fuzzed_03.xml | 25 + .../midnight_with_24_hours.xml | 25 + .../midnight_with_zeros.xml | 25 + .../minus_zero_offset.xml | 25 + .../plus_zero_offset.xml | 25 + .../random_positive.xml | 25 + .../very_large_year.xml | 25 + .../very_long_fractional_second.xml | 25 + .../year_1_bce_is_a_leap_year.xml | 25 + .../year_5_bce_is_a_leap_year.xml | 25 + .../topicOverPatternExamples/fuzzed_01.xml | 26 + .../topicOverPatternExamples/fuzzed_02.xml | 26 + .../topicOverPatternExamples/fuzzed_03.xml | 26 + .../topicOverPatternExamples/fuzzed_04.xml | 26 + .../topicOverPatternExamples/fuzzed_05.xml | 26 + .../topicOverPatternExamples/fuzzed_06.xml | 26 + .../topicOverPatternExamples/fuzzed_07.xml | 26 + .../topicOverPatternExamples/fuzzed_08.xml | 26 + .../topicOverPatternExamples/fuzzed_09.xml | 26 + .../topicOverPatternExamples/fuzzed_10.xml | 26 + test_data/Xml/Expected/extension/maximal.xml | 63 + test_data/Xml/Expected/extension/minimal.xml | 3 + .../nameOverPatternExamples/fuzzed_01.xml | 3 + .../nameOverPatternExamples/fuzzed_02.xml | 3 + .../nameOverPatternExamples/fuzzed_03.xml | 3 + .../nameOverPatternExamples/fuzzed_04.xml | 3 + .../nameOverPatternExamples/fuzzed_05.xml | 3 + .../nameOverPatternExamples/fuzzed_06.xml | 3 + .../nameOverPatternExamples/fuzzed_07.xml | 3 + .../nameOverPatternExamples/fuzzed_08.xml | 3 + .../nameOverPatternExamples/fuzzed_09.xml | 3 + .../nameOverPatternExamples/fuzzed_10.xml | 3 + .../valueOverValueExamples/Any_URI_URI.xml | 5 + .../Any_URI_absolute_path_without_scheme.xml | 5 + .../valueOverValueExamples/Any_URI_empty.xml | 5 + .../Any_URI_fuzzed_01.xml | 5 + .../Any_URI_fuzzed_02.xml | 5 + .../Any_URI_fuzzed_03.xml | 5 + .../Any_URI_fuzzed_04.xml | 5 + .../Any_URI_fuzzed_05.xml | 5 + .../Any_URI_fuzzed_06.xml | 5 + .../Any_URI_fuzzed_07.xml | 5 + .../Any_URI_fuzzed_08.xml | 5 + .../Any_URI_fuzzed_09.xml | 5 + .../Any_URI_fuzzed_10.xml | 5 + .../Any_URI_integer.xml | 5 + .../Any_URI_relative_path_without_scheme.xml | 5 + ...Base_64_binary_an_empty_value_is_valid.xml | 5 + ...nary_equals_signs_are_used_for_padding.xml | 5 + .../Base_64_binary_fuzzed_01.xml | 5 + .../Base_64_binary_fuzzed_02.xml | 5 + .../Base_64_binary_fuzzed_03.xml | 5 + .../Base_64_binary_fuzzed_04.xml | 5 + .../Base_64_binary_fuzzed_05.xml | 5 + .../Base_64_binary_fuzzed_06.xml | 5 + .../Base_64_binary_fuzzed_07.xml | 5 + .../Base_64_binary_fuzzed_08.xml | 5 + .../Base_64_binary_fuzzed_09.xml | 5 + .../Base_64_binary_fuzzed_10.xml | 5 + ...space_is_allowed_anywhere_in_the_value.xml | 5 + ...Base_64_binary_without_space_lowercase.xml | 5 + ...Base_64_binary_without_space_uppercase.xml | 5 + .../Boolean_false_as_number.xml | 5 + .../Boolean_false_in_letters.xml | 5 + .../Boolean_true_as_number.xml | 5 + .../Boolean_true_in_letters.xml | 5 + .../Byte_common_example.xml | 5 + .../Byte_explicitly_positive.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_01.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_02.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_03.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_04.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_05.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_06.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_07.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_08.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_09.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_10.xml | 5 + .../valueOverValueExamples/Byte_max.xml | 5 + .../valueOverValueExamples/Byte_min.xml | 5 + .../valueOverValueExamples/Byte_negative.xml | 5 + .../Byte_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/Byte_zero.xml | 5 + .../Byte_zero_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/Date_date.xml | 5 + .../Date_date_with_large_negative_year.xml | 5 + .../Date_date_with_large_positive_year.xml | 5 + .../Date_date_with_negative_offset.xml | 5 + .../Date_date_with_positive_offset.xml | 5 + .../Date_date_with_utc.xml | 5 + .../Date_date_with_zero_offset.xml | 5 + .../valueOverValueExamples/Date_fuzzed_01.xml | 5 + .../valueOverValueExamples/Date_fuzzed_02.xml | 5 + .../valueOverValueExamples/Date_fuzzed_03.xml | 5 + .../valueOverValueExamples/Date_fuzzed_04.xml | 5 + .../valueOverValueExamples/Date_fuzzed_05.xml | 5 + .../valueOverValueExamples/Date_fuzzed_06.xml | 5 + .../valueOverValueExamples/Date_fuzzed_07.xml | 5 + .../valueOverValueExamples/Date_fuzzed_08.xml | 5 + .../valueOverValueExamples/Date_fuzzed_09.xml | 5 + .../valueOverValueExamples/Date_fuzzed_10.xml | 5 + .../Date_time_date_time_with_UTC.xml | 5 + ...ime_date_time_with_large_negative_year.xml | 5 + ...ime_date_time_with_large_positive_year.xml | 5 + ...date_time_with_long_fractional_seconds.xml | 5 + ...te_time_date_time_with_negative_offset.xml | 5 + ...te_time_date_time_with_positive_offset.xml | 5 + .../Date_time_date_time_with_zero_offset.xml | 5 + .../Date_time_date_time_without_zone.xml | 5 + .../Date_time_fuzzed_01.xml | 5 + .../Date_time_fuzzed_02.xml | 5 + .../Date_time_fuzzed_03.xml | 5 + .../Date_time_fuzzed_04.xml | 5 + .../Date_time_fuzzed_05.xml | 5 + .../Date_time_fuzzed_06.xml | 5 + .../Date_time_fuzzed_07.xml | 5 + .../Date_time_fuzzed_08.xml | 5 + .../Date_time_fuzzed_09.xml | 5 + .../Date_time_fuzzed_10.xml | 5 + .../Date_time_midnight_with_24_hours.xml | 5 + .../Date_time_midnight_with_zeros.xml | 5 + .../Date_time_year_1_bce_is_a_leap_year.xml | 5 + .../Date_time_year_5_bce_is_a_leap_year.xml | 5 + .../Date_year_1_bce_is_a_leap_year.xml | 5 + .../Date_year_5_bce_is_a_leap_year.xml | 5 + .../Decimal_decimal.xml | 5 + .../Decimal_decimal_with_long_fractional.xml | 5 + .../Decimal_decimal_with_preceding_zeros.xml | 5 + .../Decimal_fuzzed_01.xml | 5 + .../Decimal_fuzzed_02.xml | 5 + .../Decimal_fuzzed_03.xml | 5 + .../Decimal_fuzzed_04.xml | 5 + .../Decimal_fuzzed_05.xml | 5 + .../Decimal_fuzzed_06.xml | 5 + .../Decimal_fuzzed_07.xml | 5 + .../Decimal_fuzzed_08.xml | 5 + .../Decimal_fuzzed_09.xml | 5 + .../Decimal_fuzzed_10.xml | 5 + .../Decimal_integer.xml | 5 + .../Decimal_integer_with_preceding_zeros.xml | 5 + .../Decimal_very_large_decimal.xml | 5 + .../valueOverValueExamples/Double_double.xml | 5 + .../Double_fuzzed_01.xml | 5 + .../Double_fuzzed_02.xml | 5 + .../Double_fuzzed_03.xml | 5 + .../Double_fuzzed_04.xml | 5 + .../Double_fuzzed_05.xml | 5 + .../Double_fuzzed_06.xml | 5 + .../Double_fuzzed_07.xml | 5 + .../Double_fuzzed_08.xml | 5 + .../Double_fuzzed_09.xml | 5 + .../Double_fuzzed_10.xml | 5 + .../valueOverValueExamples/Double_inf.xml | 5 + .../valueOverValueExamples/Double_integer.xml | 5 + .../Double_integer_with_preceding_zeros.xml | 5 + ...of_precision_is_not_detected_by_design.xml | 5 + .../valueOverValueExamples/Double_lowest.xml | 5 + .../valueOverValueExamples/Double_max.xml | 5 + .../Double_minus_inf.xml | 5 + .../valueOverValueExamples/Double_nan.xml | 5 + .../Double_scientific_notation.xml | 5 + .../Double_scientific_notation_negative.xml | 5 + ..._scientific_notation_negative_exponent.xml | 5 + .../Double_scientific_notation_positive.xml | 5 + ..._scientific_notation_positive_exponent.xml | 5 + .../Double_very_large_normal.xml | 5 + .../Double_very_precise_subnormal.xml | 5 + .../Double_with_preceding_zeros.xml | 5 + .../Duration_day_seconds.xml | 5 + .../valueOverValueExamples/Duration_full.xml | 5 + .../Duration_fuzzed_01.xml | 5 + .../Duration_fuzzed_02.xml | 5 + .../Duration_fuzzed_03.xml | 5 + .../Duration_fuzzed_04.xml | 5 + .../Duration_fuzzed_05.xml | 5 + .../Duration_fuzzed_06.xml | 5 + .../Duration_fuzzed_07.xml | 5 + .../Duration_fuzzed_08.xml | 5 + .../Duration_fuzzed_09.xml | 5 + .../Duration_fuzzed_10.xml | 5 + .../Duration_long_second_fractal.xml | 5 + .../Duration_many_many_seconds.xml | 5 + .../Duration_month_seconds.xml | 5 + .../Duration_only_seconds.xml | 5 + .../Duration_only_year.xml | 5 + .../valueOverValueExamples/Float_float.xml | 5 + .../Float_fuzzed_01.xml | 5 + .../Float_fuzzed_02.xml | 5 + .../Float_fuzzed_03.xml | 5 + .../Float_fuzzed_04.xml | 5 + .../Float_fuzzed_05.xml | 5 + .../Float_fuzzed_06.xml | 5 + .../Float_fuzzed_07.xml | 5 + .../Float_fuzzed_08.xml | 5 + .../Float_fuzzed_09.xml | 5 + .../Float_fuzzed_10.xml | 5 + .../valueOverValueExamples/Float_inf.xml | 5 + .../valueOverValueExamples/Float_integer.xml | 5 + .../Float_integer_with_preceding_zeros.xml | 5 + .../Float_largest_normal.xml | 5 + .../Float_largest_number_less_than_one.xml | 5 + .../Float_largest_subnormal.xml | 5 + ...of_precision_is_not_detected_by_design.xml | 5 + .../valueOverValueExamples/Float_nan.xml | 5 + .../Float_negative_inf.xml | 5 + .../Float_scientific_notation.xml | 5 + .../Float_scientific_notation_negative.xml | 5 + ..._scientific_notation_negative_exponent.xml | 5 + .../Float_scientific_notation_positive.xml | 5 + ..._scientific_notation_positive_exponent.xml | 5 + .../Float_smallest_number_larger_than_one.xml | 5 + .../Float_smallest_positive_normal.xml | 5 + .../Float_smallest_positive_subnormal.xml | 5 + .../Float_with_preceding_zeros.xml | 5 + ...ot_existing_in_all_months_without_zone.xml | 5 + .../G_day_double_digit_day_without_zone.xml | 5 + .../G_day_fuzzed_01.xml | 5 + .../G_day_fuzzed_02.xml | 5 + .../G_day_fuzzed_03.xml | 5 + .../G_day_fuzzed_04.xml | 5 + .../G_day_fuzzed_05.xml | 5 + .../G_day_fuzzed_06.xml | 5 + .../G_day_fuzzed_07.xml | 5 + .../G_day_fuzzed_08.xml | 5 + .../G_day_fuzzed_09.xml | 5 + .../G_day_fuzzed_10.xml | 5 + .../G_day_negative_offset.xml | 5 + .../G_day_positive_offset.xml | 5 + .../G_day_single_digit_day_without_zone.xml | 5 + .../valueOverValueExamples/G_day_utc_zone.xml | 5 + .../G_day_zero_offset.xml | 5 + ...it_month_double_digit_day_without_zone.xml | 5 + ...it_month_single_digit_day_without_zone.xml | 5 + ...29th_which_does_not_exist_in_all_years.xml | 5 + .../G_month_day_fuzzed_01.xml | 5 + .../G_month_day_fuzzed_02.xml | 5 + .../G_month_day_fuzzed_03.xml | 5 + .../G_month_day_fuzzed_04.xml | 5 + .../G_month_day_fuzzed_05.xml | 5 + .../G_month_day_fuzzed_06.xml | 5 + .../G_month_day_fuzzed_07.xml | 5 + .../G_month_day_fuzzed_08.xml | 5 + .../G_month_day_fuzzed_09.xml | 5 + .../G_month_day_fuzzed_10.xml | 5 + .../G_month_day_negative_offset.xml | 5 + .../G_month_day_positive_offset.xml | 5 + ...it_month_single_digit_day_without_zone.xml | 5 + .../G_month_day_utc_zone.xml | 5 + .../G_month_day_zero_offset.xml | 5 + ..._month_double_digit_month_without_zone.xml | 5 + .../G_month_fuzzed_01.xml | 5 + .../G_month_fuzzed_02.xml | 5 + .../G_month_fuzzed_03.xml | 5 + .../G_month_fuzzed_04.xml | 5 + .../G_month_fuzzed_05.xml | 5 + .../G_month_fuzzed_06.xml | 5 + .../G_month_fuzzed_07.xml | 5 + .../G_month_fuzzed_08.xml | 5 + .../G_month_fuzzed_09.xml | 5 + .../G_month_fuzzed_10.xml | 5 + .../G_month_negative_offset.xml | 5 + .../G_month_positive_offset.xml | 5 + ..._month_single_digit_month_without_zone.xml | 5 + .../G_month_utc_zone.xml | 5 + .../G_month_zero_offset.xml | 5 + .../G_year_five_digit_negative_year.xml | 5 + .../G_year_five_digit_year.xml | 5 + .../G_year_fuzzed_01.xml | 5 + .../G_year_fuzzed_02.xml | 5 + .../G_year_fuzzed_03.xml | 5 + .../G_year_fuzzed_04.xml | 5 + .../G_year_fuzzed_05.xml | 5 + .../G_year_fuzzed_06.xml | 5 + .../G_year_fuzzed_07.xml | 5 + .../G_year_fuzzed_08.xml | 5 + .../G_year_fuzzed_09.xml | 5 + .../G_year_fuzzed_10.xml | 5 + .../G_year_month_common_year_month.xml | 5 + .../G_year_month_five_digit_negative_year.xml | 5 + .../G_year_month_fuzzed_01.xml | 5 + .../G_year_month_fuzzed_02.xml | 5 + .../G_year_month_fuzzed_03.xml | 5 + .../G_year_month_fuzzed_04.xml | 5 + .../G_year_month_fuzzed_05.xml | 5 + .../G_year_month_fuzzed_06.xml | 5 + .../G_year_month_fuzzed_07.xml | 5 + .../G_year_month_fuzzed_08.xml | 5 + .../G_year_month_fuzzed_09.xml | 5 + .../G_year_month_fuzzed_10.xml | 5 + .../G_year_month_negative_year.xml | 5 + .../G_year_month_very_large_negative_year.xml | 5 + .../G_year_month_very_large_positive_year.xml | 5 + .../G_year_month_with_negative_offset.xml | 5 + .../G_year_month_with_positive_offset.xml | 5 + .../G_year_month_with_utc_zone.xml | 5 + .../G_year_month_with_zero_offset.xml | 5 + .../G_year_negative_offset.xml | 5 + .../G_year_negative_year.xml | 5 + .../G_year_positive_offset.xml | 5 + .../G_year_utc_zone.xml | 5 + .../G_year_very_large_negative_year.xml | 5 + .../G_year_very_large_positive_year.xml | 5 + .../G_year_year_without_zone.xml | 5 + .../G_year_zero_offset.xml | 5 + .../Hex_binary_empty.xml | 5 + .../Hex_binary_fuzzed_01.xml | 5 + .../Hex_binary_fuzzed_02.xml | 5 + .../Hex_binary_fuzzed_03.xml | 5 + .../Hex_binary_fuzzed_04.xml | 5 + .../Hex_binary_fuzzed_05.xml | 5 + .../Hex_binary_fuzzed_06.xml | 5 + .../Hex_binary_fuzzed_07.xml | 5 + .../Hex_binary_fuzzed_08.xml | 5 + .../Hex_binary_fuzzed_09.xml | 5 + .../Hex_binary_fuzzed_10.xml | 5 + .../Hex_binary_long_random_hex.xml | 5 + .../Hex_binary_one_one.xml | 5 + .../Hex_binary_one_two.xml | 5 + .../Hex_binary_one_two_three_four.xml | 5 + .../Int_common_example.xml | 5 + .../Int_explicitly_positive.xml | 5 + .../valueOverValueExamples/Int_fuzzed_01.xml | 5 + .../valueOverValueExamples/Int_fuzzed_02.xml | 5 + .../valueOverValueExamples/Int_fuzzed_03.xml | 5 + .../valueOverValueExamples/Int_fuzzed_04.xml | 5 + .../valueOverValueExamples/Int_fuzzed_05.xml | 5 + .../valueOverValueExamples/Int_fuzzed_06.xml | 5 + .../valueOverValueExamples/Int_fuzzed_07.xml | 5 + .../valueOverValueExamples/Int_fuzzed_08.xml | 5 + .../valueOverValueExamples/Int_fuzzed_09.xml | 5 + .../valueOverValueExamples/Int_fuzzed_10.xml | 5 + .../valueOverValueExamples/Int_max.xml | 5 + .../valueOverValueExamples/Int_min.xml | 5 + .../valueOverValueExamples/Int_negative.xml | 5 + .../Int_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/Int_zero.xml | 5 + .../Int_zero_prefixed_with_zeros.xml | 5 + .../Integer_common_example.xml | 5 + .../Integer_explicitly_positive.xml | 5 + .../Integer_fuzzed_01.xml | 5 + .../Integer_fuzzed_02.xml | 5 + .../Integer_fuzzed_03.xml | 5 + .../Integer_fuzzed_04.xml | 5 + .../Integer_fuzzed_05.xml | 5 + .../Integer_fuzzed_06.xml | 5 + .../Integer_fuzzed_07.xml | 5 + .../Integer_fuzzed_08.xml | 5 + .../Integer_fuzzed_09.xml | 5 + .../Integer_fuzzed_10.xml | 5 + .../Integer_negative.xml | 5 + .../Integer_prefixed_with_zeros.xml | 5 + .../Integer_very_large.xml | 5 + .../valueOverValueExamples/Integer_zero.xml | 5 + .../Integer_zero_prefixed_with_zeros.xml | 5 + .../Long_common_example.xml | 5 + .../Long_explicitly_positive.xml | 5 + .../valueOverValueExamples/Long_fuzzed_01.xml | 5 + .../valueOverValueExamples/Long_fuzzed_02.xml | 5 + .../valueOverValueExamples/Long_fuzzed_03.xml | 5 + .../valueOverValueExamples/Long_fuzzed_04.xml | 5 + .../valueOverValueExamples/Long_fuzzed_05.xml | 5 + .../valueOverValueExamples/Long_fuzzed_06.xml | 5 + .../valueOverValueExamples/Long_fuzzed_07.xml | 5 + .../valueOverValueExamples/Long_fuzzed_08.xml | 5 + .../valueOverValueExamples/Long_fuzzed_09.xml | 5 + .../valueOverValueExamples/Long_fuzzed_10.xml | 5 + .../valueOverValueExamples/Long_max.xml | 5 + .../valueOverValueExamples/Long_min.xml | 5 + .../valueOverValueExamples/Long_negative.xml | 5 + .../Long_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/Long_zero.xml | 5 + .../Long_zero_prefixed_with_zeros.xml | 5 + .../Negative_integer_fuzzed_01.xml | 5 + .../Negative_integer_fuzzed_02.xml | 5 + .../Negative_integer_fuzzed_03.xml | 5 + .../Negative_integer_fuzzed_04.xml | 5 + .../Negative_integer_fuzzed_05.xml | 5 + .../Negative_integer_fuzzed_06.xml | 5 + .../Negative_integer_fuzzed_07.xml | 5 + .../Negative_integer_fuzzed_08.xml | 5 + .../Negative_integer_fuzzed_09.xml | 5 + .../Negative_integer_fuzzed_10.xml | 5 + .../Negative_integer_negative.xml | 5 + .../Negative_integer_prefixed_with_zeros.xml | 5 + .../Negative_integer_very_large.xml | 5 + .../Non_negative_integer_common_example.xml | 5 + ...n_negative_integer_explicitly_positive.xml | 5 + ...xplicitly_positive_prefixed_with_zeros.xml | 5 + .../Non_negative_integer_fuzzed_01.xml | 5 + .../Non_negative_integer_fuzzed_02.xml | 5 + .../Non_negative_integer_fuzzed_03.xml | 5 + .../Non_negative_integer_fuzzed_04.xml | 5 + .../Non_negative_integer_fuzzed_05.xml | 5 + .../Non_negative_integer_fuzzed_06.xml | 5 + .../Non_negative_integer_fuzzed_07.xml | 5 + .../Non_negative_integer_fuzzed_08.xml | 5 + .../Non_negative_integer_fuzzed_09.xml | 5 + .../Non_negative_integer_fuzzed_10.xml | 5 + .../Non_negative_integer_minus_zero.xml | 5 + .../Non_negative_integer_positive_zero.xml | 5 + ...n_negative_integer_prefixed_with_zeros.xml | 5 + .../Non_negative_integer_very_large.xml | 5 + .../Non_negative_integer_zero.xml | 5 + ...ative_integer_zero_prefixed_with_zeros.xml | 5 + ...itive_integer_explicitly_positive_zero.xml | 5 + .../Non_positive_integer_fuzzed_01.xml | 5 + .../Non_positive_integer_fuzzed_02.xml | 5 + .../Non_positive_integer_fuzzed_03.xml | 5 + .../Non_positive_integer_fuzzed_04.xml | 5 + .../Non_positive_integer_fuzzed_05.xml | 5 + .../Non_positive_integer_fuzzed_06.xml | 5 + .../Non_positive_integer_fuzzed_07.xml | 5 + .../Non_positive_integer_fuzzed_08.xml | 5 + .../Non_positive_integer_fuzzed_09.xml | 5 + .../Non_positive_integer_fuzzed_10.xml | 5 + .../Non_positive_integer_negative.xml | 5 + ...n_positive_integer_prefixed_with_zeros.xml | 5 + .../Non_positive_integer_very_large.xml | 5 + .../Non_positive_integer_zero.xml | 5 + .../Positive_integer_common_example.xml | 5 + .../Positive_integer_explicitly_positive.xml | 5 + .../Positive_integer_fuzzed_01.xml | 5 + .../Positive_integer_fuzzed_02.xml | 5 + .../Positive_integer_fuzzed_03.xml | 5 + .../Positive_integer_fuzzed_04.xml | 5 + .../Positive_integer_fuzzed_05.xml | 5 + .../Positive_integer_fuzzed_06.xml | 5 + .../Positive_integer_fuzzed_07.xml | 5 + .../Positive_integer_fuzzed_08.xml | 5 + .../Positive_integer_fuzzed_09.xml | 5 + .../Positive_integer_fuzzed_10.xml | 5 + .../Positive_integer_prefixed_with_zeros.xml | 5 + .../Positive_integer_very_large.xml | 5 + .../Short_common_example.xml | 5 + .../Short_explicitly_positive.xml | 5 + .../Short_fuzzed_01.xml | 5 + .../Short_fuzzed_02.xml | 5 + .../Short_fuzzed_03.xml | 5 + .../Short_fuzzed_04.xml | 5 + .../Short_fuzzed_05.xml | 5 + .../Short_fuzzed_06.xml | 5 + .../Short_fuzzed_07.xml | 5 + .../Short_fuzzed_08.xml | 5 + .../Short_fuzzed_09.xml | 5 + .../Short_fuzzed_10.xml | 5 + .../valueOverValueExamples/Short_max.xml | 5 + .../valueOverValueExamples/Short_min.xml | 5 + .../valueOverValueExamples/Short_negative.xml | 5 + .../Short_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/Short_zero.xml | 5 + .../Short_zero_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/String_empty.xml | 5 + .../String_free_form_text.xml | 5 + .../String_fuzzed_01.xml | 5 + .../String_fuzzed_02.xml | 5 + .../String_fuzzed_03.xml | 5 + .../String_fuzzed_04.xml | 5 + .../String_fuzzed_05.xml | 5 + .../String_fuzzed_06.xml | 5 + .../String_fuzzed_07.xml | 5 + .../String_fuzzed_08.xml | 5 + .../String_fuzzed_09.xml | 5 + .../String_fuzzed_10.xml | 5 + .../Time_common_example.xml | 5 + .../valueOverValueExamples/Time_fuzzed_01.xml | 5 + .../valueOverValueExamples/Time_fuzzed_02.xml | 5 + .../valueOverValueExamples/Time_fuzzed_03.xml | 5 + .../valueOverValueExamples/Time_fuzzed_04.xml | 5 + .../valueOverValueExamples/Time_fuzzed_05.xml | 5 + .../valueOverValueExamples/Time_fuzzed_06.xml | 5 + .../valueOverValueExamples/Time_fuzzed_07.xml | 5 + .../valueOverValueExamples/Time_fuzzed_08.xml | 5 + .../valueOverValueExamples/Time_fuzzed_09.xml | 5 + .../valueOverValueExamples/Time_fuzzed_10.xml | 5 + .../Time_negative_offset.xml | 5 + .../Time_positive_offset.xml | 5 + .../Time_with_long_second_fractional.xml | 5 + .../Time_with_second_fractional.xml | 5 + .../Time_with_utc_timezone.xml | 5 + .../Time_zero_offset.xml | 5 + .../Unsigned_byte_common_example.xml | 5 + .../Unsigned_byte_explicitly_positive.xml | 5 + .../Unsigned_byte_fuzzed_01.xml | 5 + .../Unsigned_byte_fuzzed_02.xml | 5 + .../Unsigned_byte_fuzzed_03.xml | 5 + .../Unsigned_byte_fuzzed_04.xml | 5 + .../Unsigned_byte_fuzzed_05.xml | 5 + .../Unsigned_byte_fuzzed_06.xml | 5 + .../Unsigned_byte_fuzzed_07.xml | 5 + .../Unsigned_byte_fuzzed_08.xml | 5 + .../Unsigned_byte_fuzzed_09.xml | 5 + .../Unsigned_byte_fuzzed_10.xml | 5 + .../Unsigned_byte_max.xml | 5 + .../Unsigned_byte_prefixed_with_zeros.xml | 5 + .../Unsigned_byte_zero.xml | 5 + ...Unsigned_byte_zero_prefixed_with_zeros.xml | 5 + .../Unsigned_int_common_example.xml | 5 + .../Unsigned_int_explicitly_positive.xml | 5 + .../Unsigned_int_fuzzed_01.xml | 5 + .../Unsigned_int_fuzzed_02.xml | 5 + .../Unsigned_int_fuzzed_03.xml | 5 + .../Unsigned_int_fuzzed_04.xml | 5 + .../Unsigned_int_fuzzed_05.xml | 5 + .../Unsigned_int_fuzzed_06.xml | 5 + .../Unsigned_int_fuzzed_07.xml | 5 + .../Unsigned_int_fuzzed_08.xml | 5 + .../Unsigned_int_fuzzed_09.xml | 5 + .../Unsigned_int_fuzzed_10.xml | 5 + .../Unsigned_int_max.xml | 5 + .../Unsigned_int_prefixed_with_zeros.xml | 5 + .../Unsigned_int_zero.xml | 5 + .../Unsigned_int_zero_prefixed_with_zeros.xml | 5 + .../Unsigned_long_common_example.xml | 5 + .../Unsigned_long_explicitly_positive.xml | 5 + .../Unsigned_long_fuzzed_01.xml | 5 + .../Unsigned_long_fuzzed_02.xml | 5 + .../Unsigned_long_fuzzed_03.xml | 5 + .../Unsigned_long_fuzzed_04.xml | 5 + .../Unsigned_long_fuzzed_05.xml | 5 + .../Unsigned_long_fuzzed_06.xml | 5 + .../Unsigned_long_fuzzed_07.xml | 5 + .../Unsigned_long_fuzzed_08.xml | 5 + .../Unsigned_long_fuzzed_09.xml | 5 + .../Unsigned_long_fuzzed_10.xml | 5 + .../Unsigned_long_max.xml | 5 + .../Unsigned_long_prefixed_with_zeros.xml | 5 + .../Unsigned_long_zero.xml | 5 + ...Unsigned_long_zero_prefixed_with_zeros.xml | 5 + .../Unsigned_short_common_example.xml | 5 + .../Unsigned_short_explicitly_positive.xml | 5 + .../Unsigned_short_fuzzed_01.xml | 5 + .../Unsigned_short_fuzzed_02.xml | 5 + .../Unsigned_short_fuzzed_03.xml | 5 + .../Unsigned_short_fuzzed_04.xml | 5 + .../Unsigned_short_fuzzed_05.xml | 5 + .../Unsigned_short_fuzzed_06.xml | 5 + .../Unsigned_short_fuzzed_07.xml | 5 + .../Unsigned_short_fuzzed_08.xml | 5 + .../Unsigned_short_fuzzed_09.xml | 5 + .../Unsigned_short_fuzzed_10.xml | 5 + .../Unsigned_short_max.xml | 5 + .../Unsigned_short_prefixed_with_zeros.xml | 5 + .../Unsigned_short_zero.xml | 5 + ...nsigned_short_zero_prefixed_with_zeros.xml | 5 + .../contentTypeOverPatternExamples/dash.xml | 3 + .../contentTypeOverPatternExamples/dots.xml | 3 + .../fuzzed_01.xml | 3 + .../fuzzed_02.xml | 3 + .../fuzzed_03.xml | 3 + .../number prefix and suffix.xml | 3 + .../only_letters.xml | 3 + .../contentTypeOverPatternExamples/plus.xml | 3 + .../random_common_MIME_type.xml | 3 + test_data/Xml/Expected/file/maximal.xml | 142 + test_data/Xml/Expected/file/minimal.xml | 1 + .../valueOverPatternExamples/fuzzed_01.xml | 3 + .../valueOverPatternExamples/fuzzed_02.xml | 3 + .../valueOverPatternExamples/fuzzed_03.xml | 3 + .../valueOverPatternExamples/fuzzed_04.xml | 3 + .../valueOverPatternExamples/fuzzed_05.xml | 3 + .../valueOverPatternExamples/fuzzed_06.xml | 3 + .../valueOverPatternExamples/fuzzed_07.xml | 3 + .../valueOverPatternExamples/fuzzed_08.xml | 3 + .../valueOverPatternExamples/fuzzed_09.xml | 3 + .../valueOverPatternExamples/fuzzed_10.xml | 3 + .../valueOverPatternExamples/made_up_01.xml | 3 + .../valueOverPatternExamples/made_up_02.xml | 3 + .../valueOverPatternExamples/made_up_03.xml | 3 + .../valueOverPatternExamples/made_up_04.xml | 3 + .../valueOverPatternExamples/made_up_05.xml | 3 + test_data/Xml/Expected/key/maximal.xml | 4 + test_data/Xml/Expected/key/minimal.xml | 4 + .../valueOverPatternExamples/fuzzed_01.xml | 4 + .../valueOverPatternExamples/fuzzed_02.xml | 4 + .../valueOverPatternExamples/fuzzed_03.xml | 4 + .../valueOverPatternExamples/fuzzed_04.xml | 4 + .../valueOverPatternExamples/fuzzed_05.xml | 4 + .../valueOverPatternExamples/fuzzed_06.xml | 4 + .../valueOverPatternExamples/fuzzed_07.xml | 4 + .../valueOverPatternExamples/fuzzed_08.xml | 4 + .../valueOverPatternExamples/fuzzed_09.xml | 4 + .../valueOverPatternExamples/fuzzed_10.xml | 4 + .../maximal.xml | 4 + .../minimal.xml | 4 + .../Expected/langStringNameType/maximal.xml | 4 + .../Expected/langStringNameType/minimal.xml | 4 + .../maximal.xml | 4 + .../minimal.xml | 4 + .../maximal.xml | 4 + .../minimal.xml | 4 + .../Expected/langStringTextType/maximal.xml | 4 + .../Expected/langStringTextType/minimal.xml | 4 + test_data/Xml/Expected/levelType/maximal.xml | 6 + test_data/Xml/Expected/levelType/minimal.xml | 6 + .../multiLanguageProperty/maximal.xml | 159 + .../multiLanguageProperty/minimal.xml | 1 + test_data/Xml/Expected/operation/maximal.xml | 189 + test_data/Xml/Expected/operation/minimal.xml | 1 + .../Expected/operationVariable/maximal.xml | 8 + .../Expected/operationVariable/minimal.xml | 8 + test_data/Xml/Expected/property/maximal.xml | 151 + test_data/Xml/Expected/property/minimal.xml | 3 + .../valueOverValueExamples/Any_URI_URI.xml | 4 + .../Any_URI_absolute_path_without_scheme.xml | 4 + .../valueOverValueExamples/Any_URI_empty.xml | 4 + .../Any_URI_fuzzed_01.xml | 4 + .../Any_URI_fuzzed_02.xml | 4 + .../Any_URI_fuzzed_03.xml | 4 + .../Any_URI_fuzzed_04.xml | 4 + .../Any_URI_fuzzed_05.xml | 4 + .../Any_URI_fuzzed_06.xml | 4 + .../Any_URI_fuzzed_07.xml | 4 + .../Any_URI_fuzzed_08.xml | 4 + .../Any_URI_fuzzed_09.xml | 4 + .../Any_URI_fuzzed_10.xml | 4 + .../Any_URI_integer.xml | 4 + .../Any_URI_relative_path_without_scheme.xml | 4 + ...Base_64_binary_an_empty_value_is_valid.xml | 4 + ...nary_equals_signs_are_used_for_padding.xml | 4 + .../Base_64_binary_fuzzed_01.xml | 4 + .../Base_64_binary_fuzzed_02.xml | 4 + .../Base_64_binary_fuzzed_03.xml | 4 + .../Base_64_binary_fuzzed_04.xml | 4 + .../Base_64_binary_fuzzed_05.xml | 4 + .../Base_64_binary_fuzzed_06.xml | 4 + .../Base_64_binary_fuzzed_07.xml | 4 + .../Base_64_binary_fuzzed_08.xml | 4 + .../Base_64_binary_fuzzed_09.xml | 4 + .../Base_64_binary_fuzzed_10.xml | 4 + ...space_is_allowed_anywhere_in_the_value.xml | 4 + ...Base_64_binary_without_space_lowercase.xml | 4 + ...Base_64_binary_without_space_uppercase.xml | 4 + .../Boolean_false_as_number.xml | 4 + .../Boolean_false_in_letters.xml | 4 + .../Boolean_true_as_number.xml | 4 + .../Boolean_true_in_letters.xml | 4 + .../Byte_common_example.xml | 4 + .../Byte_explicitly_positive.xml | 4 + .../valueOverValueExamples/Byte_fuzzed_01.xml | 4 + .../valueOverValueExamples/Byte_fuzzed_02.xml | 4 + .../valueOverValueExamples/Byte_fuzzed_03.xml | 4 + .../valueOverValueExamples/Byte_fuzzed_04.xml | 4 + .../valueOverValueExamples/Byte_fuzzed_05.xml | 4 + .../valueOverValueExamples/Byte_fuzzed_06.xml | 4 + .../valueOverValueExamples/Byte_fuzzed_07.xml | 4 + .../valueOverValueExamples/Byte_fuzzed_08.xml | 4 + .../valueOverValueExamples/Byte_fuzzed_09.xml | 4 + .../valueOverValueExamples/Byte_fuzzed_10.xml | 4 + .../valueOverValueExamples/Byte_max.xml | 4 + .../valueOverValueExamples/Byte_min.xml | 4 + .../valueOverValueExamples/Byte_negative.xml | 4 + .../Byte_prefixed_with_zeros.xml | 4 + .../valueOverValueExamples/Byte_zero.xml | 4 + .../Byte_zero_prefixed_with_zeros.xml | 4 + .../valueOverValueExamples/Date_date.xml | 4 + .../Date_date_with_large_negative_year.xml | 4 + .../Date_date_with_large_positive_year.xml | 4 + .../Date_date_with_negative_offset.xml | 4 + .../Date_date_with_positive_offset.xml | 4 + .../Date_date_with_utc.xml | 4 + .../Date_date_with_zero_offset.xml | 4 + .../valueOverValueExamples/Date_fuzzed_01.xml | 4 + .../valueOverValueExamples/Date_fuzzed_02.xml | 4 + .../valueOverValueExamples/Date_fuzzed_03.xml | 4 + .../valueOverValueExamples/Date_fuzzed_04.xml | 4 + .../valueOverValueExamples/Date_fuzzed_05.xml | 4 + .../valueOverValueExamples/Date_fuzzed_06.xml | 4 + .../valueOverValueExamples/Date_fuzzed_07.xml | 4 + .../valueOverValueExamples/Date_fuzzed_08.xml | 4 + .../valueOverValueExamples/Date_fuzzed_09.xml | 4 + .../valueOverValueExamples/Date_fuzzed_10.xml | 4 + .../Date_time_date_time_with_UTC.xml | 4 + ...ime_date_time_with_large_negative_year.xml | 4 + ...ime_date_time_with_large_positive_year.xml | 4 + ...date_time_with_long_fractional_seconds.xml | 4 + ...te_time_date_time_with_negative_offset.xml | 4 + ...te_time_date_time_with_positive_offset.xml | 4 + .../Date_time_date_time_with_zero_offset.xml | 4 + .../Date_time_date_time_without_zone.xml | 4 + .../Date_time_fuzzed_01.xml | 4 + .../Date_time_fuzzed_02.xml | 4 + .../Date_time_fuzzed_03.xml | 4 + .../Date_time_fuzzed_04.xml | 4 + .../Date_time_fuzzed_05.xml | 4 + .../Date_time_fuzzed_06.xml | 4 + .../Date_time_fuzzed_07.xml | 4 + .../Date_time_fuzzed_08.xml | 4 + .../Date_time_fuzzed_09.xml | 4 + .../Date_time_fuzzed_10.xml | 4 + .../Date_time_midnight_with_24_hours.xml | 4 + .../Date_time_midnight_with_zeros.xml | 4 + .../Date_time_year_1_bce_is_a_leap_year.xml | 4 + .../Date_time_year_5_bce_is_a_leap_year.xml | 4 + .../Date_year_1_bce_is_a_leap_year.xml | 4 + .../Date_year_5_bce_is_a_leap_year.xml | 4 + .../Decimal_decimal.xml | 4 + .../Decimal_decimal_with_long_fractional.xml | 4 + .../Decimal_decimal_with_preceding_zeros.xml | 4 + .../Decimal_fuzzed_01.xml | 4 + .../Decimal_fuzzed_02.xml | 4 + .../Decimal_fuzzed_03.xml | 4 + .../Decimal_fuzzed_04.xml | 4 + .../Decimal_fuzzed_05.xml | 4 + .../Decimal_fuzzed_06.xml | 4 + .../Decimal_fuzzed_07.xml | 4 + .../Decimal_fuzzed_08.xml | 4 + .../Decimal_fuzzed_09.xml | 4 + .../Decimal_fuzzed_10.xml | 4 + .../Decimal_integer.xml | 4 + .../Decimal_integer_with_preceding_zeros.xml | 4 + .../Decimal_very_large_decimal.xml | 4 + .../valueOverValueExamples/Double_double.xml | 4 + .../Double_fuzzed_01.xml | 4 + .../Double_fuzzed_02.xml | 4 + .../Double_fuzzed_03.xml | 4 + .../Double_fuzzed_04.xml | 4 + .../Double_fuzzed_05.xml | 4 + .../Double_fuzzed_06.xml | 4 + .../Double_fuzzed_07.xml | 4 + .../Double_fuzzed_08.xml | 4 + .../Double_fuzzed_09.xml | 4 + .../Double_fuzzed_10.xml | 4 + .../valueOverValueExamples/Double_inf.xml | 4 + .../valueOverValueExamples/Double_integer.xml | 4 + .../Double_integer_with_preceding_zeros.xml | 4 + ...of_precision_is_not_detected_by_design.xml | 4 + .../valueOverValueExamples/Double_lowest.xml | 4 + .../valueOverValueExamples/Double_max.xml | 4 + .../Double_minus_inf.xml | 4 + .../valueOverValueExamples/Double_nan.xml | 4 + .../Double_scientific_notation.xml | 4 + .../Double_scientific_notation_negative.xml | 4 + ..._scientific_notation_negative_exponent.xml | 4 + .../Double_scientific_notation_positive.xml | 4 + ..._scientific_notation_positive_exponent.xml | 4 + .../Double_very_large_normal.xml | 4 + .../Double_very_precise_subnormal.xml | 4 + .../Double_with_preceding_zeros.xml | 4 + .../Duration_day_seconds.xml | 4 + .../valueOverValueExamples/Duration_full.xml | 4 + .../Duration_fuzzed_01.xml | 4 + .../Duration_fuzzed_02.xml | 4 + .../Duration_fuzzed_03.xml | 4 + .../Duration_fuzzed_04.xml | 4 + .../Duration_fuzzed_05.xml | 4 + .../Duration_fuzzed_06.xml | 4 + .../Duration_fuzzed_07.xml | 4 + .../Duration_fuzzed_08.xml | 4 + .../Duration_fuzzed_09.xml | 4 + .../Duration_fuzzed_10.xml | 4 + .../Duration_long_second_fractal.xml | 4 + .../Duration_many_many_seconds.xml | 4 + .../Duration_month_seconds.xml | 4 + .../Duration_only_seconds.xml | 4 + .../Duration_only_year.xml | 4 + .../valueOverValueExamples/Float_float.xml | 4 + .../Float_fuzzed_01.xml | 4 + .../Float_fuzzed_02.xml | 4 + .../Float_fuzzed_03.xml | 4 + .../Float_fuzzed_04.xml | 4 + .../Float_fuzzed_05.xml | 4 + .../Float_fuzzed_06.xml | 4 + .../Float_fuzzed_07.xml | 4 + .../Float_fuzzed_08.xml | 4 + .../Float_fuzzed_09.xml | 4 + .../Float_fuzzed_10.xml | 4 + .../valueOverValueExamples/Float_inf.xml | 4 + .../valueOverValueExamples/Float_integer.xml | 4 + .../Float_integer_with_preceding_zeros.xml | 4 + .../Float_largest_normal.xml | 4 + .../Float_largest_number_less_than_one.xml | 4 + .../Float_largest_subnormal.xml | 4 + ...of_precision_is_not_detected_by_design.xml | 4 + .../valueOverValueExamples/Float_nan.xml | 4 + .../Float_negative_inf.xml | 4 + .../Float_scientific_notation.xml | 4 + .../Float_scientific_notation_negative.xml | 4 + ..._scientific_notation_negative_exponent.xml | 4 + .../Float_scientific_notation_positive.xml | 4 + ..._scientific_notation_positive_exponent.xml | 4 + .../Float_smallest_number_larger_than_one.xml | 4 + .../Float_smallest_positive_normal.xml | 4 + .../Float_smallest_positive_subnormal.xml | 4 + .../Float_with_preceding_zeros.xml | 4 + ...ot_existing_in_all_months_without_zone.xml | 4 + .../G_day_double_digit_day_without_zone.xml | 4 + .../G_day_fuzzed_01.xml | 4 + .../G_day_fuzzed_02.xml | 4 + .../G_day_fuzzed_03.xml | 4 + .../G_day_fuzzed_04.xml | 4 + .../G_day_fuzzed_05.xml | 4 + .../G_day_fuzzed_06.xml | 4 + .../G_day_fuzzed_07.xml | 4 + .../G_day_fuzzed_08.xml | 4 + .../G_day_fuzzed_09.xml | 4 + .../G_day_fuzzed_10.xml | 4 + .../G_day_negative_offset.xml | 4 + .../G_day_positive_offset.xml | 4 + .../G_day_single_digit_day_without_zone.xml | 4 + .../valueOverValueExamples/G_day_utc_zone.xml | 4 + .../G_day_zero_offset.xml | 4 + ...it_month_double_digit_day_without_zone.xml | 4 + ...it_month_single_digit_day_without_zone.xml | 4 + ...29th_which_does_not_exist_in_all_years.xml | 4 + .../G_month_day_fuzzed_01.xml | 4 + .../G_month_day_fuzzed_02.xml | 4 + .../G_month_day_fuzzed_03.xml | 4 + .../G_month_day_fuzzed_04.xml | 4 + .../G_month_day_fuzzed_05.xml | 4 + .../G_month_day_fuzzed_06.xml | 4 + .../G_month_day_fuzzed_07.xml | 4 + .../G_month_day_fuzzed_08.xml | 4 + .../G_month_day_fuzzed_09.xml | 4 + .../G_month_day_fuzzed_10.xml | 4 + .../G_month_day_negative_offset.xml | 4 + .../G_month_day_positive_offset.xml | 4 + ...it_month_single_digit_day_without_zone.xml | 4 + .../G_month_day_utc_zone.xml | 4 + .../G_month_day_zero_offset.xml | 4 + ..._month_double_digit_month_without_zone.xml | 4 + .../G_month_fuzzed_01.xml | 4 + .../G_month_fuzzed_02.xml | 4 + .../G_month_fuzzed_03.xml | 4 + .../G_month_fuzzed_04.xml | 4 + .../G_month_fuzzed_05.xml | 4 + .../G_month_fuzzed_06.xml | 4 + .../G_month_fuzzed_07.xml | 4 + .../G_month_fuzzed_08.xml | 4 + .../G_month_fuzzed_09.xml | 4 + .../G_month_fuzzed_10.xml | 4 + .../G_month_negative_offset.xml | 4 + .../G_month_positive_offset.xml | 4 + ..._month_single_digit_month_without_zone.xml | 4 + .../G_month_utc_zone.xml | 4 + .../G_month_zero_offset.xml | 4 + .../G_year_five_digit_negative_year.xml | 4 + .../G_year_five_digit_year.xml | 4 + .../G_year_fuzzed_01.xml | 4 + .../G_year_fuzzed_02.xml | 4 + .../G_year_fuzzed_03.xml | 4 + .../G_year_fuzzed_04.xml | 4 + .../G_year_fuzzed_05.xml | 4 + .../G_year_fuzzed_06.xml | 4 + .../G_year_fuzzed_07.xml | 4 + .../G_year_fuzzed_08.xml | 4 + .../G_year_fuzzed_09.xml | 4 + .../G_year_fuzzed_10.xml | 4 + .../G_year_month_common_year_month.xml | 4 + .../G_year_month_five_digit_negative_year.xml | 4 + .../G_year_month_fuzzed_01.xml | 4 + .../G_year_month_fuzzed_02.xml | 4 + .../G_year_month_fuzzed_03.xml | 4 + .../G_year_month_fuzzed_04.xml | 4 + .../G_year_month_fuzzed_05.xml | 4 + .../G_year_month_fuzzed_06.xml | 4 + .../G_year_month_fuzzed_07.xml | 4 + .../G_year_month_fuzzed_08.xml | 4 + .../G_year_month_fuzzed_09.xml | 4 + .../G_year_month_fuzzed_10.xml | 4 + .../G_year_month_negative_year.xml | 4 + .../G_year_month_very_large_negative_year.xml | 4 + .../G_year_month_very_large_positive_year.xml | 4 + .../G_year_month_with_negative_offset.xml | 4 + .../G_year_month_with_positive_offset.xml | 4 + .../G_year_month_with_utc_zone.xml | 4 + .../G_year_month_with_zero_offset.xml | 4 + .../G_year_negative_offset.xml | 4 + .../G_year_negative_year.xml | 4 + .../G_year_positive_offset.xml | 4 + .../G_year_utc_zone.xml | 4 + .../G_year_very_large_negative_year.xml | 4 + .../G_year_very_large_positive_year.xml | 4 + .../G_year_year_without_zone.xml | 4 + .../G_year_zero_offset.xml | 4 + .../Hex_binary_empty.xml | 4 + .../Hex_binary_fuzzed_01.xml | 4 + .../Hex_binary_fuzzed_02.xml | 4 + .../Hex_binary_fuzzed_03.xml | 4 + .../Hex_binary_fuzzed_04.xml | 4 + .../Hex_binary_fuzzed_05.xml | 4 + .../Hex_binary_fuzzed_06.xml | 4 + .../Hex_binary_fuzzed_07.xml | 4 + .../Hex_binary_fuzzed_08.xml | 4 + .../Hex_binary_fuzzed_09.xml | 4 + .../Hex_binary_fuzzed_10.xml | 4 + .../Hex_binary_long_random_hex.xml | 4 + .../Hex_binary_one_one.xml | 4 + .../Hex_binary_one_two.xml | 4 + .../Hex_binary_one_two_three_four.xml | 4 + .../Int_common_example.xml | 4 + .../Int_explicitly_positive.xml | 4 + .../valueOverValueExamples/Int_fuzzed_01.xml | 4 + .../valueOverValueExamples/Int_fuzzed_02.xml | 4 + .../valueOverValueExamples/Int_fuzzed_03.xml | 4 + .../valueOverValueExamples/Int_fuzzed_04.xml | 4 + .../valueOverValueExamples/Int_fuzzed_05.xml | 4 + .../valueOverValueExamples/Int_fuzzed_06.xml | 4 + .../valueOverValueExamples/Int_fuzzed_07.xml | 4 + .../valueOverValueExamples/Int_fuzzed_08.xml | 4 + .../valueOverValueExamples/Int_fuzzed_09.xml | 4 + .../valueOverValueExamples/Int_fuzzed_10.xml | 4 + .../valueOverValueExamples/Int_max.xml | 4 + .../valueOverValueExamples/Int_min.xml | 4 + .../valueOverValueExamples/Int_negative.xml | 4 + .../Int_prefixed_with_zeros.xml | 4 + .../valueOverValueExamples/Int_zero.xml | 4 + .../Int_zero_prefixed_with_zeros.xml | 4 + .../Integer_common_example.xml | 4 + .../Integer_explicitly_positive.xml | 4 + .../Integer_fuzzed_01.xml | 4 + .../Integer_fuzzed_02.xml | 4 + .../Integer_fuzzed_03.xml | 4 + .../Integer_fuzzed_04.xml | 4 + .../Integer_fuzzed_05.xml | 4 + .../Integer_fuzzed_06.xml | 4 + .../Integer_fuzzed_07.xml | 4 + .../Integer_fuzzed_08.xml | 4 + .../Integer_fuzzed_09.xml | 4 + .../Integer_fuzzed_10.xml | 4 + .../Integer_negative.xml | 4 + .../Integer_prefixed_with_zeros.xml | 4 + .../Integer_very_large.xml | 4 + .../valueOverValueExamples/Integer_zero.xml | 4 + .../Integer_zero_prefixed_with_zeros.xml | 4 + .../Long_common_example.xml | 4 + .../Long_explicitly_positive.xml | 4 + .../valueOverValueExamples/Long_fuzzed_01.xml | 4 + .../valueOverValueExamples/Long_fuzzed_02.xml | 4 + .../valueOverValueExamples/Long_fuzzed_03.xml | 4 + .../valueOverValueExamples/Long_fuzzed_04.xml | 4 + .../valueOverValueExamples/Long_fuzzed_05.xml | 4 + .../valueOverValueExamples/Long_fuzzed_06.xml | 4 + .../valueOverValueExamples/Long_fuzzed_07.xml | 4 + .../valueOverValueExamples/Long_fuzzed_08.xml | 4 + .../valueOverValueExamples/Long_fuzzed_09.xml | 4 + .../valueOverValueExamples/Long_fuzzed_10.xml | 4 + .../valueOverValueExamples/Long_max.xml | 4 + .../valueOverValueExamples/Long_min.xml | 4 + .../valueOverValueExamples/Long_negative.xml | 4 + .../Long_prefixed_with_zeros.xml | 4 + .../valueOverValueExamples/Long_zero.xml | 4 + .../Long_zero_prefixed_with_zeros.xml | 4 + .../Negative_integer_fuzzed_01.xml | 4 + .../Negative_integer_fuzzed_02.xml | 4 + .../Negative_integer_fuzzed_03.xml | 4 + .../Negative_integer_fuzzed_04.xml | 4 + .../Negative_integer_fuzzed_05.xml | 4 + .../Negative_integer_fuzzed_06.xml | 4 + .../Negative_integer_fuzzed_07.xml | 4 + .../Negative_integer_fuzzed_08.xml | 4 + .../Negative_integer_fuzzed_09.xml | 4 + .../Negative_integer_fuzzed_10.xml | 4 + .../Negative_integer_negative.xml | 4 + .../Negative_integer_prefixed_with_zeros.xml | 4 + .../Negative_integer_very_large.xml | 4 + .../Non_negative_integer_common_example.xml | 4 + ...n_negative_integer_explicitly_positive.xml | 4 + ...xplicitly_positive_prefixed_with_zeros.xml | 4 + .../Non_negative_integer_fuzzed_01.xml | 4 + .../Non_negative_integer_fuzzed_02.xml | 4 + .../Non_negative_integer_fuzzed_03.xml | 4 + .../Non_negative_integer_fuzzed_04.xml | 4 + .../Non_negative_integer_fuzzed_05.xml | 4 + .../Non_negative_integer_fuzzed_06.xml | 4 + .../Non_negative_integer_fuzzed_07.xml | 4 + .../Non_negative_integer_fuzzed_08.xml | 4 + .../Non_negative_integer_fuzzed_09.xml | 4 + .../Non_negative_integer_fuzzed_10.xml | 4 + .../Non_negative_integer_minus_zero.xml | 4 + .../Non_negative_integer_positive_zero.xml | 4 + ...n_negative_integer_prefixed_with_zeros.xml | 4 + .../Non_negative_integer_very_large.xml | 4 + .../Non_negative_integer_zero.xml | 4 + ...ative_integer_zero_prefixed_with_zeros.xml | 4 + ...itive_integer_explicitly_positive_zero.xml | 4 + .../Non_positive_integer_fuzzed_01.xml | 4 + .../Non_positive_integer_fuzzed_02.xml | 4 + .../Non_positive_integer_fuzzed_03.xml | 4 + .../Non_positive_integer_fuzzed_04.xml | 4 + .../Non_positive_integer_fuzzed_05.xml | 4 + .../Non_positive_integer_fuzzed_06.xml | 4 + .../Non_positive_integer_fuzzed_07.xml | 4 + .../Non_positive_integer_fuzzed_08.xml | 4 + .../Non_positive_integer_fuzzed_09.xml | 4 + .../Non_positive_integer_fuzzed_10.xml | 4 + .../Non_positive_integer_negative.xml | 4 + ...n_positive_integer_prefixed_with_zeros.xml | 4 + .../Non_positive_integer_very_large.xml | 4 + .../Non_positive_integer_zero.xml | 4 + .../Positive_integer_common_example.xml | 4 + .../Positive_integer_explicitly_positive.xml | 4 + .../Positive_integer_fuzzed_01.xml | 4 + .../Positive_integer_fuzzed_02.xml | 4 + .../Positive_integer_fuzzed_03.xml | 4 + .../Positive_integer_fuzzed_04.xml | 4 + .../Positive_integer_fuzzed_05.xml | 4 + .../Positive_integer_fuzzed_06.xml | 4 + .../Positive_integer_fuzzed_07.xml | 4 + .../Positive_integer_fuzzed_08.xml | 4 + .../Positive_integer_fuzzed_09.xml | 4 + .../Positive_integer_fuzzed_10.xml | 4 + .../Positive_integer_prefixed_with_zeros.xml | 4 + .../Positive_integer_very_large.xml | 4 + .../Short_common_example.xml | 4 + .../Short_explicitly_positive.xml | 4 + .../Short_fuzzed_01.xml | 4 + .../Short_fuzzed_02.xml | 4 + .../Short_fuzzed_03.xml | 4 + .../Short_fuzzed_04.xml | 4 + .../Short_fuzzed_05.xml | 4 + .../Short_fuzzed_06.xml | 4 + .../Short_fuzzed_07.xml | 4 + .../Short_fuzzed_08.xml | 4 + .../Short_fuzzed_09.xml | 4 + .../Short_fuzzed_10.xml | 4 + .../valueOverValueExamples/Short_max.xml | 4 + .../valueOverValueExamples/Short_min.xml | 4 + .../valueOverValueExamples/Short_negative.xml | 4 + .../Short_prefixed_with_zeros.xml | 4 + .../valueOverValueExamples/Short_zero.xml | 4 + .../Short_zero_prefixed_with_zeros.xml | 4 + .../valueOverValueExamples/String_empty.xml | 4 + .../String_free_form_text.xml | 4 + .../String_fuzzed_01.xml | 4 + .../String_fuzzed_02.xml | 4 + .../String_fuzzed_03.xml | 4 + .../String_fuzzed_04.xml | 4 + .../String_fuzzed_05.xml | 4 + .../String_fuzzed_06.xml | 4 + .../String_fuzzed_07.xml | 4 + .../String_fuzzed_08.xml | 4 + .../String_fuzzed_09.xml | 4 + .../String_fuzzed_10.xml | 4 + .../Time_common_example.xml | 4 + .../valueOverValueExamples/Time_fuzzed_01.xml | 4 + .../valueOverValueExamples/Time_fuzzed_02.xml | 4 + .../valueOverValueExamples/Time_fuzzed_03.xml | 4 + .../valueOverValueExamples/Time_fuzzed_04.xml | 4 + .../valueOverValueExamples/Time_fuzzed_05.xml | 4 + .../valueOverValueExamples/Time_fuzzed_06.xml | 4 + .../valueOverValueExamples/Time_fuzzed_07.xml | 4 + .../valueOverValueExamples/Time_fuzzed_08.xml | 4 + .../valueOverValueExamples/Time_fuzzed_09.xml | 4 + .../valueOverValueExamples/Time_fuzzed_10.xml | 4 + .../Time_negative_offset.xml | 4 + .../Time_positive_offset.xml | 4 + .../Time_with_long_second_fractional.xml | 4 + .../Time_with_second_fractional.xml | 4 + .../Time_with_utc_timezone.xml | 4 + .../Time_zero_offset.xml | 4 + .../Unsigned_byte_common_example.xml | 4 + .../Unsigned_byte_explicitly_positive.xml | 4 + .../Unsigned_byte_fuzzed_01.xml | 4 + .../Unsigned_byte_fuzzed_02.xml | 4 + .../Unsigned_byte_fuzzed_03.xml | 4 + .../Unsigned_byte_fuzzed_04.xml | 4 + .../Unsigned_byte_fuzzed_05.xml | 4 + .../Unsigned_byte_fuzzed_06.xml | 4 + .../Unsigned_byte_fuzzed_07.xml | 4 + .../Unsigned_byte_fuzzed_08.xml | 4 + .../Unsigned_byte_fuzzed_09.xml | 4 + .../Unsigned_byte_fuzzed_10.xml | 4 + .../Unsigned_byte_max.xml | 4 + .../Unsigned_byte_prefixed_with_zeros.xml | 4 + .../Unsigned_byte_zero.xml | 4 + ...Unsigned_byte_zero_prefixed_with_zeros.xml | 4 + .../Unsigned_int_common_example.xml | 4 + .../Unsigned_int_explicitly_positive.xml | 4 + .../Unsigned_int_fuzzed_01.xml | 4 + .../Unsigned_int_fuzzed_02.xml | 4 + .../Unsigned_int_fuzzed_03.xml | 4 + .../Unsigned_int_fuzzed_04.xml | 4 + .../Unsigned_int_fuzzed_05.xml | 4 + .../Unsigned_int_fuzzed_06.xml | 4 + .../Unsigned_int_fuzzed_07.xml | 4 + .../Unsigned_int_fuzzed_08.xml | 4 + .../Unsigned_int_fuzzed_09.xml | 4 + .../Unsigned_int_fuzzed_10.xml | 4 + .../Unsigned_int_max.xml | 4 + .../Unsigned_int_prefixed_with_zeros.xml | 4 + .../Unsigned_int_zero.xml | 4 + .../Unsigned_int_zero_prefixed_with_zeros.xml | 4 + .../Unsigned_long_common_example.xml | 4 + .../Unsigned_long_explicitly_positive.xml | 4 + .../Unsigned_long_fuzzed_01.xml | 4 + .../Unsigned_long_fuzzed_02.xml | 4 + .../Unsigned_long_fuzzed_03.xml | 4 + .../Unsigned_long_fuzzed_04.xml | 4 + .../Unsigned_long_fuzzed_05.xml | 4 + .../Unsigned_long_fuzzed_06.xml | 4 + .../Unsigned_long_fuzzed_07.xml | 4 + .../Unsigned_long_fuzzed_08.xml | 4 + .../Unsigned_long_fuzzed_09.xml | 4 + .../Unsigned_long_fuzzed_10.xml | 4 + .../Unsigned_long_max.xml | 4 + .../Unsigned_long_prefixed_with_zeros.xml | 4 + .../Unsigned_long_zero.xml | 4 + ...Unsigned_long_zero_prefixed_with_zeros.xml | 4 + .../Unsigned_short_common_example.xml | 4 + .../Unsigned_short_explicitly_positive.xml | 4 + .../Unsigned_short_fuzzed_01.xml | 4 + .../Unsigned_short_fuzzed_02.xml | 4 + .../Unsigned_short_fuzzed_03.xml | 4 + .../Unsigned_short_fuzzed_04.xml | 4 + .../Unsigned_short_fuzzed_05.xml | 4 + .../Unsigned_short_fuzzed_06.xml | 4 + .../Unsigned_short_fuzzed_07.xml | 4 + .../Unsigned_short_fuzzed_08.xml | 4 + .../Unsigned_short_fuzzed_09.xml | 4 + .../Unsigned_short_fuzzed_10.xml | 4 + .../Unsigned_short_max.xml | 4 + .../Unsigned_short_prefixed_with_zeros.xml | 4 + .../Unsigned_short_zero.xml | 4 + ...nsigned_short_zero_prefixed_with_zeros.xml | 4 + test_data/Xml/Expected/qualifier/maximal.xml | 53 + test_data/Xml/Expected/qualifier/minimal.xml | 4 + .../typeOverPatternExamples/fuzzed_01.xml | 4 + .../typeOverPatternExamples/fuzzed_02.xml | 4 + .../typeOverPatternExamples/fuzzed_03.xml | 4 + .../typeOverPatternExamples/fuzzed_04.xml | 4 + .../typeOverPatternExamples/fuzzed_05.xml | 4 + .../typeOverPatternExamples/fuzzed_06.xml | 4 + .../typeOverPatternExamples/fuzzed_07.xml | 4 + .../typeOverPatternExamples/fuzzed_08.xml | 4 + .../typeOverPatternExamples/fuzzed_09.xml | 4 + .../typeOverPatternExamples/fuzzed_10.xml | 4 + .../valueOverValueExamples/Any_URI_URI.xml | 5 + .../Any_URI_absolute_path_without_scheme.xml | 5 + .../valueOverValueExamples/Any_URI_empty.xml | 5 + .../Any_URI_fuzzed_01.xml | 5 + .../Any_URI_fuzzed_02.xml | 5 + .../Any_URI_fuzzed_03.xml | 5 + .../Any_URI_fuzzed_04.xml | 5 + .../Any_URI_fuzzed_05.xml | 5 + .../Any_URI_fuzzed_06.xml | 5 + .../Any_URI_fuzzed_07.xml | 5 + .../Any_URI_fuzzed_08.xml | 5 + .../Any_URI_fuzzed_09.xml | 5 + .../Any_URI_fuzzed_10.xml | 5 + .../Any_URI_integer.xml | 5 + .../Any_URI_relative_path_without_scheme.xml | 5 + ...Base_64_binary_an_empty_value_is_valid.xml | 5 + ...nary_equals_signs_are_used_for_padding.xml | 5 + .../Base_64_binary_fuzzed_01.xml | 5 + .../Base_64_binary_fuzzed_02.xml | 5 + .../Base_64_binary_fuzzed_03.xml | 5 + .../Base_64_binary_fuzzed_04.xml | 5 + .../Base_64_binary_fuzzed_05.xml | 5 + .../Base_64_binary_fuzzed_06.xml | 5 + .../Base_64_binary_fuzzed_07.xml | 5 + .../Base_64_binary_fuzzed_08.xml | 5 + .../Base_64_binary_fuzzed_09.xml | 5 + .../Base_64_binary_fuzzed_10.xml | 5 + ...space_is_allowed_anywhere_in_the_value.xml | 5 + ...Base_64_binary_without_space_lowercase.xml | 5 + ...Base_64_binary_without_space_uppercase.xml | 5 + .../Boolean_false_as_number.xml | 5 + .../Boolean_false_in_letters.xml | 5 + .../Boolean_true_as_number.xml | 5 + .../Boolean_true_in_letters.xml | 5 + .../Byte_common_example.xml | 5 + .../Byte_explicitly_positive.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_01.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_02.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_03.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_04.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_05.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_06.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_07.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_08.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_09.xml | 5 + .../valueOverValueExamples/Byte_fuzzed_10.xml | 5 + .../valueOverValueExamples/Byte_max.xml | 5 + .../valueOverValueExamples/Byte_min.xml | 5 + .../valueOverValueExamples/Byte_negative.xml | 5 + .../Byte_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/Byte_zero.xml | 5 + .../Byte_zero_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/Date_date.xml | 5 + .../Date_date_with_large_negative_year.xml | 5 + .../Date_date_with_large_positive_year.xml | 5 + .../Date_date_with_negative_offset.xml | 5 + .../Date_date_with_positive_offset.xml | 5 + .../Date_date_with_utc.xml | 5 + .../Date_date_with_zero_offset.xml | 5 + .../valueOverValueExamples/Date_fuzzed_01.xml | 5 + .../valueOverValueExamples/Date_fuzzed_02.xml | 5 + .../valueOverValueExamples/Date_fuzzed_03.xml | 5 + .../valueOverValueExamples/Date_fuzzed_04.xml | 5 + .../valueOverValueExamples/Date_fuzzed_05.xml | 5 + .../valueOverValueExamples/Date_fuzzed_06.xml | 5 + .../valueOverValueExamples/Date_fuzzed_07.xml | 5 + .../valueOverValueExamples/Date_fuzzed_08.xml | 5 + .../valueOverValueExamples/Date_fuzzed_09.xml | 5 + .../valueOverValueExamples/Date_fuzzed_10.xml | 5 + .../Date_time_date_time_with_UTC.xml | 5 + ...ime_date_time_with_large_negative_year.xml | 5 + ...ime_date_time_with_large_positive_year.xml | 5 + ...date_time_with_long_fractional_seconds.xml | 5 + ...te_time_date_time_with_negative_offset.xml | 5 + ...te_time_date_time_with_positive_offset.xml | 5 + .../Date_time_date_time_with_zero_offset.xml | 5 + .../Date_time_date_time_without_zone.xml | 5 + .../Date_time_fuzzed_01.xml | 5 + .../Date_time_fuzzed_02.xml | 5 + .../Date_time_fuzzed_03.xml | 5 + .../Date_time_fuzzed_04.xml | 5 + .../Date_time_fuzzed_05.xml | 5 + .../Date_time_fuzzed_06.xml | 5 + .../Date_time_fuzzed_07.xml | 5 + .../Date_time_fuzzed_08.xml | 5 + .../Date_time_fuzzed_09.xml | 5 + .../Date_time_fuzzed_10.xml | 5 + .../Date_time_midnight_with_24_hours.xml | 5 + .../Date_time_midnight_with_zeros.xml | 5 + .../Date_time_year_1_bce_is_a_leap_year.xml | 5 + .../Date_time_year_5_bce_is_a_leap_year.xml | 5 + .../Date_year_1_bce_is_a_leap_year.xml | 5 + .../Date_year_5_bce_is_a_leap_year.xml | 5 + .../Decimal_decimal.xml | 5 + .../Decimal_decimal_with_long_fractional.xml | 5 + .../Decimal_decimal_with_preceding_zeros.xml | 5 + .../Decimal_fuzzed_01.xml | 5 + .../Decimal_fuzzed_02.xml | 5 + .../Decimal_fuzzed_03.xml | 5 + .../Decimal_fuzzed_04.xml | 5 + .../Decimal_fuzzed_05.xml | 5 + .../Decimal_fuzzed_06.xml | 5 + .../Decimal_fuzzed_07.xml | 5 + .../Decimal_fuzzed_08.xml | 5 + .../Decimal_fuzzed_09.xml | 5 + .../Decimal_fuzzed_10.xml | 5 + .../Decimal_integer.xml | 5 + .../Decimal_integer_with_preceding_zeros.xml | 5 + .../Decimal_very_large_decimal.xml | 5 + .../valueOverValueExamples/Double_double.xml | 5 + .../Double_fuzzed_01.xml | 5 + .../Double_fuzzed_02.xml | 5 + .../Double_fuzzed_03.xml | 5 + .../Double_fuzzed_04.xml | 5 + .../Double_fuzzed_05.xml | 5 + .../Double_fuzzed_06.xml | 5 + .../Double_fuzzed_07.xml | 5 + .../Double_fuzzed_08.xml | 5 + .../Double_fuzzed_09.xml | 5 + .../Double_fuzzed_10.xml | 5 + .../valueOverValueExamples/Double_inf.xml | 5 + .../valueOverValueExamples/Double_integer.xml | 5 + .../Double_integer_with_preceding_zeros.xml | 5 + ...of_precision_is_not_detected_by_design.xml | 5 + .../valueOverValueExamples/Double_lowest.xml | 5 + .../valueOverValueExamples/Double_max.xml | 5 + .../Double_minus_inf.xml | 5 + .../valueOverValueExamples/Double_nan.xml | 5 + .../Double_scientific_notation.xml | 5 + .../Double_scientific_notation_negative.xml | 5 + ..._scientific_notation_negative_exponent.xml | 5 + .../Double_scientific_notation_positive.xml | 5 + ..._scientific_notation_positive_exponent.xml | 5 + .../Double_very_large_normal.xml | 5 + .../Double_very_precise_subnormal.xml | 5 + .../Double_with_preceding_zeros.xml | 5 + .../Duration_day_seconds.xml | 5 + .../valueOverValueExamples/Duration_full.xml | 5 + .../Duration_fuzzed_01.xml | 5 + .../Duration_fuzzed_02.xml | 5 + .../Duration_fuzzed_03.xml | 5 + .../Duration_fuzzed_04.xml | 5 + .../Duration_fuzzed_05.xml | 5 + .../Duration_fuzzed_06.xml | 5 + .../Duration_fuzzed_07.xml | 5 + .../Duration_fuzzed_08.xml | 5 + .../Duration_fuzzed_09.xml | 5 + .../Duration_fuzzed_10.xml | 5 + .../Duration_long_second_fractal.xml | 5 + .../Duration_many_many_seconds.xml | 5 + .../Duration_month_seconds.xml | 5 + .../Duration_only_seconds.xml | 5 + .../Duration_only_year.xml | 5 + .../valueOverValueExamples/Float_float.xml | 5 + .../Float_fuzzed_01.xml | 5 + .../Float_fuzzed_02.xml | 5 + .../Float_fuzzed_03.xml | 5 + .../Float_fuzzed_04.xml | 5 + .../Float_fuzzed_05.xml | 5 + .../Float_fuzzed_06.xml | 5 + .../Float_fuzzed_07.xml | 5 + .../Float_fuzzed_08.xml | 5 + .../Float_fuzzed_09.xml | 5 + .../Float_fuzzed_10.xml | 5 + .../valueOverValueExamples/Float_inf.xml | 5 + .../valueOverValueExamples/Float_integer.xml | 5 + .../Float_integer_with_preceding_zeros.xml | 5 + .../Float_largest_normal.xml | 5 + .../Float_largest_number_less_than_one.xml | 5 + .../Float_largest_subnormal.xml | 5 + ...of_precision_is_not_detected_by_design.xml | 5 + .../valueOverValueExamples/Float_nan.xml | 5 + .../Float_negative_inf.xml | 5 + .../Float_scientific_notation.xml | 5 + .../Float_scientific_notation_negative.xml | 5 + ..._scientific_notation_negative_exponent.xml | 5 + .../Float_scientific_notation_positive.xml | 5 + ..._scientific_notation_positive_exponent.xml | 5 + .../Float_smallest_number_larger_than_one.xml | 5 + .../Float_smallest_positive_normal.xml | 5 + .../Float_smallest_positive_subnormal.xml | 5 + .../Float_with_preceding_zeros.xml | 5 + ...ot_existing_in_all_months_without_zone.xml | 5 + .../G_day_double_digit_day_without_zone.xml | 5 + .../G_day_fuzzed_01.xml | 5 + .../G_day_fuzzed_02.xml | 5 + .../G_day_fuzzed_03.xml | 5 + .../G_day_fuzzed_04.xml | 5 + .../G_day_fuzzed_05.xml | 5 + .../G_day_fuzzed_06.xml | 5 + .../G_day_fuzzed_07.xml | 5 + .../G_day_fuzzed_08.xml | 5 + .../G_day_fuzzed_09.xml | 5 + .../G_day_fuzzed_10.xml | 5 + .../G_day_negative_offset.xml | 5 + .../G_day_positive_offset.xml | 5 + .../G_day_single_digit_day_without_zone.xml | 5 + .../valueOverValueExamples/G_day_utc_zone.xml | 5 + .../G_day_zero_offset.xml | 5 + ...it_month_double_digit_day_without_zone.xml | 5 + ...it_month_single_digit_day_without_zone.xml | 5 + ...29th_which_does_not_exist_in_all_years.xml | 5 + .../G_month_day_fuzzed_01.xml | 5 + .../G_month_day_fuzzed_02.xml | 5 + .../G_month_day_fuzzed_03.xml | 5 + .../G_month_day_fuzzed_04.xml | 5 + .../G_month_day_fuzzed_05.xml | 5 + .../G_month_day_fuzzed_06.xml | 5 + .../G_month_day_fuzzed_07.xml | 5 + .../G_month_day_fuzzed_08.xml | 5 + .../G_month_day_fuzzed_09.xml | 5 + .../G_month_day_fuzzed_10.xml | 5 + .../G_month_day_negative_offset.xml | 5 + .../G_month_day_positive_offset.xml | 5 + ...it_month_single_digit_day_without_zone.xml | 5 + .../G_month_day_utc_zone.xml | 5 + .../G_month_day_zero_offset.xml | 5 + ..._month_double_digit_month_without_zone.xml | 5 + .../G_month_fuzzed_01.xml | 5 + .../G_month_fuzzed_02.xml | 5 + .../G_month_fuzzed_03.xml | 5 + .../G_month_fuzzed_04.xml | 5 + .../G_month_fuzzed_05.xml | 5 + .../G_month_fuzzed_06.xml | 5 + .../G_month_fuzzed_07.xml | 5 + .../G_month_fuzzed_08.xml | 5 + .../G_month_fuzzed_09.xml | 5 + .../G_month_fuzzed_10.xml | 5 + .../G_month_negative_offset.xml | 5 + .../G_month_positive_offset.xml | 5 + ..._month_single_digit_month_without_zone.xml | 5 + .../G_month_utc_zone.xml | 5 + .../G_month_zero_offset.xml | 5 + .../G_year_five_digit_negative_year.xml | 5 + .../G_year_five_digit_year.xml | 5 + .../G_year_fuzzed_01.xml | 5 + .../G_year_fuzzed_02.xml | 5 + .../G_year_fuzzed_03.xml | 5 + .../G_year_fuzzed_04.xml | 5 + .../G_year_fuzzed_05.xml | 5 + .../G_year_fuzzed_06.xml | 5 + .../G_year_fuzzed_07.xml | 5 + .../G_year_fuzzed_08.xml | 5 + .../G_year_fuzzed_09.xml | 5 + .../G_year_fuzzed_10.xml | 5 + .../G_year_month_common_year_month.xml | 5 + .../G_year_month_five_digit_negative_year.xml | 5 + .../G_year_month_fuzzed_01.xml | 5 + .../G_year_month_fuzzed_02.xml | 5 + .../G_year_month_fuzzed_03.xml | 5 + .../G_year_month_fuzzed_04.xml | 5 + .../G_year_month_fuzzed_05.xml | 5 + .../G_year_month_fuzzed_06.xml | 5 + .../G_year_month_fuzzed_07.xml | 5 + .../G_year_month_fuzzed_08.xml | 5 + .../G_year_month_fuzzed_09.xml | 5 + .../G_year_month_fuzzed_10.xml | 5 + .../G_year_month_negative_year.xml | 5 + .../G_year_month_very_large_negative_year.xml | 5 + .../G_year_month_very_large_positive_year.xml | 5 + .../G_year_month_with_negative_offset.xml | 5 + .../G_year_month_with_positive_offset.xml | 5 + .../G_year_month_with_utc_zone.xml | 5 + .../G_year_month_with_zero_offset.xml | 5 + .../G_year_negative_offset.xml | 5 + .../G_year_negative_year.xml | 5 + .../G_year_positive_offset.xml | 5 + .../G_year_utc_zone.xml | 5 + .../G_year_very_large_negative_year.xml | 5 + .../G_year_very_large_positive_year.xml | 5 + .../G_year_year_without_zone.xml | 5 + .../G_year_zero_offset.xml | 5 + .../Hex_binary_empty.xml | 5 + .../Hex_binary_fuzzed_01.xml | 5 + .../Hex_binary_fuzzed_02.xml | 5 + .../Hex_binary_fuzzed_03.xml | 5 + .../Hex_binary_fuzzed_04.xml | 5 + .../Hex_binary_fuzzed_05.xml | 5 + .../Hex_binary_fuzzed_06.xml | 5 + .../Hex_binary_fuzzed_07.xml | 5 + .../Hex_binary_fuzzed_08.xml | 5 + .../Hex_binary_fuzzed_09.xml | 5 + .../Hex_binary_fuzzed_10.xml | 5 + .../Hex_binary_long_random_hex.xml | 5 + .../Hex_binary_one_one.xml | 5 + .../Hex_binary_one_two.xml | 5 + .../Hex_binary_one_two_three_four.xml | 5 + .../Int_common_example.xml | 5 + .../Int_explicitly_positive.xml | 5 + .../valueOverValueExamples/Int_fuzzed_01.xml | 5 + .../valueOverValueExamples/Int_fuzzed_02.xml | 5 + .../valueOverValueExamples/Int_fuzzed_03.xml | 5 + .../valueOverValueExamples/Int_fuzzed_04.xml | 5 + .../valueOverValueExamples/Int_fuzzed_05.xml | 5 + .../valueOverValueExamples/Int_fuzzed_06.xml | 5 + .../valueOverValueExamples/Int_fuzzed_07.xml | 5 + .../valueOverValueExamples/Int_fuzzed_08.xml | 5 + .../valueOverValueExamples/Int_fuzzed_09.xml | 5 + .../valueOverValueExamples/Int_fuzzed_10.xml | 5 + .../valueOverValueExamples/Int_max.xml | 5 + .../valueOverValueExamples/Int_min.xml | 5 + .../valueOverValueExamples/Int_negative.xml | 5 + .../Int_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/Int_zero.xml | 5 + .../Int_zero_prefixed_with_zeros.xml | 5 + .../Integer_common_example.xml | 5 + .../Integer_explicitly_positive.xml | 5 + .../Integer_fuzzed_01.xml | 5 + .../Integer_fuzzed_02.xml | 5 + .../Integer_fuzzed_03.xml | 5 + .../Integer_fuzzed_04.xml | 5 + .../Integer_fuzzed_05.xml | 5 + .../Integer_fuzzed_06.xml | 5 + .../Integer_fuzzed_07.xml | 5 + .../Integer_fuzzed_08.xml | 5 + .../Integer_fuzzed_09.xml | 5 + .../Integer_fuzzed_10.xml | 5 + .../Integer_negative.xml | 5 + .../Integer_prefixed_with_zeros.xml | 5 + .../Integer_very_large.xml | 5 + .../valueOverValueExamples/Integer_zero.xml | 5 + .../Integer_zero_prefixed_with_zeros.xml | 5 + .../Long_common_example.xml | 5 + .../Long_explicitly_positive.xml | 5 + .../valueOverValueExamples/Long_fuzzed_01.xml | 5 + .../valueOverValueExamples/Long_fuzzed_02.xml | 5 + .../valueOverValueExamples/Long_fuzzed_03.xml | 5 + .../valueOverValueExamples/Long_fuzzed_04.xml | 5 + .../valueOverValueExamples/Long_fuzzed_05.xml | 5 + .../valueOverValueExamples/Long_fuzzed_06.xml | 5 + .../valueOverValueExamples/Long_fuzzed_07.xml | 5 + .../valueOverValueExamples/Long_fuzzed_08.xml | 5 + .../valueOverValueExamples/Long_fuzzed_09.xml | 5 + .../valueOverValueExamples/Long_fuzzed_10.xml | 5 + .../valueOverValueExamples/Long_max.xml | 5 + .../valueOverValueExamples/Long_min.xml | 5 + .../valueOverValueExamples/Long_negative.xml | 5 + .../Long_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/Long_zero.xml | 5 + .../Long_zero_prefixed_with_zeros.xml | 5 + .../Negative_integer_fuzzed_01.xml | 5 + .../Negative_integer_fuzzed_02.xml | 5 + .../Negative_integer_fuzzed_03.xml | 5 + .../Negative_integer_fuzzed_04.xml | 5 + .../Negative_integer_fuzzed_05.xml | 5 + .../Negative_integer_fuzzed_06.xml | 5 + .../Negative_integer_fuzzed_07.xml | 5 + .../Negative_integer_fuzzed_08.xml | 5 + .../Negative_integer_fuzzed_09.xml | 5 + .../Negative_integer_fuzzed_10.xml | 5 + .../Negative_integer_negative.xml | 5 + .../Negative_integer_prefixed_with_zeros.xml | 5 + .../Negative_integer_very_large.xml | 5 + .../Non_negative_integer_common_example.xml | 5 + ...n_negative_integer_explicitly_positive.xml | 5 + ...xplicitly_positive_prefixed_with_zeros.xml | 5 + .../Non_negative_integer_fuzzed_01.xml | 5 + .../Non_negative_integer_fuzzed_02.xml | 5 + .../Non_negative_integer_fuzzed_03.xml | 5 + .../Non_negative_integer_fuzzed_04.xml | 5 + .../Non_negative_integer_fuzzed_05.xml | 5 + .../Non_negative_integer_fuzzed_06.xml | 5 + .../Non_negative_integer_fuzzed_07.xml | 5 + .../Non_negative_integer_fuzzed_08.xml | 5 + .../Non_negative_integer_fuzzed_09.xml | 5 + .../Non_negative_integer_fuzzed_10.xml | 5 + .../Non_negative_integer_minus_zero.xml | 5 + .../Non_negative_integer_positive_zero.xml | 5 + ...n_negative_integer_prefixed_with_zeros.xml | 5 + .../Non_negative_integer_very_large.xml | 5 + .../Non_negative_integer_zero.xml | 5 + ...ative_integer_zero_prefixed_with_zeros.xml | 5 + ...itive_integer_explicitly_positive_zero.xml | 5 + .../Non_positive_integer_fuzzed_01.xml | 5 + .../Non_positive_integer_fuzzed_02.xml | 5 + .../Non_positive_integer_fuzzed_03.xml | 5 + .../Non_positive_integer_fuzzed_04.xml | 5 + .../Non_positive_integer_fuzzed_05.xml | 5 + .../Non_positive_integer_fuzzed_06.xml | 5 + .../Non_positive_integer_fuzzed_07.xml | 5 + .../Non_positive_integer_fuzzed_08.xml | 5 + .../Non_positive_integer_fuzzed_09.xml | 5 + .../Non_positive_integer_fuzzed_10.xml | 5 + .../Non_positive_integer_negative.xml | 5 + ...n_positive_integer_prefixed_with_zeros.xml | 5 + .../Non_positive_integer_very_large.xml | 5 + .../Non_positive_integer_zero.xml | 5 + .../Positive_integer_common_example.xml | 5 + .../Positive_integer_explicitly_positive.xml | 5 + .../Positive_integer_fuzzed_01.xml | 5 + .../Positive_integer_fuzzed_02.xml | 5 + .../Positive_integer_fuzzed_03.xml | 5 + .../Positive_integer_fuzzed_04.xml | 5 + .../Positive_integer_fuzzed_05.xml | 5 + .../Positive_integer_fuzzed_06.xml | 5 + .../Positive_integer_fuzzed_07.xml | 5 + .../Positive_integer_fuzzed_08.xml | 5 + .../Positive_integer_fuzzed_09.xml | 5 + .../Positive_integer_fuzzed_10.xml | 5 + .../Positive_integer_prefixed_with_zeros.xml | 5 + .../Positive_integer_very_large.xml | 5 + .../Short_common_example.xml | 5 + .../Short_explicitly_positive.xml | 5 + .../Short_fuzzed_01.xml | 5 + .../Short_fuzzed_02.xml | 5 + .../Short_fuzzed_03.xml | 5 + .../Short_fuzzed_04.xml | 5 + .../Short_fuzzed_05.xml | 5 + .../Short_fuzzed_06.xml | 5 + .../Short_fuzzed_07.xml | 5 + .../Short_fuzzed_08.xml | 5 + .../Short_fuzzed_09.xml | 5 + .../Short_fuzzed_10.xml | 5 + .../valueOverValueExamples/Short_max.xml | 5 + .../valueOverValueExamples/Short_min.xml | 5 + .../valueOverValueExamples/Short_negative.xml | 5 + .../Short_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/Short_zero.xml | 5 + .../Short_zero_prefixed_with_zeros.xml | 5 + .../valueOverValueExamples/String_empty.xml | 5 + .../String_free_form_text.xml | 5 + .../String_fuzzed_01.xml | 5 + .../String_fuzzed_02.xml | 5 + .../String_fuzzed_03.xml | 5 + .../String_fuzzed_04.xml | 5 + .../String_fuzzed_05.xml | 5 + .../String_fuzzed_06.xml | 5 + .../String_fuzzed_07.xml | 5 + .../String_fuzzed_08.xml | 5 + .../String_fuzzed_09.xml | 5 + .../String_fuzzed_10.xml | 5 + .../Time_common_example.xml | 5 + .../valueOverValueExamples/Time_fuzzed_01.xml | 5 + .../valueOverValueExamples/Time_fuzzed_02.xml | 5 + .../valueOverValueExamples/Time_fuzzed_03.xml | 5 + .../valueOverValueExamples/Time_fuzzed_04.xml | 5 + .../valueOverValueExamples/Time_fuzzed_05.xml | 5 + .../valueOverValueExamples/Time_fuzzed_06.xml | 5 + .../valueOverValueExamples/Time_fuzzed_07.xml | 5 + .../valueOverValueExamples/Time_fuzzed_08.xml | 5 + .../valueOverValueExamples/Time_fuzzed_09.xml | 5 + .../valueOverValueExamples/Time_fuzzed_10.xml | 5 + .../Time_negative_offset.xml | 5 + .../Time_positive_offset.xml | 5 + .../Time_with_long_second_fractional.xml | 5 + .../Time_with_second_fractional.xml | 5 + .../Time_with_utc_timezone.xml | 5 + .../Time_zero_offset.xml | 5 + .../Unsigned_byte_common_example.xml | 5 + .../Unsigned_byte_explicitly_positive.xml | 5 + .../Unsigned_byte_fuzzed_01.xml | 5 + .../Unsigned_byte_fuzzed_02.xml | 5 + .../Unsigned_byte_fuzzed_03.xml | 5 + .../Unsigned_byte_fuzzed_04.xml | 5 + .../Unsigned_byte_fuzzed_05.xml | 5 + .../Unsigned_byte_fuzzed_06.xml | 5 + .../Unsigned_byte_fuzzed_07.xml | 5 + .../Unsigned_byte_fuzzed_08.xml | 5 + .../Unsigned_byte_fuzzed_09.xml | 5 + .../Unsigned_byte_fuzzed_10.xml | 5 + .../Unsigned_byte_max.xml | 5 + .../Unsigned_byte_prefixed_with_zeros.xml | 5 + .../Unsigned_byte_zero.xml | 5 + ...Unsigned_byte_zero_prefixed_with_zeros.xml | 5 + .../Unsigned_int_common_example.xml | 5 + .../Unsigned_int_explicitly_positive.xml | 5 + .../Unsigned_int_fuzzed_01.xml | 5 + .../Unsigned_int_fuzzed_02.xml | 5 + .../Unsigned_int_fuzzed_03.xml | 5 + .../Unsigned_int_fuzzed_04.xml | 5 + .../Unsigned_int_fuzzed_05.xml | 5 + .../Unsigned_int_fuzzed_06.xml | 5 + .../Unsigned_int_fuzzed_07.xml | 5 + .../Unsigned_int_fuzzed_08.xml | 5 + .../Unsigned_int_fuzzed_09.xml | 5 + .../Unsigned_int_fuzzed_10.xml | 5 + .../Unsigned_int_max.xml | 5 + .../Unsigned_int_prefixed_with_zeros.xml | 5 + .../Unsigned_int_zero.xml | 5 + .../Unsigned_int_zero_prefixed_with_zeros.xml | 5 + .../Unsigned_long_common_example.xml | 5 + .../Unsigned_long_explicitly_positive.xml | 5 + .../Unsigned_long_fuzzed_01.xml | 5 + .../Unsigned_long_fuzzed_02.xml | 5 + .../Unsigned_long_fuzzed_03.xml | 5 + .../Unsigned_long_fuzzed_04.xml | 5 + .../Unsigned_long_fuzzed_05.xml | 5 + .../Unsigned_long_fuzzed_06.xml | 5 + .../Unsigned_long_fuzzed_07.xml | 5 + .../Unsigned_long_fuzzed_08.xml | 5 + .../Unsigned_long_fuzzed_09.xml | 5 + .../Unsigned_long_fuzzed_10.xml | 5 + .../Unsigned_long_max.xml | 5 + .../Unsigned_long_prefixed_with_zeros.xml | 5 + .../Unsigned_long_zero.xml | 5 + ...Unsigned_long_zero_prefixed_with_zeros.xml | 5 + .../Unsigned_short_common_example.xml | 5 + .../Unsigned_short_explicitly_positive.xml | 5 + .../Unsigned_short_fuzzed_01.xml | 5 + .../Unsigned_short_fuzzed_02.xml | 5 + .../Unsigned_short_fuzzed_03.xml | 5 + .../Unsigned_short_fuzzed_04.xml | 5 + .../Unsigned_short_fuzzed_05.xml | 5 + .../Unsigned_short_fuzzed_06.xml | 5 + .../Unsigned_short_fuzzed_07.xml | 5 + .../Unsigned_short_fuzzed_08.xml | 5 + .../Unsigned_short_fuzzed_09.xml | 5 + .../Unsigned_short_fuzzed_10.xml | 5 + .../Unsigned_short_max.xml | 5 + .../Unsigned_short_prefixed_with_zeros.xml | 5 + .../Unsigned_short_zero.xml | 5 + ...nsigned_short_zero_prefixed_with_zeros.xml | 5 + test_data/Xml/Expected/range/maximal.xml | 143 + test_data/Xml/Expected/range/minimal.xml | 3 + .../range/overMinMaxExamples/Any_URI_URI.xml | 5 + .../Any_URI_absolute_path_without_scheme.xml | 5 + .../overMinMaxExamples/Any_URI_empty.xml | 5 + .../overMinMaxExamples/Any_URI_fuzzed_01.xml | 5 + .../overMinMaxExamples/Any_URI_fuzzed_02.xml | 5 + .../overMinMaxExamples/Any_URI_fuzzed_03.xml | 5 + .../overMinMaxExamples/Any_URI_fuzzed_04.xml | 5 + .../overMinMaxExamples/Any_URI_fuzzed_05.xml | 5 + .../overMinMaxExamples/Any_URI_fuzzed_06.xml | 5 + .../overMinMaxExamples/Any_URI_fuzzed_07.xml | 5 + .../overMinMaxExamples/Any_URI_fuzzed_08.xml | 5 + .../overMinMaxExamples/Any_URI_fuzzed_09.xml | 5 + .../overMinMaxExamples/Any_URI_fuzzed_10.xml | 5 + .../overMinMaxExamples/Any_URI_integer.xml | 5 + .../Any_URI_relative_path_without_scheme.xml | 5 + ...Base_64_binary_an_empty_value_is_valid.xml | 5 + ...nary_equals_signs_are_used_for_padding.xml | 5 + .../Base_64_binary_fuzzed_01.xml | 5 + .../Base_64_binary_fuzzed_02.xml | 5 + .../Base_64_binary_fuzzed_03.xml | 5 + .../Base_64_binary_fuzzed_04.xml | 5 + .../Base_64_binary_fuzzed_05.xml | 5 + .../Base_64_binary_fuzzed_06.xml | 5 + .../Base_64_binary_fuzzed_07.xml | 5 + .../Base_64_binary_fuzzed_08.xml | 5 + .../Base_64_binary_fuzzed_09.xml | 5 + .../Base_64_binary_fuzzed_10.xml | 5 + ...space_is_allowed_anywhere_in_the_value.xml | 5 + ...Base_64_binary_without_space_lowercase.xml | 5 + ...Base_64_binary_without_space_uppercase.xml | 5 + .../Boolean_false_as_number.xml | 5 + .../Boolean_false_in_letters.xml | 5 + .../Boolean_true_as_number.xml | 5 + .../Boolean_true_in_letters.xml | 5 + .../Byte_common_example.xml | 5 + .../Byte_explicitly_positive.xml | 5 + .../overMinMaxExamples/Byte_fuzzed_01.xml | 5 + .../overMinMaxExamples/Byte_fuzzed_02.xml | 5 + .../overMinMaxExamples/Byte_fuzzed_03.xml | 5 + .../overMinMaxExamples/Byte_fuzzed_04.xml | 5 + .../overMinMaxExamples/Byte_fuzzed_05.xml | 5 + .../overMinMaxExamples/Byte_fuzzed_06.xml | 5 + .../overMinMaxExamples/Byte_fuzzed_07.xml | 5 + .../overMinMaxExamples/Byte_fuzzed_08.xml | 5 + .../overMinMaxExamples/Byte_fuzzed_09.xml | 5 + .../overMinMaxExamples/Byte_fuzzed_10.xml | 5 + .../range/overMinMaxExamples/Byte_max.xml | 5 + .../range/overMinMaxExamples/Byte_min.xml | 5 + .../overMinMaxExamples/Byte_negative.xml | 5 + .../Byte_prefixed_with_zeros.xml | 5 + .../range/overMinMaxExamples/Byte_zero.xml | 5 + .../Byte_zero_prefixed_with_zeros.xml | 5 + .../range/overMinMaxExamples/Date_date.xml | 5 + .../Date_date_with_large_negative_year.xml | 5 + .../Date_date_with_large_positive_year.xml | 5 + .../Date_date_with_negative_offset.xml | 5 + .../Date_date_with_positive_offset.xml | 5 + .../overMinMaxExamples/Date_date_with_utc.xml | 5 + .../Date_date_with_zero_offset.xml | 5 + .../overMinMaxExamples/Date_fuzzed_01.xml | 5 + .../overMinMaxExamples/Date_fuzzed_02.xml | 5 + .../overMinMaxExamples/Date_fuzzed_03.xml | 5 + .../overMinMaxExamples/Date_fuzzed_04.xml | 5 + .../overMinMaxExamples/Date_fuzzed_05.xml | 5 + .../overMinMaxExamples/Date_fuzzed_06.xml | 5 + .../overMinMaxExamples/Date_fuzzed_07.xml | 5 + .../overMinMaxExamples/Date_fuzzed_08.xml | 5 + .../overMinMaxExamples/Date_fuzzed_09.xml | 5 + .../overMinMaxExamples/Date_fuzzed_10.xml | 5 + .../Date_time_date_time_with_UTC.xml | 5 + ...ime_date_time_with_large_negative_year.xml | 5 + ...ime_date_time_with_large_positive_year.xml | 5 + ...date_time_with_long_fractional_seconds.xml | 5 + ...te_time_date_time_with_negative_offset.xml | 5 + ...te_time_date_time_with_positive_offset.xml | 5 + .../Date_time_date_time_with_zero_offset.xml | 5 + .../Date_time_date_time_without_zone.xml | 5 + .../Date_time_fuzzed_01.xml | 5 + .../Date_time_fuzzed_02.xml | 5 + .../Date_time_fuzzed_03.xml | 5 + .../Date_time_fuzzed_04.xml | 5 + .../Date_time_fuzzed_05.xml | 5 + .../Date_time_fuzzed_06.xml | 5 + .../Date_time_fuzzed_07.xml | 5 + .../Date_time_fuzzed_08.xml | 5 + .../Date_time_fuzzed_09.xml | 5 + .../Date_time_fuzzed_10.xml | 5 + .../Date_time_midnight_with_24_hours.xml | 5 + .../Date_time_midnight_with_zeros.xml | 5 + .../Date_time_year_1_bce_is_a_leap_year.xml | 5 + .../Date_time_year_5_bce_is_a_leap_year.xml | 5 + .../Date_year_1_bce_is_a_leap_year.xml | 5 + .../Date_year_5_bce_is_a_leap_year.xml | 5 + .../overMinMaxExamples/Decimal_decimal.xml | 5 + .../Decimal_decimal_with_long_fractional.xml | 5 + .../Decimal_decimal_with_preceding_zeros.xml | 5 + .../overMinMaxExamples/Decimal_fuzzed_01.xml | 5 + .../overMinMaxExamples/Decimal_fuzzed_02.xml | 5 + .../overMinMaxExamples/Decimal_fuzzed_03.xml | 5 + .../overMinMaxExamples/Decimal_fuzzed_04.xml | 5 + .../overMinMaxExamples/Decimal_fuzzed_05.xml | 5 + .../overMinMaxExamples/Decimal_fuzzed_06.xml | 5 + .../overMinMaxExamples/Decimal_fuzzed_07.xml | 5 + .../overMinMaxExamples/Decimal_fuzzed_08.xml | 5 + .../overMinMaxExamples/Decimal_fuzzed_09.xml | 5 + .../overMinMaxExamples/Decimal_fuzzed_10.xml | 5 + .../overMinMaxExamples/Decimal_integer.xml | 5 + .../Decimal_integer_with_preceding_zeros.xml | 5 + .../Decimal_very_large_decimal.xml | 5 + .../overMinMaxExamples/Double_double.xml | 5 + .../overMinMaxExamples/Double_fuzzed_01.xml | 5 + .../overMinMaxExamples/Double_fuzzed_02.xml | 5 + .../overMinMaxExamples/Double_fuzzed_03.xml | 5 + .../overMinMaxExamples/Double_fuzzed_04.xml | 5 + .../overMinMaxExamples/Double_fuzzed_05.xml | 5 + .../overMinMaxExamples/Double_fuzzed_06.xml | 5 + .../overMinMaxExamples/Double_fuzzed_07.xml | 5 + .../overMinMaxExamples/Double_fuzzed_08.xml | 5 + .../overMinMaxExamples/Double_fuzzed_09.xml | 5 + .../overMinMaxExamples/Double_fuzzed_10.xml | 5 + .../range/overMinMaxExamples/Double_inf.xml | 5 + .../overMinMaxExamples/Double_integer.xml | 5 + .../Double_integer_with_preceding_zeros.xml | 5 + ...of_precision_is_not_detected_by_design.xml | 5 + .../overMinMaxExamples/Double_lowest.xml | 5 + .../range/overMinMaxExamples/Double_max.xml | 5 + .../overMinMaxExamples/Double_minus_inf.xml | 5 + .../range/overMinMaxExamples/Double_nan.xml | 5 + .../Double_scientific_notation.xml | 5 + .../Double_scientific_notation_negative.xml | 5 + ..._scientific_notation_negative_exponent.xml | 5 + .../Double_scientific_notation_positive.xml | 5 + ..._scientific_notation_positive_exponent.xml | 5 + .../Double_very_large_normal.xml | 5 + .../Double_very_precise_subnormal.xml | 5 + .../Double_with_preceding_zeros.xml | 5 + .../Duration_day_seconds.xml | 5 + .../overMinMaxExamples/Duration_full.xml | 5 + .../overMinMaxExamples/Duration_fuzzed_01.xml | 5 + .../overMinMaxExamples/Duration_fuzzed_02.xml | 5 + .../overMinMaxExamples/Duration_fuzzed_03.xml | 5 + .../overMinMaxExamples/Duration_fuzzed_04.xml | 5 + .../overMinMaxExamples/Duration_fuzzed_05.xml | 5 + .../overMinMaxExamples/Duration_fuzzed_06.xml | 5 + .../overMinMaxExamples/Duration_fuzzed_07.xml | 5 + .../overMinMaxExamples/Duration_fuzzed_08.xml | 5 + .../overMinMaxExamples/Duration_fuzzed_09.xml | 5 + .../overMinMaxExamples/Duration_fuzzed_10.xml | 5 + .../Duration_long_second_fractal.xml | 5 + .../Duration_many_many_seconds.xml | 5 + .../Duration_month_seconds.xml | 5 + .../Duration_only_seconds.xml | 5 + .../overMinMaxExamples/Duration_only_year.xml | 5 + .../range/overMinMaxExamples/Float_float.xml | 5 + .../overMinMaxExamples/Float_fuzzed_01.xml | 5 + .../overMinMaxExamples/Float_fuzzed_02.xml | 5 + .../overMinMaxExamples/Float_fuzzed_03.xml | 5 + .../overMinMaxExamples/Float_fuzzed_04.xml | 5 + .../overMinMaxExamples/Float_fuzzed_05.xml | 5 + .../overMinMaxExamples/Float_fuzzed_06.xml | 5 + .../overMinMaxExamples/Float_fuzzed_07.xml | 5 + .../overMinMaxExamples/Float_fuzzed_08.xml | 5 + .../overMinMaxExamples/Float_fuzzed_09.xml | 5 + .../overMinMaxExamples/Float_fuzzed_10.xml | 5 + .../range/overMinMaxExamples/Float_inf.xml | 5 + .../overMinMaxExamples/Float_integer.xml | 5 + .../Float_integer_with_preceding_zeros.xml | 5 + .../Float_largest_normal.xml | 5 + .../Float_largest_number_less_than_one.xml | 5 + .../Float_largest_subnormal.xml | 5 + ...of_precision_is_not_detected_by_design.xml | 5 + .../range/overMinMaxExamples/Float_nan.xml | 5 + .../overMinMaxExamples/Float_negative_inf.xml | 5 + .../Float_scientific_notation.xml | 5 + .../Float_scientific_notation_negative.xml | 5 + ..._scientific_notation_negative_exponent.xml | 5 + .../Float_scientific_notation_positive.xml | 5 + ..._scientific_notation_positive_exponent.xml | 5 + .../Float_smallest_number_larger_than_one.xml | 5 + .../Float_smallest_positive_normal.xml | 5 + .../Float_smallest_positive_subnormal.xml | 5 + .../Float_with_preceding_zeros.xml | 5 + ...ot_existing_in_all_months_without_zone.xml | 5 + .../G_day_double_digit_day_without_zone.xml | 5 + .../overMinMaxExamples/G_day_fuzzed_01.xml | 5 + .../overMinMaxExamples/G_day_fuzzed_02.xml | 5 + .../overMinMaxExamples/G_day_fuzzed_03.xml | 5 + .../overMinMaxExamples/G_day_fuzzed_04.xml | 5 + .../overMinMaxExamples/G_day_fuzzed_05.xml | 5 + .../overMinMaxExamples/G_day_fuzzed_06.xml | 5 + .../overMinMaxExamples/G_day_fuzzed_07.xml | 5 + .../overMinMaxExamples/G_day_fuzzed_08.xml | 5 + .../overMinMaxExamples/G_day_fuzzed_09.xml | 5 + .../overMinMaxExamples/G_day_fuzzed_10.xml | 5 + .../G_day_negative_offset.xml | 5 + .../G_day_positive_offset.xml | 5 + .../G_day_single_digit_day_without_zone.xml | 5 + .../overMinMaxExamples/G_day_utc_zone.xml | 5 + .../overMinMaxExamples/G_day_zero_offset.xml | 5 + ...it_month_double_digit_day_without_zone.xml | 5 + ...it_month_single_digit_day_without_zone.xml | 5 + ...29th_which_does_not_exist_in_all_years.xml | 5 + .../G_month_day_fuzzed_01.xml | 5 + .../G_month_day_fuzzed_02.xml | 5 + .../G_month_day_fuzzed_03.xml | 5 + .../G_month_day_fuzzed_04.xml | 5 + .../G_month_day_fuzzed_05.xml | 5 + .../G_month_day_fuzzed_06.xml | 5 + .../G_month_day_fuzzed_07.xml | 5 + .../G_month_day_fuzzed_08.xml | 5 + .../G_month_day_fuzzed_09.xml | 5 + .../G_month_day_fuzzed_10.xml | 5 + .../G_month_day_negative_offset.xml | 5 + .../G_month_day_positive_offset.xml | 5 + ...it_month_single_digit_day_without_zone.xml | 5 + .../G_month_day_utc_zone.xml | 5 + .../G_month_day_zero_offset.xml | 5 + ..._month_double_digit_month_without_zone.xml | 5 + .../overMinMaxExamples/G_month_fuzzed_01.xml | 5 + .../overMinMaxExamples/G_month_fuzzed_02.xml | 5 + .../overMinMaxExamples/G_month_fuzzed_03.xml | 5 + .../overMinMaxExamples/G_month_fuzzed_04.xml | 5 + .../overMinMaxExamples/G_month_fuzzed_05.xml | 5 + .../overMinMaxExamples/G_month_fuzzed_06.xml | 5 + .../overMinMaxExamples/G_month_fuzzed_07.xml | 5 + .../overMinMaxExamples/G_month_fuzzed_08.xml | 5 + .../overMinMaxExamples/G_month_fuzzed_09.xml | 5 + .../overMinMaxExamples/G_month_fuzzed_10.xml | 5 + .../G_month_negative_offset.xml | 5 + .../G_month_positive_offset.xml | 5 + ..._month_single_digit_month_without_zone.xml | 5 + .../overMinMaxExamples/G_month_utc_zone.xml | 5 + .../G_month_zero_offset.xml | 5 + .../G_year_five_digit_negative_year.xml | 5 + .../G_year_five_digit_year.xml | 5 + .../overMinMaxExamples/G_year_fuzzed_01.xml | 5 + .../overMinMaxExamples/G_year_fuzzed_02.xml | 5 + .../overMinMaxExamples/G_year_fuzzed_03.xml | 5 + .../overMinMaxExamples/G_year_fuzzed_04.xml | 5 + .../overMinMaxExamples/G_year_fuzzed_05.xml | 5 + .../overMinMaxExamples/G_year_fuzzed_06.xml | 5 + .../overMinMaxExamples/G_year_fuzzed_07.xml | 5 + .../overMinMaxExamples/G_year_fuzzed_08.xml | 5 + .../overMinMaxExamples/G_year_fuzzed_09.xml | 5 + .../overMinMaxExamples/G_year_fuzzed_10.xml | 5 + .../G_year_month_common_year_month.xml | 5 + .../G_year_month_five_digit_negative_year.xml | 5 + .../G_year_month_fuzzed_01.xml | 5 + .../G_year_month_fuzzed_02.xml | 5 + .../G_year_month_fuzzed_03.xml | 5 + .../G_year_month_fuzzed_04.xml | 5 + .../G_year_month_fuzzed_05.xml | 5 + .../G_year_month_fuzzed_06.xml | 5 + .../G_year_month_fuzzed_07.xml | 5 + .../G_year_month_fuzzed_08.xml | 5 + .../G_year_month_fuzzed_09.xml | 5 + .../G_year_month_fuzzed_10.xml | 5 + .../G_year_month_negative_year.xml | 5 + .../G_year_month_very_large_negative_year.xml | 5 + .../G_year_month_very_large_positive_year.xml | 5 + .../G_year_month_with_negative_offset.xml | 5 + .../G_year_month_with_positive_offset.xml | 5 + .../G_year_month_with_utc_zone.xml | 5 + .../G_year_month_with_zero_offset.xml | 5 + .../G_year_negative_offset.xml | 5 + .../G_year_negative_year.xml | 5 + .../G_year_positive_offset.xml | 5 + .../overMinMaxExamples/G_year_utc_zone.xml | 5 + .../G_year_very_large_negative_year.xml | 5 + .../G_year_very_large_positive_year.xml | 5 + .../G_year_year_without_zone.xml | 5 + .../overMinMaxExamples/G_year_zero_offset.xml | 5 + .../overMinMaxExamples/Hex_binary_empty.xml | 5 + .../Hex_binary_fuzzed_01.xml | 5 + .../Hex_binary_fuzzed_02.xml | 5 + .../Hex_binary_fuzzed_03.xml | 5 + .../Hex_binary_fuzzed_04.xml | 5 + .../Hex_binary_fuzzed_05.xml | 5 + .../Hex_binary_fuzzed_06.xml | 5 + .../Hex_binary_fuzzed_07.xml | 5 + .../Hex_binary_fuzzed_08.xml | 5 + .../Hex_binary_fuzzed_09.xml | 5 + .../Hex_binary_fuzzed_10.xml | 5 + .../Hex_binary_long_random_hex.xml | 5 + .../overMinMaxExamples/Hex_binary_one_one.xml | 5 + .../overMinMaxExamples/Hex_binary_one_two.xml | 5 + .../Hex_binary_one_two_three_four.xml | 5 + .../overMinMaxExamples/Int_common_example.xml | 5 + .../Int_explicitly_positive.xml | 5 + .../overMinMaxExamples/Int_fuzzed_01.xml | 5 + .../overMinMaxExamples/Int_fuzzed_02.xml | 5 + .../overMinMaxExamples/Int_fuzzed_03.xml | 5 + .../overMinMaxExamples/Int_fuzzed_04.xml | 5 + .../overMinMaxExamples/Int_fuzzed_05.xml | 5 + .../overMinMaxExamples/Int_fuzzed_06.xml | 5 + .../overMinMaxExamples/Int_fuzzed_07.xml | 5 + .../overMinMaxExamples/Int_fuzzed_08.xml | 5 + .../overMinMaxExamples/Int_fuzzed_09.xml | 5 + .../overMinMaxExamples/Int_fuzzed_10.xml | 5 + .../range/overMinMaxExamples/Int_max.xml | 5 + .../range/overMinMaxExamples/Int_min.xml | 5 + .../range/overMinMaxExamples/Int_negative.xml | 5 + .../Int_prefixed_with_zeros.xml | 5 + .../range/overMinMaxExamples/Int_zero.xml | 5 + .../Int_zero_prefixed_with_zeros.xml | 5 + .../Integer_common_example.xml | 5 + .../Integer_explicitly_positive.xml | 5 + .../overMinMaxExamples/Integer_fuzzed_01.xml | 5 + .../overMinMaxExamples/Integer_fuzzed_02.xml | 5 + .../overMinMaxExamples/Integer_fuzzed_03.xml | 5 + .../overMinMaxExamples/Integer_fuzzed_04.xml | 5 + .../overMinMaxExamples/Integer_fuzzed_05.xml | 5 + .../overMinMaxExamples/Integer_fuzzed_06.xml | 5 + .../overMinMaxExamples/Integer_fuzzed_07.xml | 5 + .../overMinMaxExamples/Integer_fuzzed_08.xml | 5 + .../overMinMaxExamples/Integer_fuzzed_09.xml | 5 + .../overMinMaxExamples/Integer_fuzzed_10.xml | 5 + .../overMinMaxExamples/Integer_negative.xml | 5 + .../Integer_prefixed_with_zeros.xml | 5 + .../overMinMaxExamples/Integer_very_large.xml | 5 + .../range/overMinMaxExamples/Integer_zero.xml | 5 + .../Integer_zero_prefixed_with_zeros.xml | 5 + .../Long_common_example.xml | 5 + .../Long_explicitly_positive.xml | 5 + .../overMinMaxExamples/Long_fuzzed_01.xml | 5 + .../overMinMaxExamples/Long_fuzzed_02.xml | 5 + .../overMinMaxExamples/Long_fuzzed_03.xml | 5 + .../overMinMaxExamples/Long_fuzzed_04.xml | 5 + .../overMinMaxExamples/Long_fuzzed_05.xml | 5 + .../overMinMaxExamples/Long_fuzzed_06.xml | 5 + .../overMinMaxExamples/Long_fuzzed_07.xml | 5 + .../overMinMaxExamples/Long_fuzzed_08.xml | 5 + .../overMinMaxExamples/Long_fuzzed_09.xml | 5 + .../overMinMaxExamples/Long_fuzzed_10.xml | 5 + .../range/overMinMaxExamples/Long_max.xml | 5 + .../range/overMinMaxExamples/Long_min.xml | 5 + .../overMinMaxExamples/Long_negative.xml | 5 + .../Long_prefixed_with_zeros.xml | 5 + .../range/overMinMaxExamples/Long_zero.xml | 5 + .../Long_zero_prefixed_with_zeros.xml | 5 + .../Negative_integer_fuzzed_01.xml | 5 + .../Negative_integer_fuzzed_02.xml | 5 + .../Negative_integer_fuzzed_03.xml | 5 + .../Negative_integer_fuzzed_04.xml | 5 + .../Negative_integer_fuzzed_05.xml | 5 + .../Negative_integer_fuzzed_06.xml | 5 + .../Negative_integer_fuzzed_07.xml | 5 + .../Negative_integer_fuzzed_08.xml | 5 + .../Negative_integer_fuzzed_09.xml | 5 + .../Negative_integer_fuzzed_10.xml | 5 + .../Negative_integer_negative.xml | 5 + .../Negative_integer_prefixed_with_zeros.xml | 5 + .../Negative_integer_very_large.xml | 5 + .../Non_negative_integer_common_example.xml | 5 + ...n_negative_integer_explicitly_positive.xml | 5 + ...xplicitly_positive_prefixed_with_zeros.xml | 5 + .../Non_negative_integer_fuzzed_01.xml | 5 + .../Non_negative_integer_fuzzed_02.xml | 5 + .../Non_negative_integer_fuzzed_03.xml | 5 + .../Non_negative_integer_fuzzed_04.xml | 5 + .../Non_negative_integer_fuzzed_05.xml | 5 + .../Non_negative_integer_fuzzed_06.xml | 5 + .../Non_negative_integer_fuzzed_07.xml | 5 + .../Non_negative_integer_fuzzed_08.xml | 5 + .../Non_negative_integer_fuzzed_09.xml | 5 + .../Non_negative_integer_fuzzed_10.xml | 5 + .../Non_negative_integer_minus_zero.xml | 5 + .../Non_negative_integer_positive_zero.xml | 5 + ...n_negative_integer_prefixed_with_zeros.xml | 5 + .../Non_negative_integer_very_large.xml | 5 + .../Non_negative_integer_zero.xml | 5 + ...ative_integer_zero_prefixed_with_zeros.xml | 5 + ...itive_integer_explicitly_positive_zero.xml | 5 + .../Non_positive_integer_fuzzed_01.xml | 5 + .../Non_positive_integer_fuzzed_02.xml | 5 + .../Non_positive_integer_fuzzed_03.xml | 5 + .../Non_positive_integer_fuzzed_04.xml | 5 + .../Non_positive_integer_fuzzed_05.xml | 5 + .../Non_positive_integer_fuzzed_06.xml | 5 + .../Non_positive_integer_fuzzed_07.xml | 5 + .../Non_positive_integer_fuzzed_08.xml | 5 + .../Non_positive_integer_fuzzed_09.xml | 5 + .../Non_positive_integer_fuzzed_10.xml | 5 + .../Non_positive_integer_negative.xml | 5 + ...n_positive_integer_prefixed_with_zeros.xml | 5 + .../Non_positive_integer_very_large.xml | 5 + .../Non_positive_integer_zero.xml | 5 + .../Positive_integer_common_example.xml | 5 + .../Positive_integer_explicitly_positive.xml | 5 + .../Positive_integer_fuzzed_01.xml | 5 + .../Positive_integer_fuzzed_02.xml | 5 + .../Positive_integer_fuzzed_03.xml | 5 + .../Positive_integer_fuzzed_04.xml | 5 + .../Positive_integer_fuzzed_05.xml | 5 + .../Positive_integer_fuzzed_06.xml | 5 + .../Positive_integer_fuzzed_07.xml | 5 + .../Positive_integer_fuzzed_08.xml | 5 + .../Positive_integer_fuzzed_09.xml | 5 + .../Positive_integer_fuzzed_10.xml | 5 + .../Positive_integer_prefixed_with_zeros.xml | 5 + .../Positive_integer_very_large.xml | 5 + .../Short_common_example.xml | 5 + .../Short_explicitly_positive.xml | 5 + .../overMinMaxExamples/Short_fuzzed_01.xml | 5 + .../overMinMaxExamples/Short_fuzzed_02.xml | 5 + .../overMinMaxExamples/Short_fuzzed_03.xml | 5 + .../overMinMaxExamples/Short_fuzzed_04.xml | 5 + .../overMinMaxExamples/Short_fuzzed_05.xml | 5 + .../overMinMaxExamples/Short_fuzzed_06.xml | 5 + .../overMinMaxExamples/Short_fuzzed_07.xml | 5 + .../overMinMaxExamples/Short_fuzzed_08.xml | 5 + .../overMinMaxExamples/Short_fuzzed_09.xml | 5 + .../overMinMaxExamples/Short_fuzzed_10.xml | 5 + .../range/overMinMaxExamples/Short_max.xml | 5 + .../range/overMinMaxExamples/Short_min.xml | 5 + .../overMinMaxExamples/Short_negative.xml | 5 + .../Short_prefixed_with_zeros.xml | 5 + .../range/overMinMaxExamples/Short_zero.xml | 5 + .../Short_zero_prefixed_with_zeros.xml | 5 + .../range/overMinMaxExamples/String_empty.xml | 5 + .../String_free_form_text.xml | 5 + .../overMinMaxExamples/String_fuzzed_01.xml | 5 + .../overMinMaxExamples/String_fuzzed_02.xml | 5 + .../overMinMaxExamples/String_fuzzed_03.xml | 5 + .../overMinMaxExamples/String_fuzzed_04.xml | 5 + .../overMinMaxExamples/String_fuzzed_05.xml | 5 + .../overMinMaxExamples/String_fuzzed_06.xml | 5 + .../overMinMaxExamples/String_fuzzed_07.xml | 5 + .../overMinMaxExamples/String_fuzzed_08.xml | 5 + .../overMinMaxExamples/String_fuzzed_09.xml | 5 + .../overMinMaxExamples/String_fuzzed_10.xml | 5 + .../Time_common_example.xml | 5 + .../overMinMaxExamples/Time_fuzzed_01.xml | 5 + .../overMinMaxExamples/Time_fuzzed_02.xml | 5 + .../overMinMaxExamples/Time_fuzzed_03.xml | 5 + .../overMinMaxExamples/Time_fuzzed_04.xml | 5 + .../overMinMaxExamples/Time_fuzzed_05.xml | 5 + .../overMinMaxExamples/Time_fuzzed_06.xml | 5 + .../overMinMaxExamples/Time_fuzzed_07.xml | 5 + .../overMinMaxExamples/Time_fuzzed_08.xml | 5 + .../overMinMaxExamples/Time_fuzzed_09.xml | 5 + .../overMinMaxExamples/Time_fuzzed_10.xml | 5 + .../Time_negative_offset.xml | 5 + .../Time_positive_offset.xml | 5 + .../Time_with_long_second_fractional.xml | 5 + .../Time_with_second_fractional.xml | 5 + .../Time_with_utc_timezone.xml | 5 + .../overMinMaxExamples/Time_zero_offset.xml | 5 + .../Unsigned_byte_common_example.xml | 5 + .../Unsigned_byte_explicitly_positive.xml | 5 + .../Unsigned_byte_fuzzed_01.xml | 5 + .../Unsigned_byte_fuzzed_02.xml | 5 + .../Unsigned_byte_fuzzed_03.xml | 5 + .../Unsigned_byte_fuzzed_04.xml | 5 + .../Unsigned_byte_fuzzed_05.xml | 5 + .../Unsigned_byte_fuzzed_06.xml | 5 + .../Unsigned_byte_fuzzed_07.xml | 5 + .../Unsigned_byte_fuzzed_08.xml | 5 + .../Unsigned_byte_fuzzed_09.xml | 5 + .../Unsigned_byte_fuzzed_10.xml | 5 + .../overMinMaxExamples/Unsigned_byte_max.xml | 5 + .../Unsigned_byte_prefixed_with_zeros.xml | 5 + .../overMinMaxExamples/Unsigned_byte_zero.xml | 5 + ...Unsigned_byte_zero_prefixed_with_zeros.xml | 5 + .../Unsigned_int_common_example.xml | 5 + .../Unsigned_int_explicitly_positive.xml | 5 + .../Unsigned_int_fuzzed_01.xml | 5 + .../Unsigned_int_fuzzed_02.xml | 5 + .../Unsigned_int_fuzzed_03.xml | 5 + .../Unsigned_int_fuzzed_04.xml | 5 + .../Unsigned_int_fuzzed_05.xml | 5 + .../Unsigned_int_fuzzed_06.xml | 5 + .../Unsigned_int_fuzzed_07.xml | 5 + .../Unsigned_int_fuzzed_08.xml | 5 + .../Unsigned_int_fuzzed_09.xml | 5 + .../Unsigned_int_fuzzed_10.xml | 5 + .../overMinMaxExamples/Unsigned_int_max.xml | 5 + .../Unsigned_int_prefixed_with_zeros.xml | 5 + .../overMinMaxExamples/Unsigned_int_zero.xml | 5 + .../Unsigned_int_zero_prefixed_with_zeros.xml | 5 + .../Unsigned_long_common_example.xml | 5 + .../Unsigned_long_explicitly_positive.xml | 5 + .../Unsigned_long_fuzzed_01.xml | 5 + .../Unsigned_long_fuzzed_02.xml | 5 + .../Unsigned_long_fuzzed_03.xml | 5 + .../Unsigned_long_fuzzed_04.xml | 5 + .../Unsigned_long_fuzzed_05.xml | 5 + .../Unsigned_long_fuzzed_06.xml | 5 + .../Unsigned_long_fuzzed_07.xml | 5 + .../Unsigned_long_fuzzed_08.xml | 5 + .../Unsigned_long_fuzzed_09.xml | 5 + .../Unsigned_long_fuzzed_10.xml | 5 + .../overMinMaxExamples/Unsigned_long_max.xml | 5 + .../Unsigned_long_prefixed_with_zeros.xml | 5 + .../overMinMaxExamples/Unsigned_long_zero.xml | 5 + ...Unsigned_long_zero_prefixed_with_zeros.xml | 5 + .../Unsigned_short_common_example.xml | 5 + .../Unsigned_short_explicitly_positive.xml | 5 + .../Unsigned_short_fuzzed_01.xml | 5 + .../Unsigned_short_fuzzed_02.xml | 5 + .../Unsigned_short_fuzzed_03.xml | 5 + .../Unsigned_short_fuzzed_04.xml | 5 + .../Unsigned_short_fuzzed_05.xml | 5 + .../Unsigned_short_fuzzed_06.xml | 5 + .../Unsigned_short_fuzzed_07.xml | 5 + .../Unsigned_short_fuzzed_08.xml | 5 + .../Unsigned_short_fuzzed_09.xml | 5 + .../Unsigned_short_fuzzed_10.xml | 5 + .../overMinMaxExamples/Unsigned_short_max.xml | 5 + .../Unsigned_short_prefixed_with_zeros.xml | 5 + .../Unsigned_short_zero.xml | 5 + ...nsigned_short_zero_prefixed_with_zeros.xml | 5 + ..._key_in_generic_globally_identifiables.xml | 9 + ...ence_last_key_in_generic_fragment_keys.xml | 13 + ...t_key_in_generic_globally_identifiable.xml | 13 + test_data/Xml/Expected/reference/maximal.xml | 18 + test_data/Xml/Expected/reference/minimal.xml | 9 + ..._key_in_globally_and_aas_identifiables.xml | 9 + .../model_reference_fragment_after_blob.xml | 17 + ...l_reference_valid_key_value_after_list.xml | 17 + .../Xml/Expected/referenceElement/maximal.xml | 149 + .../Xml/Expected/referenceElement/minimal.xml | 1 + .../Expected/relationshipElement/maximal.xml | 158 + .../Expected/relationshipElement/minimal.xml | 1 + .../contentTypeOverPatternExamples/dash.xml | 4 + .../contentTypeOverPatternExamples/dots.xml | 4 + .../fuzzed_01.xml | 4 + .../fuzzed_02.xml | 4 + .../fuzzed_03.xml | 4 + .../number prefix and suffix.xml | 4 + .../only_letters.xml | 4 + .../contentTypeOverPatternExamples/plus.xml | 4 + .../random_common_MIME_type.xml | 4 + test_data/Xml/Expected/resource/maximal.xml | 4 + test_data/Xml/Expected/resource/minimal.xml | 3 + .../pathOverPatternExamples/fuzzed_01.xml | 3 + .../pathOverPatternExamples/fuzzed_02.xml | 3 + .../pathOverPatternExamples/fuzzed_03.xml | 3 + .../pathOverPatternExamples/fuzzed_04.xml | 3 + .../pathOverPatternExamples/fuzzed_05.xml | 3 + .../pathOverPatternExamples/fuzzed_06.xml | 3 + .../pathOverPatternExamples/fuzzed_07.xml | 3 + .../pathOverPatternExamples/fuzzed_08.xml | 3 + .../pathOverPatternExamples/fuzzed_09.xml | 3 + .../pathOverPatternExamples/fuzzed_10.xml | 3 + .../pathOverPatternExamples/made_up_01.xml | 3 + .../pathOverPatternExamples/made_up_02.xml | 3 + .../pathOverPatternExamples/made_up_03.xml | 3 + .../pathOverPatternExamples/made_up_04.xml | 3 + .../pathOverPatternExamples/made_up_05.xml | 3 + .../Xml/Expected/specificAssetId/maximal.xml | 51 + .../Xml/Expected/specificAssetId/minimal.xml | 4 + .../nameOverPatternExamples/fuzzed_01.xml | 4 + .../nameOverPatternExamples/fuzzed_02.xml | 4 + .../nameOverPatternExamples/fuzzed_03.xml | 4 + .../nameOverPatternExamples/fuzzed_04.xml | 4 + .../nameOverPatternExamples/fuzzed_05.xml | 4 + .../nameOverPatternExamples/fuzzed_06.xml | 4 + .../nameOverPatternExamples/fuzzed_07.xml | 4 + .../nameOverPatternExamples/fuzzed_08.xml | 4 + .../nameOverPatternExamples/fuzzed_09.xml | 4 + .../nameOverPatternExamples/fuzzed_10.xml | 4 + .../valueOverPatternExamples/fuzzed_01.xml | 4 + .../valueOverPatternExamples/fuzzed_02.xml | 4 + .../valueOverPatternExamples/fuzzed_03.xml | 4 + .../valueOverPatternExamples/fuzzed_04.xml | 4 + .../valueOverPatternExamples/fuzzed_05.xml | 4 + .../valueOverPatternExamples/fuzzed_06.xml | 4 + .../valueOverPatternExamples/fuzzed_07.xml | 4 + .../valueOverPatternExamples/fuzzed_08.xml | 4 + .../valueOverPatternExamples/fuzzed_09.xml | 4 + .../valueOverPatternExamples/fuzzed_10.xml | 4 + test_data/Xml/Expected/submodel/maximal.xml | 152 + test_data/Xml/Expected/submodel/minimal.xml | 3 + .../submodelElementCollection/maximal.xml | 163 + .../submodelElementCollection/minimal.xml | 1 + .../list_id_short_in_value.xml | 11 + .../list_no_semantic_id_list_element.xml | 31 + .../list_one_child_without_semantic_id.xml | 31 + .../list_two_properties.xml | 40 + .../Expected/submodelElementList/maximal.xml | 178 + .../Expected/submodelElementList/minimal.xml | 3 + test_data/Xml/Expected/valueList/maximal.xml | 7 + test_data/Xml/Expected/valueList/minimal.xml | 7 + .../Expected/valueReferencePair/maximal.xml | 12 + .../Expected/valueReferencePair/minimal.xml | 3 + .../valueOverPatternExamples/fuzzed_01.xml | 3 + .../valueOverPatternExamples/fuzzed_02.xml | 3 + .../valueOverPatternExamples/fuzzed_03.xml | 3 + .../valueOverPatternExamples/fuzzed_04.xml | 3 + .../valueOverPatternExamples/fuzzed_05.xml | 3 + .../valueOverPatternExamples/fuzzed_06.xml | 3 + .../valueOverPatternExamples/fuzzed_07.xml | 3 + .../valueOverPatternExamples/fuzzed_08.xml | 3 + .../valueOverPatternExamples/fuzzed_09.xml | 3 + .../valueOverPatternExamples/fuzzed_10.xml | 3 + ...irst_key_not_in_globally_identifiables.xml | 9 + ...l_reference_violation_invalid_last_key.xml | 13 + ...ion_first_key_not_in_aas_identifiables.xml | 9 + ...irst_key_not_in_globally_identifiables.xml | 9 + ...ation_fragment_reference_in_the_middle.xml | 17 + ...gment_reference_not_after_file_or_blob.xml | 17 + ...violation_invalid_key_value_after_list.xml | 17 + ...lation_second_key_not_in_fragment_keys.xml | 13 + ..._violation_of_semantic_id_list_element.xml | 40 + ...t_violation_of_type_value_list_element.xml | 40 + ...t_violation_of_value_type_list_element.xml | 40 + ..._semantic_id_mismatch_between_elements.xml | 31 + .../basicEventElement/lastUpdate.xml | 18 + .../eventPayload/timeStamp.xml | 25 + .../range/Any_URI_negatively_fuzzed_01.xml | 5 + .../range/Any_URI_negatively_fuzzed_04.xml | 5 + .../range/Any_URI_negatively_fuzzed_05.xml | 5 + .../range/Any_URI_negatively_fuzzed_06.xml | 5 + .../range/Any_URI_negatively_fuzzed_10.xml | 5 + ...followed_by_non_two_hexadecimal_digits.xml | 5 + .../range/Any_URI_too_many_fragments.xml | 5 + ..._odd_number_of_characters_is_not_valid.xml | 5 + ...quals_signs_may_only_appear_at_the_end.xml | 5 + .../Base_64_binary_negatively_fuzzed_03.xml | 5 + .../Base_64_binary_negatively_fuzzed_04.xml | 5 + .../Base_64_binary_negatively_fuzzed_05.xml | 5 + .../Base_64_binary_negatively_fuzzed_06.xml | 5 + .../Base_64_binary_negatively_fuzzed_08.xml | 5 + .../Base_64_binary_negatively_fuzzed_10.xml | 5 + ...ean_false_as_number_with_leading_zeros.xml | 5 + .../range/Boolean_false_in_camelcase.xml | 5 + .../range/Boolean_false_in_uppercase.xml | 5 + .../range/Boolean_negatively_fuzzed_01.xml | 5 + .../range/Boolean_negatively_fuzzed_03.xml | 5 + .../range/Boolean_negatively_fuzzed_05.xml | 5 + .../range/Boolean_negatively_fuzzed_10.xml | 5 + ...lean_true_as_number_with_leading_zeros.xml | 5 + .../range/Boolean_true_in_camelcase.xml | 5 + .../range/Boolean_true_in_uppercase.xml | 5 + .../range/Byte_decimal.xml | 5 + .../InvalidRangeExample/range/Byte_empty.xml | 5 + .../range/Byte_free_form_text.xml | 5 + .../range/Byte_mathematical_formula.xml | 5 + .../range/Byte_max_plus_one.xml | 5 + .../range/Byte_min_minus_one.xml | 5 + .../range/Byte_scientific.xml | 5 + .../range/Date_date_time_with_UTC.xml | 5 + .../range/Date_date_time_with_offset.xml | 5 + .../range/Date_date_time_without_zone.xml | 5 + ...Date_date_with_invalid_negative_offset.xml | 5 + ...Date_date_with_invalid_positive_offset.xml | 5 + .../Date_date_with_seconds_in_offset.xml | 5 + .../InvalidRangeExample/range/Date_empty.xml | 5 + .../range/Date_non_existing_february_29th.xml | 5 + .../range/Date_time_date.xml | 5 + ...date_time_with_invalid_negative_offset.xml | 5 + ...date_time_with_invalid_positive_offset.xml | 5 + ..._time_date_time_with_seconds_in_offset.xml | 5 + ..._time_date_time_with_unexpected_prefix.xml | 5 + ..._time_date_time_with_unexpected_suffix.xml | 5 + .../range/Date_time_date_with_time_zone.xml | 5 + .../range/Date_time_empty.xml | 5 + .../Date_time_non_existing_february_29th.xml | 5 + .../range/Date_time_without_minutes.xml | 5 + .../range/Date_time_without_seconds.xml | 5 + .../Date_time_year_4_bce_february_29th.xml | 5 + .../Date_time_year_zero_doesnt_exist.xml | 5 + .../range/Date_year_4_bce_february_29th.xml | 5 + .../range/Date_year_zero_doesnt_exist.xml | 5 + .../range/Decimal_empty.xml | 5 + .../range/Decimal_free_form_text.xml | 5 + .../range/Double_empty.xml | 5 + .../range/Double_free_form_text.xml | 5 + .../range/Double_inf_case_matters.xml | 5 + .../range/Double_nan_case_matters.xml | 5 + ...ble_no_fraction_in_scientific_notation.xml | 5 + .../range/Double_plus_inf.xml | 5 + .../range/Double_too_large.xml | 5 + .../range/Duration_empty.xml | 5 + .../range/Duration_free_form_text.xml | 5 + .../range/Duration_integer.xml | 5 + .../range/Duration_leading_P_missing.xml | 5 + .../range/Duration_negative_years.xml | 5 + ...Duration_positive_year_negative_months.xml | 5 + .../range/Duration_separator_T_missing.xml | 5 + .../range/Duration_the_order_matters.xml | 5 + .../InvalidRangeExample/range/Float_empty.xml | 5 + .../range/Float_free_form_text.xml | 5 + .../range/Float_inf_case_matters.xml | 5 + .../range/Float_nan_case_matters.xml | 5 + ...oat_no_fraction_in_scientific_notation.xml | 5 + .../range/Float_plus_inf.xml | 5 + .../range/Float_too_large.xml | 5 + .../range/G_day_day_outside_of_range.xml | 5 + .../InvalidRangeExample/range/G_day_empty.xml | 5 + .../range/G_day_free_form_text.xml | 5 + .../range/G_day_invalid_negative_offset.xml | 5 + .../G_day_invalid_offset_with_seconds.xml | 5 + .../range/G_day_invalid_positive_offset.xml | 5 + .../range/G_day_missing_leading_dashes.xml | 5 + .../range/G_day_missing_leading_digit.xml | 5 + .../range/G_day_unexpected_suffix.xml | 5 + .../G_month_day_day_outside_of_range.xml | 5 + .../range/G_month_day_empty.xml | 5 + .../range/G_month_day_free_form_text.xml | 5 + .../G_month_day_invalid_negative_offset.xml | 5 + ..._month_day_invalid_offset_with_seconds.xml | 5 + .../G_month_day_invalid_positive_offset.xml | 5 + .../G_month_day_missing_leading_dashes.xml | 5 + .../G_month_day_missing_leading_digit.xml | 5 + .../G_month_day_non_existing_april_31st.xml | 5 + ...month_day_unexpected_prefix_and_suffix.xml | 5 + .../range/G_month_empty.xml | 5 + .../range/G_month_free_form_text.xml | 5 + .../range/G_month_invalid_negative_offset.xml | 5 + .../G_month_invalid_offset_with_seconds.xml | 5 + .../range/G_month_invalid_positive_offset.xml | 5 + .../range/G_month_missing_leading_dashes.xml | 5 + .../range/G_month_missing_leading_digit.xml | 5 + .../range/G_month_month_outside_of_range.xml | 5 + .../G_month_unexpected_prefix_and_suffix.xml | 5 + .../range/G_year_empty.xml | 5 + .../range/G_year_free_form_text.xml | 5 + .../range/G_year_invalid_negative_offset.xml | 5 + .../G_year_invalid_offset_with_seconds.xml | 5 + .../range/G_year_invalid_positive_offset.xml | 5 + .../range/G_year_missing_century.xml | 5 + .../range/G_year_month_empty.xml | 5 + .../range/G_year_month_free_form_text.xml | 5 + .../G_year_month_invalid_negative_offset.xml | 5 + ...year_month_invalid_offset_with_seconds.xml | 5 + .../G_year_month_invalid_positive_offset.xml | 5 + .../range/G_year_month_missing_century.xml | 5 + .../range/G_year_month_missing_month.xml | 5 + .../range/G_year_month_month_out_of_range.xml | 5 + .../range/G_year_unexpected_month.xml | 5 + .../range/Hex_binary_free_form_text.xml | 5 + .../range/Hex_binary_odd_number_of_digits.xml | 5 + .../range/Hex_binary_single_digit.xml | 5 + .../InvalidRangeExample/range/Int_decimal.xml | 5 + .../InvalidRangeExample/range/Int_empty.xml | 5 + .../range/Int_free_form_text.xml | 5 + .../range/Int_mathematical_formula.xml | 5 + .../range/Int_max_plus_one.xml | 5 + .../range/Int_min_minus_one.xml | 5 + .../range/Int_scientific.xml | 5 + .../range/Integer_decimal.xml | 5 + .../range/Integer_empty.xml | 5 + .../range/Integer_free_form_text.xml | 5 + .../range/Integer_mathematical_formula.xml | 5 + .../range/Integer_scientific.xml | 5 + .../range/Long_decimal.xml | 5 + .../InvalidRangeExample/range/Long_empty.xml | 5 + .../range/Long_free_form_text.xml | 5 + .../range/Long_mathematical_formula.xml | 5 + .../range/Long_max_plus_one.xml | 5 + .../range/Long_min_minus_one.xml | 5 + .../range/Long_scientific.xml | 5 + .../range/Negative_integer_decimal.xml | 5 + .../range/Negative_integer_empty.xml | 5 + .../Negative_integer_explicitly_positive.xml | 5 + ...ative_integer_explicitly_positive_zero.xml | 5 + .../range/Negative_integer_free_form_text.xml | 5 + .../Negative_integer_implicitly_positive.xml | 5 + .../Negative_integer_mathematical_formula.xml | 5 + .../range/Negative_integer_scientific.xml | 5 + .../range/Negative_integer_zero.xml | 5 + ...ative_integer_zero_prefixed_with_zeros.xml | 5 + .../range/Non_negative_integer_decimal.xml | 5 + .../range/Non_negative_integer_empty.xml | 5 + .../Non_negative_integer_free_form_text.xml | 5 + .../range/Non_negative_integer_negative.xml | 5 + .../range/Non_positive_integer_decimal.xml | 5 + .../range/Non_positive_integer_empty.xml | 5 + ...n_positive_integer_explicitly_positive.xml | 5 + .../Non_positive_integer_free_form_text.xml | 5 + ...n_positive_integer_implicitly_positive.xml | 5 + ..._positive_integer_mathematical_formula.xml | 5 + .../range/Non_positive_integer_scientific.xml | 5 + .../range/Positive_integer_decimal.xml | 5 + .../range/Positive_integer_empty.xml | 5 + .../range/Positive_integer_free_form_text.xml | 5 + .../range/Positive_integer_negative.xml | 5 + .../range/Positive_integer_zero.xml | 5 + ...itive_integer_zero_prefixed_with_zeros.xml | 5 + .../range/Short_decimal.xml | 5 + .../InvalidRangeExample/range/Short_empty.xml | 5 + .../range/Short_free_form_text.xml | 5 + .../range/Short_mathematical_formula.xml | 5 + .../range/Short_max_plus_one.xml | 5 + .../range/Short_min_minus_one.xml | 5 + .../range/Short_scientific.xml | 5 + .../InvalidRangeExample/range/Time_empty.xml | 5 + .../range/Time_free_form_text.xml | 5 + .../range/Time_hour_out_of_range.xml | 5 + .../range/Time_invalid_negative_offset.xml | 5 + .../Time_invalid_offset_with_seconds.xml | 5 + .../range/Time_invalid_positive_offset.xml | 5 + .../range/Time_minute_out_of_range.xml | 5 + .../range/Time_missing_padded_zeros.xml | 5 + .../range/Time_missing_seconds.xml | 5 + .../range/Time_negative.xml | 5 + .../range/Time_second_out_of_range.xml | 5 + .../range/Unsigned_byte_decimal.xml | 5 + .../range/Unsigned_byte_empty.xml | 5 + .../range/Unsigned_byte_free_form_text.xml | 5 + .../Unsigned_byte_mathematical_formula.xml | 5 + .../range/Unsigned_byte_max_plus_one.xml | 5 + .../range/Unsigned_byte_negative.xml | 5 + .../range/Unsigned_byte_scientific.xml | 5 + .../range/Unsigned_int_decimal.xml | 5 + .../range/Unsigned_int_empty.xml | 5 + .../range/Unsigned_int_free_form_text.xml | 5 + .../Unsigned_int_mathematical_formula.xml | 5 + .../range/Unsigned_int_max_plus_one.xml | 5 + .../range/Unsigned_int_negative.xml | 5 + .../range/Unsigned_int_scientific.xml | 5 + .../range/Unsigned_long_decimal.xml | 5 + .../range/Unsigned_long_empty.xml | 5 + .../range/Unsigned_long_free_form_text.xml | 5 + .../Unsigned_long_mathematical_formula.xml | 5 + .../range/Unsigned_long_max_plus_one.xml | 5 + .../range/Unsigned_long_negative.xml | 5 + .../range/Unsigned_long_scientific.xml | 5 + .../range/Unsigned_short_decimal.xml | 5 + .../range/Unsigned_short_empty.xml | 5 + .../range/Unsigned_short_free_form_text.xml | 5 + .../Unsigned_short_mathematical_formula.xml | 5 + .../range/Unsigned_short_max_plus_one.xml | 5 + .../range/Unsigned_short_negative.xml | 5 + .../range/Unsigned_short_scientific.xml | 5 + .../value/Any_URI_negatively_fuzzed_01.xml | 5 + .../value/Any_URI_negatively_fuzzed_04.xml | 5 + .../value/Any_URI_negatively_fuzzed_05.xml | 5 + .../value/Any_URI_negatively_fuzzed_06.xml | 5 + .../value/Any_URI_negatively_fuzzed_10.xml | 5 + ...followed_by_non_two_hexadecimal_digits.xml | 5 + .../value/Any_URI_too_many_fragments.xml | 5 + ..._odd_number_of_characters_is_not_valid.xml | 5 + ...quals_signs_may_only_appear_at_the_end.xml | 5 + .../Base_64_binary_negatively_fuzzed_03.xml | 5 + .../Base_64_binary_negatively_fuzzed_04.xml | 5 + .../Base_64_binary_negatively_fuzzed_05.xml | 5 + .../Base_64_binary_negatively_fuzzed_06.xml | 5 + .../Base_64_binary_negatively_fuzzed_08.xml | 5 + .../Base_64_binary_negatively_fuzzed_10.xml | 5 + ...ean_false_as_number_with_leading_zeros.xml | 5 + .../value/Boolean_false_in_camelcase.xml | 5 + .../value/Boolean_false_in_uppercase.xml | 5 + .../value/Boolean_negatively_fuzzed_01.xml | 5 + .../value/Boolean_negatively_fuzzed_03.xml | 5 + .../value/Boolean_negatively_fuzzed_05.xml | 5 + .../value/Boolean_negatively_fuzzed_10.xml | 5 + ...lean_true_as_number_with_leading_zeros.xml | 5 + .../value/Boolean_true_in_camelcase.xml | 5 + .../value/Boolean_true_in_uppercase.xml | 5 + .../extension/value/Byte_decimal.xml | 5 + .../extension/value/Byte_empty.xml | 5 + .../extension/value/Byte_free_form_text.xml | 5 + .../value/Byte_mathematical_formula.xml | 5 + .../extension/value/Byte_max_plus_one.xml | 5 + .../extension/value/Byte_min_minus_one.xml | 5 + .../extension/value/Byte_scientific.xml | 5 + .../value/Date_date_time_with_UTC.xml | 5 + .../value/Date_date_time_with_offset.xml | 5 + .../value/Date_date_time_without_zone.xml | 5 + ...Date_date_with_invalid_negative_offset.xml | 5 + ...Date_date_with_invalid_positive_offset.xml | 5 + .../Date_date_with_seconds_in_offset.xml | 5 + .../extension/value/Date_empty.xml | 5 + .../value/Date_non_existing_february_29th.xml | 5 + .../extension/value/Date_time_date.xml | 5 + ...date_time_with_invalid_negative_offset.xml | 5 + ...date_time_with_invalid_positive_offset.xml | 5 + ..._time_date_time_with_seconds_in_offset.xml | 5 + ..._time_date_time_with_unexpected_prefix.xml | 5 + ..._time_date_time_with_unexpected_suffix.xml | 5 + .../value/Date_time_date_with_time_zone.xml | 5 + .../extension/value/Date_time_empty.xml | 5 + .../Date_time_non_existing_february_29th.xml | 5 + .../value/Date_time_without_minutes.xml | 5 + .../value/Date_time_without_seconds.xml | 5 + .../Date_time_year_4_bce_february_29th.xml | 5 + .../Date_time_year_zero_doesnt_exist.xml | 5 + .../value/Date_year_4_bce_february_29th.xml | 5 + .../value/Date_year_zero_doesnt_exist.xml | 5 + .../extension/value/Decimal_empty.xml | 5 + .../value/Decimal_free_form_text.xml | 5 + .../extension/value/Double_empty.xml | 5 + .../extension/value/Double_free_form_text.xml | 5 + .../value/Double_inf_case_matters.xml | 5 + .../value/Double_nan_case_matters.xml | 5 + ...ble_no_fraction_in_scientific_notation.xml | 5 + .../extension/value/Double_plus_inf.xml | 5 + .../extension/value/Double_too_large.xml | 5 + .../extension/value/Duration_empty.xml | 5 + .../value/Duration_free_form_text.xml | 5 + .../extension/value/Duration_integer.xml | 5 + .../value/Duration_leading_P_missing.xml | 5 + .../value/Duration_negative_years.xml | 5 + ...Duration_positive_year_negative_months.xml | 5 + .../value/Duration_separator_T_missing.xml | 5 + .../value/Duration_the_order_matters.xml | 5 + .../extension/value/Float_empty.xml | 5 + .../extension/value/Float_free_form_text.xml | 5 + .../value/Float_inf_case_matters.xml | 5 + .../value/Float_nan_case_matters.xml | 5 + ...oat_no_fraction_in_scientific_notation.xml | 5 + .../extension/value/Float_plus_inf.xml | 5 + .../extension/value/Float_too_large.xml | 5 + .../value/G_day_day_outside_of_range.xml | 5 + .../extension/value/G_day_empty.xml | 5 + .../extension/value/G_day_free_form_text.xml | 5 + .../value/G_day_invalid_negative_offset.xml | 5 + .../G_day_invalid_offset_with_seconds.xml | 5 + .../value/G_day_invalid_positive_offset.xml | 5 + .../value/G_day_missing_leading_dashes.xml | 5 + .../value/G_day_missing_leading_digit.xml | 5 + .../value/G_day_unexpected_suffix.xml | 5 + .../G_month_day_day_outside_of_range.xml | 5 + .../extension/value/G_month_day_empty.xml | 5 + .../value/G_month_day_free_form_text.xml | 5 + .../G_month_day_invalid_negative_offset.xml | 5 + ..._month_day_invalid_offset_with_seconds.xml | 5 + .../G_month_day_invalid_positive_offset.xml | 5 + .../G_month_day_missing_leading_dashes.xml | 5 + .../G_month_day_missing_leading_digit.xml | 5 + .../G_month_day_non_existing_april_31st.xml | 5 + ...month_day_unexpected_prefix_and_suffix.xml | 5 + .../extension/value/G_month_empty.xml | 5 + .../value/G_month_free_form_text.xml | 5 + .../value/G_month_invalid_negative_offset.xml | 5 + .../G_month_invalid_offset_with_seconds.xml | 5 + .../value/G_month_invalid_positive_offset.xml | 5 + .../value/G_month_missing_leading_dashes.xml | 5 + .../value/G_month_missing_leading_digit.xml | 5 + .../value/G_month_month_outside_of_range.xml | 5 + .../G_month_unexpected_prefix_and_suffix.xml | 5 + .../extension/value/G_year_empty.xml | 5 + .../extension/value/G_year_free_form_text.xml | 5 + .../value/G_year_invalid_negative_offset.xml | 5 + .../G_year_invalid_offset_with_seconds.xml | 5 + .../value/G_year_invalid_positive_offset.xml | 5 + .../value/G_year_missing_century.xml | 5 + .../extension/value/G_year_month_empty.xml | 5 + .../value/G_year_month_free_form_text.xml | 5 + .../G_year_month_invalid_negative_offset.xml | 5 + ...year_month_invalid_offset_with_seconds.xml | 5 + .../G_year_month_invalid_positive_offset.xml | 5 + .../value/G_year_month_missing_century.xml | 5 + .../value/G_year_month_missing_month.xml | 5 + .../value/G_year_month_month_out_of_range.xml | 5 + .../value/G_year_unexpected_month.xml | 5 + .../value/Hex_binary_free_form_text.xml | 5 + .../value/Hex_binary_odd_number_of_digits.xml | 5 + .../value/Hex_binary_single_digit.xml | 5 + .../extension/value/Int_decimal.xml | 5 + .../extension/value/Int_empty.xml | 5 + .../extension/value/Int_free_form_text.xml | 5 + .../value/Int_mathematical_formula.xml | 5 + .../extension/value/Int_max_plus_one.xml | 5 + .../extension/value/Int_min_minus_one.xml | 5 + .../extension/value/Int_scientific.xml | 5 + .../extension/value/Integer_decimal.xml | 5 + .../extension/value/Integer_empty.xml | 5 + .../value/Integer_free_form_text.xml | 5 + .../value/Integer_mathematical_formula.xml | 5 + .../extension/value/Integer_scientific.xml | 5 + .../extension/value/Long_decimal.xml | 5 + .../extension/value/Long_empty.xml | 5 + .../extension/value/Long_free_form_text.xml | 5 + .../value/Long_mathematical_formula.xml | 5 + .../extension/value/Long_max_plus_one.xml | 5 + .../extension/value/Long_min_minus_one.xml | 5 + .../extension/value/Long_scientific.xml | 5 + .../value/Negative_integer_decimal.xml | 5 + .../value/Negative_integer_empty.xml | 5 + .../Negative_integer_explicitly_positive.xml | 5 + ...ative_integer_explicitly_positive_zero.xml | 5 + .../value/Negative_integer_free_form_text.xml | 5 + .../Negative_integer_implicitly_positive.xml | 5 + .../Negative_integer_mathematical_formula.xml | 5 + .../value/Negative_integer_scientific.xml | 5 + .../extension/value/Negative_integer_zero.xml | 5 + ...ative_integer_zero_prefixed_with_zeros.xml | 5 + .../value/Non_negative_integer_decimal.xml | 5 + .../value/Non_negative_integer_empty.xml | 5 + .../Non_negative_integer_free_form_text.xml | 5 + .../value/Non_negative_integer_negative.xml | 5 + .../value/Non_positive_integer_decimal.xml | 5 + .../value/Non_positive_integer_empty.xml | 5 + ...n_positive_integer_explicitly_positive.xml | 5 + .../Non_positive_integer_free_form_text.xml | 5 + ...n_positive_integer_implicitly_positive.xml | 5 + ..._positive_integer_mathematical_formula.xml | 5 + .../value/Non_positive_integer_scientific.xml | 5 + .../value/Positive_integer_decimal.xml | 5 + .../value/Positive_integer_empty.xml | 5 + .../value/Positive_integer_free_form_text.xml | 5 + .../value/Positive_integer_negative.xml | 5 + .../extension/value/Positive_integer_zero.xml | 5 + ...itive_integer_zero_prefixed_with_zeros.xml | 5 + .../extension/value/Short_decimal.xml | 5 + .../extension/value/Short_empty.xml | 5 + .../extension/value/Short_free_form_text.xml | 5 + .../value/Short_mathematical_formula.xml | 5 + .../extension/value/Short_max_plus_one.xml | 5 + .../extension/value/Short_min_minus_one.xml | 5 + .../extension/value/Short_scientific.xml | 5 + .../extension/value/Time_empty.xml | 5 + .../extension/value/Time_free_form_text.xml | 5 + .../value/Time_hour_out_of_range.xml | 5 + .../value/Time_invalid_negative_offset.xml | 5 + .../Time_invalid_offset_with_seconds.xml | 5 + .../value/Time_invalid_positive_offset.xml | 5 + .../value/Time_minute_out_of_range.xml | 5 + .../value/Time_missing_padded_zeros.xml | 5 + .../extension/value/Time_missing_seconds.xml | 5 + .../extension/value/Time_negative.xml | 5 + .../value/Time_second_out_of_range.xml | 5 + .../extension/value/Unsigned_byte_decimal.xml | 5 + .../extension/value/Unsigned_byte_empty.xml | 5 + .../value/Unsigned_byte_free_form_text.xml | 5 + .../Unsigned_byte_mathematical_formula.xml | 5 + .../value/Unsigned_byte_max_plus_one.xml | 5 + .../value/Unsigned_byte_negative.xml | 5 + .../value/Unsigned_byte_scientific.xml | 5 + .../extension/value/Unsigned_int_decimal.xml | 5 + .../extension/value/Unsigned_int_empty.xml | 5 + .../value/Unsigned_int_free_form_text.xml | 5 + .../Unsigned_int_mathematical_formula.xml | 5 + .../value/Unsigned_int_max_plus_one.xml | 5 + .../extension/value/Unsigned_int_negative.xml | 5 + .../value/Unsigned_int_scientific.xml | 5 + .../extension/value/Unsigned_long_decimal.xml | 5 + .../extension/value/Unsigned_long_empty.xml | 5 + .../value/Unsigned_long_free_form_text.xml | 5 + .../Unsigned_long_mathematical_formula.xml | 5 + .../value/Unsigned_long_max_plus_one.xml | 5 + .../value/Unsigned_long_negative.xml | 5 + .../value/Unsigned_long_scientific.xml | 5 + .../value/Unsigned_short_decimal.xml | 5 + .../extension/value/Unsigned_short_empty.xml | 5 + .../value/Unsigned_short_free_form_text.xml | 5 + .../Unsigned_short_mathematical_formula.xml | 5 + .../value/Unsigned_short_max_plus_one.xml | 5 + .../value/Unsigned_short_negative.xml | 5 + .../value/Unsigned_short_scientific.xml | 5 + .../value/Any_URI_negatively_fuzzed_01.xml | 4 + .../value/Any_URI_negatively_fuzzed_04.xml | 4 + .../value/Any_URI_negatively_fuzzed_05.xml | 4 + .../value/Any_URI_negatively_fuzzed_06.xml | 4 + .../value/Any_URI_negatively_fuzzed_10.xml | 4 + ...followed_by_non_two_hexadecimal_digits.xml | 4 + .../value/Any_URI_too_many_fragments.xml | 4 + ..._odd_number_of_characters_is_not_valid.xml | 4 + ...quals_signs_may_only_appear_at_the_end.xml | 4 + .../Base_64_binary_negatively_fuzzed_03.xml | 4 + .../Base_64_binary_negatively_fuzzed_04.xml | 4 + .../Base_64_binary_negatively_fuzzed_05.xml | 4 + .../Base_64_binary_negatively_fuzzed_06.xml | 4 + .../Base_64_binary_negatively_fuzzed_08.xml | 4 + .../Base_64_binary_negatively_fuzzed_10.xml | 4 + ...ean_false_as_number_with_leading_zeros.xml | 4 + .../value/Boolean_false_in_camelcase.xml | 4 + .../value/Boolean_false_in_uppercase.xml | 4 + .../value/Boolean_negatively_fuzzed_01.xml | 4 + .../value/Boolean_negatively_fuzzed_03.xml | 4 + .../value/Boolean_negatively_fuzzed_05.xml | 4 + .../value/Boolean_negatively_fuzzed_10.xml | 4 + ...lean_true_as_number_with_leading_zeros.xml | 4 + .../value/Boolean_true_in_camelcase.xml | 4 + .../value/Boolean_true_in_uppercase.xml | 4 + .../property/value/Byte_decimal.xml | 4 + .../property/value/Byte_empty.xml | 4 + .../property/value/Byte_free_form_text.xml | 4 + .../value/Byte_mathematical_formula.xml | 4 + .../property/value/Byte_max_plus_one.xml | 4 + .../property/value/Byte_min_minus_one.xml | 4 + .../property/value/Byte_scientific.xml | 4 + .../value/Date_date_time_with_UTC.xml | 4 + .../value/Date_date_time_with_offset.xml | 4 + .../value/Date_date_time_without_zone.xml | 4 + ...Date_date_with_invalid_negative_offset.xml | 4 + ...Date_date_with_invalid_positive_offset.xml | 4 + .../Date_date_with_seconds_in_offset.xml | 4 + .../property/value/Date_empty.xml | 4 + .../value/Date_non_existing_february_29th.xml | 4 + .../property/value/Date_time_date.xml | 4 + ...date_time_with_invalid_negative_offset.xml | 4 + ...date_time_with_invalid_positive_offset.xml | 4 + ..._time_date_time_with_seconds_in_offset.xml | 4 + ..._time_date_time_with_unexpected_prefix.xml | 4 + ..._time_date_time_with_unexpected_suffix.xml | 4 + .../value/Date_time_date_with_time_zone.xml | 4 + .../property/value/Date_time_empty.xml | 4 + .../Date_time_non_existing_february_29th.xml | 4 + .../value/Date_time_without_minutes.xml | 4 + .../value/Date_time_without_seconds.xml | 4 + .../Date_time_year_4_bce_february_29th.xml | 4 + .../Date_time_year_zero_doesnt_exist.xml | 4 + .../value/Date_year_4_bce_february_29th.xml | 4 + .../value/Date_year_zero_doesnt_exist.xml | 4 + .../property/value/Decimal_empty.xml | 4 + .../property/value/Decimal_free_form_text.xml | 4 + .../property/value/Double_empty.xml | 4 + .../property/value/Double_free_form_text.xml | 4 + .../value/Double_inf_case_matters.xml | 4 + .../value/Double_nan_case_matters.xml | 4 + ...ble_no_fraction_in_scientific_notation.xml | 4 + .../property/value/Double_plus_inf.xml | 4 + .../property/value/Double_too_large.xml | 4 + .../property/value/Duration_empty.xml | 4 + .../value/Duration_free_form_text.xml | 4 + .../property/value/Duration_integer.xml | 4 + .../value/Duration_leading_P_missing.xml | 4 + .../value/Duration_negative_years.xml | 4 + ...Duration_positive_year_negative_months.xml | 4 + .../value/Duration_separator_T_missing.xml | 4 + .../value/Duration_the_order_matters.xml | 4 + .../property/value/Float_empty.xml | 4 + .../property/value/Float_free_form_text.xml | 4 + .../property/value/Float_inf_case_matters.xml | 4 + .../property/value/Float_nan_case_matters.xml | 4 + ...oat_no_fraction_in_scientific_notation.xml | 4 + .../property/value/Float_plus_inf.xml | 4 + .../property/value/Float_too_large.xml | 4 + .../value/G_day_day_outside_of_range.xml | 4 + .../property/value/G_day_empty.xml | 4 + .../property/value/G_day_free_form_text.xml | 4 + .../value/G_day_invalid_negative_offset.xml | 4 + .../G_day_invalid_offset_with_seconds.xml | 4 + .../value/G_day_invalid_positive_offset.xml | 4 + .../value/G_day_missing_leading_dashes.xml | 4 + .../value/G_day_missing_leading_digit.xml | 4 + .../value/G_day_unexpected_suffix.xml | 4 + .../G_month_day_day_outside_of_range.xml | 4 + .../property/value/G_month_day_empty.xml | 4 + .../value/G_month_day_free_form_text.xml | 4 + .../G_month_day_invalid_negative_offset.xml | 4 + ..._month_day_invalid_offset_with_seconds.xml | 4 + .../G_month_day_invalid_positive_offset.xml | 4 + .../G_month_day_missing_leading_dashes.xml | 4 + .../G_month_day_missing_leading_digit.xml | 4 + .../G_month_day_non_existing_april_31st.xml | 4 + ...month_day_unexpected_prefix_and_suffix.xml | 4 + .../property/value/G_month_empty.xml | 4 + .../property/value/G_month_free_form_text.xml | 4 + .../value/G_month_invalid_negative_offset.xml | 4 + .../G_month_invalid_offset_with_seconds.xml | 4 + .../value/G_month_invalid_positive_offset.xml | 4 + .../value/G_month_missing_leading_dashes.xml | 4 + .../value/G_month_missing_leading_digit.xml | 4 + .../value/G_month_month_outside_of_range.xml | 4 + .../G_month_unexpected_prefix_and_suffix.xml | 4 + .../property/value/G_year_empty.xml | 4 + .../property/value/G_year_free_form_text.xml | 4 + .../value/G_year_invalid_negative_offset.xml | 4 + .../G_year_invalid_offset_with_seconds.xml | 4 + .../value/G_year_invalid_positive_offset.xml | 4 + .../property/value/G_year_missing_century.xml | 4 + .../property/value/G_year_month_empty.xml | 4 + .../value/G_year_month_free_form_text.xml | 4 + .../G_year_month_invalid_negative_offset.xml | 4 + ...year_month_invalid_offset_with_seconds.xml | 4 + .../G_year_month_invalid_positive_offset.xml | 4 + .../value/G_year_month_missing_century.xml | 4 + .../value/G_year_month_missing_month.xml | 4 + .../value/G_year_month_month_out_of_range.xml | 4 + .../value/G_year_unexpected_month.xml | 4 + .../value/Hex_binary_free_form_text.xml | 4 + .../value/Hex_binary_odd_number_of_digits.xml | 4 + .../value/Hex_binary_single_digit.xml | 4 + .../property/value/Int_decimal.xml | 4 + .../property/value/Int_empty.xml | 4 + .../property/value/Int_free_form_text.xml | 4 + .../value/Int_mathematical_formula.xml | 4 + .../property/value/Int_max_plus_one.xml | 4 + .../property/value/Int_min_minus_one.xml | 4 + .../property/value/Int_scientific.xml | 4 + .../property/value/Integer_decimal.xml | 4 + .../property/value/Integer_empty.xml | 4 + .../property/value/Integer_free_form_text.xml | 4 + .../value/Integer_mathematical_formula.xml | 4 + .../property/value/Integer_scientific.xml | 4 + .../property/value/Long_decimal.xml | 4 + .../property/value/Long_empty.xml | 4 + .../property/value/Long_free_form_text.xml | 4 + .../value/Long_mathematical_formula.xml | 4 + .../property/value/Long_max_plus_one.xml | 4 + .../property/value/Long_min_minus_one.xml | 4 + .../property/value/Long_scientific.xml | 4 + .../value/Negative_integer_decimal.xml | 4 + .../property/value/Negative_integer_empty.xml | 4 + .../Negative_integer_explicitly_positive.xml | 4 + ...ative_integer_explicitly_positive_zero.xml | 4 + .../value/Negative_integer_free_form_text.xml | 4 + .../Negative_integer_implicitly_positive.xml | 4 + .../Negative_integer_mathematical_formula.xml | 4 + .../value/Negative_integer_scientific.xml | 4 + .../property/value/Negative_integer_zero.xml | 4 + ...ative_integer_zero_prefixed_with_zeros.xml | 4 + .../value/Non_negative_integer_decimal.xml | 4 + .../value/Non_negative_integer_empty.xml | 4 + .../Non_negative_integer_free_form_text.xml | 4 + .../value/Non_negative_integer_negative.xml | 4 + .../value/Non_positive_integer_decimal.xml | 4 + .../value/Non_positive_integer_empty.xml | 4 + ...n_positive_integer_explicitly_positive.xml | 4 + .../Non_positive_integer_free_form_text.xml | 4 + ...n_positive_integer_implicitly_positive.xml | 4 + ..._positive_integer_mathematical_formula.xml | 4 + .../value/Non_positive_integer_scientific.xml | 4 + .../value/Positive_integer_decimal.xml | 4 + .../property/value/Positive_integer_empty.xml | 4 + .../value/Positive_integer_free_form_text.xml | 4 + .../value/Positive_integer_negative.xml | 4 + .../property/value/Positive_integer_zero.xml | 4 + ...itive_integer_zero_prefixed_with_zeros.xml | 4 + .../property/value/Short_decimal.xml | 4 + .../property/value/Short_empty.xml | 4 + .../property/value/Short_free_form_text.xml | 4 + .../value/Short_mathematical_formula.xml | 4 + .../property/value/Short_max_plus_one.xml | 4 + .../property/value/Short_min_minus_one.xml | 4 + .../property/value/Short_scientific.xml | 4 + .../property/value/Time_empty.xml | 4 + .../property/value/Time_free_form_text.xml | 4 + .../property/value/Time_hour_out_of_range.xml | 4 + .../value/Time_invalid_negative_offset.xml | 4 + .../Time_invalid_offset_with_seconds.xml | 4 + .../value/Time_invalid_positive_offset.xml | 4 + .../value/Time_minute_out_of_range.xml | 4 + .../value/Time_missing_padded_zeros.xml | 4 + .../property/value/Time_missing_seconds.xml | 4 + .../property/value/Time_negative.xml | 4 + .../value/Time_second_out_of_range.xml | 4 + .../property/value/Unsigned_byte_decimal.xml | 4 + .../property/value/Unsigned_byte_empty.xml | 4 + .../value/Unsigned_byte_free_form_text.xml | 4 + .../Unsigned_byte_mathematical_formula.xml | 4 + .../value/Unsigned_byte_max_plus_one.xml | 4 + .../property/value/Unsigned_byte_negative.xml | 4 + .../value/Unsigned_byte_scientific.xml | 4 + .../property/value/Unsigned_int_decimal.xml | 4 + .../property/value/Unsigned_int_empty.xml | 4 + .../value/Unsigned_int_free_form_text.xml | 4 + .../Unsigned_int_mathematical_formula.xml | 4 + .../value/Unsigned_int_max_plus_one.xml | 4 + .../property/value/Unsigned_int_negative.xml | 4 + .../value/Unsigned_int_scientific.xml | 4 + .../property/value/Unsigned_long_decimal.xml | 4 + .../property/value/Unsigned_long_empty.xml | 4 + .../value/Unsigned_long_free_form_text.xml | 4 + .../Unsigned_long_mathematical_formula.xml | 4 + .../value/Unsigned_long_max_plus_one.xml | 4 + .../property/value/Unsigned_long_negative.xml | 4 + .../value/Unsigned_long_scientific.xml | 4 + .../property/value/Unsigned_short_decimal.xml | 4 + .../property/value/Unsigned_short_empty.xml | 4 + .../value/Unsigned_short_free_form_text.xml | 4 + .../Unsigned_short_mathematical_formula.xml | 4 + .../value/Unsigned_short_max_plus_one.xml | 4 + .../value/Unsigned_short_negative.xml | 4 + .../value/Unsigned_short_scientific.xml | 4 + .../value/Any_URI_negatively_fuzzed_01.xml | 5 + .../value/Any_URI_negatively_fuzzed_04.xml | 5 + .../value/Any_URI_negatively_fuzzed_05.xml | 5 + .../value/Any_URI_negatively_fuzzed_06.xml | 5 + .../value/Any_URI_negatively_fuzzed_10.xml | 5 + ...followed_by_non_two_hexadecimal_digits.xml | 5 + .../value/Any_URI_too_many_fragments.xml | 5 + ..._odd_number_of_characters_is_not_valid.xml | 5 + ...quals_signs_may_only_appear_at_the_end.xml | 5 + .../Base_64_binary_negatively_fuzzed_03.xml | 5 + .../Base_64_binary_negatively_fuzzed_04.xml | 5 + .../Base_64_binary_negatively_fuzzed_05.xml | 5 + .../Base_64_binary_negatively_fuzzed_06.xml | 5 + .../Base_64_binary_negatively_fuzzed_08.xml | 5 + .../Base_64_binary_negatively_fuzzed_10.xml | 5 + ...ean_false_as_number_with_leading_zeros.xml | 5 + .../value/Boolean_false_in_camelcase.xml | 5 + .../value/Boolean_false_in_uppercase.xml | 5 + .../value/Boolean_negatively_fuzzed_01.xml | 5 + .../value/Boolean_negatively_fuzzed_03.xml | 5 + .../value/Boolean_negatively_fuzzed_05.xml | 5 + .../value/Boolean_negatively_fuzzed_10.xml | 5 + ...lean_true_as_number_with_leading_zeros.xml | 5 + .../value/Boolean_true_in_camelcase.xml | 5 + .../value/Boolean_true_in_uppercase.xml | 5 + .../qualifier/value/Byte_decimal.xml | 5 + .../qualifier/value/Byte_empty.xml | 5 + .../qualifier/value/Byte_free_form_text.xml | 5 + .../value/Byte_mathematical_formula.xml | 5 + .../qualifier/value/Byte_max_plus_one.xml | 5 + .../qualifier/value/Byte_min_minus_one.xml | 5 + .../qualifier/value/Byte_scientific.xml | 5 + .../value/Date_date_time_with_UTC.xml | 5 + .../value/Date_date_time_with_offset.xml | 5 + .../value/Date_date_time_without_zone.xml | 5 + ...Date_date_with_invalid_negative_offset.xml | 5 + ...Date_date_with_invalid_positive_offset.xml | 5 + .../Date_date_with_seconds_in_offset.xml | 5 + .../qualifier/value/Date_empty.xml | 5 + .../value/Date_non_existing_february_29th.xml | 5 + .../qualifier/value/Date_time_date.xml | 5 + ...date_time_with_invalid_negative_offset.xml | 5 + ...date_time_with_invalid_positive_offset.xml | 5 + ..._time_date_time_with_seconds_in_offset.xml | 5 + ..._time_date_time_with_unexpected_prefix.xml | 5 + ..._time_date_time_with_unexpected_suffix.xml | 5 + .../value/Date_time_date_with_time_zone.xml | 5 + .../qualifier/value/Date_time_empty.xml | 5 + .../Date_time_non_existing_february_29th.xml | 5 + .../value/Date_time_without_minutes.xml | 5 + .../value/Date_time_without_seconds.xml | 5 + .../Date_time_year_4_bce_february_29th.xml | 5 + .../Date_time_year_zero_doesnt_exist.xml | 5 + .../value/Date_year_4_bce_february_29th.xml | 5 + .../value/Date_year_zero_doesnt_exist.xml | 5 + .../qualifier/value/Decimal_empty.xml | 5 + .../value/Decimal_free_form_text.xml | 5 + .../qualifier/value/Double_empty.xml | 5 + .../qualifier/value/Double_free_form_text.xml | 5 + .../value/Double_inf_case_matters.xml | 5 + .../value/Double_nan_case_matters.xml | 5 + ...ble_no_fraction_in_scientific_notation.xml | 5 + .../qualifier/value/Double_plus_inf.xml | 5 + .../qualifier/value/Double_too_large.xml | 5 + .../qualifier/value/Duration_empty.xml | 5 + .../value/Duration_free_form_text.xml | 5 + .../qualifier/value/Duration_integer.xml | 5 + .../value/Duration_leading_P_missing.xml | 5 + .../value/Duration_negative_years.xml | 5 + ...Duration_positive_year_negative_months.xml | 5 + .../value/Duration_separator_T_missing.xml | 5 + .../value/Duration_the_order_matters.xml | 5 + .../qualifier/value/Float_empty.xml | 5 + .../qualifier/value/Float_free_form_text.xml | 5 + .../value/Float_inf_case_matters.xml | 5 + .../value/Float_nan_case_matters.xml | 5 + ...oat_no_fraction_in_scientific_notation.xml | 5 + .../qualifier/value/Float_plus_inf.xml | 5 + .../qualifier/value/Float_too_large.xml | 5 + .../value/G_day_day_outside_of_range.xml | 5 + .../qualifier/value/G_day_empty.xml | 5 + .../qualifier/value/G_day_free_form_text.xml | 5 + .../value/G_day_invalid_negative_offset.xml | 5 + .../G_day_invalid_offset_with_seconds.xml | 5 + .../value/G_day_invalid_positive_offset.xml | 5 + .../value/G_day_missing_leading_dashes.xml | 5 + .../value/G_day_missing_leading_digit.xml | 5 + .../value/G_day_unexpected_suffix.xml | 5 + .../G_month_day_day_outside_of_range.xml | 5 + .../qualifier/value/G_month_day_empty.xml | 5 + .../value/G_month_day_free_form_text.xml | 5 + .../G_month_day_invalid_negative_offset.xml | 5 + ..._month_day_invalid_offset_with_seconds.xml | 5 + .../G_month_day_invalid_positive_offset.xml | 5 + .../G_month_day_missing_leading_dashes.xml | 5 + .../G_month_day_missing_leading_digit.xml | 5 + .../G_month_day_non_existing_april_31st.xml | 5 + ...month_day_unexpected_prefix_and_suffix.xml | 5 + .../qualifier/value/G_month_empty.xml | 5 + .../value/G_month_free_form_text.xml | 5 + .../value/G_month_invalid_negative_offset.xml | 5 + .../G_month_invalid_offset_with_seconds.xml | 5 + .../value/G_month_invalid_positive_offset.xml | 5 + .../value/G_month_missing_leading_dashes.xml | 5 + .../value/G_month_missing_leading_digit.xml | 5 + .../value/G_month_month_outside_of_range.xml | 5 + .../G_month_unexpected_prefix_and_suffix.xml | 5 + .../qualifier/value/G_year_empty.xml | 5 + .../qualifier/value/G_year_free_form_text.xml | 5 + .../value/G_year_invalid_negative_offset.xml | 5 + .../G_year_invalid_offset_with_seconds.xml | 5 + .../value/G_year_invalid_positive_offset.xml | 5 + .../value/G_year_missing_century.xml | 5 + .../qualifier/value/G_year_month_empty.xml | 5 + .../value/G_year_month_free_form_text.xml | 5 + .../G_year_month_invalid_negative_offset.xml | 5 + ...year_month_invalid_offset_with_seconds.xml | 5 + .../G_year_month_invalid_positive_offset.xml | 5 + .../value/G_year_month_missing_century.xml | 5 + .../value/G_year_month_missing_month.xml | 5 + .../value/G_year_month_month_out_of_range.xml | 5 + .../value/G_year_unexpected_month.xml | 5 + .../value/Hex_binary_free_form_text.xml | 5 + .../value/Hex_binary_odd_number_of_digits.xml | 5 + .../value/Hex_binary_single_digit.xml | 5 + .../qualifier/value/Int_decimal.xml | 5 + .../qualifier/value/Int_empty.xml | 5 + .../qualifier/value/Int_free_form_text.xml | 5 + .../value/Int_mathematical_formula.xml | 5 + .../qualifier/value/Int_max_plus_one.xml | 5 + .../qualifier/value/Int_min_minus_one.xml | 5 + .../qualifier/value/Int_scientific.xml | 5 + .../qualifier/value/Integer_decimal.xml | 5 + .../qualifier/value/Integer_empty.xml | 5 + .../value/Integer_free_form_text.xml | 5 + .../value/Integer_mathematical_formula.xml | 5 + .../qualifier/value/Integer_scientific.xml | 5 + .../qualifier/value/Long_decimal.xml | 5 + .../qualifier/value/Long_empty.xml | 5 + .../qualifier/value/Long_free_form_text.xml | 5 + .../value/Long_mathematical_formula.xml | 5 + .../qualifier/value/Long_max_plus_one.xml | 5 + .../qualifier/value/Long_min_minus_one.xml | 5 + .../qualifier/value/Long_scientific.xml | 5 + .../value/Negative_integer_decimal.xml | 5 + .../value/Negative_integer_empty.xml | 5 + .../Negative_integer_explicitly_positive.xml | 5 + ...ative_integer_explicitly_positive_zero.xml | 5 + .../value/Negative_integer_free_form_text.xml | 5 + .../Negative_integer_implicitly_positive.xml | 5 + .../Negative_integer_mathematical_formula.xml | 5 + .../value/Negative_integer_scientific.xml | 5 + .../qualifier/value/Negative_integer_zero.xml | 5 + ...ative_integer_zero_prefixed_with_zeros.xml | 5 + .../value/Non_negative_integer_decimal.xml | 5 + .../value/Non_negative_integer_empty.xml | 5 + .../Non_negative_integer_free_form_text.xml | 5 + .../value/Non_negative_integer_negative.xml | 5 + .../value/Non_positive_integer_decimal.xml | 5 + .../value/Non_positive_integer_empty.xml | 5 + ...n_positive_integer_explicitly_positive.xml | 5 + .../Non_positive_integer_free_form_text.xml | 5 + ...n_positive_integer_implicitly_positive.xml | 5 + ..._positive_integer_mathematical_formula.xml | 5 + .../value/Non_positive_integer_scientific.xml | 5 + .../value/Positive_integer_decimal.xml | 5 + .../value/Positive_integer_empty.xml | 5 + .../value/Positive_integer_free_form_text.xml | 5 + .../value/Positive_integer_negative.xml | 5 + .../qualifier/value/Positive_integer_zero.xml | 5 + ...itive_integer_zero_prefixed_with_zeros.xml | 5 + .../qualifier/value/Short_decimal.xml | 5 + .../qualifier/value/Short_empty.xml | 5 + .../qualifier/value/Short_free_form_text.xml | 5 + .../value/Short_mathematical_formula.xml | 5 + .../qualifier/value/Short_max_plus_one.xml | 5 + .../qualifier/value/Short_min_minus_one.xml | 5 + .../qualifier/value/Short_scientific.xml | 5 + .../qualifier/value/Time_empty.xml | 5 + .../qualifier/value/Time_free_form_text.xml | 5 + .../value/Time_hour_out_of_range.xml | 5 + .../value/Time_invalid_negative_offset.xml | 5 + .../Time_invalid_offset_with_seconds.xml | 5 + .../value/Time_invalid_positive_offset.xml | 5 + .../value/Time_minute_out_of_range.xml | 5 + .../value/Time_missing_padded_zeros.xml | 5 + .../qualifier/value/Time_missing_seconds.xml | 5 + .../qualifier/value/Time_negative.xml | 5 + .../value/Time_second_out_of_range.xml | 5 + .../qualifier/value/Unsigned_byte_decimal.xml | 5 + .../qualifier/value/Unsigned_byte_empty.xml | 5 + .../value/Unsigned_byte_free_form_text.xml | 5 + .../Unsigned_byte_mathematical_formula.xml | 5 + .../value/Unsigned_byte_max_plus_one.xml | 5 + .../value/Unsigned_byte_negative.xml | 5 + .../value/Unsigned_byte_scientific.xml | 5 + .../qualifier/value/Unsigned_int_decimal.xml | 5 + .../qualifier/value/Unsigned_int_empty.xml | 5 + .../value/Unsigned_int_free_form_text.xml | 5 + .../Unsigned_int_mathematical_formula.xml | 5 + .../value/Unsigned_int_max_plus_one.xml | 5 + .../qualifier/value/Unsigned_int_negative.xml | 5 + .../value/Unsigned_int_scientific.xml | 5 + .../qualifier/value/Unsigned_long_decimal.xml | 5 + .../qualifier/value/Unsigned_long_empty.xml | 5 + .../value/Unsigned_long_free_form_text.xml | 5 + .../Unsigned_long_mathematical_formula.xml | 5 + .../value/Unsigned_long_max_plus_one.xml | 5 + .../value/Unsigned_long_negative.xml | 5 + .../value/Unsigned_long_scientific.xml | 5 + .../value/Unsigned_short_decimal.xml | 5 + .../qualifier/value/Unsigned_short_empty.xml | 5 + .../value/Unsigned_short_free_form_text.xml | 5 + .../Unsigned_short_mathematical_formula.xml | 5 + .../value/Unsigned_short_max_plus_one.xml | 5 + .../value/Unsigned_short_negative.xml | 5 + .../value/Unsigned_short_scientific.xml | 5 + .../administrativeInformation/revision.xml | 70 + .../administrativeInformation/templateId.xml | 70 + .../administrativeInformation/version.xml | 70 + .../assetInformation/assetType.xml | 22 + .../assetInformation/globalAssetId.xml | 22 + .../basicEventElement/messageTopic.xml | 172 + .../MaxLengthViolation/blob/contentType.xml | 142 + .../dataSpecificationIec61360/value.xml | 41 + .../entity/globalAssetId.xml | 161 + .../MaxLengthViolation/eventPayload/topic.xml | 54 + .../MaxLengthViolation/extension/name.xml | 63 + .../MaxLengthViolation/file/contentType.xml | 142 + .../Invalid/MaxLengthViolation/file/value.xml | 142 + .../Invalid/MaxLengthViolation/key/value.xml | 4 + .../langStringDefinitionTypeIec61360/text.xml | 4 + .../langStringNameType/text.xml | 4 + .../text.xml | 4 + .../langStringShortNameTypeIec61360/text.xml | 4 + .../langStringTextType/text.xml | 4 + .../MaxLengthViolation/qualifier/type.xml | 53 + .../resource/contentType.xml | 4 + .../MaxLengthViolation/resource/path.xml | 4 + .../specificAssetId/name.xml | 51 + .../specificAssetId/value.xml | 51 + .../valueReferencePair/value.xml | 12 + .../administrativeInformation/revision.xml | 70 + .../administrativeInformation/templateId.xml | 70 + .../administrativeInformation/version.xml | 70 + .../annotations.xml | 159 + .../assetAdministrationShell/submodels.xml | 104 + .../assetInformation/assetType.xml | 22 + .../assetInformation/globalAssetId.xml | 22 + .../assetInformation/specificAssetIds.xml | 9 + .../basicEventElement/messageTopic.xml | 172 + .../MinLengthViolation/blob/contentType.xml | 142 + .../conceptDescription/isCaseOf.xml | 103 + .../dataSpecificationIec61360/definition.xml | 36 + .../preferredName.xml | 36 + .../dataSpecificationIec61360/shortName.xml | 36 + .../sourceOfDefinition.xml | 41 + .../dataSpecificationIec61360/symbol.xml | 41 + .../dataSpecificationIec61360/unit.xml | 41 + .../dataSpecificationIec61360/value.xml | 41 + .../dataSpecificationIec61360/valueFormat.xml | 41 + .../entity/globalAssetId.xml | 161 + .../entity/specificAssetIds.xml | 148 + .../MinLengthViolation/entity/statements.xml | 157 + .../environment/assetAdministrationShells.xml | 13 + .../environment/conceptDescriptions.xml | 24 + .../environment/submodels.xml | 24 + .../MinLengthViolation/eventPayload/topic.xml | 54 + .../MinLengthViolation/extension/name.xml | 63 + .../MinLengthViolation/extension/refersTo.xml | 44 + .../MinLengthViolation/file/contentType.xml | 142 + .../Invalid/MinLengthViolation/file/value.xml | 142 + .../Invalid/MinLengthViolation/key/value.xml | 4 + .../multiLanguageProperty/value.xml | 150 + .../operation/inoutputVariables.xml | 166 + .../operation/inputVariables.xml | 181 + .../operation/outputVariables.xml | 174 + .../MinLengthViolation/qualifier/type.xml | 53 + .../MinLengthViolation/reference/keys.xml | 13 + .../resource/contentType.xml | 4 + .../MinLengthViolation/resource/path.xml | 4 + .../specificAssetId/name.xml | 51 + .../specificAssetId/value.xml | 51 + .../submodel/submodelElements.xml | 144 + .../submodelElementCollection/value.xml | 141 + .../submodelElementList/value.xml | 153 + .../valueList/valueReferencePairs.xml | 3 + .../valueReferencePair/value.xml | 12 + .../revision/dot.xml | 3 + .../revision/letter.xml | 3 + .../revision/negative.xml | 3 + .../administrativeInformation/version/dot.xml | 3 + .../version/letter.xml | 3 + .../version/negative.xml | 3 + .../date_time_with_UTC_and_suffix.xml | 18 + .../lastUpdate/date_time_with_offset.xml | 18 + .../lastUpdate/date_time_without_zone.xml | 18 + .../basicEventElement/lastUpdate/empty.xml | 18 + .../lastUpdate/invalid_february_29th.xml | 18 + .../lastUpdate/negatively_fuzzed_02.xml | 18 + .../lastUpdate/negatively_fuzzed_03.xml | 18 + .../lastUpdate/negatively_fuzzed_04.xml | 18 + .../lastUpdate/negatively_fuzzed_05.xml | 18 + .../lastUpdate/negatively_fuzzed_06.xml | 18 + .../lastUpdate/negatively_fuzzed_08.xml | 18 + .../lastUpdate/negatively_fuzzed_09.xml | 18 + .../lastUpdate/negatively_fuzzed_10.xml | 18 + .../lastUpdate/only_date.xml | 18 + .../lastUpdate/only_date_with_time_zone.xml | 18 + .../lastUpdate/without_minutes.xml | 18 + .../lastUpdate/without_seconds.xml | 18 + .../basicEventElement/maxInterval/empty.xml | 18 + .../maxInterval/free_form_text.xml | 18 + .../basicEventElement/maxInterval/integer.xml | 18 + .../maxInterval/leading_P_missing.xml | 18 + .../maxInterval/negative_years.xml | 18 + .../positive_year_negative_months.xml | 18 + .../maxInterval/separator_T_missing.xml | 18 + .../maxInterval/the_order_matters.xml | 18 + .../basicEventElement/minInterval/empty.xml | 18 + .../minInterval/free_form_text.xml | 18 + .../basicEventElement/minInterval/integer.xml | 18 + .../minInterval/leading_P_missing.xml | 18 + .../minInterval/negative_years.xml | 18 + .../positive_year_negative_months.xml | 18 + .../minInterval/separator_T_missing.xml | 18 + .../minInterval/the_order_matters.xml | 18 + .../blob/contentType/empty.xml | 3 + .../blob/contentType/negatively_fuzzed_03.xml | 3 + .../blob/contentType/negatively_fuzzed_04.xml | 3 + .../blob/contentType/negatively_fuzzed_05.xml | 3 + .../blob/contentType/negatively_fuzzed_06.xml | 3 + .../blob/contentType/negatively_fuzzed_07.xml | 3 + .../blob/contentType/negatively_fuzzed_08.xml | 3 + .../blob/contentType/negatively_fuzzed_09.xml | 3 + .../blob/contentType/negatively_fuzzed_10.xml | 3 + .../blob/contentType/number.xml | 3 + .../date_time_with_UTC_and_suffix.xml | 25 + .../timeStamp/date_time_with_offset.xml | 25 + .../timeStamp/date_time_without_zone.xml | 25 + .../eventPayload/timeStamp/empty.xml | 25 + .../timeStamp/invalid_february_29th.xml | 25 + .../timeStamp/negatively_fuzzed_02.xml | 25 + .../timeStamp/negatively_fuzzed_03.xml | 25 + .../timeStamp/negatively_fuzzed_04.xml | 25 + .../timeStamp/negatively_fuzzed_05.xml | 25 + .../timeStamp/negatively_fuzzed_06.xml | 25 + .../timeStamp/negatively_fuzzed_08.xml | 25 + .../timeStamp/negatively_fuzzed_09.xml | 25 + .../timeStamp/negatively_fuzzed_10.xml | 25 + .../eventPayload/timeStamp/only_date.xml | 25 + .../timeStamp/only_date_with_time_zone.xml | 25 + .../timeStamp/without_minutes.xml | 25 + .../timeStamp/without_seconds.xml | 25 + .../file/contentType/empty.xml | 3 + .../file/contentType/negatively_fuzzed_03.xml | 3 + .../file/contentType/negatively_fuzzed_04.xml | 3 + .../file/contentType/negatively_fuzzed_05.xml | 3 + .../file/contentType/negatively_fuzzed_06.xml | 3 + .../file/contentType/negatively_fuzzed_07.xml | 3 + .../file/contentType/negatively_fuzzed_08.xml | 3 + .../file/contentType/negatively_fuzzed_09.xml | 3 + .../file/contentType/negatively_fuzzed_10.xml | 3 + .../file/contentType/number.xml | 3 + .../file/value/negatively_fuzzed_01.xml | 3 + .../file/value/negatively_fuzzed_02.xml | 3 + .../file/value/negatively_fuzzed_03.xml | 3 + .../file/value/negatively_fuzzed_05.xml | 3 + .../file/value/negatively_fuzzed_06.xml | 3 + .../file/value/negatively_fuzzed_07.xml | 3 + .../file/value/negatively_fuzzed_08.xml | 3 + .../file/value/negatively_fuzzed_09.xml | 3 + .../file/value/negatively_fuzzed_10.xml | 3 + .../file/value/negatively_made_up_01.xml | 3 + .../file/value/negatively_made_up_02.xml | 3 + .../resource/contentType/empty.xml | 4 + .../contentType/negatively_fuzzed_03.xml | 4 + .../contentType/negatively_fuzzed_04.xml | 4 + .../contentType/negatively_fuzzed_05.xml | 4 + .../contentType/negatively_fuzzed_06.xml | 4 + .../contentType/negatively_fuzzed_07.xml | 4 + .../contentType/negatively_fuzzed_08.xml | 4 + .../contentType/negatively_fuzzed_09.xml | 4 + .../contentType/negatively_fuzzed_10.xml | 4 + .../resource/contentType/number.xml | 4 + .../resource/path/negatively_fuzzed_01.xml | 3 + .../resource/path/negatively_fuzzed_02.xml | 3 + .../resource/path/negatively_fuzzed_03.xml | 3 + .../resource/path/negatively_fuzzed_05.xml | 3 + .../resource/path/negatively_fuzzed_06.xml | 3 + .../resource/path/negatively_fuzzed_07.xml | 3 + .../resource/path/negatively_fuzzed_08.xml | 3 + .../resource/path/negatively_fuzzed_09.xml | 3 + .../resource/path/negatively_fuzzed_10.xml | 3 + .../resource/path/negatively_made_up_01.xml | 3 + .../resource/path/negatively_made_up_02.xml | 3 + .../administrativeInformation/wrong.xml | 1 + .../annotatedRelationshipElement/wrong.xml | 1 + .../assetAdministrationShell/wrong.xml | 7 + .../assetInformation/wrong.xml | 4 + .../basicEventElement/wrong.xml | 17 + .../InvalidClassName/blob/wrong.xml | 1 + .../InvalidClassName/capability/wrong.xml | 1 + .../conceptDescription/wrong.xml | 3 + .../dataSpecificationIec61360/wrong.xml | 8 + .../embeddedDataSpecification/wrong.xml | 21 + .../InvalidClassName/entity/wrong.xml | 1 + .../InvalidClassName/environment/wrong.xml | 1 + .../InvalidClassName/eventPayload/wrong.xml | 25 + .../InvalidClassName/extension/wrong.xml | 3 + .../InvalidClassName/file/wrong.xml | 1 + .../InvalidClassName/key/wrong.xml | 4 + .../wrong.xml | 4 + .../langStringNameType/wrong.xml | 4 + .../wrong.xml | 4 + .../langStringShortNameTypeIec61360/wrong.xml | 4 + .../langStringTextType/wrong.xml | 4 + .../InvalidClassName/levelType/wrong.xml | 6 + .../multiLanguageProperty/wrong.xml | 1 + .../InvalidClassName/operation/wrong.xml | 1 + .../operationVariable/wrong.xml | 8 + .../InvalidClassName/property/wrong.xml | 3 + .../InvalidClassName/qualifier/wrong.xml | 4 + .../InvalidClassName/range/wrong.xml | 3 + .../InvalidClassName/reference/wrong.xml | 9 + .../referenceElement/wrong.xml | 1 + .../relationshipElement/wrong.xml | 1 + .../InvalidClassName/resource/wrong.xml | 3 + .../specificAssetId/wrong.xml | 4 + .../InvalidClassName/submodel/wrong.xml | 3 + .../submodelElementCollection/wrong.xml | 1 + .../submodelElementList/wrong.xml | 3 + .../InvalidClassName/valueList/wrong.xml | 7 + .../valueReferencePair/wrong.xml | 3 + .../assetInformation.xml | 3 + .../assetAdministrationShell/id.xml | 6 + .../assetInformation/assetKind.xml | 3 + .../basicEventElement/direction.xml | 16 + .../basicEventElement/observed.xml | 4 + .../basicEventElement/state.xml | 16 + .../conceptDescription/id.xml | 1 + .../preferredName.xml | 1 + .../dataSpecification.xml | 12 + .../dataSpecificationContent.xml | 11 + .../eventPayload/observableReference.xml | 16 + .../RequiredViolation/eventPayload/source.xml | 12 + .../eventPayload/timeStamp.xml | 24 + .../RequiredViolation/extension/name.xml | 1 + .../RequiredViolation/key/type.xml | 3 + .../RequiredViolation/key/value.xml | 3 + .../language.xml | 3 + .../langStringDefinitionTypeIec61360/text.xml | 3 + .../langStringNameType/language.xml | 3 + .../langStringNameType/text.xml | 3 + .../language.xml | 3 + .../text.xml | 3 + .../language.xml | 3 + .../langStringShortNameTypeIec61360/text.xml | 3 + .../langStringTextType/language.xml | 3 + .../langStringTextType/text.xml | 3 + .../RequiredViolation/levelType/max.xml | 5 + .../RequiredViolation/levelType/min.xml | 5 + .../RequiredViolation/levelType/nom.xml | 5 + .../RequiredViolation/levelType/typ.xml | 5 + .../operationVariable/value.xml | 1 + .../RequiredViolation/property/valueType.xml | 1 + .../RequiredViolation/qualifier/type.xml | 3 + .../RequiredViolation/qualifier/valueType.xml | 3 + .../RequiredViolation/range/valueType.xml | 1 + .../RequiredViolation/reference/keys.xml | 3 + .../RequiredViolation/reference/type.xml | 8 + .../RequiredViolation/resource/path.xml | 1 + .../specificAssetId/name.xml | 3 + .../specificAssetId/value.xml | 3 + .../RequiredViolation/submodel/id.xml | 1 + .../typeValueListElement.xml | 1 + .../valueList/valueReferencePairs.xml | 1 + .../valueReferencePair/value.xml | 1 + .../administrativeInformation/creator.xml | 62 + .../embeddedDataSpecifications.xml | 15 + .../administrativeInformation/revision.xml | 78 + .../administrativeInformation/templateId.xml | 78 + .../administrativeInformation/version.xml | 78 + .../annotations.xml | 159 + .../annotatedRelationshipElement/category.xml | 174 + .../description.xml | 157 + .../displayName.xml | 157 + .../embeddedDataSpecifications.xml | 111 + .../extensions.xml | 159 + .../annotatedRelationshipElement/first.xml | 158 + .../annotatedRelationshipElement/idShort.xml | 174 + .../qualifiers.xml | 153 + .../annotatedRelationshipElement/second.xml | 158 + .../semanticId.xml | 158 + .../supplementalSemanticIds.xml | 138 + .../administration.xml | 123 + .../assetInformation.xml | 120 + .../assetAdministrationShell/category.xml | 131 + .../assetAdministrationShell/derivedFrom.xml | 115 + .../assetAdministrationShell/description.xml | 114 + .../assetAdministrationShell/displayName.xml | 114 + .../embeddedDataSpecifications.xml | 68 + .../assetAdministrationShell/extensions.xml | 116 + .../assetAdministrationShell/id.xml | 131 + .../assetAdministrationShell/idShort.xml | 131 + .../assetAdministrationShell/submodels.xml | 104 + .../assetInformation/assetKind.xml | 30 + .../assetInformation/assetType.xml | 30 + .../assetInformation/defaultThumbnail.xml | 20 + .../assetInformation/globalAssetId.xml | 30 + .../assetInformation/specificAssetIds.xml | 9 + .../basicEventElement/category.xml | 180 + .../basicEventElement/description.xml | 163 + .../basicEventElement/direction.xml | 180 + .../basicEventElement/displayName.xml | 163 + .../embeddedDataSpecifications.xml | 117 + .../basicEventElement/extensions.xml | 165 + .../basicEventElement/idShort.xml | 180 + .../basicEventElement/lastUpdate.xml | 180 + .../basicEventElement/maxInterval.xml | 180 + .../basicEventElement/messageBroker.xml | 160 + .../basicEventElement/messageTopic.xml | 180 + .../basicEventElement/minInterval.xml | 180 + .../basicEventElement/observed.xml | 160 + .../basicEventElement/qualifiers.xml | 159 + .../basicEventElement/semanticId.xml | 164 + .../TypeViolation/basicEventElement/state.xml | 180 + .../supplementalSemanticIds.xml | 144 + .../TypeViolation/blob/category.xml | 150 + .../TypeViolation/blob/contentType.xml | 150 + .../TypeViolation/blob/description.xml | 133 + .../TypeViolation/blob/displayName.xml | 133 + .../blob/embeddedDataSpecifications.xml | 87 + .../TypeViolation/blob/extensions.xml | 135 + .../TypeViolation/blob/idShort.xml | 150 + .../TypeViolation/blob/qualifiers.xml | 129 + .../TypeViolation/blob/semanticId.xml | 134 + .../blob/supplementalSemanticIds.xml | 114 + .../TypeViolation/blob/value.xml | 150 + .../TypeViolation/capability/category.xml | 148 + .../TypeViolation/capability/description.xml | 131 + .../TypeViolation/capability/displayName.xml | 131 + .../capability/embeddedDataSpecifications.xml | 85 + .../TypeViolation/capability/extensions.xml | 133 + .../TypeViolation/capability/idShort.xml | 148 + .../TypeViolation/capability/qualifiers.xml | 127 + .../TypeViolation/capability/semanticId.xml | 132 + .../capability/supplementalSemanticIds.xml | 112 + .../conceptDescription/administration.xml | 113 + .../conceptDescription/category.xml | 121 + .../conceptDescription/description.xml | 104 + .../conceptDescription/displayName.xml | 104 + .../embeddedDataSpecifications.xml | 46 + .../conceptDescription/extensions.xml | 106 + .../TypeViolation/conceptDescription/id.xml | 121 + .../conceptDescription/idShort.xml | 121 + .../conceptDescription/isCaseOf.xml | 103 + .../dataSpecificationIec61360/dataType.xml | 49 + .../dataSpecificationIec61360/definition.xml | 36 + .../dataSpecificationIec61360/levelType.xml | 36 + .../preferredName.xml | 36 + .../dataSpecificationIec61360/shortName.xml | 36 + .../sourceOfDefinition.xml | 49 + .../dataSpecificationIec61360/symbol.xml | 49 + .../dataSpecificationIec61360/unit.xml | 49 + .../dataSpecificationIec61360/unitId.xml | 33 + .../dataSpecificationIec61360/value.xml | 49 + .../dataSpecificationIec61360/valueFormat.xml | 49 + .../dataSpecification.xml | 17 + .../dataSpecificationContent.xml | 12 + .../TypeViolation/entity/category.xml | 169 + .../TypeViolation/entity/description.xml | 152 + .../TypeViolation/entity/displayName.xml | 152 + .../entity/embeddedDataSpecifications.xml | 106 + .../TypeViolation/entity/entityType.xml | 169 + .../TypeViolation/entity/extensions.xml | 154 + .../TypeViolation/entity/globalAssetId.xml | 169 + .../TypeViolation/entity/idShort.xml | 169 + .../TypeViolation/entity/qualifiers.xml | 148 + .../TypeViolation/entity/semanticId.xml | 153 + .../TypeViolation/entity/specificAssetIds.xml | 148 + .../TypeViolation/entity/statements.xml | 157 + .../entity/supplementalSemanticIds.xml | 133 + .../environment/assetAdministrationShells.xml | 13 + .../environment/conceptDescriptions.xml | 24 + .../TypeViolation/environment/submodels.xml | 24 + .../eventPayload/observableReference.xml | 46 + .../eventPayload/observableSemanticId.xml | 46 + .../TypeViolation/eventPayload/payload.xml | 62 + .../TypeViolation/eventPayload/source.xml | 42 + .../eventPayload/sourceSemanticId.xml | 46 + .../TypeViolation/eventPayload/subjectId.xml | 46 + .../TypeViolation/eventPayload/timeStamp.xml | 62 + .../TypeViolation/eventPayload/topic.xml | 62 + .../TypeViolation/extension/name.xml | 71 + .../TypeViolation/extension/refersTo.xml | 44 + .../TypeViolation/extension/semanticId.xml | 55 + .../extension/supplementalSemanticIds.xml | 35 + .../TypeViolation/extension/value.xml | 71 + .../TypeViolation/extension/valueType.xml | 71 + .../TypeViolation/file/category.xml | 150 + .../TypeViolation/file/contentType.xml | 150 + .../TypeViolation/file/description.xml | 133 + .../TypeViolation/file/displayName.xml | 133 + .../file/embeddedDataSpecifications.xml | 87 + .../TypeViolation/file/extensions.xml | 135 + .../TypeViolation/file/idShort.xml | 150 + .../TypeViolation/file/qualifiers.xml | 129 + .../TypeViolation/file/semanticId.xml | 134 + .../file/supplementalSemanticIds.xml | 114 + .../TypeViolation/file/value.xml | 150 + .../Unserializable/TypeViolation/key/type.xml | 12 + .../TypeViolation/key/value.xml | 12 + .../language.xml | 12 + .../langStringDefinitionTypeIec61360/text.xml | 12 + .../langStringNameType/language.xml | 12 + .../TypeViolation/langStringNameType/text.xml | 12 + .../language.xml | 12 + .../text.xml | 12 + .../language.xml | 12 + .../langStringShortNameTypeIec61360/text.xml | 12 + .../langStringTextType/language.xml | 12 + .../TypeViolation/langStringTextType/text.xml | 12 + .../TypeViolation/levelType/max.xml | 14 + .../TypeViolation/levelType/min.xml | 14 + .../TypeViolation/levelType/nom.xml | 14 + .../TypeViolation/levelType/typ.xml | 14 + .../multiLanguageProperty/category.xml | 167 + .../multiLanguageProperty/description.xml | 150 + .../multiLanguageProperty/displayName.xml | 150 + .../embeddedDataSpecifications.xml | 104 + .../multiLanguageProperty/extensions.xml | 152 + .../multiLanguageProperty/idShort.xml | 167 + .../multiLanguageProperty/qualifiers.xml | 146 + .../multiLanguageProperty/semanticId.xml | 151 + .../supplementalSemanticIds.xml | 131 + .../multiLanguageProperty/value.xml | 150 + .../multiLanguageProperty/valueId.xml | 151 + .../TypeViolation/operation/category.xml | 197 + .../TypeViolation/operation/description.xml | 180 + .../TypeViolation/operation/displayName.xml | 180 + .../operation/embeddedDataSpecifications.xml | 134 + .../TypeViolation/operation/extensions.xml | 182 + .../TypeViolation/operation/idShort.xml | 197 + .../operation/inoutputVariables.xml | 166 + .../operation/inputVariables.xml | 181 + .../operation/outputVariables.xml | 174 + .../TypeViolation/operation/qualifiers.xml | 176 + .../TypeViolation/operation/semanticId.xml | 181 + .../operation/supplementalSemanticIds.xml | 161 + .../TypeViolation/operationVariable/value.xml | 3 + .../TypeViolation/property/category.xml | 159 + .../TypeViolation/property/description.xml | 142 + .../TypeViolation/property/displayName.xml | 142 + .../property/embeddedDataSpecifications.xml | 96 + .../TypeViolation/property/extensions.xml | 144 + .../TypeViolation/property/idShort.xml | 159 + .../TypeViolation/property/qualifiers.xml | 138 + .../TypeViolation/property/semanticId.xml | 143 + .../property/supplementalSemanticIds.xml | 123 + .../TypeViolation/property/value.xml | 159 + .../TypeViolation/property/valueId.xml | 143 + .../TypeViolation/property/valueType.xml | 159 + .../TypeViolation/qualifier/kind.xml | 61 + .../TypeViolation/qualifier/semanticId.xml | 45 + .../qualifier/supplementalSemanticIds.xml | 25 + .../TypeViolation/qualifier/type.xml | 61 + .../TypeViolation/qualifier/value.xml | 61 + .../TypeViolation/qualifier/valueId.xml | 45 + .../TypeViolation/qualifier/valueType.xml | 61 + .../TypeViolation/range/category.xml | 151 + .../TypeViolation/range/description.xml | 134 + .../TypeViolation/range/displayName.xml | 134 + .../range/embeddedDataSpecifications.xml | 88 + .../TypeViolation/range/extensions.xml | 136 + .../TypeViolation/range/idShort.xml | 151 + .../TypeViolation/range/max.xml | 151 + .../TypeViolation/range/min.xml | 151 + .../TypeViolation/range/qualifiers.xml | 130 + .../TypeViolation/range/semanticId.xml | 135 + .../range/supplementalSemanticIds.xml | 115 + .../TypeViolation/range/valueType.xml | 151 + .../TypeViolation/reference/keys.xml | 13 + .../reference/referredSemanticId.xml | 10 + .../TypeViolation/reference/type.xml | 26 + .../referenceElement/category.xml | 157 + .../referenceElement/description.xml | 140 + .../referenceElement/displayName.xml | 140 + .../embeddedDataSpecifications.xml | 94 + .../referenceElement/extensions.xml | 142 + .../referenceElement/idShort.xml | 157 + .../referenceElement/qualifiers.xml | 136 + .../referenceElement/semanticId.xml | 141 + .../supplementalSemanticIds.xml | 121 + .../TypeViolation/referenceElement/value.xml | 141 + .../relationshipElement/category.xml | 166 + .../relationshipElement/description.xml | 149 + .../relationshipElement/displayName.xml | 149 + .../embeddedDataSpecifications.xml | 103 + .../relationshipElement/extensions.xml | 151 + .../relationshipElement/first.xml | 150 + .../relationshipElement/idShort.xml | 166 + .../relationshipElement/qualifiers.xml | 145 + .../relationshipElement/second.xml | 150 + .../relationshipElement/semanticId.xml | 150 + .../supplementalSemanticIds.xml | 130 + .../TypeViolation/resource/contentType.xml | 12 + .../TypeViolation/resource/path.xml | 12 + .../specificAssetId/externalSubjectId.xml | 43 + .../TypeViolation/specificAssetId/name.xml | 59 + .../specificAssetId/semanticId.xml | 43 + .../supplementalSemanticIds.xml | 23 + .../TypeViolation/specificAssetId/value.xml | 59 + .../TypeViolation/submodel/administration.xml | 152 + .../TypeViolation/submodel/category.xml | 160 + .../TypeViolation/submodel/description.xml | 143 + .../TypeViolation/submodel/displayName.xml | 143 + .../submodel/embeddedDataSpecifications.xml | 97 + .../TypeViolation/submodel/extensions.xml | 145 + .../TypeViolation/submodel/id.xml | 160 + .../TypeViolation/submodel/idShort.xml | 160 + .../TypeViolation/submodel/kind.xml | 160 + .../TypeViolation/submodel/qualifiers.xml | 139 + .../TypeViolation/submodel/semanticId.xml | 144 + .../submodel/submodelElements.xml | 144 + .../submodel/supplementalSemanticIds.xml | 124 + .../submodelElementCollection/category.xml | 171 + .../submodelElementCollection/description.xml | 154 + .../submodelElementCollection/displayName.xml | 154 + .../embeddedDataSpecifications.xml | 108 + .../submodelElementCollection/extensions.xml | 156 + .../submodelElementCollection/idShort.xml | 171 + .../submodelElementCollection/qualifiers.xml | 150 + .../submodelElementCollection/semanticId.xml | 155 + .../supplementalSemanticIds.xml | 135 + .../submodelElementCollection/value.xml | 141 + .../submodelElementList/category.xml | 186 + .../submodelElementList/description.xml | 169 + .../submodelElementList/displayName.xml | 169 + .../embeddedDataSpecifications.xml | 123 + .../submodelElementList/extensions.xml | 171 + .../submodelElementList/idShort.xml | 186 + .../submodelElementList/orderRelevant.xml | 186 + .../submodelElementList/qualifiers.xml | 165 + .../submodelElementList/semanticId.xml | 170 + .../semanticIdListElement.xml | 170 + .../supplementalSemanticIds.xml | 150 + .../typeValueListElement.xml | 186 + .../submodelElementList/value.xml | 153 + .../valueTypeListElement.xml | 186 + .../valueList/valueReferencePairs.xml | 3 + .../valueReferencePair/value.xml | 20 + .../valueReferencePair/valueId.xml | 4 + .../administrativeInformation/instance.xml | 3 + .../annotatedRelationshipElement/instance.xml | 3 + .../assetAdministrationShell/instance.xml | 8 + .../assetInformation/instance.xml | 5 + .../basicEventElement/instance.xml | 18 + .../blob/instance.xml | 3 + .../capability/instance.xml | 3 + .../conceptDescription/instance.xml | 4 + .../dataSpecificationIec61360/instance.xml | 9 + .../embeddedDataSpecification/instance.xml | 22 + .../entity/instance.xml | 3 + .../environment/instance.xml | 3 + .../eventPayload/instance.xml | 26 + .../extension/instance.xml | 4 + .../file/instance.xml | 3 + .../key/instance.xml | 5 + .../instance.xml | 5 + .../langStringNameType/instance.xml | 5 + .../instance.xml | 5 + .../instance.xml | 5 + .../langStringTextType/instance.xml | 5 + .../levelType/instance.xml | 7 + .../multiLanguageProperty/instance.xml | 3 + .../operation/instance.xml | 3 + .../operationVariable/instance.xml | 9 + .../property/instance.xml | 4 + .../qualifier/instance.xml | 5 + .../range/instance.xml | 4 + .../reference/instance.xml | 10 + .../referenceElement/instance.xml | 3 + .../relationshipElement/instance.xml | 3 + .../resource/instance.xml | 4 + .../specificAssetId/instance.xml | 5 + .../submodel/instance.xml | 4 + .../submodelElementCollection/instance.xml | 3 + .../submodelElementList/instance.xml | 4 + .../valueList/instance.xml | 8 + .../valueReferencePair/instance.xml | 4 + .../administrativeInformation/wrong.xml.error | 1 + .../wrong.xml.error | 1 + .../assetAdministrationShell/wrong.xml.error | 1 + .../assetInformation/wrong.xml.error | 1 + .../basicEventElement/wrong.xml.error | 1 + .../InvalidClassName/blob/wrong.xml.error | 1 + .../capability/wrong.xml.error | 1 + .../conceptDescription/wrong.xml.error | 1 + .../dataSpecificationIec61360/wrong.xml.error | 1 + .../embeddedDataSpecification/wrong.xml.error | 1 + .../InvalidClassName/entity/wrong.xml.error | 1 + .../environment/wrong.xml.error | 1 + .../eventPayload/wrong.xml.error | 1 + .../extension/wrong.xml.error | 1 + .../InvalidClassName/file/wrong.xml.error | 1 + .../InvalidClassName/key/wrong.xml.error | 1 + .../wrong.xml.error | 1 + .../langStringNameType/wrong.xml.error | 1 + .../wrong.xml.error | 1 + .../wrong.xml.error | 1 + .../langStringTextType/wrong.xml.error | 1 + .../levelType/wrong.xml.error | 1 + .../multiLanguageProperty/wrong.xml.error | 1 + .../operation/wrong.xml.error | 1 + .../operationVariable/wrong.xml.error | 1 + .../InvalidClassName/property/wrong.xml.error | 1 + .../qualifier/wrong.xml.error | 1 + .../InvalidClassName/range/wrong.xml.error | 1 + .../reference/wrong.xml.error | 1 + .../referenceElement/wrong.xml.error | 1 + .../relationshipElement/wrong.xml.error | 1 + .../InvalidClassName/resource/wrong.xml.error | 1 + .../specificAssetId/wrong.xml.error | 1 + .../InvalidClassName/submodel/wrong.xml.error | 1 + .../submodelElementCollection/wrong.xml.error | 1 + .../submodelElementList/wrong.xml.error | 1 + .../valueList/wrong.xml.error | 1 + .../valueReferencePair/wrong.xml.error | 1 + .../assetInformation.xml.error | 1 + .../assetAdministrationShell/id.xml.error | 1 + .../assetInformation/assetKind.xml.error | 1 + .../basicEventElement/direction.xml.error | 1 + .../basicEventElement/observed.xml.error | 1 + .../basicEventElement/state.xml.error | 1 + .../conceptDescription/id.xml.error | 1 + .../preferredName.xml.error | 1 + .../dataSpecification.xml.error | 1 + .../dataSpecificationContent.xml.error | 1 + .../observableReference.xml.error | 1 + .../eventPayload/source.xml.error | 1 + .../eventPayload/timeStamp.xml.error | 1 + .../extension/name.xml.error | 1 + .../RequiredViolation/key/type.xml.error | 1 + .../RequiredViolation/key/value.xml.error | 1 + .../language.xml.error | 1 + .../text.xml.error | 1 + .../langStringNameType/language.xml.error | 1 + .../langStringNameType/text.xml.error | 1 + .../language.xml.error | 1 + .../text.xml.error | 1 + .../language.xml.error | 1 + .../text.xml.error | 1 + .../langStringTextType/language.xml.error | 1 + .../langStringTextType/text.xml.error | 1 + .../RequiredViolation/levelType/max.xml.error | 1 + .../RequiredViolation/levelType/min.xml.error | 1 + .../RequiredViolation/levelType/nom.xml.error | 1 + .../RequiredViolation/levelType/typ.xml.error | 1 + .../operationVariable/value.xml.error | 1 + .../property/valueType.xml.error | 1 + .../qualifier/type.xml.error | 1 + .../qualifier/valueType.xml.error | 1 + .../range/valueType.xml.error | 1 + .../reference/keys.xml.error | 1 + .../reference/type.xml.error | 1 + .../RequiredViolation/resource/path.xml.error | 1 + .../specificAssetId/name.xml.error | 1 + .../specificAssetId/value.xml.error | 1 + .../RequiredViolation/submodel/id.xml.error | 1 + .../typeValueListElement.xml.error | 1 + .../valueList/valueReferencePairs.xml.error | 1 + .../valueReferencePair/value.xml.error | 1 + .../creator.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../revision.xml.error | 1 + .../templateId.xml.error | 1 + .../version.xml.error | 1 + .../annotations.xml.error | 1 + .../category.xml.error | 1 + .../description.xml.error | 1 + .../displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../extensions.xml.error | 1 + .../first.xml.error | 1 + .../idShort.xml.error | 1 + .../qualifiers.xml.error | 1 + .../second.xml.error | 1 + .../semanticId.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../administration.xml.error | 1 + .../assetInformation.xml.error | 1 + .../category.xml.error | 1 + .../derivedFrom.xml.error | 1 + .../description.xml.error | 1 + .../displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../extensions.xml.error | 1 + .../assetAdministrationShell/id.xml.error | 1 + .../idShort.xml.error | 1 + .../submodels.xml.error | 1 + .../assetInformation/assetKind.xml.error | 2 + .../assetInformation/assetType.xml.error | 1 + .../defaultThumbnail.xml.error | 1 + .../assetInformation/globalAssetId.xml.error | 1 + .../specificAssetIds.xml.error | 1 + .../basicEventElement/category.xml.error | 1 + .../basicEventElement/description.xml.error | 1 + .../basicEventElement/direction.xml.error | 2 + .../basicEventElement/displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../basicEventElement/extensions.xml.error | 1 + .../basicEventElement/idShort.xml.error | 1 + .../basicEventElement/lastUpdate.xml.error | 1 + .../basicEventElement/maxInterval.xml.error | 1 + .../basicEventElement/messageBroker.xml.error | 1 + .../basicEventElement/messageTopic.xml.error | 1 + .../basicEventElement/minInterval.xml.error | 1 + .../basicEventElement/observed.xml.error | 1 + .../basicEventElement/qualifiers.xml.error | 1 + .../basicEventElement/semanticId.xml.error | 1 + .../basicEventElement/state.xml.error | 2 + .../supplementalSemanticIds.xml.error | 1 + .../TypeViolation/blob/category.xml.error | 1 + .../TypeViolation/blob/contentType.xml.error | 1 + .../TypeViolation/blob/description.xml.error | 1 + .../TypeViolation/blob/displayName.xml.error | 1 + .../blob/embeddedDataSpecifications.xml.error | 1 + .../TypeViolation/blob/extensions.xml.error | 1 + .../TypeViolation/blob/idShort.xml.error | 1 + .../TypeViolation/blob/qualifiers.xml.error | 1 + .../TypeViolation/blob/semanticId.xml.error | 1 + .../blob/supplementalSemanticIds.xml.error | 1 + .../TypeViolation/blob/value.xml.error | 1 + .../capability/category.xml.error | 1 + .../capability/description.xml.error | 1 + .../capability/displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../capability/extensions.xml.error | 1 + .../capability/idShort.xml.error | 1 + .../capability/qualifiers.xml.error | 1 + .../capability/semanticId.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../administration.xml.error | 1 + .../conceptDescription/category.xml.error | 1 + .../conceptDescription/description.xml.error | 1 + .../conceptDescription/displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../conceptDescription/extensions.xml.error | 1 + .../conceptDescription/id.xml.error | 1 + .../conceptDescription/idShort.xml.error | 1 + .../conceptDescription/isCaseOf.xml.error | 1 + .../dataType.xml.error | 2 + .../definition.xml.error | 1 + .../levelType.xml.error | 1 + .../preferredName.xml.error | 1 + .../shortName.xml.error | 1 + .../sourceOfDefinition.xml.error | 1 + .../symbol.xml.error | 1 + .../dataSpecificationIec61360/unit.xml.error | 1 + .../unitId.xml.error | 1 + .../dataSpecificationIec61360/value.xml.error | 1 + .../valueFormat.xml.error | 1 + .../dataSpecification.xml.error | 1 + .../dataSpecificationContent.xml.error | 1 + .../TypeViolation/entity/category.xml.error | 1 + .../entity/description.xml.error | 1 + .../entity/displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../TypeViolation/entity/entityType.xml.error | 2 + .../TypeViolation/entity/extensions.xml.error | 1 + .../entity/globalAssetId.xml.error | 1 + .../TypeViolation/entity/idShort.xml.error | 1 + .../TypeViolation/entity/qualifiers.xml.error | 1 + .../TypeViolation/entity/semanticId.xml.error | 1 + .../entity/specificAssetIds.xml.error | 1 + .../TypeViolation/entity/statements.xml.error | 1 + .../entity/supplementalSemanticIds.xml.error | 1 + .../assetAdministrationShells.xml.error | 1 + .../environment/conceptDescriptions.xml.error | 1 + .../environment/submodels.xml.error | 1 + .../observableReference.xml.error | 1 + .../observableSemanticId.xml.error | 1 + .../eventPayload/payload.xml.error | 1 + .../eventPayload/source.xml.error | 1 + .../eventPayload/sourceSemanticId.xml.error | 1 + .../eventPayload/subjectId.xml.error | 1 + .../eventPayload/timeStamp.xml.error | 1 + .../eventPayload/topic.xml.error | 1 + .../TypeViolation/extension/name.xml.error | 1 + .../extension/refersTo.xml.error | 1 + .../extension/semanticId.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../TypeViolation/extension/value.xml.error | 1 + .../extension/valueType.xml.error | 2 + .../TypeViolation/file/category.xml.error | 1 + .../TypeViolation/file/contentType.xml.error | 1 + .../TypeViolation/file/description.xml.error | 1 + .../TypeViolation/file/displayName.xml.error | 1 + .../file/embeddedDataSpecifications.xml.error | 1 + .../TypeViolation/file/extensions.xml.error | 1 + .../TypeViolation/file/idShort.xml.error | 1 + .../TypeViolation/file/qualifiers.xml.error | 1 + .../TypeViolation/file/semanticId.xml.error | 1 + .../file/supplementalSemanticIds.xml.error | 1 + .../TypeViolation/file/value.xml.error | 1 + .../TypeViolation/key/type.xml.error | 2 + .../TypeViolation/key/value.xml.error | 1 + .../language.xml.error | 1 + .../text.xml.error | 1 + .../langStringNameType/language.xml.error | 1 + .../langStringNameType/text.xml.error | 1 + .../language.xml.error | 1 + .../text.xml.error | 1 + .../language.xml.error | 1 + .../text.xml.error | 1 + .../langStringTextType/language.xml.error | 1 + .../langStringTextType/text.xml.error | 1 + .../TypeViolation/levelType/max.xml.error | 2 + .../TypeViolation/levelType/min.xml.error | 2 + .../TypeViolation/levelType/nom.xml.error | 2 + .../TypeViolation/levelType/typ.xml.error | 2 + .../multiLanguageProperty/category.xml.error | 1 + .../description.xml.error | 1 + .../displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../extensions.xml.error | 1 + .../multiLanguageProperty/idShort.xml.error | 1 + .../qualifiers.xml.error | 1 + .../semanticId.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../multiLanguageProperty/value.xml.error | 1 + .../multiLanguageProperty/valueId.xml.error | 1 + .../operation/category.xml.error | 1 + .../operation/description.xml.error | 1 + .../operation/displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../operation/extensions.xml.error | 1 + .../TypeViolation/operation/idShort.xml.error | 1 + .../operation/inoutputVariables.xml.error | 1 + .../operation/inputVariables.xml.error | 1 + .../operation/outputVariables.xml.error | 1 + .../operation/qualifiers.xml.error | 1 + .../operation/semanticId.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../operationVariable/value.xml.error | 1 + .../TypeViolation/property/category.xml.error | 1 + .../property/description.xml.error | 1 + .../property/displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../property/extensions.xml.error | 1 + .../TypeViolation/property/idShort.xml.error | 1 + .../property/qualifiers.xml.error | 1 + .../property/semanticId.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../TypeViolation/property/value.xml.error | 1 + .../TypeViolation/property/valueId.xml.error | 1 + .../property/valueType.xml.error | 2 + .../TypeViolation/qualifier/kind.xml.error | 2 + .../qualifier/semanticId.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../TypeViolation/qualifier/type.xml.error | 1 + .../TypeViolation/qualifier/value.xml.error | 1 + .../TypeViolation/qualifier/valueId.xml.error | 1 + .../qualifier/valueType.xml.error | 2 + .../TypeViolation/range/category.xml.error | 1 + .../TypeViolation/range/description.xml.error | 1 + .../TypeViolation/range/displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../TypeViolation/range/extensions.xml.error | 1 + .../TypeViolation/range/idShort.xml.error | 1 + .../TypeViolation/range/max.xml.error | 1 + .../TypeViolation/range/min.xml.error | 1 + .../TypeViolation/range/qualifiers.xml.error | 1 + .../TypeViolation/range/semanticId.xml.error | 1 + .../range/supplementalSemanticIds.xml.error | 1 + .../TypeViolation/range/valueType.xml.error | 2 + .../TypeViolation/reference/keys.xml.error | 1 + .../reference/referredSemanticId.xml.error | 1 + .../TypeViolation/reference/type.xml.error | 2 + .../referenceElement/category.xml.error | 1 + .../referenceElement/description.xml.error | 1 + .../referenceElement/displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../referenceElement/extensions.xml.error | 1 + .../referenceElement/idShort.xml.error | 1 + .../referenceElement/qualifiers.xml.error | 1 + .../referenceElement/semanticId.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../referenceElement/value.xml.error | 1 + .../relationshipElement/category.xml.error | 1 + .../relationshipElement/description.xml.error | 1 + .../relationshipElement/displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../relationshipElement/extensions.xml.error | 1 + .../relationshipElement/first.xml.error | 1 + .../relationshipElement/idShort.xml.error | 1 + .../relationshipElement/qualifiers.xml.error | 1 + .../relationshipElement/second.xml.error | 1 + .../relationshipElement/semanticId.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../resource/contentType.xml.error | 1 + .../TypeViolation/resource/path.xml.error | 1 + .../externalSubjectId.xml.error | 1 + .../specificAssetId/name.xml.error | 1 + .../specificAssetId/semanticId.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../specificAssetId/value.xml.error | 1 + .../submodel/administration.xml.error | 1 + .../TypeViolation/submodel/category.xml.error | 1 + .../submodel/description.xml.error | 1 + .../submodel/displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../submodel/extensions.xml.error | 1 + .../TypeViolation/submodel/id.xml.error | 1 + .../TypeViolation/submodel/idShort.xml.error | 1 + .../TypeViolation/submodel/kind.xml.error | 2 + .../submodel/qualifiers.xml.error | 1 + .../submodel/semanticId.xml.error | 1 + .../submodel/submodelElements.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../category.xml.error | 1 + .../description.xml.error | 1 + .../displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../extensions.xml.error | 1 + .../idShort.xml.error | 1 + .../qualifiers.xml.error | 1 + .../semanticId.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../submodelElementCollection/value.xml.error | 1 + .../submodelElementList/category.xml.error | 1 + .../submodelElementList/description.xml.error | 1 + .../submodelElementList/displayName.xml.error | 1 + .../embeddedDataSpecifications.xml.error | 1 + .../submodelElementList/extensions.xml.error | 1 + .../submodelElementList/idShort.xml.error | 1 + .../orderRelevant.xml.error | 2 + .../submodelElementList/qualifiers.xml.error | 1 + .../submodelElementList/semanticId.xml.error | 1 + .../semanticIdListElement.xml.error | 1 + .../supplementalSemanticIds.xml.error | 1 + .../typeValueListElement.xml.error | 2 + .../submodelElementList/value.xml.error | 1 + .../valueTypeListElement.xml.error | 2 + .../valueList/valueReferencePairs.xml.error | 1 + .../valueReferencePair/value.xml.error | 1 + .../valueReferencePair/valueId.xml.error | 1 + .../instance.xml.error | 1 + .../instance.xml.error | 1 + .../instance.xml.error | 1 + .../assetInformation/instance.xml.error | 1 + .../basicEventElement/instance.xml.error | 1 + .../blob/instance.xml.error | 1 + .../capability/instance.xml.error | 1 + .../conceptDescription/instance.xml.error | 1 + .../instance.xml.error | 1 + .../instance.xml.error | 1 + .../entity/instance.xml.error | 1 + .../environment/instance.xml.error | 1 + .../eventPayload/instance.xml.error | 1 + .../extension/instance.xml.error | 1 + .../file/instance.xml.error | 1 + .../key/instance.xml.error | 1 + .../instance.xml.error | 1 + .../langStringNameType/instance.xml.error | 1 + .../instance.xml.error | 1 + .../instance.xml.error | 1 + .../langStringTextType/instance.xml.error | 1 + .../levelType/instance.xml.error | 1 + .../multiLanguageProperty/instance.xml.error | 1 + .../operation/instance.xml.error | 1 + .../operationVariable/instance.xml.error | 1 + .../property/instance.xml.error | 1 + .../qualifier/instance.xml.error | 1 + .../range/instance.xml.error | 1 + .../reference/instance.xml.error | 1 + .../referenceElement/instance.xml.error | 1 + .../relationshipElement/instance.xml.error | 1 + .../resource/instance.xml.error | 1 + .../specificAssetId/instance.xml.error | 1 + .../submodel/instance.xml.error | 1 + .../instance.xml.error | 1 + .../submodelElementList/instance.xml.error | 1 + .../valueList/instance.xml.error | 1 + .../valueReferencePair/instance.xml.error | 1 + .../Extension.ValueTypeOrDefault.max.log | 1 + .../Extension.ValueTypeOrDefault.min.log | 1 + .../Qualifier.KindOrDefault.max.log | 1 + .../Qualifier.KindOrDefault.min.log | 1 + .../Submodel.KindOrDefault.max.log | 1 + .../Submodel.KindOrDefault.min.log | 1 + ...ElementList.OrderRelevantOrDefault.max.log | 1 + ...ElementList.OrderRelevantOrDefault.min.log | 1 + test_data/source.json | 4 + usage-for-vcpkg | 4 + vcpkg.json | 34 + 12657 files changed, 435356 insertions(+) create mode 100644 .github/workflows/ci-for-dev-scripts.yml create mode 100644 .github/workflows/doc.yml create mode 100644 AUTHORS create mode 100644 CMakeLists.txt create mode 100644 Doxyfile create mode 100644 LICENSE create mode 100644 aas_core3_1-config-version.cmake.in create mode 100644 aas_core3_1-config.cmake create mode 100644 dev_scripts/build/lib/codegen/meta_model.py create mode 100644 dev_scripts/build/lib/codegen/snippets/namespace.txt create mode 100644 dev_scripts/build/lib/codegen/snippets/types/Extension/value_type_or_default.body.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/types/Has_kind/kind_or_default.body.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/types/Qualifier/kind_or_default.body.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/types/Submodel_element_list/order_relevant_or_default.body.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/ID_shorts_are_unique.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/ID_shorts_are_unique.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/ID_shorts_of_variables_are_unique.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/ID_shorts_of_variables_are_unique.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_for_document_have_appropriate_data_type.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_for_document_have_appropriate_data_type.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_for_property_or_value_have_appropriate_data_type.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_for_property_or_value_have_appropriate_data_type.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_for_reference_have_appropriate_data_type.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_for_reference_have_appropriate_data_type.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_have_data_type.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_have_data_type.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_have_definition_at_least_in_english.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_have_definition_at_least_in_english.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_have_value.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/data_specification_IEC_61360s_have_value.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/extension_names_are_unique.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/extension_names_are_unique.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/is_xs_date_time.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/is_xs_date_time.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/is_xs_date_time_UTC.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/is_xs_date_time_UTC.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/lang_strings_have_unique_languages.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/lang_strings_have_unique_languages.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/properties_or_ranges_have_value_type.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/properties_or_ranges_have_value_type.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/qualifier_types_are_unique.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/qualifier_types_are_unique.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/reference_key_values_equal.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/reference_key_values_equal.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/submodel_element_is_of_type.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/submodel_element_is_of_type.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/submodel_elements_have_identical_semantic_IDs.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/submodel_elements_have_identical_semantic_IDs.hpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/value_consistent_with_XSD_type.cpp create mode 100644 dev_scripts/build/lib/codegen/snippets/verification/value_consistent_with_XSD_type.hpp create mode 100644 dev_scripts/codegen/meta_model.py create mode 100644 dev_scripts/codegen/snippets/namespace.txt create mode 100644 dev_scripts/codegen/snippets/types/Extension/value_type_or_default.body.cpp create mode 100644 dev_scripts/codegen/snippets/types/Has_kind/kind_or_default.body.cpp create mode 100644 dev_scripts/codegen/snippets/types/Qualifier/kind_or_default.body.cpp create mode 100644 dev_scripts/codegen/snippets/types/Submodel_element_list/order_relevant_or_default.body.cpp create mode 100644 dev_scripts/codegen/snippets/verification/ID_shorts_are_unique.cpp create mode 100644 dev_scripts/codegen/snippets/verification/ID_shorts_are_unique.hpp create mode 100644 dev_scripts/codegen/snippets/verification/ID_shorts_of_variables_are_unique.cpp create mode 100644 dev_scripts/codegen/snippets/verification/ID_shorts_of_variables_are_unique.hpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_for_document_have_appropriate_data_type.cpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_for_document_have_appropriate_data_type.hpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_for_property_or_value_have_appropriate_data_type.cpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_for_property_or_value_have_appropriate_data_type.hpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_for_reference_have_appropriate_data_type.cpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_for_reference_have_appropriate_data_type.hpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_have_data_type.cpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_have_data_type.hpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_have_definition_at_least_in_english.cpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_have_definition_at_least_in_english.hpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_have_value.cpp create mode 100644 dev_scripts/codegen/snippets/verification/data_specification_IEC_61360s_have_value.hpp create mode 100644 dev_scripts/codegen/snippets/verification/extension_names_are_unique.cpp create mode 100644 dev_scripts/codegen/snippets/verification/extension_names_are_unique.hpp create mode 100644 dev_scripts/codegen/snippets/verification/is_xs_date_time.cpp create mode 100644 dev_scripts/codegen/snippets/verification/is_xs_date_time.hpp create mode 100644 dev_scripts/codegen/snippets/verification/is_xs_date_time_UTC.cpp create mode 100644 dev_scripts/codegen/snippets/verification/is_xs_date_time_UTC.hpp create mode 100644 dev_scripts/codegen/snippets/verification/lang_strings_have_unique_languages.cpp create mode 100644 dev_scripts/codegen/snippets/verification/lang_strings_have_unique_languages.hpp create mode 100644 dev_scripts/codegen/snippets/verification/properties_or_ranges_have_value_type.cpp create mode 100644 dev_scripts/codegen/snippets/verification/properties_or_ranges_have_value_type.hpp create mode 100644 dev_scripts/codegen/snippets/verification/qualifier_types_are_unique.cpp create mode 100644 dev_scripts/codegen/snippets/verification/qualifier_types_are_unique.hpp create mode 100644 dev_scripts/codegen/snippets/verification/reference_key_values_equal.cpp create mode 100644 dev_scripts/codegen/snippets/verification/reference_key_values_equal.hpp create mode 100644 dev_scripts/codegen/snippets/verification/submodel_element_is_of_type.cpp create mode 100644 dev_scripts/codegen/snippets/verification/submodel_element_is_of_type.hpp create mode 100644 dev_scripts/codegen/snippets/verification/submodel_elements_have_identical_semantic_IDs.cpp create mode 100644 dev_scripts/codegen/snippets/verification/submodel_elements_have_identical_semantic_IDs.hpp create mode 100644 dev_scripts/codegen/snippets/verification/value_consistent_with_XSD_type.cpp create mode 100644 dev_scripts/codegen/snippets/verification/value_consistent_with_XSD_type.hpp create mode 100644 dev_scripts/continuous_integration_of_dev_scripts/__init__.py create mode 100644 dev_scripts/continuous_integration_of_dev_scripts/__pycache__/precommit.cpython-312.pyc create mode 100644 dev_scripts/continuous_integration_of_dev_scripts/mypy.ini create mode 100644 dev_scripts/continuous_integration_of_dev_scripts/precommit.py create mode 100644 dev_scripts/continuous_integration_of_dev_scripts/pylint.rc create mode 100644 dev_scripts/download_aas_core_meta_model.py create mode 100644 dev_scripts/download_latest_test_data.py create mode 100644 dev_scripts/pyproject.toml create mode 100644 dev_scripts/regenerate_code.py create mode 100644 dev_scripts/rerecord_tests.py create mode 100644 dev_scripts/update_all.py create mode 100644 doc/changelog.md create mode 100644 doc/contributing.md create mode 100644 doc/design-decisions.md create mode 100644 doc/getting-started.md create mode 100644 doc/main.md create mode 100644 include/aas_core/aas_3_1/common.hpp create mode 100644 include/aas_core/aas_3_1/constants.hpp create mode 100644 include/aas_core/aas_3_1/enhancing.hpp create mode 100644 include/aas_core/aas_3_1/iteration.hpp create mode 100644 include/aas_core/aas_3_1/jsonization.hpp create mode 100644 include/aas_core/aas_3_1/pattern.hpp create mode 100644 include/aas_core/aas_3_1/revm.hpp create mode 100644 include/aas_core/aas_3_1/stringification.hpp create mode 100644 include/aas_core/aas_3_1/types.hpp create mode 100644 include/aas_core/aas_3_1/verification.hpp create mode 100644 include/aas_core/aas_3_1/visitation.hpp create mode 100644 include/aas_core/aas_3_1/wstringification.hpp create mode 100644 include/aas_core/aas_3_1/xmlization.hpp create mode 100644 portfile.cmake create mode 100644 src/common.cpp create mode 100644 src/constants.cpp create mode 100644 src/iteration.cpp create mode 100644 src/jsonization.cpp create mode 100644 src/pattern.cpp create mode 100644 src/revm.cpp create mode 100644 src/stringification.cpp create mode 100644 src/types.cpp create mode 100644 src/verification.cpp create mode 100644 src/visitation.cpp create mode 100644 src/wstringification.cpp create mode 100644 src/xmlization.cpp create mode 100644 test-external/catch2/catch.hpp create mode 100644 test/common.cpp create mode 100644 test/common.hpp create mode 100644 test/common_examples.cpp create mode 100644 test/common_examples.hpp create mode 100644 test/common_jsonization.cpp create mode 100644 test/common_jsonization.hpp create mode 100644 test/common_xmlization.cpp create mode 100644 test/common_xmlization.hpp create mode 100644 test/test_descent_and_descent_once.cpp create mode 100644 test/test_doc_examples.cpp create mode 100644 test/test_jsonization_dispatch.cpp create mode 100644 test/test_jsonization_of_concrete_classes.cpp create mode 100644 test/test_revm.cpp create mode 100644 test/test_stringification_base64.cpp create mode 100644 test/test_stringification_of_enums.cpp create mode 100644 test/test_verification.cpp create mode 100644 test/test_wstringification_of_enums.cpp create mode 100644 test/test_x_or_default.cpp create mode 100644 test/test_xmlization_dispatch.cpp create mode 100644 test/test_xmlization_of_concrete_classes.cpp create mode 100644 test_data/Descent/Expected/administrativeInformation/maximal.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/minimal.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/revisionOverPatternExamples/four_digits.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/revisionOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/revisionOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/revisionOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/revisionOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/revisionOverPatternExamples/one.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/revisionOverPatternExamples/three_digits.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/revisionOverPatternExamples/two_digits.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/revisionOverPatternExamples/zero.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/versionOverPatternExamples/four_digits.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/versionOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/versionOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/versionOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/versionOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/versionOverPatternExamples/one.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/versionOverPatternExamples/three_digits.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/versionOverPatternExamples/two_digits.xml.trace create mode 100644 test_data/Descent/Expected/administrativeInformation/versionOverPatternExamples/zero.xml.trace create mode 100644 test_data/Descent/Expected/annotatedRelationshipElement/maximal.xml.trace create mode 100644 test_data/Descent/Expected/annotatedRelationshipElement/minimal.xml.trace create mode 100644 test_data/Descent/Expected/assetAdministrationShell/maximal.xml.trace create mode 100644 test_data/Descent/Expected/assetAdministrationShell/minimal.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/maximal.xml.trace create mode 100644 test_data/Descent/Expected/assetInformation/minimal.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/midnight_with_24_hours.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/midnight_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/minus_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/plus_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/random_positive.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/very_large_year.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/very_long_fractional_second.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/year_1_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/lastUpdateOverPatternExamples/year_5_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/day_seconds.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/full.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/long_second_fractal.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/many_many_seconds.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/month_seconds.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/only_seconds.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maxIntervalOverPatternExamples/only_year.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/maximal.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/day_seconds.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/full.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/long_second_fractal.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/many_many_seconds.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/month_seconds.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/only_seconds.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minIntervalOverPatternExamples/only_year.xml.trace create mode 100644 test_data/Descent/Expected/basicEventElement/minimal.xml.trace create mode 100644 test_data/Descent/Expected/blob/contentTypeOverPatternExamples/dash.xml.trace create mode 100644 test_data/Descent/Expected/blob/contentTypeOverPatternExamples/dots.xml.trace create mode 100644 test_data/Descent/Expected/blob/contentTypeOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/blob/contentTypeOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/blob/contentTypeOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/blob/contentTypeOverPatternExamples/number prefix and suffix.xml.trace create mode 100644 test_data/Descent/Expected/blob/contentTypeOverPatternExamples/only_letters.xml.trace create mode 100644 test_data/Descent/Expected/blob/contentTypeOverPatternExamples/plus.xml.trace create mode 100644 test_data/Descent/Expected/blob/contentTypeOverPatternExamples/random_common_MIME_type.xml.trace create mode 100644 test_data/Descent/Expected/blob/maximal.xml.trace create mode 100644 test_data/Descent/Expected/blob/minimal.xml.trace create mode 100644 test_data/Descent/Expected/capability/maximal.xml.trace create mode 100644 test_data/Descent/Expected/capability/minimal.xml.trace create mode 100644 test_data/Descent/Expected/conceptDescription/maximal.xml.trace create mode 100644 test_data/Descent/Expected/conceptDescription/minimal.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/maximal.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/minimal.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/embeddedDataSpecification/maximal.xml.trace create mode 100644 test_data/Descent/Expected/embeddedDataSpecification/minimal.xml.trace create mode 100644 test_data/Descent/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/entity/maximal.xml.trace create mode 100644 test_data/Descent/Expected/entity/minimal.xml.trace create mode 100644 test_data/Descent/Expected/environment/maximal.xml.trace create mode 100644 test_data/Descent/Expected/environment/minimal.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/maximal.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/minimal.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/midnight_with_24_hours.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/midnight_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/minus_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/plus_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/random_positive.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/very_large_year.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/very_long_fractional_second.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/year_1_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/timeStampOverPatternExamples/year_5_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/topicOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/topicOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/topicOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/topicOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/topicOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/topicOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/topicOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/topicOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/topicOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/eventPayload/topicOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/maximal.xml.trace create mode 100644 test_data/Descent/Expected/extension/minimal.xml.trace create mode 100644 test_data/Descent/Expected/extension/nameOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/nameOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/nameOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/nameOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/nameOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/nameOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/nameOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/nameOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/nameOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/nameOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_URI.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_absolute_path_without_scheme.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_empty.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_integer.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Any_URI_relative_path_without_scheme.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_an_empty_value_is_valid.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_equals_signs_are_used_for_padding.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_without_space_lowercase.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Base_64_binary_without_space_uppercase.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Boolean_false_as_number.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Boolean_false_in_letters.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Boolean_true_as_number.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Boolean_true_in_letters.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_max.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_min.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_negative.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Byte_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_date.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_date_with_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_date_with_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_date_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_date_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_date_with_utc.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_date_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_date_time_with_UTC.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_date_time_with_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_date_time_with_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_date_time_with_long_fractional_seconds.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_date_time_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_date_time_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_date_time_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_date_time_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_midnight_with_24_hours.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_midnight_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_year_1_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_time_year_5_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_year_1_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Date_year_5_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_decimal.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_decimal_with_long_fractional.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_decimal_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_integer.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Decimal_very_large_decimal.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_double.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_inf.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_integer.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_loss_of_precision_is_not_detected_by_design.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_lowest.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_max.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_minus_inf.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_nan.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_scientific_notation.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_scientific_notation_negative.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_scientific_notation_negative_exponent.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_scientific_notation_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_scientific_notation_positive_exponent.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_very_large_normal.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_very_precise_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Double_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_day_seconds.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_full.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_long_second_fractal.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_many_many_seconds.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_month_seconds.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_only_seconds.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Duration_only_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_float.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_inf.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_integer.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_largest_normal.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_largest_number_less_than_one.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_largest_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_loss_of_precision_is_not_detected_by_design.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_nan.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_negative_inf.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_scientific_notation.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_scientific_notation_negative.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_scientific_notation_negative_exponent.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_scientific_notation_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_scientific_notation_positive_exponent.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_smallest_number_larger_than_one.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_smallest_positive_normal.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_smallest_positive_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Float_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_day_not_existing_in_all_months_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_double_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_day_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_double_digit_month_double_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_double_digit_month_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_single_digit_month_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_day_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_double_digit_month_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_single_digit_month_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_month_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_five_digit_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_five_digit_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_common_year_month.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_five_digit_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_very_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_very_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_with_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_month_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_very_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_very_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_year_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/G_year_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_empty.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_long_random_hex.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_one_one.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_one_two.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Hex_binary_one_two_three_four.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_max.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_min.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_negative.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Int_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Integer_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_max.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_min.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_negative.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Long_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Negative_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_minus_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_positive_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_negative_integer_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_explicitly_positive_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Non_positive_integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Positive_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_max.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_min.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_negative.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Short_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_empty.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_free_form_text.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/String_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_with_long_second_fractional.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_with_second_fractional.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_with_utc_timezone.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Time_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_max.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_byte_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_max.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_int_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_max.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_long_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_common_example.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_max.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_zero.xml.trace create mode 100644 test_data/Descent/Expected/extension/valueOverValueExamples/Unsigned_short_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/file/contentTypeOverPatternExamples/dash.xml.trace create mode 100644 test_data/Descent/Expected/file/contentTypeOverPatternExamples/dots.xml.trace create mode 100644 test_data/Descent/Expected/file/contentTypeOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/file/contentTypeOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/file/contentTypeOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/file/contentTypeOverPatternExamples/number prefix and suffix.xml.trace create mode 100644 test_data/Descent/Expected/file/contentTypeOverPatternExamples/only_letters.xml.trace create mode 100644 test_data/Descent/Expected/file/contentTypeOverPatternExamples/plus.xml.trace create mode 100644 test_data/Descent/Expected/file/contentTypeOverPatternExamples/random_common_MIME_type.xml.trace create mode 100644 test_data/Descent/Expected/file/maximal.xml.trace create mode 100644 test_data/Descent/Expected/file/minimal.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/made_up_01.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/made_up_02.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/made_up_03.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/made_up_04.xml.trace create mode 100644 test_data/Descent/Expected/file/valueOverPatternExamples/made_up_05.xml.trace create mode 100644 test_data/Descent/Expected/key/maximal.xml.trace create mode 100644 test_data/Descent/Expected/key/minimal.xml.trace create mode 100644 test_data/Descent/Expected/key/valueOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/key/valueOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/key/valueOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/key/valueOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/key/valueOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/key/valueOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/key/valueOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/key/valueOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/key/valueOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/key/valueOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/langStringDefinitionTypeIec61360/maximal.xml.trace create mode 100644 test_data/Descent/Expected/langStringDefinitionTypeIec61360/minimal.xml.trace create mode 100644 test_data/Descent/Expected/langStringNameType/maximal.xml.trace create mode 100644 test_data/Descent/Expected/langStringNameType/minimal.xml.trace create mode 100644 test_data/Descent/Expected/langStringPreferredNameTypeIec61360/maximal.xml.trace create mode 100644 test_data/Descent/Expected/langStringPreferredNameTypeIec61360/minimal.xml.trace create mode 100644 test_data/Descent/Expected/langStringShortNameTypeIec61360/maximal.xml.trace create mode 100644 test_data/Descent/Expected/langStringShortNameTypeIec61360/minimal.xml.trace create mode 100644 test_data/Descent/Expected/langStringTextType/maximal.xml.trace create mode 100644 test_data/Descent/Expected/langStringTextType/minimal.xml.trace create mode 100644 test_data/Descent/Expected/levelType/maximal.xml.trace create mode 100644 test_data/Descent/Expected/levelType/minimal.xml.trace create mode 100644 test_data/Descent/Expected/multiLanguageProperty/maximal.xml.trace create mode 100644 test_data/Descent/Expected/multiLanguageProperty/minimal.xml.trace create mode 100644 test_data/Descent/Expected/operation/maximal.xml.trace create mode 100644 test_data/Descent/Expected/operation/minimal.xml.trace create mode 100644 test_data/Descent/Expected/operationVariable/maximal.xml.trace create mode 100644 test_data/Descent/Expected/operationVariable/minimal.xml.trace create mode 100644 test_data/Descent/Expected/property/maximal.xml.trace create mode 100644 test_data/Descent/Expected/property/minimal.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_URI.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_absolute_path_without_scheme.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_empty.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_integer.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Any_URI_relative_path_without_scheme.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_an_empty_value_is_valid.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_equals_signs_are_used_for_padding.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_without_space_lowercase.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Base_64_binary_without_space_uppercase.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Boolean_false_as_number.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Boolean_false_in_letters.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Boolean_true_as_number.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Boolean_true_in_letters.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_max.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_min.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_negative.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Byte_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_date.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_date_with_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_date_with_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_date_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_date_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_date_with_utc.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_date_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_date_time_with_UTC.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_date_time_with_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_date_time_with_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_date_time_with_long_fractional_seconds.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_date_time_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_date_time_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_date_time_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_date_time_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_midnight_with_24_hours.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_midnight_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_year_1_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_time_year_5_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_year_1_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Date_year_5_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_decimal.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_decimal_with_long_fractional.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_decimal_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_integer.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Decimal_very_large_decimal.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_double.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_inf.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_integer.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_loss_of_precision_is_not_detected_by_design.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_lowest.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_max.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_minus_inf.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_nan.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_scientific_notation.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_scientific_notation_negative.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_scientific_notation_negative_exponent.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_scientific_notation_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_scientific_notation_positive_exponent.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_very_large_normal.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_very_precise_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Double_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_day_seconds.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_full.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_long_second_fractal.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_many_many_seconds.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_month_seconds.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_only_seconds.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Duration_only_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_float.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_inf.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_integer.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_largest_normal.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_largest_number_less_than_one.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_largest_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_loss_of_precision_is_not_detected_by_design.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_nan.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_negative_inf.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_scientific_notation.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_scientific_notation_negative.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_scientific_notation_negative_exponent.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_scientific_notation_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_scientific_notation_positive_exponent.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_smallest_number_larger_than_one.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_smallest_positive_normal.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_smallest_positive_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Float_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_day_not_existing_in_all_months_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_double_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_day_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_double_digit_month_double_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_double_digit_month_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_single_digit_month_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_day_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_double_digit_month_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_single_digit_month_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_month_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_five_digit_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_five_digit_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_common_year_month.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_five_digit_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_very_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_very_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_with_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_month_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_very_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_very_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_year_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/G_year_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_empty.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_long_random_hex.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_one_one.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_one_two.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Hex_binary_one_two_three_four.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_max.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_min.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_negative.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Int_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Integer_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_max.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_min.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_negative.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Long_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Negative_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_minus_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_positive_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_negative_integer_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_explicitly_positive_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Non_positive_integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Positive_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_max.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_min.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_negative.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Short_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_empty.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_free_form_text.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/String_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_with_long_second_fractional.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_with_second_fractional.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_with_utc_timezone.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Time_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_max.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_byte_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_max.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_int_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_max.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_long_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_common_example.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_max.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_zero.xml.trace create mode 100644 test_data/Descent/Expected/property/valueOverValueExamples/Unsigned_short_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/maximal.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/minimal.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/typeOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/typeOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/typeOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/typeOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/typeOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/typeOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/typeOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/typeOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/typeOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/typeOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_URI.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_absolute_path_without_scheme.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_empty.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_integer.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Any_URI_relative_path_without_scheme.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_an_empty_value_is_valid.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_equals_signs_are_used_for_padding.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_without_space_lowercase.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Base_64_binary_without_space_uppercase.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Boolean_false_as_number.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Boolean_false_in_letters.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Boolean_true_as_number.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Boolean_true_in_letters.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_max.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_min.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_negative.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Byte_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_date.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_date_with_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_date_with_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_date_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_date_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_date_with_utc.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_date_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_UTC.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_long_fractional_seconds.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_date_time_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_midnight_with_24_hours.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_midnight_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_year_1_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_time_year_5_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_year_1_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Date_year_5_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_decimal.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_decimal_with_long_fractional.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_decimal_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_integer.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Decimal_very_large_decimal.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_double.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_inf.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_integer.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_loss_of_precision_is_not_detected_by_design.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_lowest.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_max.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_minus_inf.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_nan.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_scientific_notation.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_scientific_notation_negative.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_scientific_notation_negative_exponent.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_scientific_notation_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_scientific_notation_positive_exponent.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_very_large_normal.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_very_precise_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Double_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_day_seconds.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_full.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_long_second_fractal.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_many_many_seconds.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_month_seconds.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_only_seconds.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Duration_only_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_float.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_inf.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_integer.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_largest_normal.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_largest_number_less_than_one.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_largest_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_loss_of_precision_is_not_detected_by_design.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_nan.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_negative_inf.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_scientific_notation.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_scientific_notation_negative.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_scientific_notation_negative_exponent.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_scientific_notation_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_scientific_notation_positive_exponent.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_smallest_number_larger_than_one.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_smallest_positive_normal.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_smallest_positive_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Float_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_day_not_existing_in_all_months_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_double_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_day_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_double_digit_month_double_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_double_digit_month_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_single_digit_month_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_day_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_double_digit_month_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_single_digit_month_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_month_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_five_digit_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_five_digit_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_common_year_month.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_five_digit_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_very_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_very_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_with_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_month_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_very_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_very_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_year_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/G_year_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_empty.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_long_random_hex.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_one_one.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_one_two.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Hex_binary_one_two_three_four.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_max.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_min.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_negative.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Int_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Integer_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_max.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_min.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_negative.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Long_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Negative_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_minus_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_positive_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_negative_integer_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_explicitly_positive_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Non_positive_integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Positive_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_max.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_min.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_negative.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Short_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_empty.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_free_form_text.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/String_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_with_long_second_fractional.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_with_second_fractional.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_with_utc_timezone.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Time_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_max.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_byte_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_max.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_int_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_max.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_long_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_common_example.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_max.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_zero.xml.trace create mode 100644 test_data/Descent/Expected/qualifier/valueOverValueExamples/Unsigned_short_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/maximal.xml.trace create mode 100644 test_data/Descent/Expected/range/minimal.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_URI.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_absolute_path_without_scheme.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_empty.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_integer.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Any_URI_relative_path_without_scheme.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_an_empty_value_is_valid.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_equals_signs_are_used_for_padding.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_without_space_lowercase.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Base_64_binary_without_space_uppercase.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Boolean_false_as_number.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Boolean_false_in_letters.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Boolean_true_as_number.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Boolean_true_in_letters.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_max.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_min.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_negative.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Byte_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_date.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_date_with_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_date_with_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_date_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_date_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_date_with_utc.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_date_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_date_time_with_UTC.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_date_time_with_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_date_time_with_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_date_time_with_long_fractional_seconds.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_date_time_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_date_time_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_date_time_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_date_time_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_midnight_with_24_hours.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_midnight_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_year_1_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_time_year_5_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_year_1_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Date_year_5_bce_is_a_leap_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_decimal.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_decimal_with_long_fractional.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_decimal_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_integer.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Decimal_very_large_decimal.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_double.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_inf.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_integer.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_loss_of_precision_is_not_detected_by_design.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_lowest.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_max.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_minus_inf.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_nan.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_scientific_notation.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_scientific_notation_negative.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_scientific_notation_negative_exponent.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_scientific_notation_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_scientific_notation_positive_exponent.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_very_large_normal.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_very_precise_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Double_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_day_seconds.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_full.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_long_second_fractal.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_many_many_seconds.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_month_seconds.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_only_seconds.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Duration_only_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_float.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_inf.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_integer.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_integer_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_largest_normal.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_largest_number_less_than_one.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_largest_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_loss_of_precision_is_not_detected_by_design.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_nan.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_negative_inf.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_scientific_notation.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_scientific_notation_negative.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_scientific_notation_negative_exponent.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_scientific_notation_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_scientific_notation_positive_exponent.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_smallest_number_larger_than_one.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_smallest_positive_normal.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_smallest_positive_subnormal.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Float_with_preceding_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_day_not_existing_in_all_months_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_double_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_day_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_double_digit_month_double_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_double_digit_month_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_single_digit_month_single_digit_day_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_day_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_double_digit_month_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_single_digit_month_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_month_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_five_digit_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_five_digit_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_common_year_month.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_five_digit_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_very_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_very_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_with_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_with_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_with_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_month_with_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_utc_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_very_large_negative_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_very_large_positive_year.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_year_without_zone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/G_year_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_empty.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_long_random_hex.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_one_one.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_one_two.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Hex_binary_one_two_three_four.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_max.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_min.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_negative.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Int_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Integer_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_max.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_min.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_negative.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Long_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Negative_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_minus_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_positive_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_negative_integer_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_explicitly_positive_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_negative.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Non_positive_integer_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Positive_integer_very_large.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_max.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_min.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_negative.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Short_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_empty.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_free_form_text.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/String_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_negative_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_positive_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_with_long_second_fractional.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_with_second_fractional.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_with_utc_timezone.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Time_zero_offset.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_max.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_byte_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_max.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_int_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_max.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_long_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_common_example.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_explicitly_positive.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_max.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_zero.xml.trace create mode 100644 test_data/Descent/Expected/range/overMinMaxExamples/Unsigned_short_zero_prefixed_with_zeros.xml.trace create mode 100644 test_data/Descent/Expected/reference/external_reference_first_key_in_generic_globally_identifiables.xml.trace create mode 100644 test_data/Descent/Expected/reference/external_reference_last_key_in_generic_fragment_keys.xml.trace create mode 100644 test_data/Descent/Expected/reference/external_reference_last_key_in_generic_globally_identifiable.xml.trace create mode 100644 test_data/Descent/Expected/reference/maximal.xml.trace create mode 100644 test_data/Descent/Expected/reference/minimal.xml.trace create mode 100644 test_data/Descent/Expected/reference/model_reference_first_key_in_globally_and_aas_identifiables.xml.trace create mode 100644 test_data/Descent/Expected/reference/model_reference_fragment_after_blob.xml.trace create mode 100644 test_data/Descent/Expected/reference/model_reference_valid_key_value_after_list.xml.trace create mode 100644 test_data/Descent/Expected/referenceElement/maximal.xml.trace create mode 100644 test_data/Descent/Expected/referenceElement/minimal.xml.trace create mode 100644 test_data/Descent/Expected/relationshipElement/maximal.xml.trace create mode 100644 test_data/Descent/Expected/relationshipElement/minimal.xml.trace create mode 100644 test_data/Descent/Expected/resource/contentTypeOverPatternExamples/dash.xml.trace create mode 100644 test_data/Descent/Expected/resource/contentTypeOverPatternExamples/dots.xml.trace create mode 100644 test_data/Descent/Expected/resource/contentTypeOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/resource/contentTypeOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/resource/contentTypeOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/resource/contentTypeOverPatternExamples/number prefix and suffix.xml.trace create mode 100644 test_data/Descent/Expected/resource/contentTypeOverPatternExamples/only_letters.xml.trace create mode 100644 test_data/Descent/Expected/resource/contentTypeOverPatternExamples/plus.xml.trace create mode 100644 test_data/Descent/Expected/resource/contentTypeOverPatternExamples/random_common_MIME_type.xml.trace create mode 100644 test_data/Descent/Expected/resource/maximal.xml.trace create mode 100644 test_data/Descent/Expected/resource/minimal.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/made_up_01.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/made_up_02.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/made_up_03.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/made_up_04.xml.trace create mode 100644 test_data/Descent/Expected/resource/pathOverPatternExamples/made_up_05.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/maximal.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/minimal.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/nameOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/nameOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/nameOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/nameOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/nameOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/nameOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/nameOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/nameOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/nameOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/nameOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/valueOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/valueOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/valueOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/valueOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/valueOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/valueOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/valueOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/valueOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/valueOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/specificAssetId/valueOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/Descent/Expected/submodel/maximal.xml.trace create mode 100644 test_data/Descent/Expected/submodel/minimal.xml.trace create mode 100644 test_data/Descent/Expected/submodelElementCollection/maximal.xml.trace create mode 100644 test_data/Descent/Expected/submodelElementCollection/minimal.xml.trace create mode 100644 test_data/Descent/Expected/submodelElementList/list_id_short_in_value.xml.trace create mode 100644 test_data/Descent/Expected/submodelElementList/list_no_semantic_id_list_element.xml.trace create mode 100644 test_data/Descent/Expected/submodelElementList/list_one_child_without_semantic_id.xml.trace create mode 100644 test_data/Descent/Expected/submodelElementList/list_two_properties.xml.trace create mode 100644 test_data/Descent/Expected/submodelElementList/maximal.xml.trace create mode 100644 test_data/Descent/Expected/submodelElementList/minimal.xml.trace create mode 100644 test_data/Descent/Expected/valueList/maximal.xml.trace create mode 100644 test_data/Descent/Expected/valueList/minimal.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/maximal.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/minimal.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_01.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_02.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_03.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_04.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_05.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_06.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_07.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_08.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_09.xml.trace create mode 100644 test_data/Descent/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_10.xml.trace create mode 100644 test_data/DescentOnce/MaxAdministrativeInformation.trace create mode 100644 test_data/DescentOnce/MaxAnnotatedRelationshipElement.trace create mode 100644 test_data/DescentOnce/MaxAssetAdministrationShell.trace create mode 100644 test_data/DescentOnce/MaxAssetInformation.trace create mode 100644 test_data/DescentOnce/MaxBasicEventElement.trace create mode 100644 test_data/DescentOnce/MaxBlob.trace create mode 100644 test_data/DescentOnce/MaxCapability.trace create mode 100644 test_data/DescentOnce/MaxConceptDescription.trace create mode 100644 test_data/DescentOnce/MaxDataSpecificationIec61360.trace create mode 100644 test_data/DescentOnce/MaxEmbeddedDataSpecification.trace create mode 100644 test_data/DescentOnce/MaxEntity.trace create mode 100644 test_data/DescentOnce/MaxEnvironment.trace create mode 100644 test_data/DescentOnce/MaxEventPayload.trace create mode 100644 test_data/DescentOnce/MaxExtension.trace create mode 100644 test_data/DescentOnce/MaxFile.trace create mode 100644 test_data/DescentOnce/MaxKey.trace create mode 100644 test_data/DescentOnce/MaxLangStringDefinitionTypeIec61360.trace create mode 100644 test_data/DescentOnce/MaxLangStringNameType.trace create mode 100644 test_data/DescentOnce/MaxLangStringPreferredNameTypeIec61360.trace create mode 100644 test_data/DescentOnce/MaxLangStringShortNameTypeIec61360.trace create mode 100644 test_data/DescentOnce/MaxLangStringTextType.trace create mode 100644 test_data/DescentOnce/MaxLevelType.trace create mode 100644 test_data/DescentOnce/MaxMultiLanguageProperty.trace create mode 100644 test_data/DescentOnce/MaxOperation.trace create mode 100644 test_data/DescentOnce/MaxOperationVariable.trace create mode 100644 test_data/DescentOnce/MaxProperty.trace create mode 100644 test_data/DescentOnce/MaxQualifier.trace create mode 100644 test_data/DescentOnce/MaxRange.trace create mode 100644 test_data/DescentOnce/MaxReference.trace create mode 100644 test_data/DescentOnce/MaxReferenceElement.trace create mode 100644 test_data/DescentOnce/MaxRelationshipElement.trace create mode 100644 test_data/DescentOnce/MaxResource.trace create mode 100644 test_data/DescentOnce/MaxSpecificAssetId.trace create mode 100644 test_data/DescentOnce/MaxSubmodel.trace create mode 100644 test_data/DescentOnce/MaxSubmodelElementCollection.trace create mode 100644 test_data/DescentOnce/MaxSubmodelElementList.trace create mode 100644 test_data/DescentOnce/MaxValueList.trace create mode 100644 test_data/DescentOnce/MaxValueReferencePair.trace create mode 100644 test_data/Json/Expected/AdministrativeInformation/maximal.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/minimal.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/revisionOverPatternExamples/four_digits.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/revisionOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/revisionOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/revisionOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/revisionOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/revisionOverPatternExamples/one.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/revisionOverPatternExamples/three_digits.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/revisionOverPatternExamples/two_digits.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/revisionOverPatternExamples/zero.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/templateIdOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/templateIdOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/templateIdOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/templateIdOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/templateIdOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/templateIdOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/templateIdOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/templateIdOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/templateIdOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/templateIdOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/versionOverPatternExamples/four_digits.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/versionOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/versionOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/versionOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/versionOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/versionOverPatternExamples/one.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/versionOverPatternExamples/three_digits.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/versionOverPatternExamples/two_digits.json create mode 100644 test_data/Json/Expected/AdministrativeInformation/versionOverPatternExamples/zero.json create mode 100644 test_data/Json/Expected/AnnotatedRelationshipElement/maximal.json create mode 100644 test_data/Json/Expected/AnnotatedRelationshipElement/minimal.json create mode 100644 test_data/Json/Expected/AssetAdministrationShell/maximal.json create mode 100644 test_data/Json/Expected/AssetAdministrationShell/minimal.json create mode 100644 test_data/Json/Expected/AssetInformation/assetTypeOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/AssetInformation/assetTypeOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/AssetInformation/assetTypeOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/AssetInformation/assetTypeOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/AssetInformation/assetTypeOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/AssetInformation/assetTypeOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/AssetInformation/assetTypeOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/AssetInformation/assetTypeOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/AssetInformation/assetTypeOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/AssetInformation/assetTypeOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/AssetInformation/globalAssetIdOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/AssetInformation/globalAssetIdOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/AssetInformation/globalAssetIdOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/AssetInformation/globalAssetIdOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/AssetInformation/globalAssetIdOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/AssetInformation/globalAssetIdOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/AssetInformation/globalAssetIdOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/AssetInformation/globalAssetIdOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/AssetInformation/globalAssetIdOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/AssetInformation/globalAssetIdOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/AssetInformation/maximal.json create mode 100644 test_data/Json/Expected/AssetInformation/minimal.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/midnight_with_24_hours.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/midnight_with_zeros.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/minus_zero_offset.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/plus_zero_offset.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/random_positive.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/very_large_year.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/very_long_fractional_second.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/year_1_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/BasicEventElement/lastUpdateOverPatternExamples/year_5_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/day_seconds.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/full.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/long_second_fractal.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/many_many_seconds.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/month_seconds.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/only_seconds.json create mode 100644 test_data/Json/Expected/BasicEventElement/maxIntervalOverPatternExamples/only_year.json create mode 100644 test_data/Json/Expected/BasicEventElement/maximal.json create mode 100644 test_data/Json/Expected/BasicEventElement/messageTopicOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/BasicEventElement/messageTopicOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/BasicEventElement/messageTopicOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/BasicEventElement/messageTopicOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/BasicEventElement/messageTopicOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/BasicEventElement/messageTopicOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/BasicEventElement/messageTopicOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/BasicEventElement/messageTopicOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/BasicEventElement/messageTopicOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/BasicEventElement/messageTopicOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/day_seconds.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/full.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/long_second_fractal.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/many_many_seconds.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/month_seconds.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/only_seconds.json create mode 100644 test_data/Json/Expected/BasicEventElement/minIntervalOverPatternExamples/only_year.json create mode 100644 test_data/Json/Expected/BasicEventElement/minimal.json create mode 100644 test_data/Json/Expected/Blob/contentTypeOverPatternExamples/dash.json create mode 100644 test_data/Json/Expected/Blob/contentTypeOverPatternExamples/dots.json create mode 100644 test_data/Json/Expected/Blob/contentTypeOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/Blob/contentTypeOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/Blob/contentTypeOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/Blob/contentTypeOverPatternExamples/number prefix and suffix.json create mode 100644 test_data/Json/Expected/Blob/contentTypeOverPatternExamples/only_letters.json create mode 100644 test_data/Json/Expected/Blob/contentTypeOverPatternExamples/plus.json create mode 100644 test_data/Json/Expected/Blob/contentTypeOverPatternExamples/random_common_MIME_type.json create mode 100644 test_data/Json/Expected/Blob/maximal.json create mode 100644 test_data/Json/Expected/Blob/minimal.json create mode 100644 test_data/Json/Expected/Capability/maximal.json create mode 100644 test_data/Json/Expected/Capability/minimal.json create mode 100644 test_data/Json/Expected/ConceptDescription/maximal.json create mode 100644 test_data/Json/Expected/ConceptDescription/minimal.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/maximal.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/minimal.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/symbolOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/symbolOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/symbolOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/symbolOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/symbolOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/symbolOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/symbolOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/symbolOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/symbolOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/symbolOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/unitOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/unitOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/unitOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/unitOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/unitOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/unitOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/unitOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/unitOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/unitOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/unitOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/DataSpecificationIec61360/valueOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/EmbeddedDataSpecification/maximal.json create mode 100644 test_data/Json/Expected/EmbeddedDataSpecification/minimal.json create mode 100644 test_data/Json/Expected/Entity/globalAssetIdOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/Entity/globalAssetIdOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/Entity/globalAssetIdOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/Entity/globalAssetIdOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/Entity/globalAssetIdOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/Entity/globalAssetIdOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/Entity/globalAssetIdOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/Entity/globalAssetIdOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/Entity/globalAssetIdOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/Entity/globalAssetIdOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/Entity/maximal.json create mode 100644 test_data/Json/Expected/Entity/minimal.json create mode 100644 test_data/Json/Expected/Environment/maximal.json create mode 100644 test_data/Json/Expected/Environment/minimal.json create mode 100644 test_data/Json/Expected/EventPayload/maximal.json create mode 100644 test_data/Json/Expected/EventPayload/minimal.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/midnight_with_24_hours.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/midnight_with_zeros.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/minus_zero_offset.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/plus_zero_offset.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/random_positive.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/very_large_year.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/very_long_fractional_second.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/year_1_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/EventPayload/timeStampOverPatternExamples/year_5_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/EventPayload/topicOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/EventPayload/topicOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/EventPayload/topicOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/EventPayload/topicOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/EventPayload/topicOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/EventPayload/topicOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/EventPayload/topicOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/EventPayload/topicOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/EventPayload/topicOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/EventPayload/topicOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/maximal.json create mode 100644 test_data/Json/Expected/Extension/minimal.json create mode 100644 test_data/Json/Expected/Extension/nameOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/nameOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/nameOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/nameOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/nameOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/nameOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/nameOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/nameOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/nameOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/nameOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_URI.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_absolute_path_without_scheme.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_empty.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_integer.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Any_URI_relative_path_without_scheme.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_an_empty_value_is_valid.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_equals_signs_are_used_for_padding.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_without_space_lowercase.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Base_64_binary_without_space_uppercase.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Boolean_false_as_number.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Boolean_false_in_letters.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Boolean_true_as_number.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Boolean_true_in_letters.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_explicitly_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_max.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_min.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_negative.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Byte_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_date.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_date_with_large_negative_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_date_with_large_positive_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_date_with_negative_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_date_with_positive_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_date_with_utc.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_date_with_zero_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_date_time_with_UTC.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_date_time_with_large_negative_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_date_time_with_large_positive_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_date_time_with_long_fractional_seconds.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_date_time_with_negative_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_date_time_with_positive_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_date_time_with_zero_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_date_time_without_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_midnight_with_24_hours.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_midnight_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_year_1_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_time_year_5_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_year_1_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Date_year_5_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_decimal.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_decimal_with_long_fractional.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_decimal_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_integer.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Decimal_very_large_decimal.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_double.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_inf.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_integer.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_loss_of_precision_is_not_detected_by_design.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_lowest.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_max.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_minus_inf.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_nan.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_scientific_notation.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_scientific_notation_negative.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_scientific_notation_negative_exponent.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_scientific_notation_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_scientific_notation_positive_exponent.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_very_large_normal.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_very_precise_subnormal.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Double_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_day_seconds.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_full.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_long_second_fractal.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_many_many_seconds.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_month_seconds.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_only_seconds.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Duration_only_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_float.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_inf.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_integer.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_largest_normal.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_largest_number_less_than_one.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_largest_subnormal.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_loss_of_precision_is_not_detected_by_design.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_nan.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_negative_inf.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_scientific_notation.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_scientific_notation_negative.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_scientific_notation_negative_exponent.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_scientific_notation_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_scientific_notation_positive_exponent.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_smallest_number_larger_than_one.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_smallest_positive_normal.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_smallest_positive_subnormal.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Float_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_day_not_existing_in_all_months_without_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_double_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_negative_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_positive_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_utc_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_day_zero_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_double_digit_month_double_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_double_digit_month_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_negative_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_positive_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_single_digit_month_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_utc_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_day_zero_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_double_digit_month_without_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_negative_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_positive_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_single_digit_month_without_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_utc_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_month_zero_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_five_digit_negative_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_five_digit_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_common_year_month.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_five_digit_negative_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_negative_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_very_large_negative_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_very_large_positive_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_with_negative_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_with_positive_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_with_utc_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_month_with_zero_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_negative_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_negative_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_positive_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_utc_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_very_large_negative_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_very_large_positive_year.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_year_without_zone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/G_year_zero_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_empty.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_long_random_hex.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_one_one.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_one_two.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Hex_binary_one_two_three_four.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_explicitly_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_max.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_min.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_negative.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Int_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_negative.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_very_large.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_explicitly_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_max.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_min.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_negative.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Long_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_negative.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Negative_integer_very_large.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_minus_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_positive_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_very_large.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_negative_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_explicitly_positive_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_negative.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_very_large.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Non_positive_integer_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Positive_integer_very_large.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_explicitly_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_max.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_min.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_negative.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Short_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_empty.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_free_form_text.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/String_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_negative_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_positive_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_with_long_second_fractional.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_with_second_fractional.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_with_utc_timezone.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Time_zero_offset.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_explicitly_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_max.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_byte_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_explicitly_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_max.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_int_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_explicitly_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_max.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_long_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_common_example.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_explicitly_positive.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_fuzzed_01.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_fuzzed_02.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_fuzzed_03.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_fuzzed_04.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_fuzzed_05.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_fuzzed_06.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_fuzzed_07.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_fuzzed_08.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_fuzzed_09.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_fuzzed_10.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_max.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_zero.json create mode 100644 test_data/Json/Expected/Extension/valueOverValueExamples/Unsigned_short_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/File/contentTypeOverPatternExamples/dash.json create mode 100644 test_data/Json/Expected/File/contentTypeOverPatternExamples/dots.json create mode 100644 test_data/Json/Expected/File/contentTypeOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/File/contentTypeOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/File/contentTypeOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/File/contentTypeOverPatternExamples/number prefix and suffix.json create mode 100644 test_data/Json/Expected/File/contentTypeOverPatternExamples/only_letters.json create mode 100644 test_data/Json/Expected/File/contentTypeOverPatternExamples/plus.json create mode 100644 test_data/Json/Expected/File/contentTypeOverPatternExamples/random_common_MIME_type.json create mode 100644 test_data/Json/Expected/File/maximal.json create mode 100644 test_data/Json/Expected/File/minimal.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/made_up_01.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/made_up_02.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/made_up_03.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/made_up_04.json create mode 100644 test_data/Json/Expected/File/valueOverPatternExamples/made_up_05.json create mode 100644 test_data/Json/Expected/Key/maximal.json create mode 100644 test_data/Json/Expected/Key/minimal.json create mode 100644 test_data/Json/Expected/Key/valueOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/Key/valueOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/Key/valueOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/Key/valueOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/Key/valueOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/Key/valueOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/Key/valueOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/Key/valueOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/Key/valueOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/Key/valueOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/LangStringDefinitionTypeIec61360/maximal.json create mode 100644 test_data/Json/Expected/LangStringDefinitionTypeIec61360/minimal.json create mode 100644 test_data/Json/Expected/LangStringNameType/maximal.json create mode 100644 test_data/Json/Expected/LangStringNameType/minimal.json create mode 100644 test_data/Json/Expected/LangStringPreferredNameTypeIec61360/maximal.json create mode 100644 test_data/Json/Expected/LangStringPreferredNameTypeIec61360/minimal.json create mode 100644 test_data/Json/Expected/LangStringShortNameTypeIec61360/maximal.json create mode 100644 test_data/Json/Expected/LangStringShortNameTypeIec61360/minimal.json create mode 100644 test_data/Json/Expected/LangStringTextType/maximal.json create mode 100644 test_data/Json/Expected/LangStringTextType/minimal.json create mode 100644 test_data/Json/Expected/LevelType/maximal.json create mode 100644 test_data/Json/Expected/LevelType/minimal.json create mode 100644 test_data/Json/Expected/MultiLanguageProperty/maximal.json create mode 100644 test_data/Json/Expected/MultiLanguageProperty/minimal.json create mode 100644 test_data/Json/Expected/Operation/maximal.json create mode 100644 test_data/Json/Expected/Operation/minimal.json create mode 100644 test_data/Json/Expected/OperationVariable/maximal.json create mode 100644 test_data/Json/Expected/OperationVariable/minimal.json create mode 100644 test_data/Json/Expected/Property/maximal.json create mode 100644 test_data/Json/Expected/Property/minimal.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_URI.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_absolute_path_without_scheme.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_empty.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_integer.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Any_URI_relative_path_without_scheme.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_an_empty_value_is_valid.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_equals_signs_are_used_for_padding.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_without_space_lowercase.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Base_64_binary_without_space_uppercase.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Boolean_false_as_number.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Boolean_false_in_letters.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Boolean_true_as_number.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Boolean_true_in_letters.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_explicitly_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_max.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_min.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_negative.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Byte_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_date.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_date_with_large_negative_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_date_with_large_positive_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_date_with_negative_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_date_with_positive_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_date_with_utc.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_date_with_zero_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_date_time_with_UTC.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_date_time_with_large_negative_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_date_time_with_large_positive_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_date_time_with_long_fractional_seconds.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_date_time_with_negative_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_date_time_with_positive_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_date_time_with_zero_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_date_time_without_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_midnight_with_24_hours.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_midnight_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_year_1_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_time_year_5_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_year_1_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Date_year_5_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_decimal.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_decimal_with_long_fractional.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_decimal_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_integer.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Decimal_very_large_decimal.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_double.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_inf.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_integer.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_loss_of_precision_is_not_detected_by_design.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_lowest.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_max.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_minus_inf.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_nan.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_scientific_notation.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_scientific_notation_negative.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_scientific_notation_negative_exponent.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_scientific_notation_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_scientific_notation_positive_exponent.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_very_large_normal.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_very_precise_subnormal.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Double_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_day_seconds.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_full.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_long_second_fractal.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_many_many_seconds.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_month_seconds.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_only_seconds.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Duration_only_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_float.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_inf.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_integer.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_largest_normal.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_largest_number_less_than_one.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_largest_subnormal.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_loss_of_precision_is_not_detected_by_design.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_nan.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_negative_inf.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_scientific_notation.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_scientific_notation_negative.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_scientific_notation_negative_exponent.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_scientific_notation_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_scientific_notation_positive_exponent.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_smallest_number_larger_than_one.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_smallest_positive_normal.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_smallest_positive_subnormal.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Float_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_day_not_existing_in_all_months_without_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_double_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_negative_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_positive_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_utc_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_day_zero_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_double_digit_month_double_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_double_digit_month_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_negative_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_positive_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_single_digit_month_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_utc_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_day_zero_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_double_digit_month_without_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_negative_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_positive_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_single_digit_month_without_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_utc_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_month_zero_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_five_digit_negative_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_five_digit_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_common_year_month.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_five_digit_negative_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_negative_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_very_large_negative_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_very_large_positive_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_with_negative_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_with_positive_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_with_utc_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_month_with_zero_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_negative_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_negative_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_positive_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_utc_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_very_large_negative_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_very_large_positive_year.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_year_without_zone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/G_year_zero_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_empty.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_long_random_hex.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_one_one.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_one_two.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Hex_binary_one_two_three_four.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_explicitly_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_max.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_min.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_negative.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Int_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_negative.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_very_large.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_explicitly_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_max.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_min.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_negative.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Long_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_negative.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Negative_integer_very_large.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_minus_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_positive_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_very_large.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_negative_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_explicitly_positive_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_negative.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_very_large.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Non_positive_integer_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Positive_integer_very_large.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_explicitly_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_max.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_min.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_negative.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Short_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_empty.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_free_form_text.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/String_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_negative_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_positive_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_with_long_second_fractional.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_with_second_fractional.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_with_utc_timezone.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Time_zero_offset.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_explicitly_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_max.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_byte_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_explicitly_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_max.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_int_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_explicitly_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_max.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_long_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_common_example.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_explicitly_positive.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_fuzzed_01.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_fuzzed_02.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_fuzzed_03.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_fuzzed_04.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_fuzzed_05.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_fuzzed_06.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_fuzzed_07.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_fuzzed_08.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_fuzzed_09.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_fuzzed_10.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_max.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_zero.json create mode 100644 test_data/Json/Expected/Property/valueOverValueExamples/Unsigned_short_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/maximal.json create mode 100644 test_data/Json/Expected/Qualifier/minimal.json create mode 100644 test_data/Json/Expected/Qualifier/typeOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/typeOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/typeOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/typeOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/typeOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/typeOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/typeOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/typeOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/typeOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/typeOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_URI.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_absolute_path_without_scheme.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_empty.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_integer.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Any_URI_relative_path_without_scheme.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_an_empty_value_is_valid.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_equals_signs_are_used_for_padding.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_without_space_lowercase.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Base_64_binary_without_space_uppercase.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Boolean_false_as_number.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Boolean_false_in_letters.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Boolean_true_as_number.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Boolean_true_in_letters.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_explicitly_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_max.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_min.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_negative.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Byte_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_date.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_date_with_large_negative_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_date_with_large_positive_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_date_with_negative_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_date_with_positive_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_date_with_utc.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_date_with_zero_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_date_time_with_UTC.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_date_time_with_large_negative_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_date_time_with_large_positive_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_date_time_with_long_fractional_seconds.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_date_time_with_negative_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_date_time_with_positive_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_date_time_with_zero_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_date_time_without_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_midnight_with_24_hours.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_midnight_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_year_1_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_time_year_5_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_year_1_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Date_year_5_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_decimal.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_decimal_with_long_fractional.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_decimal_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_integer.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Decimal_very_large_decimal.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_double.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_inf.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_integer.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_loss_of_precision_is_not_detected_by_design.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_lowest.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_max.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_minus_inf.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_nan.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_scientific_notation.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_scientific_notation_negative.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_scientific_notation_negative_exponent.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_scientific_notation_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_scientific_notation_positive_exponent.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_very_large_normal.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_very_precise_subnormal.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Double_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_day_seconds.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_full.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_long_second_fractal.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_many_many_seconds.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_month_seconds.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_only_seconds.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Duration_only_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_float.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_inf.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_integer.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_largest_normal.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_largest_number_less_than_one.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_largest_subnormal.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_loss_of_precision_is_not_detected_by_design.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_nan.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_negative_inf.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_scientific_notation.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_scientific_notation_negative.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_scientific_notation_negative_exponent.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_scientific_notation_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_scientific_notation_positive_exponent.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_smallest_number_larger_than_one.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_smallest_positive_normal.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_smallest_positive_subnormal.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Float_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_day_not_existing_in_all_months_without_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_double_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_negative_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_positive_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_utc_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_day_zero_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_double_digit_month_double_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_double_digit_month_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_negative_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_positive_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_single_digit_month_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_utc_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_day_zero_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_double_digit_month_without_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_negative_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_positive_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_single_digit_month_without_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_utc_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_month_zero_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_five_digit_negative_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_five_digit_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_common_year_month.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_five_digit_negative_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_negative_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_very_large_negative_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_very_large_positive_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_with_negative_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_with_positive_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_with_utc_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_month_with_zero_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_negative_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_negative_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_positive_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_utc_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_very_large_negative_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_very_large_positive_year.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_year_without_zone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/G_year_zero_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_empty.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_long_random_hex.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_one_one.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_one_two.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Hex_binary_one_two_three_four.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_explicitly_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_max.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_min.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_negative.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Int_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_negative.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_very_large.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_explicitly_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_max.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_min.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_negative.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Long_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_negative.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Negative_integer_very_large.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_minus_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_positive_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_very_large.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_negative_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_explicitly_positive_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_negative.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_very_large.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Non_positive_integer_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Positive_integer_very_large.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_explicitly_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_max.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_min.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_negative.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Short_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_empty.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_free_form_text.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/String_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_negative_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_positive_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_with_long_second_fractional.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_with_second_fractional.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_with_utc_timezone.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Time_zero_offset.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_explicitly_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_max.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_byte_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_explicitly_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_max.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_int_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_explicitly_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_max.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_long_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_common_example.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_explicitly_positive.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_fuzzed_01.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_fuzzed_02.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_fuzzed_03.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_fuzzed_04.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_fuzzed_05.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_fuzzed_06.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_fuzzed_07.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_fuzzed_08.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_fuzzed_09.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_fuzzed_10.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_max.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_zero.json create mode 100644 test_data/Json/Expected/Qualifier/valueOverValueExamples/Unsigned_short_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/maximal.json create mode 100644 test_data/Json/Expected/Range/minimal.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_URI.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_absolute_path_without_scheme.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_empty.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_integer.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Any_URI_relative_path_without_scheme.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_an_empty_value_is_valid.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_equals_signs_are_used_for_padding.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_without_space_lowercase.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Base_64_binary_without_space_uppercase.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Boolean_false_as_number.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Boolean_false_in_letters.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Boolean_true_as_number.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Boolean_true_in_letters.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_explicitly_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_max.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_min.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_negative.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Byte_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_date.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_date_with_large_negative_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_date_with_large_positive_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_date_with_negative_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_date_with_positive_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_date_with_utc.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_date_with_zero_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_date_time_with_UTC.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_date_time_with_large_negative_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_date_time_with_large_positive_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_date_time_with_long_fractional_seconds.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_date_time_with_negative_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_date_time_with_positive_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_date_time_with_zero_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_date_time_without_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_midnight_with_24_hours.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_midnight_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_year_1_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_time_year_5_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_year_1_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Date_year_5_bce_is_a_leap_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_decimal.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_decimal_with_long_fractional.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_decimal_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_integer.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Decimal_very_large_decimal.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_double.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_inf.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_integer.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_loss_of_precision_is_not_detected_by_design.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_lowest.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_max.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_minus_inf.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_nan.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_scientific_notation.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_scientific_notation_negative.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_scientific_notation_negative_exponent.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_scientific_notation_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_scientific_notation_positive_exponent.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_very_large_normal.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_very_precise_subnormal.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Double_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_day_seconds.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_full.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_long_second_fractal.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_many_many_seconds.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_month_seconds.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_only_seconds.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Duration_only_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_float.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_inf.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_integer.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_integer_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_largest_normal.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_largest_number_less_than_one.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_largest_subnormal.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_loss_of_precision_is_not_detected_by_design.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_nan.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_negative_inf.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_scientific_notation.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_scientific_notation_negative.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_scientific_notation_negative_exponent.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_scientific_notation_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_scientific_notation_positive_exponent.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_smallest_number_larger_than_one.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_smallest_positive_normal.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_smallest_positive_subnormal.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Float_with_preceding_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_day_not_existing_in_all_months_without_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_double_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_negative_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_positive_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_utc_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_day_zero_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_double_digit_month_double_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_double_digit_month_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_negative_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_positive_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_single_digit_month_single_digit_day_without_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_utc_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_day_zero_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_double_digit_month_without_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_negative_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_positive_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_single_digit_month_without_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_utc_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_month_zero_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_five_digit_negative_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_five_digit_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_common_year_month.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_five_digit_negative_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_negative_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_very_large_negative_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_very_large_positive_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_with_negative_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_with_positive_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_with_utc_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_month_with_zero_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_negative_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_negative_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_positive_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_utc_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_very_large_negative_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_very_large_positive_year.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_year_without_zone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/G_year_zero_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_empty.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_long_random_hex.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_one_one.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_one_two.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Hex_binary_one_two_three_four.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_explicitly_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_max.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_min.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_negative.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Int_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_negative.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_very_large.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_explicitly_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_max.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_min.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_negative.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Long_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_negative.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Negative_integer_very_large.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_minus_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_positive_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_very_large.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_negative_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_explicitly_positive_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_negative.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_very_large.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Non_positive_integer_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_explicitly_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Positive_integer_very_large.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_explicitly_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_max.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_min.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_negative.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Short_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_empty.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_free_form_text.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/String_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_negative_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_positive_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_with_long_second_fractional.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_with_second_fractional.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_with_utc_timezone.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Time_zero_offset.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_explicitly_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_max.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_byte_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_explicitly_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_max.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_int_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_explicitly_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_max.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_long_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_common_example.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_explicitly_positive.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_fuzzed_01.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_fuzzed_02.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_fuzzed_03.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_fuzzed_04.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_fuzzed_05.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_fuzzed_06.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_fuzzed_07.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_fuzzed_08.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_fuzzed_09.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_fuzzed_10.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_max.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_zero.json create mode 100644 test_data/Json/Expected/Range/overMinMaxExamples/Unsigned_short_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Expected/Reference/external_reference_first_key_in_generic_globally_identifiables.json create mode 100644 test_data/Json/Expected/Reference/external_reference_last_key_in_generic_fragment_keys.json create mode 100644 test_data/Json/Expected/Reference/external_reference_last_key_in_generic_globally_identifiable.json create mode 100644 test_data/Json/Expected/Reference/maximal.json create mode 100644 test_data/Json/Expected/Reference/minimal.json create mode 100644 test_data/Json/Expected/Reference/model_reference_first_key_in_globally_and_aas_identifiables.json create mode 100644 test_data/Json/Expected/Reference/model_reference_fragment_after_blob.json create mode 100644 test_data/Json/Expected/Reference/model_reference_valid_key_value_after_list.json create mode 100644 test_data/Json/Expected/ReferenceElement/maximal.json create mode 100644 test_data/Json/Expected/ReferenceElement/minimal.json create mode 100644 test_data/Json/Expected/RelationshipElement/maximal.json create mode 100644 test_data/Json/Expected/RelationshipElement/minimal.json create mode 100644 test_data/Json/Expected/Resource/contentTypeOverPatternExamples/dash.json create mode 100644 test_data/Json/Expected/Resource/contentTypeOverPatternExamples/dots.json create mode 100644 test_data/Json/Expected/Resource/contentTypeOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/Resource/contentTypeOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/Resource/contentTypeOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/Resource/contentTypeOverPatternExamples/number prefix and suffix.json create mode 100644 test_data/Json/Expected/Resource/contentTypeOverPatternExamples/only_letters.json create mode 100644 test_data/Json/Expected/Resource/contentTypeOverPatternExamples/plus.json create mode 100644 test_data/Json/Expected/Resource/contentTypeOverPatternExamples/random_common_MIME_type.json create mode 100644 test_data/Json/Expected/Resource/maximal.json create mode 100644 test_data/Json/Expected/Resource/minimal.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/made_up_01.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/made_up_02.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/made_up_03.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/made_up_04.json create mode 100644 test_data/Json/Expected/Resource/pathOverPatternExamples/made_up_05.json create mode 100644 test_data/Json/Expected/SpecificAssetId/maximal.json create mode 100644 test_data/Json/Expected/SpecificAssetId/minimal.json create mode 100644 test_data/Json/Expected/SpecificAssetId/nameOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/SpecificAssetId/nameOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/SpecificAssetId/nameOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/SpecificAssetId/nameOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/SpecificAssetId/nameOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/SpecificAssetId/nameOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/SpecificAssetId/nameOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/SpecificAssetId/nameOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/SpecificAssetId/nameOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/SpecificAssetId/nameOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/SpecificAssetId/valueOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/SpecificAssetId/valueOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/SpecificAssetId/valueOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/SpecificAssetId/valueOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/SpecificAssetId/valueOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/SpecificAssetId/valueOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/SpecificAssetId/valueOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/SpecificAssetId/valueOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/SpecificAssetId/valueOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/SpecificAssetId/valueOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Expected/Submodel/maximal.json create mode 100644 test_data/Json/Expected/Submodel/minimal.json create mode 100644 test_data/Json/Expected/SubmodelElementCollection/maximal.json create mode 100644 test_data/Json/Expected/SubmodelElementCollection/minimal.json create mode 100644 test_data/Json/Expected/SubmodelElementList/list_id_short_in_value.json create mode 100644 test_data/Json/Expected/SubmodelElementList/list_no_semantic_id_list_element.json create mode 100644 test_data/Json/Expected/SubmodelElementList/list_one_child_without_semantic_id.json create mode 100644 test_data/Json/Expected/SubmodelElementList/list_two_properties.json create mode 100644 test_data/Json/Expected/SubmodelElementList/maximal.json create mode 100644 test_data/Json/Expected/SubmodelElementList/minimal.json create mode 100644 test_data/Json/Expected/ValueList/maximal.json create mode 100644 test_data/Json/Expected/ValueList/minimal.json create mode 100644 test_data/Json/Expected/ValueReferencePair/maximal.json create mode 100644 test_data/Json/Expected/ValueReferencePair/minimal.json create mode 100644 test_data/Json/Expected/ValueReferencePair/valueOverPatternExamples/fuzzed_01.json create mode 100644 test_data/Json/Expected/ValueReferencePair/valueOverPatternExamples/fuzzed_02.json create mode 100644 test_data/Json/Expected/ValueReferencePair/valueOverPatternExamples/fuzzed_03.json create mode 100644 test_data/Json/Expected/ValueReferencePair/valueOverPatternExamples/fuzzed_04.json create mode 100644 test_data/Json/Expected/ValueReferencePair/valueOverPatternExamples/fuzzed_05.json create mode 100644 test_data/Json/Expected/ValueReferencePair/valueOverPatternExamples/fuzzed_06.json create mode 100644 test_data/Json/Expected/ValueReferencePair/valueOverPatternExamples/fuzzed_07.json create mode 100644 test_data/Json/Expected/ValueReferencePair/valueOverPatternExamples/fuzzed_08.json create mode 100644 test_data/Json/Expected/ValueReferencePair/valueOverPatternExamples/fuzzed_09.json create mode 100644 test_data/Json/Expected/ValueReferencePair/valueOverPatternExamples/fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/Reference/external_reference_violation_first_key_not_in_globally_identifiables.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/Reference/external_reference_violation_invalid_last_key.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/Reference/model_reference_violation_first_key_not_in_aas_identifiables.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/Reference/model_reference_violation_first_key_not_in_globally_identifiables.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/Reference/model_reference_violation_fragment_reference_in_the_middle.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/Reference/model_reference_violation_fragment_reference_not_after_file_or_blob.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/Reference/model_reference_violation_invalid_key_value_after_list.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/Reference/model_reference_violation_second_key_not_in_fragment_keys.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/SubmodelElementList/list_violation_of_semantic_id_list_element.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/SubmodelElementList/list_violation_of_type_value_list_element.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/SubmodelElementList/list_violation_of_value_type_list_element.json create mode 100644 test_data/Json/Unexpected/Invalid/ConstraintViolation/SubmodelElementList/list_violation_semantic_id_mismatch_between_elements.json create mode 100644 test_data/Json/Unexpected/Invalid/DateTimeUtcViolationOnFebruary29th/BasicEventElement/lastUpdate.json create mode 100644 test_data/Json/Unexpected/Invalid/DateTimeUtcViolationOnFebruary29th/EventPayload/timeStamp.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Any_URI_too_many_fragments.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_an_odd_number_of_characters_is_not_valid.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_equals_signs_may_only_appear_at_the_end.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Base_64_binary_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_false_as_number_with_leading_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_false_in_camelcase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_false_in_uppercase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_true_as_number_with_leading_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_true_in_camelcase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Boolean_true_in_uppercase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Byte_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Byte_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Byte_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Byte_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Byte_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Byte_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Byte_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_date_time_with_UTC.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_date_time_with_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_date_time_without_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_date_with_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_date_with_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_date_with_seconds_in_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_non_existing_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_date.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_date_time_with_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_date_time_with_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_date_time_with_seconds_in_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_date_time_with_unexpected_prefix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_date_time_with_unexpected_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_date_with_time_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_non_existing_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_without_minutes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_without_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_year_4_bce_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_time_year_zero_doesnt_exist.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_year_4_bce_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Date_year_zero_doesnt_exist.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Decimal_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Decimal_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Double_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Double_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Double_inf_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Double_nan_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Double_no_fraction_in_scientific_notation.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Double_plus_inf.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Double_too_large.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Duration_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Duration_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Duration_integer.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Duration_leading_P_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Duration_negative_years.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Duration_positive_year_negative_months.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Duration_separator_T_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Duration_the_order_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Float_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Float_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Float_inf_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Float_nan_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Float_no_fraction_in_scientific_notation.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Float_plus_inf.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Float_too_large.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_day_day_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_day_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_day_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_day_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_day_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_day_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_day_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_day_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_day_unexpected_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_day_day_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_day_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_day_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_day_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_day_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_day_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_day_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_day_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_day_non_existing_april_31st.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_day_unexpected_prefix_and_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_month_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_month_unexpected_prefix_and_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_missing_century.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_month_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_month_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_month_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_month_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_month_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_month_missing_century.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_month_missing_month.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_month_month_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/G_year_unexpected_month.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Hex_binary_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Hex_binary_odd_number_of_digits.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Hex_binary_single_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Int_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Int_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Int_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Int_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Int_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Int_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Int_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Long_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Long_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Long_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Long_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Long_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Long_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Long_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Negative_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Negative_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Negative_integer_explicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Negative_integer_explicitly_positive_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Negative_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Negative_integer_implicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Negative_integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Negative_integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Negative_integer_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Negative_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Non_negative_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Non_negative_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Non_negative_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Non_negative_integer_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Non_positive_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Non_positive_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Non_positive_integer_explicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Non_positive_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Non_positive_integer_implicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Non_positive_integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Non_positive_integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Positive_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Positive_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Positive_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Positive_integer_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Positive_integer_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Positive_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Short_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Short_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Short_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Short_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Short_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Short_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Short_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_NUL_as_utf16.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_NUL_as_utf32.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_NUL_as_x.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/String_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Time_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Time_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Time_hour_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Time_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Time_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Time_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Time_minute_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Time_missing_padded_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Time_missing_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Time_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Time_second_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_byte_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_byte_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_byte_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_byte_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_byte_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_byte_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_byte_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_int_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_int_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_int_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_int_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_int_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_int_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_int_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_long_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_long_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_long_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_long_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_long_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_long_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_long_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_short_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_short_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_short_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_short_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_short_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_short_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidRangeExample/Range/Unsigned_short_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Any_URI_too_many_fragments.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_an_odd_number_of_characters_is_not_valid.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_equals_signs_may_only_appear_at_the_end.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Base_64_binary_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_false_as_number_with_leading_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_false_in_camelcase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_false_in_uppercase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_true_as_number_with_leading_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_true_in_camelcase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Boolean_true_in_uppercase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Byte_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Byte_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Byte_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Byte_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Byte_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Byte_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Byte_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_date_time_with_UTC.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_date_time_with_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_date_time_without_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_date_with_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_date_with_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_date_with_seconds_in_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_non_existing_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_date.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_date_time_with_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_date_time_with_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_date_time_with_seconds_in_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_date_time_with_unexpected_prefix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_date_time_with_unexpected_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_date_with_time_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_non_existing_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_without_minutes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_without_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_year_4_bce_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_time_year_zero_doesnt_exist.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_year_4_bce_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Date_year_zero_doesnt_exist.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Decimal_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Decimal_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Double_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Double_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Double_inf_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Double_nan_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Double_no_fraction_in_scientific_notation.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Double_plus_inf.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Double_too_large.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Duration_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Duration_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Duration_integer.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Duration_leading_P_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Duration_negative_years.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Duration_positive_year_negative_months.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Duration_separator_T_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Duration_the_order_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Float_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Float_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Float_inf_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Float_nan_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Float_no_fraction_in_scientific_notation.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Float_plus_inf.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Float_too_large.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_day_day_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_day_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_day_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_day_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_day_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_day_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_day_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_day_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_day_unexpected_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_day_day_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_day_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_day_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_day_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_day_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_day_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_day_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_day_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_day_non_existing_april_31st.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_day_unexpected_prefix_and_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_month_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_month_unexpected_prefix_and_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_missing_century.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_month_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_month_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_month_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_month_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_month_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_month_missing_century.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_month_missing_month.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_month_month_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/G_year_unexpected_month.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Hex_binary_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Hex_binary_odd_number_of_digits.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Hex_binary_single_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Int_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Int_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Int_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Int_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Int_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Int_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Int_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Long_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Long_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Long_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Long_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Long_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Long_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Long_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Negative_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Negative_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Negative_integer_explicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Negative_integer_explicitly_positive_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Negative_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Negative_integer_implicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Negative_integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Negative_integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Negative_integer_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Negative_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Non_negative_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Non_negative_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Non_negative_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Non_negative_integer_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Non_positive_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Non_positive_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Non_positive_integer_explicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Non_positive_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Non_positive_integer_implicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Non_positive_integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Non_positive_integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Positive_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Positive_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Positive_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Positive_integer_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Positive_integer_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Positive_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Short_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Short_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Short_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Short_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Short_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Short_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Short_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_NUL_as_utf16.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_NUL_as_utf32.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_NUL_as_x.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/String_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Time_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Time_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Time_hour_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Time_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Time_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Time_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Time_minute_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Time_missing_padded_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Time_missing_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Time_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Time_second_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_byte_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_byte_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_byte_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_byte_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_byte_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_byte_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_byte_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_int_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_int_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_int_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_int_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_int_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_int_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_int_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_long_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_long_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_long_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_long_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_long_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_long_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_long_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_short_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_short_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_short_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_short_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_short_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_short_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Extension/value/Unsigned_short_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Any_URI_too_many_fragments.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_an_odd_number_of_characters_is_not_valid.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_equals_signs_may_only_appear_at_the_end.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Base_64_binary_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_false_as_number_with_leading_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_false_in_camelcase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_false_in_uppercase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_true_as_number_with_leading_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_true_in_camelcase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Boolean_true_in_uppercase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Byte_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Byte_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Byte_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Byte_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Byte_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Byte_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Byte_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_date_time_with_UTC.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_date_time_with_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_date_time_without_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_date_with_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_date_with_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_date_with_seconds_in_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_non_existing_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_date.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_date_time_with_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_date_time_with_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_date_time_with_seconds_in_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_date_time_with_unexpected_prefix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_date_time_with_unexpected_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_date_with_time_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_non_existing_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_without_minutes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_without_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_year_4_bce_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_time_year_zero_doesnt_exist.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_year_4_bce_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Date_year_zero_doesnt_exist.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Decimal_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Decimal_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Double_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Double_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Double_inf_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Double_nan_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Double_no_fraction_in_scientific_notation.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Double_plus_inf.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Double_too_large.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Duration_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Duration_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Duration_integer.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Duration_leading_P_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Duration_negative_years.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Duration_positive_year_negative_months.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Duration_separator_T_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Duration_the_order_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Float_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Float_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Float_inf_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Float_nan_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Float_no_fraction_in_scientific_notation.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Float_plus_inf.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Float_too_large.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_day_day_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_day_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_day_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_day_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_day_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_day_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_day_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_day_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_day_unexpected_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_day_day_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_day_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_day_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_day_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_day_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_day_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_day_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_day_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_day_non_existing_april_31st.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_day_unexpected_prefix_and_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_month_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_month_unexpected_prefix_and_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_missing_century.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_month_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_month_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_month_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_month_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_month_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_month_missing_century.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_month_missing_month.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_month_month_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/G_year_unexpected_month.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Hex_binary_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Hex_binary_odd_number_of_digits.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Hex_binary_single_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Int_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Int_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Int_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Int_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Int_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Int_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Int_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Long_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Long_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Long_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Long_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Long_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Long_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Long_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Negative_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Negative_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Negative_integer_explicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Negative_integer_explicitly_positive_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Negative_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Negative_integer_implicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Negative_integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Negative_integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Negative_integer_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Negative_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Non_negative_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Non_negative_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Non_negative_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Non_negative_integer_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Non_positive_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Non_positive_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Non_positive_integer_explicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Non_positive_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Non_positive_integer_implicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Non_positive_integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Non_positive_integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Positive_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Positive_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Positive_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Positive_integer_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Positive_integer_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Positive_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Short_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Short_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Short_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Short_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Short_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Short_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Short_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_NUL_as_utf16.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_NUL_as_utf32.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_NUL_as_x.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/String_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Time_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Time_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Time_hour_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Time_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Time_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Time_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Time_minute_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Time_missing_padded_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Time_missing_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Time_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Time_second_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_byte_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_byte_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_byte_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_byte_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_byte_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_byte_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_byte_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_int_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_int_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_int_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_int_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_int_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_int_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_int_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_long_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_long_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_long_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_long_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_long_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_long_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_long_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_short_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_short_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_short_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_short_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_short_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_short_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Property/value/Unsigned_short_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Any_URI_too_many_fragments.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_an_odd_number_of_characters_is_not_valid.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_equals_signs_may_only_appear_at_the_end.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Base_64_binary_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_false_as_number_with_leading_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_false_in_camelcase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_false_in_uppercase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_true_as_number_with_leading_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_true_in_camelcase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Boolean_true_in_uppercase.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Byte_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Byte_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Byte_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Byte_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Byte_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Byte_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Byte_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_date_time_with_UTC.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_date_time_with_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_date_time_without_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_date_with_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_date_with_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_date_with_seconds_in_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_non_existing_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_date.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_date_time_with_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_date_time_with_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_date_time_with_seconds_in_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_date_time_with_unexpected_prefix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_date_time_with_unexpected_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_date_with_time_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_non_existing_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_without_minutes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_without_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_year_4_bce_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_time_year_zero_doesnt_exist.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_year_4_bce_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Date_year_zero_doesnt_exist.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Decimal_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Decimal_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Double_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Double_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Double_inf_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Double_nan_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Double_no_fraction_in_scientific_notation.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Double_plus_inf.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Double_too_large.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Duration_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Duration_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Duration_integer.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Duration_leading_P_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Duration_negative_years.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Duration_positive_year_negative_months.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Duration_separator_T_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Duration_the_order_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Float_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Float_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Float_inf_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Float_nan_case_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Float_no_fraction_in_scientific_notation.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Float_plus_inf.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Float_too_large.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_day_day_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_day_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_day_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_day_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_day_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_day_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_day_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_day_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_day_unexpected_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_day_day_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_day_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_day_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_day_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_day_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_day_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_day_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_day_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_day_non_existing_april_31st.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_day_unexpected_prefix_and_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_missing_leading_dashes.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_missing_leading_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_month_outside_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_month_unexpected_prefix_and_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_missing_century.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_month_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_month_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_month_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_month_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_month_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_month_missing_century.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_month_missing_month.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_month_month_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/G_year_unexpected_month.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Hex_binary_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Hex_binary_odd_number_of_digits.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Hex_binary_single_digit.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Int_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Int_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Int_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Int_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Int_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Int_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Int_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Long_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Long_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Long_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Long_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Long_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Long_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Long_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Negative_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Negative_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Negative_integer_explicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Negative_integer_explicitly_positive_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Negative_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Negative_integer_implicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Negative_integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Negative_integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Negative_integer_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Negative_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Non_negative_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Non_negative_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Non_negative_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Non_negative_integer_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Non_positive_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Non_positive_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Non_positive_integer_explicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Non_positive_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Non_positive_integer_implicitly_positive.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Non_positive_integer_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Non_positive_integer_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Positive_integer_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Positive_integer_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Positive_integer_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Positive_integer_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Positive_integer_zero.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Positive_integer_zero_prefixed_with_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Short_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Short_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Short_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Short_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Short_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Short_min_minus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Short_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_NUL_as_utf16.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_NUL_as_utf32.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_NUL_as_x.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/String_negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Time_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Time_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Time_hour_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Time_invalid_negative_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Time_invalid_offset_with_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Time_invalid_positive_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Time_minute_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Time_missing_padded_zeros.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Time_missing_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Time_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Time_second_out_of_range.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_byte_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_byte_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_byte_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_byte_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_byte_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_byte_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_byte_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_int_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_int_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_int_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_int_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_int_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_int_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_int_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_long_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_long_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_long_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_long_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_long_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_long_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_long_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_short_decimal.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_short_empty.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_short_free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_short_mathematical_formula.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_short_max_plus_one.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_short_negative.json create mode 100644 test_data/Json/Unexpected/Invalid/InvalidValueExample/Qualifier/value/Unsigned_short_scientific.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/AdministrativeInformation/revision.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/AdministrativeInformation/templateId.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/AdministrativeInformation/version.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/AssetInformation/assetType.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/AssetInformation/globalAssetId.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/BasicEventElement/messageTopic.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/Blob/contentType.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/DataSpecificationIec61360/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/Entity/globalAssetId.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/EventPayload/topic.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/Extension/name.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/File/contentType.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/File/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/Key/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/LangStringDefinitionTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/LangStringNameType/text.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/LangStringPreferredNameTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/LangStringShortNameTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/LangStringTextType/text.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/Qualifier/type.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/Resource/contentType.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/Resource/path.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/SpecificAssetId/name.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/SpecificAssetId/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MaxLengthViolation/ValueReferencePair/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/AdministrativeInformation/revision.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/AdministrativeInformation/templateId.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/AdministrativeInformation/version.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/AnnotatedRelationshipElement/annotations.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/AssetAdministrationShell/submodels.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/AssetInformation/assetType.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/AssetInformation/globalAssetId.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/AssetInformation/specificAssetIds.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/BasicEventElement/messageTopic.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Blob/contentType.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/ConceptDescription/isCaseOf.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/DataSpecificationIec61360/definition.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/DataSpecificationIec61360/preferredName.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/DataSpecificationIec61360/shortName.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/DataSpecificationIec61360/sourceOfDefinition.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/DataSpecificationIec61360/symbol.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/DataSpecificationIec61360/unit.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/DataSpecificationIec61360/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/DataSpecificationIec61360/valueFormat.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Entity/globalAssetId.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Entity/specificAssetIds.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Entity/statements.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Environment/assetAdministrationShells.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Environment/conceptDescriptions.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Environment/submodels.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/EventPayload/topic.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Extension/name.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Extension/refersTo.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/File/contentType.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/File/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Key/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/MultiLanguageProperty/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Operation/inoutputVariables.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Operation/inputVariables.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Operation/outputVariables.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Qualifier/type.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Reference/keys.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Resource/contentType.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Resource/path.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/SpecificAssetId/name.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/SpecificAssetId/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/Submodel/submodelElements.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/SubmodelElementCollection/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/SubmodelElementList/value.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/ValueList/valueReferencePairs.json create mode 100644 test_data/Json/Unexpected/Invalid/MinLengthViolation/ValueReferencePair/value.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/revision/dot.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/revision/letter.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/revision/negative.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/templateId/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/templateId/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/templateId/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/templateId/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/templateId/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/templateId/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/templateId/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/templateId/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/templateId/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/templateId/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/version/dot.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/version/letter.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AdministrativeInformation/version/negative.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/assetType/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/assetType/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/assetType/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/assetType/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/assetType/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/assetType/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/assetType/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/assetType/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/assetType/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/assetType/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/globalAssetId/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/globalAssetId/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/globalAssetId/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/globalAssetId/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/globalAssetId/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/globalAssetId/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/globalAssetId/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/globalAssetId/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/globalAssetId/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/AssetInformation/globalAssetId/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/date_time_with_UTC_and_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/date_time_with_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/date_time_without_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/empty.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/invalid_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/only_date.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/only_date_with_time_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/without_minutes.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/lastUpdate/without_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/maxInterval/empty.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/maxInterval/free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/maxInterval/integer.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/maxInterval/leading_P_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/maxInterval/negative_years.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/maxInterval/positive_year_negative_months.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/maxInterval/separator_T_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/maxInterval/the_order_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/messageTopic/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/messageTopic/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/messageTopic/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/messageTopic/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/messageTopic/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/messageTopic/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/messageTopic/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/messageTopic/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/messageTopic/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/messageTopic/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/minInterval/empty.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/minInterval/free_form_text.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/minInterval/integer.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/minInterval/leading_P_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/minInterval/negative_years.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/minInterval/positive_year_negative_months.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/minInterval/separator_T_missing.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/BasicEventElement/minInterval/the_order_matters.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/empty.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Blob/contentType/number.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/sourceOfDefinition/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/sourceOfDefinition/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/sourceOfDefinition/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/sourceOfDefinition/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/sourceOfDefinition/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/sourceOfDefinition/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/sourceOfDefinition/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/sourceOfDefinition/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/sourceOfDefinition/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/sourceOfDefinition/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/symbol/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/symbol/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/symbol/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/symbol/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/symbol/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/symbol/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/symbol/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/symbol/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/symbol/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/symbol/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/unit/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/unit/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/unit/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/unit/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/unit/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/unit/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/unit/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/unit/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/unit/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/unit/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/value/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/value/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/value/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/value/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/value/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/value/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/value/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/value/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/value/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/value/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/valueFormat/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/valueFormat/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/valueFormat/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/valueFormat/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/valueFormat/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/valueFormat/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/valueFormat/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/valueFormat/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/valueFormat/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/DataSpecificationIec61360/valueFormat/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Entity/globalAssetId/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Entity/globalAssetId/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Entity/globalAssetId/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Entity/globalAssetId/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Entity/globalAssetId/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Entity/globalAssetId/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Entity/globalAssetId/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Entity/globalAssetId/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Entity/globalAssetId/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Entity/globalAssetId/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/date_time_with_UTC_and_suffix.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/date_time_with_offset.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/date_time_without_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/empty.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/invalid_february_29th.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/only_date.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/only_date_with_time_zone.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/without_minutes.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/timeStamp/without_seconds.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/topic/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/topic/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/topic/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/topic/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/topic/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/topic/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/topic/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/topic/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/topic/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/EventPayload/topic/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Extension/name/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Extension/name/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Extension/name/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Extension/name/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Extension/name/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Extension/name/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Extension/name/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Extension/name/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Extension/name/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Extension/name/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/empty.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/contentType/number.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_made_up_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/File/value/negatively_made_up_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Key/value/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Key/value/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Key/value/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Key/value/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Key/value/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Key/value/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Key/value/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Key/value/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Key/value/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Key/value/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Qualifier/type/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Qualifier/type/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Qualifier/type/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Qualifier/type/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Qualifier/type/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Qualifier/type/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Qualifier/type/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Qualifier/type/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Qualifier/type/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Qualifier/type/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/empty.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/contentType/number.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_made_up_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/Resource/path/negatively_made_up_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/name/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/name/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/name/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/name/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/name/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/name/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/name/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/name/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/name/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/name/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/value/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/value/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/value/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/value/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/value/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/value/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/value/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/value/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/value/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/SpecificAssetId/value/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/ValueReferencePair/value/negatively_fuzzed_01.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/ValueReferencePair/value/negatively_fuzzed_02.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/ValueReferencePair/value/negatively_fuzzed_03.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/ValueReferencePair/value/negatively_fuzzed_04.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/ValueReferencePair/value/negatively_fuzzed_05.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/ValueReferencePair/value/negatively_fuzzed_06.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/ValueReferencePair/value/negatively_fuzzed_07.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/ValueReferencePair/value/negatively_fuzzed_08.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/ValueReferencePair/value/negatively_fuzzed_09.json create mode 100644 test_data/Json/Unexpected/Invalid/PatternViolation/ValueReferencePair/value/negatively_fuzzed_10.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/AnnotatedRelationshipElement/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/AssetAdministrationShell/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/BasicEventElement/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/Blob/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/Capability/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/ConceptDescription/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/DataSpecificationIec61360/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/Entity/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/File/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/MultiLanguageProperty/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/Operation/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/Property/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/Range/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/ReferenceElement/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/RelationshipElement/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/Submodel/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/SubmodelElementCollection/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/InvalidModelType/SubmodelElementList/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/AnnotatedRelationshipElement/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/AssetAdministrationShell/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/BasicEventElement/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/Blob/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/Capability/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/ConceptDescription/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/DataSpecificationIec61360/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/Entity/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/File/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/MultiLanguageProperty/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/Operation/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/Property/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/Range/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/ReferenceElement/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/RelationshipElement/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/Submodel/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/SubmodelElementCollection/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/MissingModelType/SubmodelElementList/wrong.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/AssetAdministrationShell/assetInformation.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/AssetAdministrationShell/id.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/AssetInformation/assetKind.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/BasicEventElement/direction.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/BasicEventElement/observed.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/BasicEventElement/state.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/ConceptDescription/id.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/DataSpecificationIec61360/preferredName.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/EmbeddedDataSpecification/dataSpecification.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/EmbeddedDataSpecification/dataSpecificationContent.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/EventPayload/observableReference.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/EventPayload/source.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/EventPayload/timeStamp.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/Extension/name.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/Key/type.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/Key/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LangStringDefinitionTypeIec61360/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LangStringDefinitionTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LangStringNameType/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LangStringNameType/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LangStringPreferredNameTypeIec61360/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LangStringPreferredNameTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LangStringShortNameTypeIec61360/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LangStringShortNameTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LangStringTextType/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LangStringTextType/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LevelType/max.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LevelType/min.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LevelType/nom.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/LevelType/typ.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/OperationVariable/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/Property/valueType.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/Qualifier/type.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/Qualifier/valueType.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/Range/valueType.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/Reference/keys.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/Reference/type.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/Resource/path.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/SpecificAssetId/name.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/SpecificAssetId/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/Submodel/id.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/SubmodelElementList/typeValueListElement.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/ValueList/valueReferencePairs.json create mode 100644 test_data/Json/Unexpected/Unserializable/NullViolation/ValueReferencePair/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/AssetAdministrationShell/assetInformation.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/AssetAdministrationShell/id.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/AssetInformation/assetKind.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/BasicEventElement/direction.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/BasicEventElement/observed.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/BasicEventElement/state.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/ConceptDescription/id.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/DataSpecificationIec61360/preferredName.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/EmbeddedDataSpecification/dataSpecification.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/EmbeddedDataSpecification/dataSpecificationContent.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/EventPayload/observableReference.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/EventPayload/source.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/EventPayload/timeStamp.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/Extension/name.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/Key/type.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/Key/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LangStringDefinitionTypeIec61360/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LangStringDefinitionTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LangStringNameType/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LangStringNameType/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LangStringPreferredNameTypeIec61360/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LangStringPreferredNameTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LangStringShortNameTypeIec61360/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LangStringShortNameTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LangStringTextType/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LangStringTextType/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LevelType/max.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LevelType/min.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LevelType/nom.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/LevelType/typ.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/OperationVariable/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/Property/valueType.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/Qualifier/type.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/Qualifier/valueType.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/Range/valueType.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/Reference/keys.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/Reference/type.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/Resource/path.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/SpecificAssetId/name.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/SpecificAssetId/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/Submodel/id.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/SubmodelElementList/typeValueListElement.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/ValueList/valueReferencePairs.json create mode 100644 test_data/Json/Unexpected/Unserializable/RequiredViolation/ValueReferencePair/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/creator.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/revision.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/templateId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/version.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/annotations.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/first.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/second.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/administration.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/assetInformation.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/derivedFrom.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/id.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/submodels.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetInformation/assetKind.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetInformation/assetType.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetInformation/defaultThumbnail.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetInformation/globalAssetId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/AssetInformation/specificAssetIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/direction.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/lastUpdate.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/maxInterval.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/messageBroker.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/messageTopic.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/minInterval.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/observed.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/state.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/BasicEventElement/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Blob/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Blob/contentType.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Blob/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Blob/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Blob/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Blob/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Blob/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Blob/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Blob/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Blob/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Blob/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Capability/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Capability/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Capability/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Capability/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Capability/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Capability/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Capability/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Capability/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Capability/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ConceptDescription/administration.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ConceptDescription/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ConceptDescription/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ConceptDescription/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ConceptDescription/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ConceptDescription/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ConceptDescription/id.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ConceptDescription/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ConceptDescription/isCaseOf.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/dataType.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/definition.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/levelType.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/preferredName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/shortName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/sourceOfDefinition.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/symbol.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/unit.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/unitId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/valueFormat.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/EmbeddedDataSpecification/dataSpecification.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/EmbeddedDataSpecification/dataSpecificationContent.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/entityType.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/globalAssetId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/specificAssetIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/statements.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Entity/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Environment/assetAdministrationShells.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Environment/conceptDescriptions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Environment/submodels.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/EventPayload/observableReference.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/EventPayload/observableSemanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/EventPayload/payload.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/EventPayload/source.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/EventPayload/sourceSemanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/EventPayload/subjectId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/EventPayload/timeStamp.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/EventPayload/topic.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Extension/name.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Extension/refersTo.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Extension/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Extension/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Extension/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Extension/valueType.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/File/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/File/contentType.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/File/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/File/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/File/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/File/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/File/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/File/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/File/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/File/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/File/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Key/type.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Key/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LangStringDefinitionTypeIec61360/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LangStringDefinitionTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LangStringNameType/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LangStringNameType/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LangStringPreferredNameTypeIec61360/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LangStringPreferredNameTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LangStringShortNameTypeIec61360/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LangStringShortNameTypeIec61360/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LangStringTextType/language.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LangStringTextType/text.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LevelType/max.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LevelType/min.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LevelType/nom.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/LevelType/typ.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/valueId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/inoutputVariables.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/inputVariables.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/outputVariables.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Operation/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/OperationVariable/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/valueId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Property/valueType.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Qualifier/kind.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Qualifier/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Qualifier/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Qualifier/type.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Qualifier/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Qualifier/valueId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Qualifier/valueType.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/max.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/min.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Range/valueType.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Reference/keys.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Reference/referredSemanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Reference/type.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ReferenceElement/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ReferenceElement/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ReferenceElement/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ReferenceElement/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ReferenceElement/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ReferenceElement/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ReferenceElement/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ReferenceElement/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ReferenceElement/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ReferenceElement/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/RelationshipElement/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/RelationshipElement/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/RelationshipElement/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/RelationshipElement/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/RelationshipElement/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/RelationshipElement/first.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/RelationshipElement/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/RelationshipElement/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/RelationshipElement/second.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/RelationshipElement/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/RelationshipElement/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Resource/contentType.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Resource/path.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SpecificAssetId/externalSubjectId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SpecificAssetId/name.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SpecificAssetId/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SpecificAssetId/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SpecificAssetId/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/administration.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/id.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/kind.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/submodelElements.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/Submodel/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/category.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/description.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/displayName.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/embeddedDataSpecifications.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/extensions.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/idShort.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/orderRelevant.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/qualifiers.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/semanticId.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/semanticIdListElement.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/supplementalSemanticIds.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/typeValueListElement.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/SubmodelElementList/valueTypeListElement.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ValueList/valueReferencePairs.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ValueReferencePair/value.json create mode 100644 test_data/Json/Unexpected/Unserializable/TypeViolation/ValueReferencePair/valueId.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/AdministrativeInformation/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/AnnotatedRelationshipElement/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/AssetAdministrationShell/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/AssetInformation/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/BasicEventElement/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Blob/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Capability/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/ConceptDescription/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/DataSpecificationIec61360/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/EmbeddedDataSpecification/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Entity/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Environment/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/EventPayload/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Extension/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/File/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Key/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/LangStringDefinitionTypeIec61360/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/LangStringNameType/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/LangStringPreferredNameTypeIec61360/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/LangStringShortNameTypeIec61360/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/LangStringTextType/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/LevelType/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/MultiLanguageProperty/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Operation/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/OperationVariable/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Property/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Qualifier/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Range/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Reference/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/ReferenceElement/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/RelationshipElement/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Resource/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/SpecificAssetId/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/Submodel/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/SubmodelElementCollection/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/SubmodelElementList/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/ValueList/instance.json create mode 100644 test_data/Json/Unexpected/Unserializable/UnexpectedAdditionalProperty/ValueReferencePair/instance.json create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/AnnotatedRelationshipElement/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/AssetAdministrationShell/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/BasicEventElement/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/Blob/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/Capability/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/ConceptDescription/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/DataSpecificationIec61360/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/Entity/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/File/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/MultiLanguageProperty/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/Operation/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/Property/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/Range/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/ReferenceElement/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/RelationshipElement/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/Submodel/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/SubmodelElementCollection/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/InvalidModelType/SubmodelElementList/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/AnnotatedRelationshipElement/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/AssetAdministrationShell/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/BasicEventElement/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/Blob/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/Capability/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/ConceptDescription/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/DataSpecificationIec61360/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/Entity/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/File/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/MultiLanguageProperty/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/Operation/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/Property/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/Range/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/ReferenceElement/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/RelationshipElement/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/Submodel/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/SubmodelElementCollection/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/MissingModelType/SubmodelElementList/wrong.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/AssetAdministrationShell/assetInformation.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/AssetAdministrationShell/id.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/AssetInformation/assetKind.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/BasicEventElement/direction.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/BasicEventElement/observed.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/BasicEventElement/state.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/ConceptDescription/id.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/DataSpecificationIec61360/preferredName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/EmbeddedDataSpecification/dataSpecification.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/EmbeddedDataSpecification/dataSpecificationContent.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/EventPayload/observableReference.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/EventPayload/source.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/EventPayload/timeStamp.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/Extension/name.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/Key/type.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/Key/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LangStringDefinitionTypeIec61360/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LangStringDefinitionTypeIec61360/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LangStringNameType/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LangStringNameType/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LangStringPreferredNameTypeIec61360/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LangStringPreferredNameTypeIec61360/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LangStringShortNameTypeIec61360/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LangStringShortNameTypeIec61360/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LangStringTextType/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LangStringTextType/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LevelType/max.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LevelType/min.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LevelType/nom.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/LevelType/typ.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/OperationVariable/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/Property/valueType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/Qualifier/type.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/Qualifier/valueType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/Range/valueType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/Reference/keys.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/Reference/type.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/Resource/path.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/SpecificAssetId/name.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/SpecificAssetId/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/Submodel/id.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/SubmodelElementList/typeValueListElement.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/ValueList/valueReferencePairs.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/NullViolation/ValueReferencePair/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/AssetAdministrationShell/assetInformation.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/AssetAdministrationShell/id.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/AssetInformation/assetKind.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/BasicEventElement/direction.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/BasicEventElement/observed.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/BasicEventElement/state.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/ConceptDescription/id.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/DataSpecificationIec61360/preferredName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/EmbeddedDataSpecification/dataSpecification.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/EmbeddedDataSpecification/dataSpecificationContent.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/EventPayload/observableReference.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/EventPayload/source.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/EventPayload/timeStamp.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/Extension/name.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/Key/type.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/Key/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LangStringDefinitionTypeIec61360/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LangStringDefinitionTypeIec61360/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LangStringNameType/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LangStringNameType/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LangStringPreferredNameTypeIec61360/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LangStringPreferredNameTypeIec61360/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LangStringShortNameTypeIec61360/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LangStringShortNameTypeIec61360/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LangStringTextType/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LangStringTextType/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LevelType/max.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LevelType/min.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LevelType/nom.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/LevelType/typ.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/OperationVariable/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/Property/valueType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/Qualifier/type.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/Qualifier/valueType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/Range/valueType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/Reference/keys.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/Reference/type.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/Resource/path.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/SpecificAssetId/name.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/SpecificAssetId/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/Submodel/id.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/SubmodelElementList/typeValueListElement.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/ValueList/valueReferencePairs.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/RequiredViolation/ValueReferencePair/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/creator.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/revision.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/templateId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AdministrativeInformation/version.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/annotations.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/first.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/second.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AnnotatedRelationshipElement/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/administration.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/assetInformation.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/derivedFrom.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/id.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetAdministrationShell/submodels.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetInformation/assetKind.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetInformation/assetType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetInformation/defaultThumbnail.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetInformation/globalAssetId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/AssetInformation/specificAssetIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/direction.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/lastUpdate.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/maxInterval.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/messageBroker.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/messageTopic.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/minInterval.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/observed.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/state.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/BasicEventElement/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Blob/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Blob/contentType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Blob/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Blob/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Blob/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Blob/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Blob/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Blob/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Blob/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Blob/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Blob/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Capability/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Capability/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Capability/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Capability/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Capability/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Capability/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Capability/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Capability/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Capability/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ConceptDescription/administration.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ConceptDescription/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ConceptDescription/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ConceptDescription/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ConceptDescription/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ConceptDescription/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ConceptDescription/id.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ConceptDescription/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ConceptDescription/isCaseOf.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/dataType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/definition.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/levelType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/preferredName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/shortName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/sourceOfDefinition.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/symbol.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/unit.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/unitId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/DataSpecificationIec61360/valueFormat.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/EmbeddedDataSpecification/dataSpecification.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/EmbeddedDataSpecification/dataSpecificationContent.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/entityType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/globalAssetId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/specificAssetIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/statements.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Entity/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Environment/assetAdministrationShells.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Environment/conceptDescriptions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Environment/submodels.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/EventPayload/observableReference.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/EventPayload/observableSemanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/EventPayload/payload.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/EventPayload/source.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/EventPayload/sourceSemanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/EventPayload/subjectId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/EventPayload/timeStamp.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/EventPayload/topic.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Extension/name.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Extension/refersTo.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Extension/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Extension/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Extension/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Extension/valueType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/File/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/File/contentType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/File/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/File/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/File/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/File/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/File/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/File/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/File/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/File/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/File/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Key/type.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Key/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LangStringDefinitionTypeIec61360/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LangStringDefinitionTypeIec61360/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LangStringNameType/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LangStringNameType/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LangStringPreferredNameTypeIec61360/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LangStringPreferredNameTypeIec61360/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LangStringShortNameTypeIec61360/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LangStringShortNameTypeIec61360/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LangStringTextType/language.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LangStringTextType/text.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LevelType/max.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LevelType/min.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LevelType/nom.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/LevelType/typ.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/MultiLanguageProperty/valueId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/inoutputVariables.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/inputVariables.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/outputVariables.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Operation/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/OperationVariable/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/valueId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Property/valueType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Qualifier/kind.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Qualifier/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Qualifier/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Qualifier/type.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Qualifier/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Qualifier/valueId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Qualifier/valueType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/max.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/min.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Range/valueType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Reference/keys.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Reference/referredSemanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Reference/type.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ReferenceElement/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ReferenceElement/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ReferenceElement/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ReferenceElement/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ReferenceElement/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ReferenceElement/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ReferenceElement/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ReferenceElement/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ReferenceElement/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ReferenceElement/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/RelationshipElement/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/RelationshipElement/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/RelationshipElement/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/RelationshipElement/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/RelationshipElement/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/RelationshipElement/first.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/RelationshipElement/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/RelationshipElement/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/RelationshipElement/second.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/RelationshipElement/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/RelationshipElement/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Resource/contentType.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Resource/path.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SpecificAssetId/externalSubjectId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SpecificAssetId/name.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SpecificAssetId/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SpecificAssetId/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SpecificAssetId/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/administration.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/id.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/kind.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/submodelElements.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/Submodel/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementCollection/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/category.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/description.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/displayName.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/embeddedDataSpecifications.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/extensions.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/idShort.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/orderRelevant.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/qualifiers.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/semanticId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/semanticIdListElement.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/supplementalSemanticIds.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/typeValueListElement.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/SubmodelElementList/valueTypeListElement.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ValueList/valueReferencePairs.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ValueReferencePair/value.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/TypeViolation/ValueReferencePair/valueId.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/AdministrativeInformation/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/AnnotatedRelationshipElement/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/AssetAdministrationShell/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/AssetInformation/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/BasicEventElement/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Blob/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Capability/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/ConceptDescription/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/DataSpecificationIec61360/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/EmbeddedDataSpecification/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Entity/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Environment/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/EventPayload/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Extension/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/File/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Key/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/LangStringDefinitionTypeIec61360/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/LangStringNameType/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/LangStringPreferredNameTypeIec61360/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/LangStringShortNameTypeIec61360/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/LangStringTextType/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/LevelType/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/MultiLanguageProperty/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Operation/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/OperationVariable/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Property/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Qualifier/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Range/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Reference/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/ReferenceElement/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/RelationshipElement/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Resource/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/SpecificAssetId/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/Submodel/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/SubmodelElementCollection/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/SubmodelElementList/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/ValueList/instance.json.error create mode 100644 test_data/JsonizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/ValueReferencePair/instance.json.error create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/reference/external_reference_violation_first_key_not_in_globally_identifiables.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/reference/external_reference_violation_invalid_last_key.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_first_key_not_in_aas_identifiables.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_first_key_not_in_globally_identifiables.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_fragment_reference_in_the_middle.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_fragment_reference_not_after_file_or_blob.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_invalid_key_value_after_list.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_second_key_not_in_fragment_keys.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/submodelElementList/list_violation_of_semantic_id_list_element.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/submodelElementList/list_violation_of_type_value_list_element.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/submodelElementList/list_violation_of_value_type_list_element.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/ConstraintViolation/submodelElementList/list_violation_semantic_id_mismatch_between_elements.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/DateTimeUtcViolationOnFebruary29th/basicEventElement/lastUpdate.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/DateTimeUtcViolationOnFebruary29th/eventPayload/timeStamp.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_negatively_fuzzed_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_too_many_fragments.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_an_odd_number_of_characters_is_not_valid.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_equals_signs_may_only_appear_at_the_end.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_08.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Boolean_false_as_number_with_leading_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Boolean_false_in_camelcase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Boolean_false_in_uppercase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Boolean_negatively_fuzzed_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Boolean_negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Boolean_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Boolean_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Boolean_true_as_number_with_leading_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Boolean_true_in_camelcase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Boolean_true_in_uppercase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Byte_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Byte_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Byte_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Byte_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Byte_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Byte_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Byte_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_date_time_with_UTC.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_date_time_with_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_date_time_without_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_date_with_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_date_with_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_date_with_seconds_in_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_non_existing_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_time_with_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_time_with_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_time_with_seconds_in_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_time_with_unexpected_prefix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_time_with_unexpected_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_with_time_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_non_existing_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_without_minutes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_without_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_year_4_bce_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_time_year_zero_doesnt_exist.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_year_4_bce_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Date_year_zero_doesnt_exist.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Decimal_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Decimal_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Double_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Double_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Double_inf_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Double_nan_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Double_no_fraction_in_scientific_notation.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Double_plus_inf.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Double_too_large.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Duration_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Duration_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Duration_integer.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Duration_leading_P_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Duration_negative_years.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Duration_positive_year_negative_months.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Duration_separator_T_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Duration_the_order_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Float_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Float_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Float_inf_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Float_nan_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Float_no_fraction_in_scientific_notation.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Float_plus_inf.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Float_too_large.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_day_day_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_day_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_day_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_day_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_day_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_day_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_day_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_day_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_day_unexpected_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_day_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_non_existing_april_31st.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_unexpected_prefix_and_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_month_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_month_unexpected_prefix_and_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_missing_century.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_missing_century.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_missing_month.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_month_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/G_year_unexpected_month.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Hex_binary_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Hex_binary_odd_number_of_digits.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Hex_binary_single_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Int_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Int_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Int_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Int_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Int_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Int_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Int_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Long_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Long_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Long_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Long_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Long_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Long_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Long_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_explicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_explicitly_positive_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_implicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_zero_prefixed_with_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Non_negative_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Non_negative_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Non_negative_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Non_negative_integer_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_explicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_implicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_zero_prefixed_with_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Short_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Short_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Short_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Short_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Short_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Short_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Short_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Time_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Time_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Time_hour_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Time_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Time_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Time_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Time_minute_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Time_missing_padded_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Time_missing_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Time_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Time_second_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_negatively_fuzzed_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_too_many_fragments.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_an_odd_number_of_characters_is_not_valid.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_equals_signs_may_only_appear_at_the_end.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_08.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_false_as_number_with_leading_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_false_in_camelcase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_false_in_uppercase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_negatively_fuzzed_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_true_as_number_with_leading_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_true_in_camelcase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_true_in_uppercase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_time_with_UTC.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_time_with_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_time_without_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_with_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_with_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_with_seconds_in_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_non_existing_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_time_with_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_time_with_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_time_with_seconds_in_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_time_with_unexpected_prefix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_time_with_unexpected_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_with_time_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_non_existing_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_without_minutes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_without_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_year_4_bce_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_year_zero_doesnt_exist.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_year_4_bce_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Date_year_zero_doesnt_exist.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Decimal_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Decimal_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Double_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Double_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Double_inf_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Double_nan_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Double_no_fraction_in_scientific_notation.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Double_plus_inf.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Double_too_large.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_integer.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_leading_P_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_negative_years.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_positive_year_negative_months.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_separator_T_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_the_order_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Float_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Float_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Float_inf_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Float_nan_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Float_no_fraction_in_scientific_notation.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Float_plus_inf.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Float_too_large.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_day_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_unexpected_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_day_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_non_existing_april_31st.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_unexpected_prefix_and_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_month_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_unexpected_prefix_and_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_missing_century.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_missing_century.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_missing_month.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_month_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_unexpected_month.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Hex_binary_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Hex_binary_odd_number_of_digits.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Hex_binary_single_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Int_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Int_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Int_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Int_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Int_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Int_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Int_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Long_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Long_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Long_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Long_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Long_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Long_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Long_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_explicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_explicitly_positive_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_implicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_zero_prefixed_with_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Non_negative_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Non_negative_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Non_negative_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Non_negative_integer_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_explicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_implicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_zero_prefixed_with_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Short_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Short_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Short_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Short_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Short_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Short_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Short_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Time_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Time_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Time_hour_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Time_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Time_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Time_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Time_minute_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Time_missing_padded_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Time_missing_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Time_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Time_second_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_negatively_fuzzed_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_too_many_fragments.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_an_odd_number_of_characters_is_not_valid.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_equals_signs_may_only_appear_at_the_end.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_08.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_false_as_number_with_leading_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_false_in_camelcase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_false_in_uppercase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_negatively_fuzzed_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_true_as_number_with_leading_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_true_in_camelcase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_true_in_uppercase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Byte_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Byte_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Byte_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Byte_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Byte_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Byte_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Byte_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_time_with_UTC.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_time_with_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_time_without_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_with_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_with_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_with_seconds_in_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_non_existing_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_time_with_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_time_with_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_time_with_seconds_in_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_time_with_unexpected_prefix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_time_with_unexpected_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_with_time_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_non_existing_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_without_minutes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_without_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_year_4_bce_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_year_zero_doesnt_exist.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_year_4_bce_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Date_year_zero_doesnt_exist.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Decimal_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Decimal_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Double_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Double_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Double_inf_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Double_nan_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Double_no_fraction_in_scientific_notation.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Double_plus_inf.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Double_too_large.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Duration_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Duration_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Duration_integer.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Duration_leading_P_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Duration_negative_years.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Duration_positive_year_negative_months.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Duration_separator_T_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Duration_the_order_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Float_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Float_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Float_inf_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Float_nan_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Float_no_fraction_in_scientific_notation.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Float_plus_inf.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Float_too_large.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_day_day_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_day_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_day_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_day_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_day_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_day_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_day_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_day_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_day_unexpected_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_day_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_non_existing_april_31st.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_unexpected_prefix_and_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_month_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_month_unexpected_prefix_and_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_missing_century.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_missing_century.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_missing_month.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_month_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/G_year_unexpected_month.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Hex_binary_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Hex_binary_odd_number_of_digits.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Hex_binary_single_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Int_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Int_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Int_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Int_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Int_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Int_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Int_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Long_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Long_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Long_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Long_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Long_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Long_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Long_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_explicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_explicitly_positive_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_implicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_zero_prefixed_with_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Non_negative_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Non_negative_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Non_negative_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Non_negative_integer_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_explicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_implicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_zero_prefixed_with_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Short_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Short_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Short_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Short_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Short_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Short_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Short_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Time_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Time_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Time_hour_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Time_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Time_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Time_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Time_minute_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Time_missing_padded_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Time_missing_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Time_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Time_second_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_negatively_fuzzed_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_too_many_fragments.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_an_odd_number_of_characters_is_not_valid.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_equals_signs_may_only_appear_at_the_end.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_08.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_false_as_number_with_leading_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_false_in_camelcase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_false_in_uppercase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_negatively_fuzzed_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_true_as_number_with_leading_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_true_in_camelcase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_true_in_uppercase.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_time_with_UTC.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_time_with_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_time_without_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_with_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_with_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_with_seconds_in_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_non_existing_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_time_with_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_time_with_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_time_with_seconds_in_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_time_with_unexpected_prefix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_time_with_unexpected_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_with_time_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_non_existing_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_without_minutes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_without_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_year_4_bce_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_year_zero_doesnt_exist.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_year_4_bce_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_year_zero_doesnt_exist.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Decimal_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Decimal_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_inf_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_nan_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_no_fraction_in_scientific_notation.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_plus_inf.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_too_large.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_integer.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_leading_P_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_negative_years.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_positive_year_negative_months.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_separator_T_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_the_order_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_inf_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_nan_case_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_no_fraction_in_scientific_notation.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_plus_inf.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_too_large.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_day_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_unexpected_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_day_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_non_existing_april_31st.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_unexpected_prefix_and_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_missing_leading_dashes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_missing_leading_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_month_outside_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_unexpected_prefix_and_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_missing_century.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_missing_century.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_missing_month.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_month_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_unexpected_month.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Hex_binary_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Hex_binary_odd_number_of_digits.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Hex_binary_single_digit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_explicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_explicitly_positive_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_implicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_zero_prefixed_with_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_negative_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_negative_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_negative_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_negative_integer_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_explicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_implicitly_positive.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_zero.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_zero_prefixed_with_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_min_minus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_hour_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_invalid_negative_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_invalid_offset_with_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_invalid_positive_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_minute_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_missing_padded_zeros.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_missing_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_second_out_of_range.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_decimal.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_mathematical_formula.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_max_plus_one.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_scientific.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/administrativeInformation/revision.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/administrativeInformation/templateId.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/administrativeInformation/version.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/assetInformation/assetType.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/assetInformation/globalAssetId.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/basicEventElement/messageTopic.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/blob/contentType.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/dataSpecificationIec61360/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/entity/globalAssetId.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/eventPayload/topic.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/extension/name.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/file/contentType.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/file/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/key/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/langStringDefinitionTypeIec61360/text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/langStringNameType/text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/langStringPreferredNameTypeIec61360/text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/langStringShortNameTypeIec61360/text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/langStringTextType/text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/qualifier/type.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/resource/contentType.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/resource/path.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/specificAssetId/name.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/specificAssetId/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MaxLengthViolation/valueReferencePair/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/administrativeInformation/revision.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/administrativeInformation/templateId.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/administrativeInformation/version.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/annotatedRelationshipElement/annotations.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/assetAdministrationShell/submodels.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/assetInformation/assetType.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/assetInformation/globalAssetId.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/assetInformation/specificAssetIds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/basicEventElement/messageTopic.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/blob/contentType.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/conceptDescription/isCaseOf.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/definition.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/preferredName.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/shortName.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/sourceOfDefinition.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/symbol.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/unit.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/valueFormat.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/entity/globalAssetId.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/entity/specificAssetIds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/entity/statements.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/environment/assetAdministrationShells.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/environment/conceptDescriptions.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/environment/submodels.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/eventPayload/topic.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/extension/name.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/extension/refersTo.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/file/contentType.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/file/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/key/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/multiLanguageProperty/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/operation/inoutputVariables.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/operation/inputVariables.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/operation/outputVariables.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/qualifier/type.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/reference/keys.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/resource/contentType.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/resource/path.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/specificAssetId/name.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/specificAssetId/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/submodel/submodelElements.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/submodelElementCollection/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/submodelElementList/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/valueList/valueReferencePairs.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/MinLengthViolation/valueReferencePair/value.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/administrativeInformation/revision/dot.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/administrativeInformation/revision/letter.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/administrativeInformation/revision/negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/administrativeInformation/version/dot.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/administrativeInformation/version/letter.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/administrativeInformation/version/negative.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/date_time_with_UTC_and_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/date_time_with_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/date_time_without_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/invalid_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_02.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_08.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_09.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/only_date.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/only_date_with_time_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/without_minutes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/without_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/integer.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/leading_P_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/negative_years.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/positive_year_negative_months.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/separator_T_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/the_order_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/free_form_text.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/integer.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/leading_P_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/negative_years.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/positive_year_negative_months.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/separator_T_missing.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/the_order_matters.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/blob/contentType/empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_07.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_08.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_09.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/blob/contentType/number.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/date_time_with_UTC_and_suffix.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/date_time_with_offset.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/date_time_without_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/invalid_february_29th.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_02.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_08.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_09.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/only_date.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/only_date_with_time_zone.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/without_minutes.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/without_seconds.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/contentType/empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_07.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_08.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_09.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/contentType/number.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_02.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_07.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_08.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_09.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/value/negatively_made_up_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/file/value/negatively_made_up_02.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/contentType/empty.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_04.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_07.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_08.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_09.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/contentType/number.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_02.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_03.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_05.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_06.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_07.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_08.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_09.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_10.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/path/negatively_made_up_01.xml.errors create mode 100644 test_data/VerificationError/Unexpected/Invalid/PatternViolation/resource/path/negatively_made_up_02.xml.errors create mode 100644 test_data/Xml/Expected/administrativeInformation/maximal.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/minimal.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/revisionOverPatternExamples/four_digits.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/revisionOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/revisionOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/revisionOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/revisionOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/revisionOverPatternExamples/one.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/revisionOverPatternExamples/three_digits.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/revisionOverPatternExamples/two_digits.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/revisionOverPatternExamples/zero.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/templateIdOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/versionOverPatternExamples/four_digits.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/versionOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/versionOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/versionOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/versionOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/versionOverPatternExamples/one.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/versionOverPatternExamples/three_digits.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/versionOverPatternExamples/two_digits.xml create mode 100644 test_data/Xml/Expected/administrativeInformation/versionOverPatternExamples/zero.xml create mode 100644 test_data/Xml/Expected/annotatedRelationshipElement/maximal.xml create mode 100644 test_data/Xml/Expected/annotatedRelationshipElement/minimal.xml create mode 100644 test_data/Xml/Expected/assetAdministrationShell/maximal.xml create mode 100644 test_data/Xml/Expected/assetAdministrationShell/minimal.xml create mode 100644 test_data/Xml/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/assetInformation/assetTypeOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/assetInformation/globalAssetIdOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/assetInformation/maximal.xml create mode 100644 test_data/Xml/Expected/assetInformation/minimal.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/midnight_with_24_hours.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/midnight_with_zeros.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/minus_zero_offset.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/plus_zero_offset.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/random_positive.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/very_large_year.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/very_long_fractional_second.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/year_1_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/basicEventElement/lastUpdateOverPatternExamples/year_5_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/day_seconds.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/full.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/long_second_fractal.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/many_many_seconds.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/month_seconds.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/only_seconds.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maxIntervalOverPatternExamples/only_year.xml create mode 100644 test_data/Xml/Expected/basicEventElement/maximal.xml create mode 100644 test_data/Xml/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/basicEventElement/messageTopicOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/day_seconds.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/full.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/long_second_fractal.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/many_many_seconds.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/month_seconds.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/only_seconds.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minIntervalOverPatternExamples/only_year.xml create mode 100644 test_data/Xml/Expected/basicEventElement/minimal.xml create mode 100644 test_data/Xml/Expected/blob/contentTypeOverPatternExamples/dash.xml create mode 100644 test_data/Xml/Expected/blob/contentTypeOverPatternExamples/dots.xml create mode 100644 test_data/Xml/Expected/blob/contentTypeOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/blob/contentTypeOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/blob/contentTypeOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/blob/contentTypeOverPatternExamples/number prefix and suffix.xml create mode 100644 test_data/Xml/Expected/blob/contentTypeOverPatternExamples/only_letters.xml create mode 100644 test_data/Xml/Expected/blob/contentTypeOverPatternExamples/plus.xml create mode 100644 test_data/Xml/Expected/blob/contentTypeOverPatternExamples/random_common_MIME_type.xml create mode 100644 test_data/Xml/Expected/blob/maximal.xml create mode 100644 test_data/Xml/Expected/blob/minimal.xml create mode 100644 test_data/Xml/Expected/capability/maximal.xml create mode 100644 test_data/Xml/Expected/capability/minimal.xml create mode 100644 test_data/Xml/Expected/conceptDescription/maximal.xml create mode 100644 test_data/Xml/Expected/conceptDescription/minimal.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/maximal.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/minimal.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/sourceOfDefinitionOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/symbolOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/unitOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueFormatOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/dataSpecificationIec61360/valueOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/embeddedDataSpecification/maximal.xml create mode 100644 test_data/Xml/Expected/embeddedDataSpecification/minimal.xml create mode 100644 test_data/Xml/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/entity/globalAssetIdOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/entity/maximal.xml create mode 100644 test_data/Xml/Expected/entity/minimal.xml create mode 100644 test_data/Xml/Expected/environment/maximal.xml create mode 100644 test_data/Xml/Expected/environment/minimal.xml create mode 100644 test_data/Xml/Expected/eventPayload/maximal.xml create mode 100644 test_data/Xml/Expected/eventPayload/minimal.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/midnight_with_24_hours.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/midnight_with_zeros.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/minus_zero_offset.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/plus_zero_offset.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/random_positive.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/very_large_year.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/very_long_fractional_second.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/year_1_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/eventPayload/timeStampOverPatternExamples/year_5_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/eventPayload/topicOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/eventPayload/topicOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/eventPayload/topicOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/eventPayload/topicOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/eventPayload/topicOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/eventPayload/topicOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/eventPayload/topicOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/eventPayload/topicOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/eventPayload/topicOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/eventPayload/topicOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/maximal.xml create mode 100644 test_data/Xml/Expected/extension/minimal.xml create mode 100644 test_data/Xml/Expected/extension/nameOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/nameOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/nameOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/nameOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/nameOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/nameOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/nameOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/nameOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/nameOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/nameOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_URI.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_absolute_path_without_scheme.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_empty.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_integer.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Any_URI_relative_path_without_scheme.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_an_empty_value_is_valid.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_equals_signs_are_used_for_padding.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_without_space_lowercase.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Base_64_binary_without_space_uppercase.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Boolean_false_as_number.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Boolean_false_in_letters.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Boolean_true_as_number.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Boolean_true_in_letters.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_max.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_min.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_negative.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Byte_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_date.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_date_with_large_negative_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_date_with_large_positive_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_date_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_date_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_date_with_utc.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_date_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_date_time_with_UTC.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_date_time_with_large_negative_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_date_time_with_large_positive_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_date_time_with_long_fractional_seconds.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_date_time_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_date_time_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_date_time_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_date_time_without_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_midnight_with_24_hours.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_midnight_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_year_1_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_time_year_5_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_year_1_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Date_year_5_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_decimal.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_decimal_with_long_fractional.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_decimal_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_integer.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Decimal_very_large_decimal.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_double.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_inf.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_integer.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_loss_of_precision_is_not_detected_by_design.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_lowest.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_max.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_minus_inf.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_nan.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_scientific_notation.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_scientific_notation_negative.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_scientific_notation_negative_exponent.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_scientific_notation_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_scientific_notation_positive_exponent.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_very_large_normal.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_very_precise_subnormal.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Double_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_day_seconds.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_full.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_long_second_fractal.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_many_many_seconds.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_month_seconds.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_only_seconds.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Duration_only_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_float.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_inf.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_integer.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_largest_normal.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_largest_number_less_than_one.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_largest_subnormal.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_loss_of_precision_is_not_detected_by_design.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_nan.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_negative_inf.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_scientific_notation.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_scientific_notation_negative.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_scientific_notation_negative_exponent.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_scientific_notation_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_scientific_notation_positive_exponent.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_smallest_number_larger_than_one.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_smallest_positive_normal.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_smallest_positive_subnormal.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Float_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_day_not_existing_in_all_months_without_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_double_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_negative_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_positive_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_utc_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_day_zero_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_double_digit_month_double_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_double_digit_month_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_negative_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_positive_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_single_digit_month_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_utc_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_day_zero_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_double_digit_month_without_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_negative_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_positive_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_single_digit_month_without_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_utc_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_month_zero_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_five_digit_negative_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_five_digit_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_common_year_month.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_five_digit_negative_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_negative_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_very_large_negative_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_very_large_positive_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_with_utc_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_month_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_negative_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_negative_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_positive_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_utc_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_very_large_negative_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_very_large_positive_year.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_year_without_zone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/G_year_zero_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_empty.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_long_random_hex.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_one_one.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_one_two.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Hex_binary_one_two_three_four.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_max.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_min.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_negative.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Int_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_negative.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_very_large.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_max.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_min.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_negative.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Long_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_negative.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Negative_integer_very_large.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_minus_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_positive_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_very_large.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_negative_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_explicitly_positive_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_negative.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_very_large.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Non_positive_integer_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Positive_integer_very_large.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_max.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_min.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_negative.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Short_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_empty.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_free_form_text.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/String_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_negative_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_positive_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_with_long_second_fractional.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_with_second_fractional.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_with_utc_timezone.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Time_zero_offset.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_max.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_byte_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_max.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_int_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_max.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_long_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_common_example.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_max.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_zero.xml create mode 100644 test_data/Xml/Expected/extension/valueOverValueExamples/Unsigned_short_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/file/contentTypeOverPatternExamples/dash.xml create mode 100644 test_data/Xml/Expected/file/contentTypeOverPatternExamples/dots.xml create mode 100644 test_data/Xml/Expected/file/contentTypeOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/file/contentTypeOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/file/contentTypeOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/file/contentTypeOverPatternExamples/number prefix and suffix.xml create mode 100644 test_data/Xml/Expected/file/contentTypeOverPatternExamples/only_letters.xml create mode 100644 test_data/Xml/Expected/file/contentTypeOverPatternExamples/plus.xml create mode 100644 test_data/Xml/Expected/file/contentTypeOverPatternExamples/random_common_MIME_type.xml create mode 100644 test_data/Xml/Expected/file/maximal.xml create mode 100644 test_data/Xml/Expected/file/minimal.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/made_up_01.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/made_up_02.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/made_up_03.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/made_up_04.xml create mode 100644 test_data/Xml/Expected/file/valueOverPatternExamples/made_up_05.xml create mode 100644 test_data/Xml/Expected/key/maximal.xml create mode 100644 test_data/Xml/Expected/key/minimal.xml create mode 100644 test_data/Xml/Expected/key/valueOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/key/valueOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/key/valueOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/key/valueOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/key/valueOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/key/valueOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/key/valueOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/key/valueOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/key/valueOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/key/valueOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/langStringDefinitionTypeIec61360/maximal.xml create mode 100644 test_data/Xml/Expected/langStringDefinitionTypeIec61360/minimal.xml create mode 100644 test_data/Xml/Expected/langStringNameType/maximal.xml create mode 100644 test_data/Xml/Expected/langStringNameType/minimal.xml create mode 100644 test_data/Xml/Expected/langStringPreferredNameTypeIec61360/maximal.xml create mode 100644 test_data/Xml/Expected/langStringPreferredNameTypeIec61360/minimal.xml create mode 100644 test_data/Xml/Expected/langStringShortNameTypeIec61360/maximal.xml create mode 100644 test_data/Xml/Expected/langStringShortNameTypeIec61360/minimal.xml create mode 100644 test_data/Xml/Expected/langStringTextType/maximal.xml create mode 100644 test_data/Xml/Expected/langStringTextType/minimal.xml create mode 100644 test_data/Xml/Expected/levelType/maximal.xml create mode 100644 test_data/Xml/Expected/levelType/minimal.xml create mode 100644 test_data/Xml/Expected/multiLanguageProperty/maximal.xml create mode 100644 test_data/Xml/Expected/multiLanguageProperty/minimal.xml create mode 100644 test_data/Xml/Expected/operation/maximal.xml create mode 100644 test_data/Xml/Expected/operation/minimal.xml create mode 100644 test_data/Xml/Expected/operationVariable/maximal.xml create mode 100644 test_data/Xml/Expected/operationVariable/minimal.xml create mode 100644 test_data/Xml/Expected/property/maximal.xml create mode 100644 test_data/Xml/Expected/property/minimal.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_URI.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_absolute_path_without_scheme.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_empty.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_integer.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Any_URI_relative_path_without_scheme.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_an_empty_value_is_valid.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_equals_signs_are_used_for_padding.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_without_space_lowercase.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Base_64_binary_without_space_uppercase.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Boolean_false_as_number.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Boolean_false_in_letters.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Boolean_true_as_number.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Boolean_true_in_letters.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_max.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_min.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_negative.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Byte_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_date.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_date_with_large_negative_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_date_with_large_positive_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_date_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_date_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_date_with_utc.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_date_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_date_time_with_UTC.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_date_time_with_large_negative_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_date_time_with_large_positive_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_date_time_with_long_fractional_seconds.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_date_time_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_date_time_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_date_time_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_date_time_without_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_midnight_with_24_hours.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_midnight_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_year_1_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_time_year_5_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_year_1_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Date_year_5_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_decimal.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_decimal_with_long_fractional.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_decimal_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_integer.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Decimal_very_large_decimal.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_double.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_inf.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_integer.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_loss_of_precision_is_not_detected_by_design.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_lowest.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_max.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_minus_inf.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_nan.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_scientific_notation.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_scientific_notation_negative.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_scientific_notation_negative_exponent.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_scientific_notation_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_scientific_notation_positive_exponent.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_very_large_normal.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_very_precise_subnormal.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Double_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_day_seconds.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_full.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_long_second_fractal.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_many_many_seconds.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_month_seconds.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_only_seconds.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Duration_only_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_float.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_inf.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_integer.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_largest_normal.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_largest_number_less_than_one.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_largest_subnormal.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_loss_of_precision_is_not_detected_by_design.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_nan.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_negative_inf.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_scientific_notation.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_scientific_notation_negative.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_scientific_notation_negative_exponent.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_scientific_notation_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_scientific_notation_positive_exponent.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_smallest_number_larger_than_one.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_smallest_positive_normal.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_smallest_positive_subnormal.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Float_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_day_not_existing_in_all_months_without_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_double_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_negative_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_positive_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_utc_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_day_zero_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_double_digit_month_double_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_double_digit_month_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_negative_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_positive_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_single_digit_month_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_utc_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_day_zero_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_double_digit_month_without_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_negative_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_positive_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_single_digit_month_without_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_utc_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_month_zero_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_five_digit_negative_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_five_digit_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_common_year_month.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_five_digit_negative_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_negative_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_very_large_negative_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_very_large_positive_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_with_utc_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_month_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_negative_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_negative_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_positive_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_utc_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_very_large_negative_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_very_large_positive_year.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_year_without_zone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/G_year_zero_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_empty.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_long_random_hex.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_one_one.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_one_two.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Hex_binary_one_two_three_four.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_max.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_min.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_negative.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Int_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_negative.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_very_large.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_max.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_min.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_negative.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Long_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_negative.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Negative_integer_very_large.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_minus_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_positive_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_very_large.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_negative_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_explicitly_positive_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_negative.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_very_large.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Non_positive_integer_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Positive_integer_very_large.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_max.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_min.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_negative.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Short_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_empty.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_free_form_text.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/String_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_negative_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_positive_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_with_long_second_fractional.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_with_second_fractional.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_with_utc_timezone.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Time_zero_offset.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_max.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_byte_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_max.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_int_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_max.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_long_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_common_example.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_max.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_zero.xml create mode 100644 test_data/Xml/Expected/property/valueOverValueExamples/Unsigned_short_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/maximal.xml create mode 100644 test_data/Xml/Expected/qualifier/minimal.xml create mode 100644 test_data/Xml/Expected/qualifier/typeOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/typeOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/typeOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/typeOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/typeOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/typeOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/typeOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/typeOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/typeOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/typeOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_URI.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_absolute_path_without_scheme.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_empty.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_integer.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Any_URI_relative_path_without_scheme.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_an_empty_value_is_valid.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_equals_signs_are_used_for_padding.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_without_space_lowercase.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Base_64_binary_without_space_uppercase.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Boolean_false_as_number.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Boolean_false_in_letters.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Boolean_true_as_number.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Boolean_true_in_letters.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_max.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_min.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_negative.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Byte_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_date.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_date_with_large_negative_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_date_with_large_positive_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_date_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_date_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_date_with_utc.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_date_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_UTC.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_large_negative_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_large_positive_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_long_fractional_seconds.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_date_time_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_date_time_without_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_midnight_with_24_hours.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_midnight_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_year_1_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_time_year_5_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_year_1_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Date_year_5_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_decimal.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_decimal_with_long_fractional.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_decimal_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_integer.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Decimal_very_large_decimal.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_double.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_inf.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_integer.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_loss_of_precision_is_not_detected_by_design.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_lowest.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_max.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_minus_inf.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_nan.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_scientific_notation.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_scientific_notation_negative.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_scientific_notation_negative_exponent.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_scientific_notation_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_scientific_notation_positive_exponent.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_very_large_normal.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_very_precise_subnormal.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Double_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_day_seconds.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_full.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_long_second_fractal.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_many_many_seconds.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_month_seconds.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_only_seconds.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Duration_only_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_float.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_inf.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_integer.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_largest_normal.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_largest_number_less_than_one.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_largest_subnormal.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_loss_of_precision_is_not_detected_by_design.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_nan.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_negative_inf.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_scientific_notation.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_scientific_notation_negative.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_scientific_notation_negative_exponent.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_scientific_notation_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_scientific_notation_positive_exponent.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_smallest_number_larger_than_one.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_smallest_positive_normal.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_smallest_positive_subnormal.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Float_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_day_not_existing_in_all_months_without_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_double_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_negative_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_positive_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_utc_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_day_zero_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_double_digit_month_double_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_double_digit_month_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_negative_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_positive_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_single_digit_month_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_utc_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_day_zero_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_double_digit_month_without_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_negative_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_positive_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_single_digit_month_without_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_utc_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_month_zero_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_five_digit_negative_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_five_digit_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_common_year_month.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_five_digit_negative_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_negative_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_very_large_negative_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_very_large_positive_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_with_utc_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_month_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_negative_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_negative_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_positive_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_utc_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_very_large_negative_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_very_large_positive_year.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_year_without_zone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/G_year_zero_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_empty.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_long_random_hex.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_one_one.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_one_two.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Hex_binary_one_two_three_four.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_max.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_min.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_negative.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Int_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_negative.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_very_large.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_max.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_min.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_negative.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Long_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_negative.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Negative_integer_very_large.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_minus_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_positive_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_very_large.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_negative_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_explicitly_positive_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_negative.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_very_large.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Non_positive_integer_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Positive_integer_very_large.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_max.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_min.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_negative.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Short_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_empty.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_free_form_text.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/String_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_negative_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_positive_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_with_long_second_fractional.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_with_second_fractional.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_with_utc_timezone.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Time_zero_offset.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_max.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_byte_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_max.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_int_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_max.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_long_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_common_example.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_max.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_zero.xml create mode 100644 test_data/Xml/Expected/qualifier/valueOverValueExamples/Unsigned_short_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/maximal.xml create mode 100644 test_data/Xml/Expected/range/minimal.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_URI.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_absolute_path_without_scheme.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_empty.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_integer.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Any_URI_relative_path_without_scheme.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_an_empty_value_is_valid.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_equals_signs_are_used_for_padding.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_whitespace_is_allowed_anywhere_in_the_value.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_without_space_lowercase.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Base_64_binary_without_space_uppercase.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Boolean_false_as_number.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Boolean_false_in_letters.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Boolean_true_as_number.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Boolean_true_in_letters.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_max.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_min.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_negative.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Byte_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_date.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_date_with_large_negative_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_date_with_large_positive_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_date_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_date_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_date_with_utc.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_date_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_date_time_with_UTC.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_date_time_with_large_negative_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_date_time_with_large_positive_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_date_time_with_long_fractional_seconds.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_date_time_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_date_time_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_date_time_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_date_time_without_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_midnight_with_24_hours.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_midnight_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_year_1_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_time_year_5_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_year_1_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Date_year_5_bce_is_a_leap_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_decimal.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_decimal_with_long_fractional.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_decimal_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_integer.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Decimal_very_large_decimal.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_double.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_inf.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_integer.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_loss_of_precision_is_not_detected_by_design.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_lowest.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_max.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_minus_inf.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_nan.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_scientific_notation.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_scientific_notation_negative.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_scientific_notation_negative_exponent.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_scientific_notation_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_scientific_notation_positive_exponent.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_very_large_normal.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_very_precise_subnormal.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Double_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_day_seconds.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_full.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_long_second_fractal.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_many_many_seconds.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_month_seconds.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_only_seconds.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Duration_only_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_float.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_inf.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_integer.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_integer_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_largest_normal.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_largest_number_less_than_one.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_largest_subnormal.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_loss_of_precision_is_not_detected_by_design.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_nan.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_negative_inf.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_scientific_notation.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_scientific_notation_negative.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_scientific_notation_negative_exponent.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_scientific_notation_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_scientific_notation_positive_exponent.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_smallest_number_larger_than_one.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_smallest_positive_normal.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_smallest_positive_subnormal.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Float_with_preceding_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_day_not_existing_in_all_months_without_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_double_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_negative_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_positive_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_utc_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_day_zero_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_double_digit_month_double_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_double_digit_month_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_february_29th_which_does_not_exist_in_all_years.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_negative_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_positive_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_single_digit_month_single_digit_day_without_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_utc_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_day_zero_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_double_digit_month_without_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_negative_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_positive_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_single_digit_month_without_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_utc_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_month_zero_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_five_digit_negative_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_five_digit_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_common_year_month.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_five_digit_negative_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_negative_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_very_large_negative_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_very_large_positive_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_with_negative_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_with_positive_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_with_utc_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_month_with_zero_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_negative_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_negative_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_positive_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_utc_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_very_large_negative_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_very_large_positive_year.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_year_without_zone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/G_year_zero_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_empty.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_long_random_hex.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_one_one.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_one_two.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Hex_binary_one_two_three_four.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_max.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_min.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_negative.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Int_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_negative.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_very_large.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_max.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_min.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_negative.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Long_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_negative.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Negative_integer_very_large.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_explicitly_positive_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_minus_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_positive_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_very_large.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_negative_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_explicitly_positive_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_negative.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_very_large.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Non_positive_integer_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Positive_integer_very_large.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_max.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_min.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_negative.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Short_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_empty.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_free_form_text.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/String_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_negative_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_positive_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_with_long_second_fractional.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_with_second_fractional.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_with_utc_timezone.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Time_zero_offset.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_max.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_byte_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_max.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_int_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_max.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_long_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_common_example.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_explicitly_positive.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_01.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_02.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_03.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_04.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_05.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_06.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_07.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_08.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_09.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_fuzzed_10.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_max.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_zero.xml create mode 100644 test_data/Xml/Expected/range/overMinMaxExamples/Unsigned_short_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Expected/reference/external_reference_first_key_in_generic_globally_identifiables.xml create mode 100644 test_data/Xml/Expected/reference/external_reference_last_key_in_generic_fragment_keys.xml create mode 100644 test_data/Xml/Expected/reference/external_reference_last_key_in_generic_globally_identifiable.xml create mode 100644 test_data/Xml/Expected/reference/maximal.xml create mode 100644 test_data/Xml/Expected/reference/minimal.xml create mode 100644 test_data/Xml/Expected/reference/model_reference_first_key_in_globally_and_aas_identifiables.xml create mode 100644 test_data/Xml/Expected/reference/model_reference_fragment_after_blob.xml create mode 100644 test_data/Xml/Expected/reference/model_reference_valid_key_value_after_list.xml create mode 100644 test_data/Xml/Expected/referenceElement/maximal.xml create mode 100644 test_data/Xml/Expected/referenceElement/minimal.xml create mode 100644 test_data/Xml/Expected/relationshipElement/maximal.xml create mode 100644 test_data/Xml/Expected/relationshipElement/minimal.xml create mode 100644 test_data/Xml/Expected/resource/contentTypeOverPatternExamples/dash.xml create mode 100644 test_data/Xml/Expected/resource/contentTypeOverPatternExamples/dots.xml create mode 100644 test_data/Xml/Expected/resource/contentTypeOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/resource/contentTypeOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/resource/contentTypeOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/resource/contentTypeOverPatternExamples/number prefix and suffix.xml create mode 100644 test_data/Xml/Expected/resource/contentTypeOverPatternExamples/only_letters.xml create mode 100644 test_data/Xml/Expected/resource/contentTypeOverPatternExamples/plus.xml create mode 100644 test_data/Xml/Expected/resource/contentTypeOverPatternExamples/random_common_MIME_type.xml create mode 100644 test_data/Xml/Expected/resource/maximal.xml create mode 100644 test_data/Xml/Expected/resource/minimal.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/made_up_01.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/made_up_02.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/made_up_03.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/made_up_04.xml create mode 100644 test_data/Xml/Expected/resource/pathOverPatternExamples/made_up_05.xml create mode 100644 test_data/Xml/Expected/specificAssetId/maximal.xml create mode 100644 test_data/Xml/Expected/specificAssetId/minimal.xml create mode 100644 test_data/Xml/Expected/specificAssetId/nameOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/specificAssetId/nameOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/specificAssetId/nameOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/specificAssetId/nameOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/specificAssetId/nameOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/specificAssetId/nameOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/specificAssetId/nameOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/specificAssetId/nameOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/specificAssetId/nameOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/specificAssetId/nameOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/specificAssetId/valueOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/specificAssetId/valueOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/specificAssetId/valueOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/specificAssetId/valueOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/specificAssetId/valueOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/specificAssetId/valueOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/specificAssetId/valueOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/specificAssetId/valueOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/specificAssetId/valueOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/specificAssetId/valueOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Expected/submodel/maximal.xml create mode 100644 test_data/Xml/Expected/submodel/minimal.xml create mode 100644 test_data/Xml/Expected/submodelElementCollection/maximal.xml create mode 100644 test_data/Xml/Expected/submodelElementCollection/minimal.xml create mode 100644 test_data/Xml/Expected/submodelElementList/list_id_short_in_value.xml create mode 100644 test_data/Xml/Expected/submodelElementList/list_no_semantic_id_list_element.xml create mode 100644 test_data/Xml/Expected/submodelElementList/list_one_child_without_semantic_id.xml create mode 100644 test_data/Xml/Expected/submodelElementList/list_two_properties.xml create mode 100644 test_data/Xml/Expected/submodelElementList/maximal.xml create mode 100644 test_data/Xml/Expected/submodelElementList/minimal.xml create mode 100644 test_data/Xml/Expected/valueList/maximal.xml create mode 100644 test_data/Xml/Expected/valueList/minimal.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/maximal.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/minimal.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_01.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_02.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_03.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_04.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_05.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_06.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_07.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_08.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_09.xml create mode 100644 test_data/Xml/Expected/valueReferencePair/valueOverPatternExamples/fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/reference/external_reference_violation_first_key_not_in_globally_identifiables.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/reference/external_reference_violation_invalid_last_key.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_first_key_not_in_aas_identifiables.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_first_key_not_in_globally_identifiables.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_fragment_reference_in_the_middle.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_fragment_reference_not_after_file_or_blob.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_invalid_key_value_after_list.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/reference/model_reference_violation_second_key_not_in_fragment_keys.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/submodelElementList/list_violation_of_semantic_id_list_element.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/submodelElementList/list_violation_of_type_value_list_element.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/submodelElementList/list_violation_of_value_type_list_element.xml create mode 100644 test_data/Xml/Unexpected/Invalid/ConstraintViolation/submodelElementList/list_violation_semantic_id_mismatch_between_elements.xml create mode 100644 test_data/Xml/Unexpected/Invalid/DateTimeUtcViolationOnFebruary29th/basicEventElement/lastUpdate.xml create mode 100644 test_data/Xml/Unexpected/Invalid/DateTimeUtcViolationOnFebruary29th/eventPayload/timeStamp.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_negatively_fuzzed_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Any_URI_too_many_fragments.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_an_odd_number_of_characters_is_not_valid.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_equals_signs_may_only_appear_at_the_end.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_08.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Base_64_binary_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Boolean_false_as_number_with_leading_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Boolean_false_in_camelcase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Boolean_false_in_uppercase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Boolean_negatively_fuzzed_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Boolean_negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Boolean_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Boolean_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Boolean_true_as_number_with_leading_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Boolean_true_in_camelcase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Boolean_true_in_uppercase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Byte_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Byte_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Byte_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Byte_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Byte_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Byte_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Byte_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_date_time_with_UTC.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_date_time_with_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_date_time_without_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_date_with_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_date_with_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_date_with_seconds_in_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_non_existing_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_time_with_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_time_with_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_time_with_seconds_in_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_time_with_unexpected_prefix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_time_with_unexpected_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_date_with_time_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_non_existing_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_without_minutes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_without_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_year_4_bce_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_time_year_zero_doesnt_exist.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_year_4_bce_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Date_year_zero_doesnt_exist.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Decimal_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Decimal_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Double_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Double_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Double_inf_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Double_nan_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Double_no_fraction_in_scientific_notation.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Double_plus_inf.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Double_too_large.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Duration_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Duration_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Duration_integer.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Duration_leading_P_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Duration_negative_years.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Duration_positive_year_negative_months.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Duration_separator_T_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Duration_the_order_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Float_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Float_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Float_inf_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Float_nan_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Float_no_fraction_in_scientific_notation.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Float_plus_inf.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Float_too_large.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_day_day_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_day_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_day_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_day_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_day_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_day_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_day_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_day_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_day_unexpected_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_day_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_non_existing_april_31st.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_day_unexpected_prefix_and_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_month_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_month_unexpected_prefix_and_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_missing_century.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_missing_century.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_missing_month.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_month_month_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/G_year_unexpected_month.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Hex_binary_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Hex_binary_odd_number_of_digits.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Hex_binary_single_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Int_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Int_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Int_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Int_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Int_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Int_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Int_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Long_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Long_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Long_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Long_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Long_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Long_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Long_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_explicitly_positive_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_implicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Negative_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Non_negative_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Non_negative_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Non_negative_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Non_negative_integer_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_implicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Non_positive_integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Positive_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Short_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Short_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Short_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Short_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Short_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Short_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Short_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Time_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Time_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Time_hour_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Time_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Time_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Time_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Time_minute_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Time_missing_padded_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Time_missing_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Time_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Time_second_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_byte_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_int_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_long_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidRangeExample/range/Unsigned_short_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_negatively_fuzzed_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Any_URI_too_many_fragments.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_an_odd_number_of_characters_is_not_valid.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_equals_signs_may_only_appear_at_the_end.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_08.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Base_64_binary_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_false_as_number_with_leading_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_false_in_camelcase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_false_in_uppercase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_negatively_fuzzed_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_true_as_number_with_leading_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_true_in_camelcase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Boolean_true_in_uppercase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Byte_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_time_with_UTC.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_time_with_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_time_without_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_with_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_with_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_date_with_seconds_in_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_non_existing_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_time_with_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_time_with_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_time_with_seconds_in_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_time_with_unexpected_prefix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_time_with_unexpected_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_date_with_time_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_non_existing_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_without_minutes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_without_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_year_4_bce_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_time_year_zero_doesnt_exist.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_year_4_bce_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Date_year_zero_doesnt_exist.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Decimal_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Decimal_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Double_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Double_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Double_inf_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Double_nan_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Double_no_fraction_in_scientific_notation.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Double_plus_inf.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Double_too_large.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_integer.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_leading_P_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_negative_years.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_positive_year_negative_months.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_separator_T_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Duration_the_order_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Float_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Float_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Float_inf_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Float_nan_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Float_no_fraction_in_scientific_notation.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Float_plus_inf.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Float_too_large.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_day_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_day_unexpected_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_day_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_non_existing_april_31st.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_day_unexpected_prefix_and_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_month_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_month_unexpected_prefix_and_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_missing_century.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_missing_century.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_missing_month.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_month_month_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/G_year_unexpected_month.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Hex_binary_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Hex_binary_odd_number_of_digits.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Hex_binary_single_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Int_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Int_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Int_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Int_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Int_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Int_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Int_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Long_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Long_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Long_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Long_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Long_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Long_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Long_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_explicitly_positive_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_implicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Negative_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Non_negative_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Non_negative_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Non_negative_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Non_negative_integer_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_implicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Non_positive_integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Positive_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Short_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Short_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Short_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Short_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Short_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Short_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Short_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Time_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Time_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Time_hour_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Time_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Time_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Time_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Time_minute_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Time_missing_padded_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Time_missing_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Time_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Time_second_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_byte_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_int_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_long_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/extension/value/Unsigned_short_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_negatively_fuzzed_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Any_URI_too_many_fragments.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_an_odd_number_of_characters_is_not_valid.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_equals_signs_may_only_appear_at_the_end.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_08.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Base_64_binary_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_false_as_number_with_leading_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_false_in_camelcase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_false_in_uppercase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_negatively_fuzzed_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_true_as_number_with_leading_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_true_in_camelcase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Boolean_true_in_uppercase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Byte_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Byte_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Byte_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Byte_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Byte_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Byte_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Byte_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_time_with_UTC.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_time_with_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_time_without_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_with_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_with_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_date_with_seconds_in_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_non_existing_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_time_with_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_time_with_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_time_with_seconds_in_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_time_with_unexpected_prefix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_time_with_unexpected_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_date_with_time_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_non_existing_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_without_minutes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_without_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_year_4_bce_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_time_year_zero_doesnt_exist.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_year_4_bce_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Date_year_zero_doesnt_exist.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Decimal_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Decimal_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Double_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Double_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Double_inf_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Double_nan_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Double_no_fraction_in_scientific_notation.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Double_plus_inf.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Double_too_large.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Duration_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Duration_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Duration_integer.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Duration_leading_P_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Duration_negative_years.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Duration_positive_year_negative_months.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Duration_separator_T_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Duration_the_order_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Float_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Float_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Float_inf_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Float_nan_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Float_no_fraction_in_scientific_notation.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Float_plus_inf.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Float_too_large.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_day_day_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_day_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_day_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_day_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_day_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_day_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_day_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_day_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_day_unexpected_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_day_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_non_existing_april_31st.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_day_unexpected_prefix_and_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_month_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_month_unexpected_prefix_and_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_missing_century.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_missing_century.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_missing_month.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_month_month_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/G_year_unexpected_month.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Hex_binary_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Hex_binary_odd_number_of_digits.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Hex_binary_single_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Int_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Int_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Int_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Int_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Int_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Int_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Int_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Long_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Long_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Long_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Long_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Long_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Long_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Long_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_explicitly_positive_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_implicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Negative_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Non_negative_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Non_negative_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Non_negative_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Non_negative_integer_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_implicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Non_positive_integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Positive_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Short_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Short_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Short_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Short_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Short_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Short_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Short_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Time_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Time_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Time_hour_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Time_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Time_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Time_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Time_minute_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Time_missing_padded_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Time_missing_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Time_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Time_second_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_byte_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_int_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_long_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/property/value/Unsigned_short_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_negatively_fuzzed_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_percentage_followed_by_non_two_hexadecimal_digits.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Any_URI_too_many_fragments.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_an_odd_number_of_characters_is_not_valid.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_equals_signs_may_only_appear_at_the_end.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_08.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Base_64_binary_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_false_as_number_with_leading_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_false_in_camelcase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_false_in_uppercase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_negatively_fuzzed_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_true_as_number_with_leading_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_true_in_camelcase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Boolean_true_in_uppercase.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Byte_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_time_with_UTC.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_time_with_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_time_without_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_with_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_with_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_date_with_seconds_in_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_non_existing_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_time_with_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_time_with_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_time_with_seconds_in_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_time_with_unexpected_prefix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_time_with_unexpected_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_date_with_time_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_non_existing_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_without_minutes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_without_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_year_4_bce_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_time_year_zero_doesnt_exist.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_year_4_bce_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Date_year_zero_doesnt_exist.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Decimal_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Decimal_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_inf_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_nan_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_no_fraction_in_scientific_notation.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_plus_inf.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Double_too_large.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_integer.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_leading_P_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_negative_years.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_positive_year_negative_months.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_separator_T_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Duration_the_order_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_inf_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_nan_case_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_no_fraction_in_scientific_notation.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_plus_inf.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Float_too_large.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_day_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_day_unexpected_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_day_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_non_existing_april_31st.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_day_unexpected_prefix_and_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_missing_leading_dashes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_missing_leading_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_month_outside_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_month_unexpected_prefix_and_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_missing_century.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_missing_century.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_missing_month.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_month_month_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/G_year_unexpected_month.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Hex_binary_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Hex_binary_odd_number_of_digits.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Hex_binary_single_digit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Int_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Long_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_explicitly_positive_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_implicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Negative_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_negative_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_negative_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_negative_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_negative_integer_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_explicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_implicitly_positive.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Non_positive_integer_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_zero.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Positive_integer_zero_prefixed_with_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_min_minus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Short_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_hour_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_invalid_negative_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_invalid_offset_with_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_invalid_positive_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_minute_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_missing_padded_zeros.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_missing_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Time_second_out_of_range.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_byte_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_int_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_long_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_decimal.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_mathematical_formula.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_max_plus_one.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/InvalidValueExample/qualifier/value/Unsigned_short_scientific.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/administrativeInformation/revision.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/administrativeInformation/templateId.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/administrativeInformation/version.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/assetInformation/assetType.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/assetInformation/globalAssetId.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/basicEventElement/messageTopic.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/blob/contentType.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/dataSpecificationIec61360/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/entity/globalAssetId.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/eventPayload/topic.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/extension/name.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/file/contentType.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/file/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/key/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/langStringDefinitionTypeIec61360/text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/langStringNameType/text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/langStringPreferredNameTypeIec61360/text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/langStringShortNameTypeIec61360/text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/langStringTextType/text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/qualifier/type.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/resource/contentType.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/resource/path.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/specificAssetId/name.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/specificAssetId/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MaxLengthViolation/valueReferencePair/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/administrativeInformation/revision.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/administrativeInformation/templateId.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/administrativeInformation/version.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/annotatedRelationshipElement/annotations.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/assetAdministrationShell/submodels.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/assetInformation/assetType.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/assetInformation/globalAssetId.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/assetInformation/specificAssetIds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/basicEventElement/messageTopic.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/blob/contentType.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/conceptDescription/isCaseOf.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/definition.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/preferredName.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/shortName.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/sourceOfDefinition.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/symbol.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/unit.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/dataSpecificationIec61360/valueFormat.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/entity/globalAssetId.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/entity/specificAssetIds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/entity/statements.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/environment/assetAdministrationShells.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/environment/conceptDescriptions.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/environment/submodels.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/eventPayload/topic.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/extension/name.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/extension/refersTo.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/file/contentType.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/file/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/key/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/multiLanguageProperty/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/operation/inoutputVariables.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/operation/inputVariables.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/operation/outputVariables.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/qualifier/type.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/reference/keys.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/resource/contentType.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/resource/path.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/specificAssetId/name.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/specificAssetId/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/submodel/submodelElements.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/submodelElementCollection/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/submodelElementList/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/valueList/valueReferencePairs.xml create mode 100644 test_data/Xml/Unexpected/Invalid/MinLengthViolation/valueReferencePair/value.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/administrativeInformation/revision/dot.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/administrativeInformation/revision/letter.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/administrativeInformation/revision/negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/administrativeInformation/version/dot.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/administrativeInformation/version/letter.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/administrativeInformation/version/negative.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/date_time_with_UTC_and_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/date_time_with_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/date_time_without_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/invalid_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_02.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_08.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_09.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/only_date.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/only_date_with_time_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/without_minutes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/lastUpdate/without_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/integer.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/leading_P_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/negative_years.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/positive_year_negative_months.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/separator_T_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/maxInterval/the_order_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/free_form_text.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/integer.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/leading_P_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/negative_years.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/positive_year_negative_months.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/separator_T_missing.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/basicEventElement/minInterval/the_order_matters.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/blob/contentType/empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_07.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_08.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_09.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/blob/contentType/negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/blob/contentType/number.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/date_time_with_UTC_and_suffix.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/date_time_with_offset.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/date_time_without_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/invalid_february_29th.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_02.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_08.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_09.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/only_date.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/only_date_with_time_zone.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/without_minutes.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/eventPayload/timeStamp/without_seconds.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/contentType/empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_07.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_08.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_09.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/contentType/negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/contentType/number.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_02.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_07.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_08.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_09.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/value/negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/value/negatively_made_up_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/file/value/negatively_made_up_02.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/contentType/empty.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_04.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_07.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_08.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_09.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/contentType/negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/contentType/number.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_02.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_03.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_05.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_06.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_07.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_08.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_09.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/path/negatively_fuzzed_10.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/path/negatively_made_up_01.xml create mode 100644 test_data/Xml/Unexpected/Invalid/PatternViolation/resource/path/negatively_made_up_02.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/administrativeInformation/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/annotatedRelationshipElement/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/assetAdministrationShell/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/assetInformation/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/basicEventElement/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/blob/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/capability/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/conceptDescription/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/dataSpecificationIec61360/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/embeddedDataSpecification/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/entity/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/environment/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/eventPayload/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/extension/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/file/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/key/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/langStringDefinitionTypeIec61360/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/langStringNameType/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/langStringPreferredNameTypeIec61360/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/langStringShortNameTypeIec61360/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/langStringTextType/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/levelType/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/multiLanguageProperty/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/operation/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/operationVariable/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/property/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/qualifier/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/range/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/reference/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/referenceElement/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/relationshipElement/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/resource/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/specificAssetId/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/submodel/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/submodelElementCollection/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/submodelElementList/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/valueList/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/InvalidClassName/valueReferencePair/wrong.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/assetAdministrationShell/assetInformation.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/assetAdministrationShell/id.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/assetInformation/assetKind.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/basicEventElement/direction.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/basicEventElement/observed.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/basicEventElement/state.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/conceptDescription/id.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/dataSpecificationIec61360/preferredName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/embeddedDataSpecification/dataSpecification.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/embeddedDataSpecification/dataSpecificationContent.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/eventPayload/observableReference.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/eventPayload/source.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/eventPayload/timeStamp.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/extension/name.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/key/type.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/key/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/langStringDefinitionTypeIec61360/language.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/langStringDefinitionTypeIec61360/text.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/langStringNameType/language.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/langStringNameType/text.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/langStringPreferredNameTypeIec61360/language.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/langStringPreferredNameTypeIec61360/text.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/langStringShortNameTypeIec61360/language.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/langStringShortNameTypeIec61360/text.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/langStringTextType/language.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/langStringTextType/text.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/levelType/max.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/levelType/min.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/levelType/nom.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/levelType/typ.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/operationVariable/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/property/valueType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/qualifier/type.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/qualifier/valueType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/range/valueType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/reference/keys.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/reference/type.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/resource/path.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/specificAssetId/name.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/specificAssetId/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/submodel/id.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/submodelElementList/typeValueListElement.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/valueList/valueReferencePairs.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/RequiredViolation/valueReferencePair/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/administrativeInformation/creator.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/administrativeInformation/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/administrativeInformation/revision.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/administrativeInformation/templateId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/administrativeInformation/version.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/annotations.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/first.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/second.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/administration.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/assetInformation.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/derivedFrom.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/id.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/submodels.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetInformation/assetKind.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetInformation/assetType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetInformation/defaultThumbnail.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetInformation/globalAssetId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/assetInformation/specificAssetIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/direction.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/lastUpdate.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/maxInterval.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/messageBroker.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/messageTopic.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/minInterval.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/observed.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/state.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/basicEventElement/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/blob/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/blob/contentType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/blob/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/blob/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/blob/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/blob/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/blob/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/blob/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/blob/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/blob/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/blob/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/capability/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/capability/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/capability/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/capability/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/capability/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/capability/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/capability/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/capability/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/capability/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/conceptDescription/administration.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/conceptDescription/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/conceptDescription/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/conceptDescription/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/conceptDescription/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/conceptDescription/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/conceptDescription/id.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/conceptDescription/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/conceptDescription/isCaseOf.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/dataType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/definition.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/levelType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/preferredName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/shortName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/sourceOfDefinition.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/symbol.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/unit.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/unitId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/valueFormat.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/embeddedDataSpecification/dataSpecification.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/embeddedDataSpecification/dataSpecificationContent.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/entityType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/globalAssetId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/specificAssetIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/statements.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/entity/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/environment/assetAdministrationShells.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/environment/conceptDescriptions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/environment/submodels.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/eventPayload/observableReference.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/eventPayload/observableSemanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/eventPayload/payload.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/eventPayload/source.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/eventPayload/sourceSemanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/eventPayload/subjectId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/eventPayload/timeStamp.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/eventPayload/topic.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/extension/name.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/extension/refersTo.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/extension/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/extension/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/extension/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/extension/valueType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/file/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/file/contentType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/file/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/file/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/file/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/file/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/file/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/file/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/file/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/file/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/file/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/key/type.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/key/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/langStringDefinitionTypeIec61360/language.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/langStringDefinitionTypeIec61360/text.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/langStringNameType/language.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/langStringNameType/text.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/langStringPreferredNameTypeIec61360/language.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/langStringPreferredNameTypeIec61360/text.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/langStringShortNameTypeIec61360/language.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/langStringShortNameTypeIec61360/text.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/langStringTextType/language.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/langStringTextType/text.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/levelType/max.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/levelType/min.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/levelType/nom.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/levelType/typ.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/valueId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/inoutputVariables.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/inputVariables.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/outputVariables.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operation/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/operationVariable/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/valueId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/property/valueType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/qualifier/kind.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/qualifier/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/qualifier/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/qualifier/type.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/qualifier/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/qualifier/valueId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/qualifier/valueType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/max.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/min.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/range/valueType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/reference/keys.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/reference/referredSemanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/reference/type.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/referenceElement/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/referenceElement/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/referenceElement/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/referenceElement/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/referenceElement/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/referenceElement/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/referenceElement/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/referenceElement/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/referenceElement/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/referenceElement/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/relationshipElement/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/relationshipElement/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/relationshipElement/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/relationshipElement/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/relationshipElement/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/relationshipElement/first.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/relationshipElement/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/relationshipElement/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/relationshipElement/second.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/relationshipElement/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/relationshipElement/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/resource/contentType.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/resource/path.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/specificAssetId/externalSubjectId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/specificAssetId/name.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/specificAssetId/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/specificAssetId/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/specificAssetId/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/administration.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/id.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/kind.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/submodelElements.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodel/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementCollection/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementCollection/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementCollection/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementCollection/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementCollection/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementCollection/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementCollection/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementCollection/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementCollection/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementCollection/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/category.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/description.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/displayName.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/embeddedDataSpecifications.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/extensions.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/idShort.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/orderRelevant.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/qualifiers.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/semanticId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/semanticIdListElement.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/supplementalSemanticIds.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/typeValueListElement.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/submodelElementList/valueTypeListElement.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/valueList/valueReferencePairs.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/valueReferencePair/value.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/TypeViolation/valueReferencePair/valueId.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/administrativeInformation/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/annotatedRelationshipElement/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/assetAdministrationShell/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/assetInformation/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/basicEventElement/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/blob/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/capability/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/conceptDescription/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/dataSpecificationIec61360/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/embeddedDataSpecification/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/entity/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/environment/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/eventPayload/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/extension/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/file/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/key/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/langStringDefinitionTypeIec61360/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/langStringNameType/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/langStringPreferredNameTypeIec61360/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/langStringShortNameTypeIec61360/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/langStringTextType/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/levelType/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/multiLanguageProperty/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/operation/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/operationVariable/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/property/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/qualifier/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/range/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/reference/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/referenceElement/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/relationshipElement/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/resource/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/specificAssetId/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/submodel/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/submodelElementCollection/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/submodelElementList/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/valueList/instance.xml create mode 100644 test_data/Xml/Unexpected/Unserializable/UnexpectedAdditionalProperty/valueReferencePair/instance.xml create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/administrativeInformation/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/annotatedRelationshipElement/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/assetAdministrationShell/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/assetInformation/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/basicEventElement/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/blob/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/capability/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/conceptDescription/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/dataSpecificationIec61360/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/embeddedDataSpecification/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/entity/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/environment/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/eventPayload/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/extension/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/file/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/key/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/langStringDefinitionTypeIec61360/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/langStringNameType/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/langStringPreferredNameTypeIec61360/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/langStringShortNameTypeIec61360/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/langStringTextType/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/levelType/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/multiLanguageProperty/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/operation/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/operationVariable/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/property/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/qualifier/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/range/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/reference/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/referenceElement/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/relationshipElement/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/resource/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/specificAssetId/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/submodel/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/submodelElementCollection/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/submodelElementList/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/valueList/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/InvalidClassName/valueReferencePair/wrong.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/assetAdministrationShell/assetInformation.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/assetAdministrationShell/id.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/assetInformation/assetKind.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/basicEventElement/direction.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/basicEventElement/observed.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/basicEventElement/state.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/conceptDescription/id.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/dataSpecificationIec61360/preferredName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/embeddedDataSpecification/dataSpecification.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/embeddedDataSpecification/dataSpecificationContent.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/eventPayload/observableReference.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/eventPayload/source.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/eventPayload/timeStamp.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/extension/name.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/key/type.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/key/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/langStringDefinitionTypeIec61360/language.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/langStringDefinitionTypeIec61360/text.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/langStringNameType/language.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/langStringNameType/text.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/langStringPreferredNameTypeIec61360/language.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/langStringPreferredNameTypeIec61360/text.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/langStringShortNameTypeIec61360/language.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/langStringShortNameTypeIec61360/text.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/langStringTextType/language.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/langStringTextType/text.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/levelType/max.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/levelType/min.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/levelType/nom.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/levelType/typ.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/operationVariable/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/property/valueType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/qualifier/type.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/qualifier/valueType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/range/valueType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/reference/keys.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/reference/type.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/resource/path.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/specificAssetId/name.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/specificAssetId/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/submodel/id.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/submodelElementList/typeValueListElement.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/valueList/valueReferencePairs.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/RequiredViolation/valueReferencePair/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/administrativeInformation/creator.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/administrativeInformation/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/administrativeInformation/revision.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/administrativeInformation/templateId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/administrativeInformation/version.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/annotations.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/first.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/second.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/annotatedRelationshipElement/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/administration.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/assetInformation.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/derivedFrom.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/id.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetAdministrationShell/submodels.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetInformation/assetKind.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetInformation/assetType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetInformation/defaultThumbnail.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetInformation/globalAssetId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/assetInformation/specificAssetIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/direction.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/lastUpdate.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/maxInterval.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/messageBroker.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/messageTopic.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/minInterval.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/observed.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/state.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/basicEventElement/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/blob/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/blob/contentType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/blob/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/blob/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/blob/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/blob/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/blob/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/blob/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/blob/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/blob/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/blob/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/capability/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/capability/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/capability/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/capability/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/capability/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/capability/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/capability/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/capability/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/capability/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/conceptDescription/administration.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/conceptDescription/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/conceptDescription/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/conceptDescription/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/conceptDescription/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/conceptDescription/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/conceptDescription/id.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/conceptDescription/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/conceptDescription/isCaseOf.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/dataType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/definition.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/levelType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/preferredName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/shortName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/sourceOfDefinition.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/symbol.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/unit.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/unitId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/dataSpecificationIec61360/valueFormat.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/embeddedDataSpecification/dataSpecification.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/embeddedDataSpecification/dataSpecificationContent.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/entityType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/globalAssetId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/specificAssetIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/statements.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/entity/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/environment/assetAdministrationShells.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/environment/conceptDescriptions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/environment/submodels.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/eventPayload/observableReference.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/eventPayload/observableSemanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/eventPayload/payload.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/eventPayload/source.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/eventPayload/sourceSemanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/eventPayload/subjectId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/eventPayload/timeStamp.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/eventPayload/topic.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/extension/name.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/extension/refersTo.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/extension/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/extension/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/extension/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/extension/valueType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/file/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/file/contentType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/file/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/file/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/file/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/file/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/file/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/file/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/file/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/file/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/file/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/key/type.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/key/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/langStringDefinitionTypeIec61360/language.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/langStringDefinitionTypeIec61360/text.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/langStringNameType/language.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/langStringNameType/text.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/langStringPreferredNameTypeIec61360/language.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/langStringPreferredNameTypeIec61360/text.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/langStringShortNameTypeIec61360/language.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/langStringShortNameTypeIec61360/text.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/langStringTextType/language.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/langStringTextType/text.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/levelType/max.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/levelType/min.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/levelType/nom.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/levelType/typ.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/multiLanguageProperty/valueId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/inoutputVariables.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/inputVariables.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/outputVariables.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operation/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/operationVariable/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/valueId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/property/valueType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/qualifier/kind.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/qualifier/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/qualifier/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/qualifier/type.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/qualifier/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/qualifier/valueId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/qualifier/valueType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/max.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/min.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/range/valueType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/reference/keys.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/reference/referredSemanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/reference/type.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/referenceElement/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/referenceElement/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/referenceElement/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/referenceElement/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/referenceElement/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/referenceElement/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/referenceElement/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/referenceElement/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/referenceElement/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/referenceElement/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/relationshipElement/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/relationshipElement/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/relationshipElement/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/relationshipElement/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/relationshipElement/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/relationshipElement/first.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/relationshipElement/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/relationshipElement/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/relationshipElement/second.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/relationshipElement/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/relationshipElement/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/resource/contentType.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/resource/path.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/specificAssetId/externalSubjectId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/specificAssetId/name.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/specificAssetId/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/specificAssetId/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/specificAssetId/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/administration.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/id.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/kind.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/submodelElements.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodel/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementCollection/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementCollection/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementCollection/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementCollection/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementCollection/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementCollection/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementCollection/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementCollection/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementCollection/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementCollection/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/category.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/description.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/displayName.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/embeddedDataSpecifications.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/extensions.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/idShort.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/orderRelevant.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/qualifiers.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/semanticId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/semanticIdListElement.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/supplementalSemanticIds.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/typeValueListElement.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/submodelElementList/valueTypeListElement.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/valueList/valueReferencePairs.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/valueReferencePair/value.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/TypeViolation/valueReferencePair/valueId.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/administrativeInformation/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/annotatedRelationshipElement/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/assetAdministrationShell/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/assetInformation/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/basicEventElement/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/blob/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/capability/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/conceptDescription/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/dataSpecificationIec61360/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/embeddedDataSpecification/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/entity/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/environment/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/eventPayload/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/extension/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/file/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/key/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/langStringDefinitionTypeIec61360/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/langStringNameType/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/langStringPreferredNameTypeIec61360/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/langStringShortNameTypeIec61360/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/langStringTextType/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/levelType/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/multiLanguageProperty/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/operation/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/operationVariable/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/property/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/qualifier/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/range/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/reference/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/referenceElement/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/relationshipElement/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/resource/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/specificAssetId/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/submodel/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/submodelElementCollection/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/submodelElementList/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/valueList/instance.xml.error create mode 100644 test_data/XmlizationError/Unexpected/Unserializable/UnexpectedAdditionalProperty/valueReferencePair/instance.xml.error create mode 100644 test_data/XxxOrDefault/Extension.ValueTypeOrDefault.max.log create mode 100644 test_data/XxxOrDefault/Extension.ValueTypeOrDefault.min.log create mode 100644 test_data/XxxOrDefault/Qualifier.KindOrDefault.max.log create mode 100644 test_data/XxxOrDefault/Qualifier.KindOrDefault.min.log create mode 100644 test_data/XxxOrDefault/Submodel.KindOrDefault.max.log create mode 100644 test_data/XxxOrDefault/Submodel.KindOrDefault.min.log create mode 100644 test_data/XxxOrDefault/SubmodelElementList.OrderRelevantOrDefault.max.log create mode 100644 test_data/XxxOrDefault/SubmodelElementList.OrderRelevantOrDefault.min.log create mode 100644 test_data/source.json create mode 100644 usage-for-vcpkg create mode 100644 vcpkg.json diff --git a/.github/workflows/ci-for-dev-scripts.yml b/.github/workflows/ci-for-dev-scripts.yml new file mode 100644 index 00000000..192721f3 --- /dev/null +++ b/.github/workflows/ci-for-dev-scripts.yml @@ -0,0 +1,36 @@ +name: CI-for-dev-scripts + +on: + push: + branches: [ master, main ] + tags: [ "**" ] + paths: + - dev_scripts/** + pull_request: + branches: [ "**" ] + paths: + - dev_scripts/** + +jobs: + Execute-continuous-integration: + runs-on: ubuntu-latest + strategy: + matrix: + python-version: ['3.10'] + + steps: + - uses: actions/checkout@master + + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + + - name: Install dependencies + run: | + python3 -m pip install --upgrade pip + pip3 install --group dev_scripts/pyproject.toml:dev -e dev_scripts + + - name: Run checks + run: | + python3 dev_scripts/continuous_integration_of_dev_scripts/precommit.py diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml new file mode 100644 index 00000000..57154029 --- /dev/null +++ b/.github/workflows/doc.yml @@ -0,0 +1,36 @@ +name: Doc + +on: + push: + branches: + - main + - mristin/Kick-off + +jobs: + Generate-doc: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + + - name: Run Doxygen + run: | + sudo apt-get update + sudo apt-get install -y doxygen + doxygen ./Doxyfile + + - name: Deploy to gh-pages + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + git config --global user.name "github-actions" + git config --global user.email "github-actions@github.com" + + git clone --branch gh-pages https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }} gh-pages + + rm -rf gh-pages/* + cp -r ./local-built-doc/html/* gh-pages/ + + cd gh-pages + git add . + git commit -m "Deploy documentation" || echo "No changes to commit" + git push origin gh-pages \ No newline at end of file diff --git a/.gitignore b/.gitignore index d4fb2818..9b31601c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,18 @@ +# Our manual excludes + +/.claude/ +/.idea/ +/.venv*/ +*.egg-info +/build*/ +/dependencies-for-local-development-on-windows/ +/dist/ +/cmake-build-debug/ +/cmake-build-release/ +/local-built-doc/ +/vcpkg_installed/ +/.vcpkg/ + # Prerequisites *.d diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..bed4bae3 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Marko Ristin (marko@ristin.ch, marko.ristin@gmail.com, rist@zhaw.ch) for Zurich University of Applied Sciences (ZHAW) diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..ab53bf0c --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,391 @@ +cmake_minimum_required(VERSION 3.19) +project(aas_core3_1) + +# Don't forget to keep CMakeLists.txt, vcpkg.json, doc/changelog.md and Doxyfile in sync when you change the version! + +set(AAS_CORE3_1_VERSION_MAJOR 0 CACHE STRING "major version" FORCE) +set(AAS_CORE3_1_VERSION_MINOR 0 CACHE STRING "minor version" FORCE) +set(AAS_CORE3_1_VERSION_PATCH 1 CACHE STRING "patch version" FORCE) +set(AAS_CORE3_1_VERSION_SUFFIX alpha.1 CACHE STRING "patch version" FORCE) + +if (NOT "${AAS_CORE3_1_VERSION_SUFFIX}" STREQUAL "") + set(AAS_CORE3_1_VERSION + ${AAS_CORE3_1_VERSION_MAJOR}.${AAS_CORE3_1_VERSION_MINOR}.${AAS_CORE3_1_VERSION_PATCH}-${AAS_CORE3_1_VERSION_SUFFIX} + CACHE STRING "version" FORCE + ) +else () + set(AAS_CORE3_1_VERSION + ${AAS_CORE3_1_VERSION_MAJOR}.${AAS_CORE3_1_VERSION_MINOR}.${AAS_CORE3_1_VERSION_PATCH} + CACHE STRING "version" FORCE + ) +endif () + +set(PROJECT_VERSION ${AAS_CORE3_1_VERSION}) + +OPTION(BUILD_TESTS "Build tests for aas-core-cpp" FALSE) + +if (${BUILD_TESTS}) + # NOTE (mristin): + # We need to use C++17 for the in tests. + set(CMAKE_CXX_STANDARD 17) +else () + set(CMAKE_CXX_STANDARD 11) +endif () + +# NOTE (mristin): +# See: https://crascit.com/2015/03/28/enabling-cxx11-in-cmake/ +set(CMAKE_CXX_STANDARD_REQUIRED ON) +set(CMAKE_CXX_EXTENSIONS OFF) + + +find_package(nlohmann_json 3 CONFIG REQUIRED) +find_package(expat 2 CONFIG REQUIRED) +find_package(tl-optional 1 CONFIG REQUIRED) +find_package(tl-expected 1 CONFIG REQUIRED) + +# NOTE (mristin): +# Since there is a lot of source code, we have to compile to large object files +# with MSVC; otherwise the error C1128 is raised. +# See: https://learn.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/fatal-error-c1128 +IF (MSVC) + add_compile_options(/bigobj) +ENDIF () + +if (MSVC) + add_compile_options(/W4 /WX) +else () + add_compile_options( + -Wall + -Wextra + -Wpedantic + -Wno-unknown-pragmas + -Wno-unused-parameter + -Wno-implicit-fallthrough + -Wno-switch + ) +endif () + + +# NOTE (mristin): +# We take the following tutorial as inspiration: +# https://www.foonathan.net/2016/03/cmake-install/ + +SET(HEADER_PATH "${CMAKE_CURRENT_SOURCE_DIR}/include/aas_core/aas_3_1") +SET(HEADER + ${HEADER_PATH}/common.hpp + ${HEADER_PATH}/constants.hpp + ${HEADER_PATH}/enhancing.hpp + ${HEADER_PATH}/iteration.hpp + ${HEADER_PATH}/jsonization.hpp + ${HEADER_PATH}/pattern.hpp + ${HEADER_PATH}/revm.hpp + ${HEADER_PATH}/stringification.hpp + ${HEADER_PATH}/types.hpp + ${HEADER_PATH}/verification.hpp + ${HEADER_PATH}/visitation.hpp + ${HEADER_PATH}/wstringification.hpp + ${HEADER_PATH}/xmlization.hpp + ) + +SET(SRC_PATH "${CMAKE_CURRENT_SOURCE_DIR}/src") +SET(SRC + ${SRC_PATH}/common.cpp + ${SRC_PATH}/constants.cpp + ${SRC_PATH}/iteration.cpp + ${SRC_PATH}/jsonization.cpp + ${SRC_PATH}/pattern.cpp + ${SRC_PATH}/revm.cpp + ${SRC_PATH}/stringification.cpp + ${SRC_PATH}/types.cpp + ${SRC_PATH}/verification.cpp + ${SRC_PATH}/visitation.cpp + ${SRC_PATH}/wstringification.cpp + ${SRC_PATH}/xmlization.cpp + ) + +# NOTE (mristin) +# MSVC does not automatically build .lib for DLLs. +# See: https://stackoverflow.com/questions/64088046/missing-lib-file-when-creating-shared-library-with-cmake-and-visual-studio-2019 +set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON) + +add_library(aas_core3_1_static STATIC ${HEADER} ${SRC}) +set_target_properties(aas_core3_1_static + PROPERTIES + PUBLIC_HEADER "${HEADER}" + ) +# NOTE (mristin): +# We need to distinguish between BUILD and INSTALL interface, +# see: https://stackoverflow.com/questions/25676277/cmake-target-include-directories-prints-an-error-when-i-try-to-add-the-source +target_include_directories(aas_core3_1_static + PUBLIC + $ + $ + ) +target_link_libraries(aas_core3_1_static + PRIVATE + expat::expat + PUBLIC + nlohmann_json::nlohmann_json + tl::optional + tl::expected + ) + +add_library(aas_core3_1 SHARED ${HEADER} ${SRC}) + +# NOTE (mristin): +# We need to distinguish between BUILD and INSTALL interface, +# see: https://stackoverflow.com/questions/25676277/cmake-target-include-directories-prints-an-error-when-i-try-to-add-the-source +target_include_directories(aas_core3_1 + PUBLIC + $ + $ + ) +set_target_properties(aas_core3_1 + PROPERTIES + PUBLIC_HEADER "${HEADER}" + ) +target_link_libraries(aas_core3_1 + PRIVATE + expat::expat + PUBLIC + nlohmann_json::nlohmann_json + tl::optional + tl::expected + ) + +# Testing +OPTION(BUILD_TESTS "Build tests for aas-core-cpp" FALSE) + +if (${BUILD_TESTS}) + # NOTE (mristin): + # We need to use C++17 for the . + set(CMAKE_CXX_STANDARD 17) + + include(CTest) + enable_testing() + + include_directories(${CMAKE_CURRENT_SOURCE_DIR}/test-external) + + # region Common in test + add_library(common_in_test test/common.hpp test/common.cpp) + target_link_libraries(common_in_test aas_core3_1_static) + + add_library(common_jsonization_in_test + test/common_jsonization.cpp + test/common_jsonization.hpp + ) + target_link_libraries(common_jsonization_in_test aas_core3_1_static) + + add_library(common_xmlization_in_test + test/common_xmlization.cpp + test/common_xmlization.hpp + ) + target_link_libraries(common_xmlization_in_test aas_core3_1_static) + + add_library(common_examples_in_test + test/common_examples.hpp + test/common_examples.cpp + ) + target_link_libraries(common_examples_in_test + common_in_test + common_xmlization_in_test + ) + # endregion Common in test + + add_executable(test_doc_examples test/test_doc_examples.cpp) + target_link_libraries(test_doc_examples aas_core3_1_static) + add_test( + NAME test_doc_examples + COMMAND $ + ) + + add_executable(test_revm test/test_revm.cpp) + target_link_libraries(test_revm aas_core3_1_static) + add_test( + NAME test_revm + COMMAND $ + ) + + # region Stringification + add_executable( + test_stringification_base64 + test/test_stringification_base64.cpp + ) + target_link_libraries(test_stringification_base64 aas_core3_1_static) + add_test( + NAME test_stringification_base64 + COMMAND $ + ) + + add_executable( + test_stringification_of_enums + test/test_stringification_of_enums.cpp + ) + target_link_libraries(test_stringification_of_enums aas_core3_1_static) + add_test( + NAME test_stringification_of_enums + COMMAND $ + ) + # endregion Stringification + + # region Wstringification + add_executable( + test_wstringification_of_enums + test/test_wstringification_of_enums.cpp + ) + target_link_libraries(test_wstringification_of_enums aas_core3_1_static) + add_test( + NAME test_wstringification_of_enums + COMMAND $ + ) + # endregion Wstringification + + # region Jsonization + add_executable( + test_jsonization_of_concrete_classes + test/test_jsonization_of_concrete_classes.cpp + ) + target_link_libraries( + test_jsonization_of_concrete_classes + aas_core3_1_static + common_in_test + common_jsonization_in_test + ) + add_test( + NAME test_jsonization_of_concrete_classes + COMMAND $ + ) + + add_executable( + test_jsonization_dispatch + test/test_jsonization_dispatch.cpp + ) + target_link_libraries( + test_jsonization_dispatch + aas_core3_1_static + common_examples_in_test + common_jsonization_in_test + ) + add_test( + NAME test_jsonization_dispatch + COMMAND $ + ) + + # endregion + + # region Xmlization + add_executable( + test_xmlization_of_concrete_classes + test/test_xmlization_of_concrete_classes.cpp + ) + target_link_libraries( + test_xmlization_of_concrete_classes + aas_core3_1_static + common_in_test + common_xmlization_in_test + ) + add_test( + NAME test_xmlization_of_concrete_classes + COMMAND $ + ) + + add_executable( + test_xmlization_dispatch + test/test_xmlization_dispatch.cpp + ) + target_link_libraries( + test_xmlization_dispatch + aas_core3_1_static + common_in_test + common_examples_in_test + ) + add_test( + NAME test_xmlization_dispatch + COMMAND $ + ) + + # endregion + + # region Verification + add_executable( + test_verification + test/test_verification.cpp + ) + target_link_libraries( + test_verification + aas_core3_1_static + common_in_test + common_xmlization_in_test + ) + add_test( + NAME test_verification + COMMAND $ + ) + + # endregion + + # region Descent and DescentOnce + add_executable( + test_descent_and_descent_once + test/test_descent_and_descent_once.cpp + ) + target_link_libraries( + test_descent_and_descent_once + aas_core3_1_static + common_in_test + common_examples_in_test + common_xmlization_in_test + ) + add_test( + NAME test_descent_and_descent_once + COMMAND $ + ) + # endregion + + # region XxxOrDefault + add_executable( + test_x_or_default + test/test_x_or_default.cpp + ) + target_link_libraries( + test_x_or_default + aas_core3_1_static + common_in_test + common_examples_in_test + ) + add_test( + NAME test_x_or_default + COMMAND $ + ) + # endregion +endif () + +# Set the version + +configure_file(aas_core3_1-config-version.cmake.in + ${CMAKE_CURRENT_BINARY_DIR}/aas_core3_1-config-version.cmake @ONLY + ) + +# Installation + +include(GNUInstallDirs) + +install(TARGETS aas_core3_1_static + EXPORT aas_core3_1 + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/aas_core/aas_3_1 + ) +install(TARGETS aas_core3_1 + EXPORT aas_core3_1 + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/aas_core/aas_3_1 + ) +install(FILES + aas_core3_1-config.cmake + ${CMAKE_CURRENT_BINARY_DIR}/aas_core3_1-config-version.cmake + DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/aas_core3_1 + ) + +install(EXPORT aas_core3_1 + DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/aas_core3_1" + ) diff --git a/Doxyfile b/Doxyfile new file mode 100644 index 00000000..c0ffb096 --- /dev/null +++ b/Doxyfile @@ -0,0 +1,2896 @@ +# Doxyfile 1.10.0 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). +# +# Note: +# +# Use doxygen to compare the used configuration file with the template +# configuration file: +# doxygen -x [configFile] +# Use doxygen to compare the used configuration file with the template +# configuration file without replacing the environment variables or CMake type +# replacement variables: +# doxygen -x_noenv [configFile] + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the configuration +# file that follow. The default is UTF-8 which is also the encoding used for all +# text before the first occurrence of this tag. Doxygen uses libiconv (or the +# iconv built into libc) for the transcoding. See +# https://www.gnu.org/software/libiconv/ for the list of possible encodings. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = "aas-core3.1" + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. This +# could be handy for archiving the generated documentation or if some version +# control system is used. + +# Don't forget to keep CMakeLists.txt, vcpkg.json, doc/changelog.md and Doxyfile in sync when you change the version! +PROJECT_NUMBER = 0.0.1-alpha.1 + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer a +# quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = Manipulate, verify and de/serialize asset administration shells V3.1 in C++. + +# With the PROJECT_LOGO tag one can specify a logo or an icon that is included +# in the documentation. The maximum height of the logo should not exceed 55 +# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy +# the logo to the output directory. + +PROJECT_LOGO = + +# With the PROJECT_ICON tag one can specify an icon that is included in the tabs +# when the HTML document is shown. Doxygen will copy the logo to the output +# directory. + +PROJECT_ICON = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path +# into which the generated documentation will be written. If a relative path is +# entered, it will be relative to the location where doxygen was started. If +# left blank the current directory will be used. + +OUTPUT_DIRECTORY = local-built-doc + +# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 +# sub-directories (in 2 levels) under the output directory of each output format +# and will distribute the generated files over these directories. Enabling this +# option can be useful when feeding doxygen a huge amount of source files, where +# putting all generated files in the same directory would otherwise causes +# performance problems for the file system. Adapt CREATE_SUBDIRS_LEVEL to +# control the number of sub-directories. +# The default value is: NO. + +CREATE_SUBDIRS = NO + +# Controls the number of sub-directories that will be created when +# CREATE_SUBDIRS tag is set to YES. Level 0 represents 16 directories, and every +# level increment doubles the number of directories, resulting in 4096 +# directories at level 8 which is the default and also the maximum value. The +# sub-directories are organized in 2 levels, the first level always has a fixed +# number of 16 directories. +# Minimum value: 0, maximum value: 8, default value: 8. +# This tag requires that the tag CREATE_SUBDIRS is set to YES. + +CREATE_SUBDIRS_LEVEL = 8 + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Bulgarian, +# Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, Dutch, English +# (United States), Esperanto, Farsi (Persian), Finnish, French, German, Greek, +# Hindi, Hungarian, Indonesian, Italian, Japanese, Japanese-en (Japanese with +# English messages), Korean, Korean-en (Korean with English messages), Latvian, +# Lithuanian, Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, +# Romanian, Russian, Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, +# Swedish, Turkish, Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member +# descriptions after the members that are listed in the file and class +# documentation (similar to Javadoc). Set to NO to disable this. +# The default value is: YES. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief +# description of a member or function before the detailed description +# +# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. +# The default value is: YES. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator that is +# used to form the text in various listings. Each string in this list, if found +# as the leading text of the brief description, will be stripped from the text +# and the result, after processing the whole list, is used as the annotated +# text. Otherwise, the brief description is used as-is. If left blank, the +# following values are used ($name is automatically replaced with the name of +# the entity):The $name class, The $name widget, The $name file, is, provides, +# specifies, contains, represents, a, an and the. + +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# doxygen will generate a detailed section even if there is only a brief +# description. +# The default value is: NO. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. +# The default value is: NO. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path +# before files name in the file list and in the header files. If set to NO the +# shortest path that makes the file name unique will be used +# The default value is: YES. + +FULL_PATH_NAMES = YES + +# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. +# Stripping is only done if one of the specified strings matches the left-hand +# part of the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the path to +# strip. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the +# path mentioned in the documentation of a class, which tells the reader which +# header file to include in order to use a class. If left blank only the name of +# the header file containing the class definition is used. Otherwise one should +# specify the list of include paths that are normally passed to the compiler +# using the -I flag. + +STRIP_FROM_INC_PATH = include + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but +# less readable) file names. This can be useful is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the +# first line (until the first dot) of a Javadoc-style comment as the brief +# description. If set to NO, the Javadoc-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = NO + +# If the JAVADOC_BANNER tag is set to YES then doxygen will interpret a line +# such as +# /*************** +# as being the beginning of a Javadoc-style comment "banner". If set to NO, the +# Javadoc-style will behave just like regular comments and it will not be +# interpreted by doxygen. +# The default value is: NO. + +JAVADOC_BANNER = NO + +# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first +# line (until the first dot) of a Qt-style comment as the brief description. If +# set to NO, the Qt-style will behave just like regular Qt-style comments (thus +# requiring an explicit \brief command for a brief description.) +# The default value is: NO. + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a +# multi-line C++ special comment block (i.e. a block of //! or /// comments) as +# a brief description. This used to be the default behavior. The new default is +# to treat a multi-line C++ comment block as a detailed description. Set this +# tag to YES if you prefer the old behavior instead. +# +# Note that setting this tag to YES also means that rational rose comments are +# not recognized any more. +# The default value is: NO. + +MULTILINE_CPP_IS_BRIEF = NO + +# By default Python docstrings are displayed as preformatted text and doxygen's +# special commands cannot be used. By setting PYTHON_DOCSTRING to NO the +# doxygen's special commands can be used and the contents of the docstring +# documentation blocks is shown as doxygen documentation. +# The default value is: YES. + +PYTHON_DOCSTRING = YES + +# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the +# documentation from any documented member that it re-implements. +# The default value is: YES. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new +# page for each member. If set to NO, the documentation of a member will be part +# of the file/class/namespace that contains it. +# The default value is: NO. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen +# uses this value to replace tabs by spaces in code fragments. +# Minimum value: 1, maximum value: 16, default value: 4. + +TAB_SIZE = 4 + +# This tag can be used to specify a number of aliases that act as commands in +# the documentation. An alias has the form: +# name=value +# For example adding +# "sideeffect=@par Side Effects:^^" +# will allow you to put the command \sideeffect (or @sideeffect) in the +# documentation, which will result in a user-defined paragraph with heading +# "Side Effects:". Note that you cannot put \n's in the value part of an alias +# to insert newlines (in the resulting output). You can put ^^ in the value part +# of an alias to insert a newline as if a physical newline was in the original +# file. When you need a literal { or } or , in the value part of an alias you +# have to escape them by means of a backslash (\), this can lead to conflicts +# with the commands \{ and \} for these it is advised to use the version @{ and +# @} or use a double escape (\\{ and \\}) + +ALIASES = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources +# only. Doxygen will then generate output that is more tailored for C. For +# instance, some of the names that are used will be different. The list of all +# members will be omitted, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or +# Python sources only. Doxygen will then generate output that is more tailored +# for that language. For instance, namespaces will be presented as packages, +# qualified scopes will look different, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources. Doxygen will then generate output that is tailored for Fortran. +# The default value is: NO. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for VHDL. +# The default value is: NO. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Set the OPTIMIZE_OUTPUT_SLICE tag to YES if your project consists of Slice +# sources only. Doxygen will then generate output that is more tailored for that +# language. For instance, namespaces will be presented as modules, types will be +# separated into more groups, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_SLICE = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given +# extension. Doxygen has a built-in mapping, but you can override or extend it +# using this tag. The format is ext=language, where ext is a file extension, and +# language is one of the parsers supported by doxygen: IDL, Java, JavaScript, +# Csharp (C#), C, C++, Lex, D, PHP, md (Markdown), Objective-C, Python, Slice, +# VHDL, Fortran (fixed format Fortran: FortranFixed, free formatted Fortran: +# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser +# tries to guess whether the code is fixed or free formatted code, this is the +# default for Fortran type files). For instance to make doxygen treat .inc files +# as Fortran files (default is PHP), and .f files as C (default is Fortran), +# use: inc=Fortran f=C. +# +# Note: For files without extension you can use no_extension as a placeholder. +# +# Note that for custom extensions you also need to set FILE_PATTERNS otherwise +# the files are not read by doxygen. When specifying no_extension you should add +# * to the FILE_PATTERNS. +# +# Note see also the list of default file extension mappings. + +EXTENSION_MAPPING = + +# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments +# according to the Markdown format, which allows for more readable +# documentation. See https://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you can +# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in +# case of backward compatibilities issues. +# The default value is: YES. + +MARKDOWN_SUPPORT = YES + +# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up +# to that level are automatically included in the table of contents, even if +# they do not have an id attribute. +# Note: This feature currently applies only to Markdown headings. +# Minimum value: 0, maximum value: 99, default value: 5. +# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. + +TOC_INCLUDE_HEADINGS = 5 + +# The MARKDOWN_ID_STYLE tag can be used to specify the algorithm used to +# generate identifiers for the Markdown headings. Note: Every identifier is +# unique. +# Possible values are: DOXYGEN use a fixed 'autotoc_md' string followed by a +# sequence number starting at 0 and GITHUB use the lower case version of title +# with any whitespace replaced by '-' and punctuation characters removed. +# The default value is: DOXYGEN. +# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. + +MARKDOWN_ID_STYLE = DOXYGEN + +# When enabled doxygen tries to link words that correspond to documented +# classes, or namespaces to their corresponding documentation. Such a link can +# be prevented in individual cases by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. +# The default value is: YES. + +AUTOLINK_SUPPORT = YES + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should set this +# tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); +# versus func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. +# The default value is: NO. + +BUILTIN_STL_SUPPORT = YES + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. +# The default value is: NO. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: +# https://www.riverbankcomputing.com/software/sip/intro) sources only. Doxygen +# will parse them like normal C++ but will assume all classes use public instead +# of private inheritance when no explicit protection keyword is present. +# The default value is: NO. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate +# getter and setter methods for a property. Setting this option to YES will make +# doxygen to replace the get and set methods by a property in the documentation. +# This will only work if the methods are indeed getting or setting a simple +# type. If this is not the case, or you want to show the methods anyway, you +# should set this option to NO. +# The default value is: YES. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. +# The default value is: NO. + +DISTRIBUTE_GROUP_DOC = NO + +# If one adds a struct or class to a group and this option is enabled, then also +# any nested class or struct is added to the same group. By default this option +# is disabled and one has to add nested compounds explicitly via \ingroup. +# The default value is: NO. + +GROUP_NESTED_COMPOUNDS = NO + +# Set the SUBGROUPING tag to YES to allow class member groups of the same type +# (for instance a group of public functions) to be put as a subgroup of that +# type (e.g. under the Public Functions section). Set it to NO to prevent +# subgrouping. Alternatively, this can be done per class using the +# \nosubgrouping command. +# The default value is: YES. + +SUBGROUPING = YES + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions +# are shown inside the group in which they are included (e.g. using \ingroup) +# instead of on a separate page (for HTML and Man pages) or section (for LaTeX +# and RTF). +# +# Note that this feature does not work in combination with +# SEPARATE_MEMBER_PAGES. +# The default value is: NO. + +INLINE_GROUPED_CLASSES = NO + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions +# with only public data fields or simple typedef fields will be shown inline in +# the documentation of the scope in which they are defined (i.e. file, +# namespace, or group documentation), provided this scope is documented. If set +# to NO, structs, classes, and unions are shown on a separate page (for HTML and +# Man pages) or section (for LaTeX and RTF). +# The default value is: NO. + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or +# enum is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically be +# useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. +# The default value is: NO. + +TYPEDEF_HIDES_STRUCT = NO + +# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This +# cache is used to resolve symbols given their name and scope. Since this can be +# an expensive process and often the same symbol appears multiple times in the +# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small +# doxygen will become slower. If the cache is too large, memory is wasted. The +# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range +# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 +# symbols. At the end of a run doxygen will report the cache usage and suggest +# the optimal cache size from a speed point of view. +# Minimum value: 0, maximum value: 9, default value: 0. + +LOOKUP_CACHE_SIZE = 0 + +# The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use +# during processing. When set to 0 doxygen will based this on the number of +# cores available in the system. You can set it explicitly to a value larger +# than 0 to get more control over the balance between CPU load and processing +# speed. At this moment only the input processing can be done using multiple +# threads. Since this is still an experimental feature the default is set to 1, +# which effectively disables parallel processing. Please report any issues you +# encounter. Generating dot graphs in parallel is controlled by the +# DOT_NUM_THREADS setting. +# Minimum value: 0, maximum value: 32, default value: 1. + +NUM_PROC_THREADS = 1 + +# If the TIMESTAMP tag is set different from NO then each generated page will +# contain the date or date and time when the page was generated. Setting this to +# NO can help when comparing the output of multiple runs. +# Possible values are: YES, NO, DATETIME and DATE. +# The default value is: NO. + +TIMESTAMP = NO + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in +# documentation are documented, even if no documentation was available. Private +# class members and static file members will be hidden unless the +# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. +# Note: This will also disable the warnings about undocumented members that are +# normally produced when WARNINGS is set to YES. +# The default value is: NO. + +EXTRACT_ALL = YES + +# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will +# be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIVATE = NO + +# If the EXTRACT_PRIV_VIRTUAL tag is set to YES, documented private virtual +# methods of a class will be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIV_VIRTUAL = NO + +# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal +# scope will be included in the documentation. +# The default value is: NO. + +EXTRACT_PACKAGE = NO + +# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be +# included in the documentation. +# The default value is: NO. + +EXTRACT_STATIC = YES + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined +# locally in source files will be included in the documentation. If set to NO, +# only classes defined in header files are included. Does not have any effect +# for Java sources. +# The default value is: YES. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. If set to YES, local methods, +# which are defined in the implementation section but not in the interface are +# included in the documentation. If set to NO, only methods in the interface are +# included. +# The default value is: NO. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base name of +# the file that contains the anonymous namespace. By default anonymous namespace +# are hidden. +# The default value is: NO. + +EXTRACT_ANON_NSPACES = NO + +# If this flag is set to YES, the name of an unnamed parameter in a declaration +# will be determined by the corresponding definition. By default unnamed +# parameters remain unnamed in the output. +# The default value is: YES. + +RESOLVE_UNNAMED_PARAMS = YES + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all +# undocumented members inside documented classes or files. If set to NO these +# members will be included in the various overviews, but no documentation +# section is generated. This option has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. If set +# to NO, these classes will be included in the various overviews. This option +# will also hide undocumented C++ concepts if enabled. This option has no effect +# if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend +# declarations. If set to NO, these declarations will be included in the +# documentation. +# The default value is: NO. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any +# documentation blocks found inside the body of a function. If set to NO, these +# blocks will be appended to the function's detailed documentation block. +# The default value is: NO. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation that is typed after a +# \internal command is included. If the tag is set to NO then the documentation +# will be excluded. Set it to YES to include the internal documentation. +# The default value is: NO. + +INTERNAL_DOCS = NO + +# With the correct setting of option CASE_SENSE_NAMES doxygen will better be +# able to match the capabilities of the underlying filesystem. In case the +# filesystem is case sensitive (i.e. it supports files in the same directory +# whose names only differ in casing), the option must be set to YES to properly +# deal with such files in case they appear in the input. For filesystems that +# are not case sensitive the option should be set to NO to properly deal with +# output files written for symbols that only differ in casing, such as for two +# classes, one named CLASS and the other named Class, and to also support +# references to files without having to specify the exact matching casing. On +# Windows (including Cygwin) and MacOS, users should typically set this option +# to NO, whereas on Linux or other Unix flavors it should typically be set to +# YES. +# Possible values are: SYSTEM, NO and YES. +# The default value is: SYSTEM. + +CASE_SENSE_NAMES = SYSTEM + +# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with +# their full class and namespace scopes in the documentation. If set to YES, the +# scope will be hidden. +# The default value is: NO. + +HIDE_SCOPE_NAMES = NO + +# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will +# append additional text to a page's title, such as Class Reference. If set to +# YES the compound reference will be hidden. +# The default value is: NO. + +HIDE_COMPOUND_REFERENCE= NO + +# If the SHOW_HEADERFILE tag is set to YES then the documentation for a class +# will show which file needs to be included to use the class. +# The default value is: YES. + +SHOW_HEADERFILE = YES + +# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of +# the files that are included by a file in the documentation of that file. +# The default value is: YES. + +SHOW_INCLUDE_FILES = YES + +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC = NO + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include +# files with double quotes in the documentation rather than with sharp brackets. +# The default value is: NO. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the +# documentation for inline members. +# The default value is: YES. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the +# (detailed) documentation of file and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. +# The default value is: YES. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief +# descriptions of file, namespace and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list. +# The default value is: NO. + +SORT_BRIEF_DOCS = NO + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the +# (brief and detailed) documentation of class members so that constructors and +# destructors are listed first. If set to NO the constructors will appear in the +# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. +# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief +# member documentation. +# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting +# detailed member documentation. +# The default value is: NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy +# of group names into alphabetical order. If set to NO the group names will +# appear in their defined order. +# The default value is: NO. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by +# fully-qualified names, including namespaces. If set to NO, the class list will +# be sorted only by class name, not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the alphabetical +# list. +# The default value is: NO. + +SORT_BY_SCOPE_NAME = NO + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper +# type resolution of all parameters of a function it will reject a match between +# the prototype and the implementation of a member function even if there is +# only one candidate or it is obvious which candidate to choose by doing a +# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still +# accept a match between prototype and implementation in such cases. +# The default value is: NO. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo +# list. This list is created by putting \todo commands in the documentation. +# The default value is: YES. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test +# list. This list is created by putting \test commands in the documentation. +# The default value is: YES. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug +# list. This list is created by putting \bug commands in the documentation. +# The default value is: YES. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) +# the deprecated list. This list is created by putting \deprecated commands in +# the documentation. +# The default value is: YES. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional documentation +# sections, marked by \if ... \endif and \cond +# ... \endcond blocks. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the +# initial value of a variable or macro / define can have for it to appear in the +# documentation. If the initializer consists of more lines than specified here +# it will be hidden. Use a value of 0 to hide initializers completely. The +# appearance of the value of individual variables and macros / defines can be +# controlled using \showinitializer or \hideinitializer command in the +# documentation regardless of this setting. +# Minimum value: 0, maximum value: 10000, default value: 30. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at +# the bottom of the documentation of classes and structs. If set to YES, the +# list will mention the files that were used to generate the documentation. +# The default value is: YES. + +SHOW_USED_FILES = YES + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This +# will remove the Files entry from the Quick Index and from the Folder Tree View +# (if specified). +# The default value is: YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces +# page. This will remove the Namespaces entry from the Quick Index and from the +# Folder Tree View (if specified). +# The default value is: YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command command input-file, where command is the value of the +# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided +# by doxygen. Whatever the program writes to standard output is used as the file +# version. For an example see the documentation. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. To create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. You can +# optionally specify a file name after the option, if omitted DoxygenLayout.xml +# will be used as the name of the layout file. See also section "Changing the +# layout of pages" for information. +# +# Note that if you run doxygen from a directory containing a file called +# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE +# tag is left empty. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files containing +# the reference definitions. This must be a list of .bib files. The .bib +# extension is automatically appended if omitted. This requires the bibtex tool +# to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info. +# For LaTeX the style of the bibliography can be controlled using +# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the +# search path. See also \cite for info how to create references. + +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# Configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated to +# standard output by doxygen. If QUIET is set to YES this implies that the +# messages are off. +# The default value is: NO. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES +# this implies that the warnings are on. +# +# Tip: Turn warnings on while writing the documentation. +# The default value is: YES. + +WARNINGS = YES + +# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate +# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: YES. + +WARN_IF_UNDOCUMENTED = NO + +# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as documenting some parameters in +# a documented function twice, or documenting parameters that don't exist or +# using markup commands wrongly. +# The default value is: YES. + +WARN_IF_DOC_ERROR = YES + +# If WARN_IF_INCOMPLETE_DOC is set to YES, doxygen will warn about incomplete +# function parameter documentation. If set to NO, doxygen will accept that some +# parameters have no documentation without warning. +# The default value is: YES. + +WARN_IF_INCOMPLETE_DOC = YES + +# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that +# are documented, but have no documentation for their parameters or return +# value. If set to NO, doxygen will only warn about wrong parameter +# documentation, but not about the absence of documentation. If EXTRACT_ALL is +# set to YES then this flag will automatically be disabled. See also +# WARN_IF_INCOMPLETE_DOC +# The default value is: NO. + +WARN_NO_PARAMDOC = NO + +# If WARN_IF_UNDOC_ENUM_VAL option is set to YES, doxygen will warn about +# undocumented enumeration values. If set to NO, doxygen will accept +# undocumented enumeration values. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: NO. + +WARN_IF_UNDOC_ENUM_VAL = NO + +# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when +# a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS +# then doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but +# at the end of the doxygen process doxygen will return with a non-zero status. +# If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS_PRINT then doxygen behaves +# like FAIL_ON_WARNINGS but in case no WARN_LOGFILE is defined doxygen will not +# write the warning messages in between other messages but write them at the end +# of a run, in case a WARN_LOGFILE is defined the warning messages will be +# besides being in the defined file also be shown at the end of a run, unless +# the WARN_LOGFILE is defined as - i.e. standard output (stdout) in that case +# the behavior will remain as with the setting FAIL_ON_WARNINGS. +# Possible values are: NO, YES, FAIL_ON_WARNINGS and FAIL_ON_WARNINGS_PRINT. +# The default value is: NO. + +WARN_AS_ERROR = NO + +# The WARN_FORMAT tag determines the format of the warning messages that doxygen +# can produce. The string should contain the $file, $line, and $text tags, which +# will be replaced by the file and line number from which the warning originated +# and the warning text. Optionally the format may contain $version, which will +# be replaced by the version of the file (if it could be obtained via +# FILE_VERSION_FILTER) +# See also: WARN_LINE_FORMAT +# The default value is: $file:$line: $text. + +WARN_FORMAT = "$file:$line: $text" + +# In the $text part of the WARN_FORMAT command it is possible that a reference +# to a more specific place is given. To make it easier to jump to this place +# (outside of doxygen) the user can define a custom "cut" / "paste" string. +# Example: +# WARN_LINE_FORMAT = "'vi $file +$line'" +# See also: WARN_FORMAT +# The default value is: at line $line of file $file. + +WARN_LINE_FORMAT = "at line $line of file $file" + +# The WARN_LOGFILE tag can be used to specify a file to which warning and error +# messages should be written. If left blank the output is written to standard +# error (stderr). In case the file specified cannot be opened for writing the +# warning and error messages are written to standard error. When as file - is +# specified the warning and error messages are written to standard output +# (stdout). + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag is used to specify the files and/or directories that contain +# documented source files. You may enter file names like myfile.cpp or +# directories like /usr/src/myproject. Separate the files or directories with +# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING +# Note: If this tag is empty the current directory is searched. + +INPUT = include +INPUT += doc + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses +# libiconv (or the iconv built into libc) for the transcoding. See the libiconv +# documentation (see: +# https://www.gnu.org/software/libiconv/) for the list of possible encodings. +# See also: INPUT_FILE_ENCODING +# The default value is: UTF-8. + +INPUT_ENCODING = UTF-8 + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses The INPUT_FILE_ENCODING tag can be used to specify +# character encoding on a per file pattern basis. Doxygen will compare the file +# name with each pattern and apply the encoding instead of the default +# INPUT_ENCODING) if there is a match. The character encodings are a list of the +# form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding +# "INPUT_ENCODING" for further information on supported encodings. + +INPUT_FILE_ENCODING = + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and +# *.h) to filter out the source-files in the directories. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# read by doxygen. +# +# Note the list of default checked file patterns might differ from the list of +# default file extension mappings. +# +# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cxxm, +# *.cpp, *.cppm, *.ccm, *.c++, *.c++m, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, +# *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp, *.h++, *.ixx, *.l, *.cs, *.d, +# *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown, *.md, *.mm, *.dox (to +# be provided as doxygen C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, +# *.f18, *.f, *.for, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice. + +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cxxm \ + *.cpp \ + *.cppm \ + *.ccm \ + *.c++ \ + *.c++m \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.idl \ + *.ddl \ + *.odl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.ixx \ + *.l \ + *.cs \ + *.d \ + *.php \ + *.php4 \ + *.php5 \ + *.phtml \ + *.inc \ + *.m \ + *.markdown \ + *.md \ + *.mm \ + *.dox \ + *.py \ + *.pyw \ + *.f90 \ + *.f95 \ + *.f03 \ + *.f08 \ + *.f18 \ + *.f \ + *.for \ + *.vhd \ + *.vhdl \ + *.ucf \ + *.qsf \ + *.ice + +# The RECURSIVE tag can be used to specify whether or not subdirectories should +# be searched for input files as well. +# The default value is: NO. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. +# The default value is: NO. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# ANamespace::AClass, ANamespace::*Test + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or directories +# that contain example code fragments that are included (see the \include +# command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and +# *.h) to filter out the source-files in the directories. If left blank all +# files are included. + +EXAMPLE_PATTERNS = * + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude commands +# irrespective of the value of the RECURSIVE tag. +# The default value is: NO. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or directories +# that contain images that are to be included in the documentation (see the +# \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command: +# +# +# +# where is the value of the INPUT_FILTER tag, and is the +# name of an input file. Doxygen will then use the output that the filter +# program writes to standard output. If FILTER_PATTERNS is specified, this tag +# will be ignored. +# +# Note that the filter must not add or remove lines; it is applied before the +# code is scanned, but not when the output code is generated. If lines are added +# or removed, the anchors will not be placed correctly. +# +# Note that doxygen will use the data processed and written to standard output +# for further processing, therefore nothing else, like debug statements or used +# commands (so in case of a Windows batch file always use @echo OFF), should be +# written to standard output. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: pattern=filter +# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how +# filters are used. If the FILTER_PATTERNS tag is empty or if none of the +# patterns match the file name, INPUT_FILTER is applied. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will also be used to filter the input files that are used for +# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). +# The default value is: NO. + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and +# it is also possible to disable source filtering for a specific pattern using +# *.ext= (so without naming a filter). +# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. + +FILTER_SOURCE_PATTERNS = + +# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that +# is part of the input, its contents will be placed on the main page +# (index.html). This can be useful if you have a project on for instance GitHub +# and want to reuse the introduction page also for the doxygen output. + +USE_MDFILE_AS_MAINPAGE = doc/main.md + +# The Fortran standard specifies that for fixed formatted Fortran code all +# characters from position 72 are to be considered as comment. A common +# extension is to allow longer lines before the automatic comment starts. The +# setting FORTRAN_COMMENT_AFTER will also make it possible that longer lines can +# be processed before the automatic comment starts. +# Minimum value: 7, maximum value: 10000, default value: 72. + +FORTRAN_COMMENT_AFTER = 72 + +#--------------------------------------------------------------------------- +# Configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will be +# generated. Documented entities will be cross-referenced with these sources. +# +# Note: To get rid of all source code in the generated output, make sure that +# also VERBATIM_HEADERS is set to NO. +# The default value is: NO. + +SOURCE_BROWSER = NO + +# Setting the INLINE_SOURCES tag to YES will include the body of functions, +# multi-line macros, enums or list initialized variables directly into the +# documentation. +# The default value is: NO. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any +# special comment blocks from generated source code fragments. Normal C, C++ and +# Fortran comments will always remain visible. +# The default value is: YES. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES then for each documented +# entity all documented functions referencing it will be listed. +# The default value is: NO. + +REFERENCED_BY_RELATION = NO + +# If the REFERENCES_RELATION tag is set to YES then for each documented function +# all documented entities called/used by that function will be listed. +# The default value is: NO. + +REFERENCES_RELATION = NO + +# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set +# to YES then the hyperlinks from functions in REFERENCES_RELATION and +# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will +# link to the documentation. +# The default value is: YES. + +REFERENCES_LINK_SOURCE = YES + +# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +# source code will show a tooltip with additional information such as prototype, +# brief description and links to the definition and documentation. Since this +# will make the HTML file larger and loading of large files a bit slower, you +# can opt to disable this feature. +# The default value is: YES. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +SOURCE_TOOLTIPS = YES + +# If the USE_HTAGS tag is set to YES then the references to source code will +# point to the HTML generated by the htags(1) tool instead of doxygen built-in +# source browser. The htags tool is part of GNU's global source tagging system +# (see https://www.gnu.org/software/global/global.html). You will need version +# 4.8.6 or higher. +# +# To use it do the following: +# - Install the latest version of global +# - Enable SOURCE_BROWSER and USE_HTAGS in the configuration file +# - Make sure the INPUT points to the root of the source tree +# - Run doxygen as normal +# +# Doxygen will invoke htags (and that will in turn invoke gtags), so these +# tools must be available from the command line (i.e. in the search path). +# +# The result: instead of the source browser generated by doxygen, the links to +# source code will now point to the output of htags. +# The default value is: NO. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a +# verbatim copy of the header file for each class for which an include is +# specified. Set to NO to disable this. +# See also: Section \class. +# The default value is: YES. + +VERBATIM_HEADERS = YES + +# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the +# clang parser (see: +# http://clang.llvm.org/) for more accurate parsing at the cost of reduced +# performance. This can be particularly helpful with template rich C++ code for +# which doxygen's built-in parser lacks the necessary type information. +# Note: The availability of this option depends on whether or not doxygen was +# generated with the -Duse_libclang=ON option for CMake. +# The default value is: NO. + +CLANG_ASSISTED_PARSING = NO + +# If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS +# tag is set to YES then doxygen will add the directory of each input to the +# include path. +# The default value is: YES. +# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. + +CLANG_ADD_INC_PATHS = YES + +# If clang assisted parsing is enabled you can provide the compiler with command +# line options that you would normally use when invoking the compiler. Note that +# the include paths will already be set by doxygen for the files and directories +# specified with INPUT and INCLUDE_PATH. +# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. + +CLANG_OPTIONS = + +# If clang assisted parsing is enabled you can provide the clang parser with the +# path to the directory containing a file called compile_commands.json. This +# file is the compilation database (see: +# http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the +# options used when the source files were built. This is equivalent to +# specifying the -p option to a clang tool, such as clang-check. These options +# will then be passed to the parser. Any options specified with CLANG_OPTIONS +# will be added as well. +# Note: The availability of this option depends on whether or not doxygen was +# generated with the -Duse_libclang=ON option for CMake. + +CLANG_DATABASE_PATH = + +#--------------------------------------------------------------------------- +# Configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all +# compounds will be generated. Enable this if the project contains a lot of +# classes, structs, unions or interfaces. +# The default value is: YES. + +ALPHABETICAL_INDEX = YES + +# The IGNORE_PREFIX tag can be used to specify a prefix (or a list of prefixes) +# that should be ignored while generating the index headers. The IGNORE_PREFIX +# tag works for classes, function and member names. The entity will be placed in +# the alphabetical list under the first letter of the entity name that remains +# after removing the prefix. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output +# The default value is: YES. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each +# generated HTML page (for example: .htm, .php, .asp). +# The default value is: .html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a user-defined HTML header file for +# each generated HTML page. If the tag is left blank doxygen will generate a +# standard header. +# +# To get valid HTML the header file that includes any scripts and style sheets +# that doxygen needs, which is dependent on the configuration options used (e.g. +# the setting GENERATE_TREEVIEW). It is highly recommended to start with a +# default header using +# doxygen -w html new_header.html new_footer.html new_stylesheet.css +# YourConfigFile +# and then modify the file new_header.html. See also section "Doxygen usage" +# for information on how to generate the default header that doxygen normally +# uses. +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. For a description +# of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each +# generated HTML page. If the tag is left blank doxygen will generate a standard +# footer. See HTML_HEADER for more information on how to generate a default +# footer and what special commands can be used inside the footer. See also +# section "Doxygen usage" for information on how to generate the default footer +# that doxygen normally uses. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style +# sheet that is used by each HTML page. It can be used to fine-tune the look of +# the HTML output. If left blank doxygen will generate a default style sheet. +# See also section "Doxygen usage" for information on how to generate the style +# sheet that doxygen normally uses. +# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as +# it is more robust and this tag (HTML_STYLESHEET) will in the future become +# obsolete. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_STYLESHEET = + +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets +# created by doxygen. Using this option one can overrule certain style aspects. +# This is preferred over using HTML_STYLESHEET since it does not replace the +# standard style sheet and is therefore more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). +# Note: Since the styling of scrollbars can currently not be overruled in +# Webkit/Chromium, the styling will be left out of the default doxygen.css if +# one or more extra stylesheets have been specified. So if scrollbar +# customization is desired it has to be added explicitly. For an example see the +# documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_STYLESHEET = + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that the +# files will be copied as-is; there are no commands or markers available. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_FILES = + +# The HTML_COLORSTYLE tag can be used to specify if the generated HTML output +# should be rendered with a dark or light theme. +# Possible values are: LIGHT always generate light mode output, DARK always +# generate dark mode output, AUTO_LIGHT automatically set the mode according to +# the user preference, use light mode if no preference is set (the default), +# AUTO_DARK automatically set the mode according to the user preference, use +# dark mode if no preference is set and TOGGLE allow to user to switch between +# light and dark mode via a button. +# The default value is: AUTO_LIGHT. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE = AUTO_LIGHT + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen +# will adjust the colors in the style sheet and background images according to +# this color. Hue is specified as an angle on a color-wheel, see +# https://en.wikipedia.org/wiki/Hue for more information. For instance the value +# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 +# purple, and 360 is red again. +# Minimum value: 0, maximum value: 359, default value: 220. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors +# in the HTML output. For a value of 0 the output will use gray-scales only. A +# value of 255 will produce the most vivid colors. +# Minimum value: 0, maximum value: 255, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the +# luminance component of the colors in the HTML output. Values below 100 +# gradually make the output lighter, whereas values above 100 make the output +# darker. The value divided by 100 is the actual gamma applied, so 80 represents +# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not +# change the gamma. +# Minimum value: 40, maximum value: 240, default value: 80. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML +# documentation will contain a main index with vertical navigation menus that +# are dynamically created via JavaScript. If disabled, the navigation index will +# consists of multiple levels of tabs that are statically embedded in every HTML +# page. Disable this option to support browsers that do not have JavaScript, +# like the Qt help browser. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_MENUS = YES + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_SECTIONS = NO + +# If the HTML_CODE_FOLDING tag is set to YES then classes and functions can be +# dynamically folded and expanded in the generated HTML source code. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_CODE_FOLDING = YES + +# If the HTML_COPY_CLIPBOARD tag is set to YES then doxygen will show an icon in +# the top right corner of code and text fragments that allows the user to copy +# its content to the clipboard. Note this only works if supported by the browser +# and the web page is served via a secure context (see: +# https://www.w3.org/TR/secure-contexts/), i.e. using the https: or file: +# protocol. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COPY_CLIPBOARD = YES + +# Doxygen stores a couple of settings persistently in the browser (via e.g. +# cookies). By default these settings apply to all HTML pages generated by +# doxygen across all projects. The HTML_PROJECT_COOKIE tag can be used to store +# the settings under a project specific key, such that the user preferences will +# be stored separately. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_PROJECT_COOKIE = + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries +# shown in the various tree structured indices initially; the user can expand +# and collapse entries dynamically later on. Doxygen will expand the tree to +# such a level that at most the specified number of entries are visible (unless +# a fully collapsed tree already exceeds this amount). So setting the number of +# entries 1 will produce a full collapsed tree by default. 0 is a special value +# representing an infinite number of entries and will result in a full expanded +# tree by default. +# Minimum value: 0, maximum value: 9999, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_INDEX_NUM_ENTRIES = 100 + +# If the GENERATE_DOCSET tag is set to YES, additional index files will be +# generated that can be used as input for Apple's Xcode 3 integrated development +# environment (see: +# https://developer.apple.com/xcode/), introduced with OSX 10.5 (Leopard). To +# create a documentation set, doxygen will generate a Makefile in the HTML +# output directory. Running make will produce the docset in that directory and +# running make install will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at +# startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy +# genXcode/_index.html for more information. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_DOCSET = NO + +# This tag determines the name of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# The default value is: Doxygen generated docs. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# This tag determines the URL of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDURL = + +# This tag specifies a string that should uniquely identify the documentation +# set bundle. This should be a reverse domain-name style string, e.g. +# com.mycompany.MyDocSet. Doxygen will append .docset to the name. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. +# The default value is: org.doxygen.Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_ID = org.doxygen.Publisher + +# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. +# The default value is: Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three +# additional HTML index files: index.hhp, index.hhc, and index.hhk. The +# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop +# on Windows. In the beginning of 2021 Microsoft took the original page, with +# a.o. the download links, offline the HTML help workshop was already many years +# in maintenance mode). You can download the HTML help workshop from the web +# archives at Installation executable (see: +# http://web.archive.org/web/20160201063255/http://download.microsoft.com/downlo +# ad/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe). +# +# The HTML Help Workshop contains a compiler that can convert all HTML output +# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML +# files are now used as the Windows 98 help format, and will replace the old +# Windows help format (.hlp) on all Windows platforms in the future. Compressed +# HTML files also contain an index, a table of contents, and you can search for +# words in the documentation. The HTML workshop also contains a viewer for +# compressed HTML files. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_HTMLHELP = NO + +# The CHM_FILE tag can be used to specify the file name of the resulting .chm +# file. You can add a path in front of the file if the result should not be +# written to the html output directory. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_FILE = + +# The HHC_LOCATION tag can be used to specify the location (absolute path +# including file name) of the HTML help compiler (hhc.exe). If non-empty, +# doxygen will try to run the HTML help compiler on the generated index.hhp. +# The file has to be specified with full path. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +HHC_LOCATION = + +# The GENERATE_CHI flag controls if a separate .chi index file is generated +# (YES) or that it should be included in the main .chm file (NO). +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +GENERATE_CHI = NO + +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) +# and project file content. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_INDEX_ENCODING = + +# The BINARY_TOC flag controls whether a binary table of contents is generated +# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it +# enables the Previous and Next buttons. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members to +# the table of contents of the HTML help documentation and to the tree view. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +TOC_EXPAND = NO + +# The SITEMAP_URL tag is used to specify the full URL of the place where the +# generated documentation will be placed on the server by the user during the +# deployment of the documentation. The generated sitemap is called sitemap.xml +# and placed on the directory specified by HTML_OUTPUT. In case no SITEMAP_URL +# is specified no sitemap is generated. For information about the sitemap +# protocol see https://www.sitemaps.org +# This tag requires that the tag GENERATE_HTML is set to YES. + +SITEMAP_URL = + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that +# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help +# (.qch) of the generated HTML documentation. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify +# the file name of the resulting .qch file. The path specified is relative to +# the HTML output folder. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help +# Project output. For more information please see Qt Help Project / Namespace +# (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#namespace). +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_NAMESPACE = org.doxygen.Project + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt +# Help Project output. For more information please see Qt Help Project / Virtual +# Folders (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#virtual-folders). +# The default value is: doc. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_VIRTUAL_FOLDER = doc + +# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom +# filter to add. For more information please see Qt Help Project / Custom +# Filters (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see Qt Help Project / Custom +# Filters (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#custom-filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's filter section matches. Qt Help Project / Filter Attributes (see: +# https://doc.qt.io/archives/qt-4.8/qthelpproject.html#filter-attributes). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_SECT_FILTER_ATTRS = + +# The QHG_LOCATION tag can be used to specify the location (absolute path +# including file name) of Qt's qhelpgenerator. If non-empty doxygen will try to +# run qhelpgenerator on the generated .qhp file. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be +# generated, together with the HTML files, they form an Eclipse help plugin. To +# install this plugin and make it available under the help contents menu in +# Eclipse, the contents of the directory containing the HTML and XML files needs +# to be copied into the plugins directory of eclipse. The name of the directory +# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. +# After copying Eclipse needs to be restarted before the help appears. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the Eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have this +# name. Each documentation set should have its own identifier. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# If you want full control over the layout of the generated HTML pages it might +# be necessary to disable the index and replace it with your own. The +# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top +# of each HTML page. A value of NO enables the index and the value YES disables +# it. Since the tabs in the index contain the same information as the navigation +# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +DISABLE_INDEX = NO + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. If the tag +# value is set to YES, a side panel will be generated containing a tree-like +# index structure (just like the one that is generated for HTML Help). For this +# to work a browser that supports JavaScript, DHTML, CSS and frames is required +# (i.e. any modern browser). Windows users are probably better off using the +# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can +# further fine tune the look of the index (see "Fine-tuning the output"). As an +# example, the default style sheet generated by doxygen has an example that +# shows how to put an image at the root of the tree instead of the PROJECT_NAME. +# Since the tree basically has the same information as the tab index, you could +# consider setting DISABLE_INDEX to YES when enabling this option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_TREEVIEW = NO + +# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the +# FULL_SIDEBAR option determines if the side bar is limited to only the treeview +# area (value NO) or if it should extend to the full height of the window (value +# YES). Setting this to YES gives a layout similar to +# https://docs.readthedocs.io with more room for contents, but less room for the +# project logo, title, and description. If either GENERATE_TREEVIEW or +# DISABLE_INDEX is set to NO, this option has no effect. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FULL_SIDEBAR = NO + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that +# doxygen will group on one line in the generated HTML documentation. +# +# Note that a value of 0 will completely suppress the enum values from appearing +# in the overview section. +# Minimum value: 0, maximum value: 20, default value: 4. +# This tag requires that the tag GENERATE_HTML is set to YES. + +ENUM_VALUES_PER_LINE = 4 + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used +# to set the initial width (in pixels) of the frame in which the tree is shown. +# Minimum value: 0, maximum value: 1500, default value: 250. +# This tag requires that the tag GENERATE_HTML is set to YES. + +TREEVIEW_WIDTH = 250 + +# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to +# external symbols imported via tag files in a separate window. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +EXT_LINKS_IN_WINDOW = NO + +# If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email +# addresses. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +OBFUSCATE_EMAILS = YES + +# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg +# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see +# https://inkscape.org) to generate formulas as SVG images instead of PNGs for +# the HTML output. These images will generally look nicer at scaled resolutions. +# Possible values are: png (the default) and svg (looks nicer but requires the +# pdf2svg or inkscape tool). +# The default value is: png. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FORMULA_FORMAT = png + +# Use this tag to change the font size of LaTeX formulas included as images in +# the HTML documentation. When you change the font size after a successful +# doxygen run you need to manually remove any form_*.png images from the HTML +# output directory to force them to be regenerated. +# Minimum value: 8, maximum value: 50, default value: 10. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_FONTSIZE = 10 + +# The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands +# to create new LaTeX commands to be used in formulas as building blocks. See +# the section "Including formulas" for details. + +FORMULA_MACROFILE = + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see +# https://www.mathjax.org) which uses client side JavaScript for the rendering +# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX +# installed or if you want to formulas look prettier in the HTML output. When +# enabled you may also need to install MathJax separately and configure the path +# to it using the MATHJAX_RELPATH option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +USE_MATHJAX = NO + +# With MATHJAX_VERSION it is possible to specify the MathJax version to be used. +# Note that the different versions of MathJax have different requirements with +# regards to the different settings, so it is possible that also other MathJax +# settings have to be changed when switching between the different MathJax +# versions. +# Possible values are: MathJax_2 and MathJax_3. +# The default value is: MathJax_2. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_VERSION = MathJax_2 + +# When MathJax is enabled you can set the default output format to be used for +# the MathJax output. For more details about the output format see MathJax +# version 2 (see: +# http://docs.mathjax.org/en/v2.7-latest/output.html) and MathJax version 3 +# (see: +# http://docs.mathjax.org/en/latest/web/components/output.html). +# Possible values are: HTML-CSS (which is slower, but has the best +# compatibility. This is the name for Mathjax version 2, for MathJax version 3 +# this will be translated into chtml), NativeMML (i.e. MathML. Only supported +# for NathJax 2. For MathJax version 3 chtml will be used instead.), chtml (This +# is the name for Mathjax version 3, for MathJax version 2 this will be +# translated into HTML-CSS) and SVG. +# The default value is: HTML-CSS. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_FORMAT = HTML-CSS + +# When MathJax is enabled you need to specify the location relative to the HTML +# output directory using the MATHJAX_RELPATH option. The destination directory +# should contain the MathJax.js script. For instance, if the mathjax directory +# is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax +# Content Delivery Network so you can quickly see the result without installing +# MathJax. However, it is strongly recommended to install a local copy of +# MathJax from https://www.mathjax.org before deployment. The default value is: +# - in case of MathJax version 2: https://cdn.jsdelivr.net/npm/mathjax@2 +# - in case of MathJax version 3: https://cdn.jsdelivr.net/npm/mathjax@3 +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_RELPATH = + +# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax +# extension names that should be enabled during MathJax rendering. For example +# for MathJax version 2 (see +# https://docs.mathjax.org/en/v2.7-latest/tex.html#tex-and-latex-extensions): +# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols +# For example for MathJax version 3 (see +# http://docs.mathjax.org/en/latest/input/tex/extensions/index.html): +# MATHJAX_EXTENSIONS = ams +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_EXTENSIONS = + +# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces +# of code that will be used on startup of the MathJax code. See the MathJax site +# (see: +# http://docs.mathjax.org/en/v2.7-latest/output.html) for more details. For an +# example see the documentation. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_CODEFILE = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box for +# the HTML output. The underlying search engine uses javascript and DHTML and +# should work on any modern browser. Note that when using HTML help +# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) +# there is already a search function so this one should typically be disabled. +# For large projects the javascript based search engine can be slow, then +# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to +# search using the keyboard; to jump to the search box use + S +# (what the is depends on the OS and browser, but it is typically +# , /