LICENSE
README.md
pyproject.toml
mivot_validator/__init__.py
mivot_validator/annotated_votable_validator.py
mivot_validator/dmtypes_and_role_checker.py
mivot_validator/logger_setup.py
mivot_validator/version.py
mivot_validator/xml_validator.py
mivot_validator.egg-info/PKG-INFO
mivot_validator.egg-info/SOURCES.txt
mivot_validator.egg-info/dependency_links.txt
mivot_validator.egg-info/entry_points.txt
mivot_validator.egg-info/requires.txt
mivot_validator.egg-info/top_level.txt
mivot_validator/instance_checking/__init__.py
mivot_validator/instance_checking/inheritance_checker.py
mivot_validator/instance_checking/instance_checker.py
mivot_validator/instance_checking/instance_snippet_builder.py
mivot_validator/instance_checking/model_snippets_builder.py
mivot_validator/instance_checking/snippet_builder.py
mivot_validator/instance_checking/builder/__init__.py
mivot_validator/instance_checking/xml_interpreter/__init__.py
mivot_validator/instance_checking/xml_interpreter/annotation_seeker.py
mivot_validator/instance_checking/xml_interpreter/att_utils.py
mivot_validator/instance_checking/xml_interpreter/dynamic_reference.py
mivot_validator/instance_checking/xml_interpreter/exceptions.py
mivot_validator/instance_checking/xml_interpreter/join_operator.py
mivot_validator/instance_checking/xml_interpreter/model_viewer.py
mivot_validator/instance_checking/xml_interpreter/resource_seeker.py
mivot_validator/instance_checking/xml_interpreter/static_reference_resolver.py
mivot_validator/instance_checking/xml_interpreter/table_iterator.py
mivot_validator/instance_checking/xml_interpreter/vocabulary.py
mivot_validator/launchers/__init__.py
mivot_validator/launchers/instance_checking_launcher.py
mivot_validator/launchers/instance_snippet_launcher.py
mivot_validator/launchers/mivot_launcher.py
mivot_validator/launchers/model_snippets_launcher.py
mivot_validator/launchers/typesandroles_launcher.py
mivot_validator/launchers/votable_launcher.py
mivot_validator/utils/__init__.py
mivot_validator/utils/dict_utils.py
mivot_validator/utils/dmtype_utils.py
mivot_validator/utils/json_encoder.py
mivot_validator/utils/json_tools.py
mivot_validator/utils/logger_setup.py
mivot_validator/utils/quantity_converter.py
mivot_validator/utils/session.py
mivot_validator/utils/xml_utils.py
tests/test_annotated_votables.py
tests/test_dmtypes_and_roles.py
tests/test_instance_checker.py
tests/test_mivot_instance.py
tests/test_model_compliance.py
tests/test_model_inheritence_graph.py
tests/test_schema_votable.py
tests/test_session.py
tests/test_snippet_instance.py
tests/test_snippets_model.py
tests/test_syntax_and_models.py
tests/test_syntax_mivot.py
tests/test_syntax_votable.py