XML 架构 appinfo 元素
❮ 完整的 XML 架构参考
定义和用法
appinfo 元素指定应用程序使用的信息。 此元素必须位于注释元素内。
元素信息
- 父元素: annotation
语法
<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>W3Schools Note</xs:appinfo>
<xs:documentation xml:lang="en">
This Schema defines a W3Schools note!
</xs:documentation>
</xs:annotation>
.
.
.
</xs:schema>
❮ 完整的 XML 架构参考