It might sound like a silly question, but for people outside the software industry, it is not so easy to figure out:
Once I have created a data standard with my XML schema, how do I control the correctness of the data (for instance XML files). Should I use particular packages in some specific programming language to discriminate compliant files from non-compliant? Or do I need to translate my schema in something else, for instance JSON schema ?