'Are there any XSD files to validate XML for the https://www.w3.org/TR/widgets/ namespace?

In the intelliJ suite, xsd validation is performed automatically and you get an error if a given schema is not found. I tried to find an xsd file for the w3c widgets namespace but i couldn't.

If there is no such thing, what is the best practice here? Just add a rule to each file to ignore the error? (that is not a good one imo) Generate a schema automatically from the file? (but if i add something i need to regenerate it?)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source