Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が作成している Web サービスの XSD ファイルにドキュメントを提供する必要があります。Java Annotations を使用して、XSD ファイルで次の XML を確認するにはどうすればよいですか? 私はJWSを使用しています。
<xsd:annotation> <xsd:documentation>Some documentation here</xsd:documentation> </xsd:annotation>