XML Schema documentation 元素
定义和用法
documentation 元素在 schema 中输入文本注释。该元素必须位于 annotation 元素内。
元素信息
出现次数 |
无限制 |
మూల ఎలమెంట్ |
అనోటేషన్ |
కంటెంట్ |
ఏదైనా రూపకల్పన చేసిన XML కంటెంట్. |
సంకేతాలు
<documentation
source=URI సూచన
xml:lang=language
>
ఏదైనా రూపకల్పన చేసిన XML కంటెంట్
</documentation>
లక్షణాలు |
వివరణ |
source |
可选。规定应用程序信息的来源。 |
xml:lang |
ఆప్షనల్. ఉపయోగించే భాషను నిర్ధారించుతుంది. |
ప్రతిరూపం
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appInfo>CodeW3C.com నోట్</xs:appInfo>
<xs:documentation xml:lang="en">
ఈ షేమా కోడ్ డబ్ల్యు డబ్ల్యు సి కం మున్నటికై నోట్ నిర్వచించింది!
</xs:documentation>
</xs:annotation>
.
.
.
</xs:schema>