<完全なXMLスキーマリファレンス
定義と使用法
APPINFO要素は、アプリケーションによって使用される情報を指定します。 この要素は注釈要素の中に行かなければなりません。
要素情報
- Parent elements:注釈
構文
<appinfo
source=anyURL
>
Any well-formed XML content
</appinfo>
属性 | 説明 |
---|---|
source | 任意。 アプリケーション情報のソースを指定するURI参照 |
例1
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>w3ii Note</xs:appinfo>
<xs:documentation xml:lang="en">
This Schema defines a w3ii note!
</xs:documentation>
</xs:annotation>
.
.
.
</xs:schema>
<完全なXMLスキーマリファレンス