.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
environment.yaml
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/_static/logo.jpg
docs/_static/logo.png
docs/reference/index.rst
docs/reference/schema.rst
docs/reference/utils.rst
src/ocx_schema_parser.egg-info/PKG-INFO
src/ocx_schema_parser.egg-info/SOURCES.txt
src/ocx_schema_parser.egg-info/dependency_links.txt
src/ocx_schema_parser.egg-info/not-zip-safe
src/ocx_schema_parser.egg-info/requires.txt
src/ocx_schema_parser.egg-info/top_level.txt
src/schema_parser/__init__.py
src/schema_parser/data_classes.py
src/schema_parser/elements.py
src/schema_parser/helpers.py
src/schema_parser/parser.py
src/schema_parser/xelement.py
src/schema_parser/xparse.py
src/schema_parser/configs/schema_config.yaml
src/utils/__init__.py
src/utils/utilities.py
tests/conftest.py
tests/test_schema_helpers.py
tests/test_schema_reader.py
tests/test_utilities.py
tests/test_xelement.py
tests/test_xparse.py
tests/test_schema_helpers/test_find_schema_changes.yml
tests/test_schema_reader/test_attribute_types.yml
tests/test_schema_reader/test_complex_types.yml
tests/test_schema_reader/test_element_types.yml
tests/test_schema_reader/test_summary_table.yml
tests/test_schema_reader/test_tbl_attribute_groups.yml
tests/test_schema_reader/test_tbl_simple_types.yml
tests/test_utilities/test_load_yaml_config.yml
tests/test_xml_parser/test_get_namespaces.yml
tests/test_xml_parser/test_get_referenced_files.yml
tests/test_xml_parser/test_get_target_namespace.yml
tests/test_xparse/test_get_namespaces.yml
tests/test_xparse/test_get_referenced_files.yml
tests/test_xparse/test_get_target_namespace.yml