XML Schema documentation ÔªËØ

¶¨ÒåºÍÓ÷¨

documentation ÔªËØÔÚ schema ÖÐÊäÈëÎı¾×¢ÊÍ¡£¸ÃÔªËØ±ØÐëλÓÚ annotation ÔªËØÄÚ¡£

ÔªËØÐÅÏ¢

³öÏÖ´ÎÊý ÎÞÏÞÖÆ
¸¸ÔªËØ annotation
ÄÚÈÝ ÈκθñʽÕýÈ·µÄ XML ÄÚÈÝ¡£

Óï·¨

<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>W3School Note</xs:appInfo>
  <xs:documentation xml:lang="en">
  This Schema defines a W3School note!
  </xs:documentation>
</xs:annotation>

.
.
.

</xs:schema>
VUE