@see tag in XSD documentation
Answered
<xs:annotation>
<xs:documentation>
....
</xs:documentation>
</xs:annotation>
I find I'm able to use annotation/documentation elements to add documentation in XML schema files, and Intellij Idea can show my documentation when I hover over associated XML instance.
Is there a way to use @see tags as in Java that refers to another element or attribute?
Please sign in to leave a comment.
It looks like XSD doesn't support it: https://stackoverflow.com/a/57617897/104891.