XML Schema documentation 元素

星河私藏家

XML Schema documentation 元素



定义和用法

documentation 元素在 schema 中输入文本注释。该元素必须位于 annotation 元素内。

元素信息

  • 父元素: annotation

语法


<documentation
source=URI reference
xml:lang=language>

Any well-formed XML content

</documentation>

属性 描述
source 可选。规定应用程序信息的来源。
xml:lang 可选。规定内容中使用的语言。

实例 1


<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

<xs:annotation>
  <xs:appinfo>RUNOOB Note</xs:appinfo>
  <xs:documentation xml:lang="en">
  This Schema defines a RUNOOB note!
  </xs:documentation>
</xs:annotation>

.
.
.

</xs:schema>


版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com

目录[+]

取消
微信二维码
微信二维码
支付宝二维码