vscode-xml-complete
vscode-xml-complete copied to clipboard
Support the xs:any and xs:anyAttribute elements
Would be useful to support the xs:any and xs:anyAttribute element to allow elements/attributes not included in the schema to still be classed as valid.
https://www.w3schools.com/xml/el_any.asp
@rogalmic FYI I just did this (in the big thing I did) for xs:any
as I needed it in my project - let me know if you need it some day.
I need to merge the big change first, then i could add this as well. Just need to find time for the merge - currently I am swamped with "daytime" work.