XML Schema 参考手册 完整 XML Schema 参考手册 The appInfo element specifies the information to be used by the application in the annotation element. The element must be in the annotation. 父元素: Annotation Attribute Description Source Optional. A URI reference that specifies the source of the application information.Definition and usage ¶
Element information ¶
Grammar ¶
<appinfo
source=anyURL
>
Any well-formed XML content
</appinfo>
Example 1 ¶
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appinfo>RUNOOB Note</xs:appinfo>
<xs:documentation xml:lang="en">
This Schema defines a RUNOOB note!
</xs:documentation>
</xs:annotation>
.
.
.
</xs:schema>