Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extension method to determine the root element when schemas use 'salami slice' pattern #17

Open
mamift opened this issue Jul 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mamift
Copy link
Owner

mamift commented Jul 30, 2020

When XSD's are authored following the 'salami slice' pattern, determining the ultimate root element(s) requires manually inspecting the schema which is annoying and tedious, but brute forcing it is possible with the backward inorder tree traversal algorithm.

Impact: add a CLI argument that also requires the XSD file path and then return the name of the root element(s) in the CLI.

@mamift mamift added the enhancement New feature or request label Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant