XML Schema appInfo Element

Definition and Usage

The appInfo element specifies the information that the application must use within the annotation element. This element must be located within the annotation.

Note:Application instructions used to process the information provided within the appinfo element.

Element information

Occurrence Unrestricted.
Parent element annotation
Content Any well-formed XML content.

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