XML Schema documentation element
Definition and usage
The documentation element enters text annotations in the schema. This element must be within the annotation element.
element information
occurrence times |
unrestricted |
parent element |
annotation |
content |
Any format-correct XML content. |
syntax
<documentation
source=URI reference
xml:lang=language
>
Any well-formed XML content
</documentation>
attribute |
description |
source |
Οptional. Ορίζει την πηγή της πληροφορίας της εφαρμογής. |
xml:lang |
Οptional. Ορίζει τη γλώσσα που χρησιμοποιείται στο περιεχόμενο. |
Παράδειγμα
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appInfo>Σημείωση του CodeW3C.com</xs:appInfo>
<xs:documentation xml:lang="el">
Αυτό το Σχέδιο ορίζει μια σημείωση του CodeW3C.com!
</xs:documentation>
</xs:annotation>
.
.
.
</xs:schema>