@see tag in XSD documentation

已回答
<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

请先登录再写评论。