2

私が作成している Web サービスの XSD ファイルにドキュメントを提供する必要があります。Java Annotations を使用して、XSD ファイルで次の XML を確認するにはどうすればよいですか? 私はJWSを使用しています。

<xsd:annotation>
    <xsd:documentation>Some documentation here</xsd:documentation>
</xsd:annotation>
4

1 に答える 1