XML Schema documentation element
Definition and usage
The documentation element in the schema enters text comments. This element must be within the annotation element.
Element information
Number of occurrences |
Unrestricted |
Parent element |
annotation |
Content |
Any format correct XML content. |
Grammar
<documentation
source=URI reference
xml:lang=language
>
Any well-formed XML content
</documentation>
លក្ខណៈ |
ការពន្យល់ |
source |
ជាការជ្រើសរើស。កំណត់ប្រភពនៃព័ត៌មានអត្ថប្រយោជន៍របស់កម្មវិធី。 |
xml:lang |
ជាការជ្រើសរើស。កំណត់ភាសាដែលប្រើនៅក្នុងមាតិការប្រើប្រាស់。 |
ឧទាហាន
<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>