You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: