XML Schema documentation element

বিবরণ ও ব্যবহার

documentation element in schema input text annotation. This element must be within the annotation 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>