XML Schema documentation element
Definition and usage
The documentation element in the schema inputs text annotation. This element must be within the annotation element.
Element information
Occurrence times |
Unrestricted |
Parent element |
annotation |
Content |
Any format correct XML content. |
ระบบวา�ย
<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>