中国最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2

xmlschema教程

XML Schema appinfo 元素

阅读 (1745)

XML Schema appinfo 元素


XML Schema 参考手册 完整 XML Schema 参考手册

定义和用法

appInfo 元素规定 annotation 元素中应用程序要使用的信息。该元素必须位于 annotation 中。

元素信息

  • 父元素: 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>W3CSchool Note</xs:appinfo>
  <xs:documentation xml:lang="en">
  This Schema defines a W3CSchool note!
  </xs:documentation>
</xs:annotation>

.
.
.

</xs:schema>


XML Schema 参考手册 完整 XML Schema 参考手册
关闭
程序员人生