XML Schema appInfo Element
Complete XML Schema Reference
Definition and Usage
The appInfo element specifies information to be used by the application.
This element must go
within an annotation element.
Element Information
- Parent elements: annotation
Syntax
<appInfo
source=anyURL
>
Any well-formed XML content
</appInfo>
|
| Attribute |
Description |
| source |
Optional. A URI reference that specifies the source of the
application information |
Example 1
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:appInfo>W3Schools Note</xs:appInfo>
<xs:documentation xml:lang="en">
This Schema defines a W3Schools note!
</xs:documentation>
</xs:annotation>
.
.
.
</xs:schema>
|
Complete XML Schema Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|