I am working on improving user friendliness of Xsd validation error messages, and I need to enumerate all possible constraint facets to be able to further perform search of specific errors within the ValidationEventArgs
.
Here is the link for the facets list: https://msdn.microsoft.com/en-us/library/ms256149(v=vs.110).aspx
How can I get that list?