XML Schema documentation 元素
ການອະທິບາຍແລະການນໍາໃຊ້
documentation 元素在 schema 中输入文本注释。该元素必须位于 annotation 元素内。
ຂໍ້ມູນປະກອບ
ຈຳນວນການເກີດ |
ບໍ່ມີຈຳນວນສະນັບ |
ປະກອບປະຈຳຕົວ |
annotation |
内容 |
任何格式正确的 XML 内容。 |
ວິນັພງານ
<documentation
source=URI reference
xml:lang=language
>
Any well-formed XML content
</documentation>
ປະກອບ |
ການອະທິບາຍ |
source |
Optional. Specifies the source of the application information. |
xml:lang |
Optional. Specifies the language used in the content. |
Example
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appInfo>CodeW3C.com Note</xs:appInfo>
<xs:documentation xml:lang="en">
This Schema defines a CodeW3C.com note!
</xs:documentation>
</xs:annotation>
.
.
.
</xs:schema>