XML Schema documentation element

Definition and usage

The documentation element enters text comments in the schema. This element must be within the annotation element.

Element information

Occurrence Unrestricted
Parent element annotation
Content Any format correct XML content.

Syntax

<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>