XML Schema appInfo element

Definition and usage

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

Note:The application uses the processing instructions provided within the appinfo element.

Element information

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

Syntax

<appInfo
source=anyURL
>
Any well-formed XML content
</appInfo>
Properties 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>