@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?

 

0

Please sign in to leave a comment.