XML Schemaコンポーネント - <xsd:annotation>要素

annotation要素は、スキーマのコメントを指定する最上位の要素です。コメントは、インライン・ドキュメントとして機能します。

親要素

構文

<annotation
id=ID
any attributes
>

(appinfo|documentation)*

</annotation>
 

注意: *記号は、指定した要素がannotation要素内に0回以上出現することを宣言します。

属性

id
オプション。要素の一意のIDを指定します。
any attributes
オプション。スキーマ以外の名前空間を持つその他の属性を指定します。

この要素およびすべてのXML要素の詳細は、http://www.w3.org/TR/xmlschema-1/にある「W3C XML Schema Part 1: Structures」の仕様を参照してください。


XML Schemaエディタについて

 

Copyright © 1997, 2004, Oracle. All rights reserved.