I have another question about attributes autocomplete...
As I know (please, correct me if I'm wrong) w3.org xml namespace defines such attributes for element as "lang", "space" and "base".
If any element in any xsd contains <xs:attribute ref="xml:base" use="optional"/> attribute definition, should I manually load such w3.org xsd scheme using schemaResolver.AddSchema("schema-path.xsd") or you may hardcoded it in xml addon (I think it is better option for your users).
If you'll decide to not include this xsd, could you please recommend the link where I can download default w3.org xsd for xml which can be easily included in my project using schemaResolver.AddSchema method.
Thanks in advance.