How to document an XML schema?

I developed an XML schema for the application I wrote. Now I want to document a valid structure for the end user, however I cannot come up with any natural way to do this. I have seen things like xs3p, which essentially converts the xsd schema into an HTML representation, however this doesn't seem like good documentation to me; the user does not need to know anything about schemes in order to understand what he is allowed to do.

Any ideas how to document this? Any programs / editors / graphics or just concepts that I can build on?

+3
source share
1 answer

( 6 xsd / ), , xsd: documentation xsd: , . , XSD ( , java- ), XSD. XML. alt text

, xsd , ?

+11

Source: https://habr.com/ru/post/1782956/


All Articles