中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

XML Schema documentation 元素


XML Schema 參考手冊 完整 XML Schema 參考手冊

定義和用法

documentation 元素在 schema 中輸入文本注釋。該元素必須位于 annotation 元素內(nèi)。

元素信息

  • 父元素: annotation

語法

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

Any well-formed XML content

</documentation>
屬性 描述
source 可選。規(guī)定應(yīng)用程序信息的來源。
xml:lang 可選。規(guī)定內(nèi)容中使用的語言。

實例 1

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

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

.
.
.

</xs:schema>

XML Schema 參考手冊 完整 XML Schema 參考手冊其他擴(kuò)展