-
Notifications
You must be signed in to change notification settings - Fork 15
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
Proposed elements not in accordance with the schema #15
Labels
help wanted
Extra attention is needed
Comments
It is implemented like that for now, always proposing all elements. Will need to find some time to make it more accurate... |
I have made that - will get back to you asap @rogalmic |
+1 That would be really a great feature ! |
@AndersMad: Excellent! I was just thinking that this will be next big thing, and there it is :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My schema is very simple (see schema.xsd and data.xml in attached zip file)
<Root>
element.<Root>
can contains (only)<RootChild_A>
and<RootChild_B>
<RootChild_A>
can contains (only)<AChild>
<RootChild_B>
can contains (only)<BChild>
Within the
<Root>
element xml-complete suggests to insert all elements (Root, AChild and BChild shouldn't appear here) :The Visual Studio XML editor only suggests valid elements :
The text was updated successfully, but these errors were encountered: