appInfo 元素规定 annotation 元素中应用程序要使用的信息。该元素必须位于 annotation 中。
注释:应用程序使用在 appinfo 元素内提供的信息处理指令。
出现次数 | 无限制。 |
父元素 | annotation |
内容 | 任何格式正确的 XML 内容。 |
</>code
- <appInfo
- source=anyURL
- >
- Any well-formed XML content
- </appInfo>
属性 | 描述 |
---|---|
source | 可选。一个 URI 引用,规定应用程序信息的来源。 |
</>code
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:annotation>
- <xs:appInfo>365jz Note</xs:appInfo>
- <xs:documentation xml:lang="en">
- This Schema defines a 365jz note!
- </xs:documentation>
- </xs:annotation>
- .
- .
- .
- </xs:schema>
如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛