XML Schema appInfo element

Definition and usage

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

หมายเหตุ:Application instructions provided within the appinfo element that the application uses to process.

Element information

Occurrence Unrestricted.
Parent element annotation
Content Any format correct XML content.

การใช้งาน

<appInfo
source=anyURL
>
Any well-formed XML content
</appInfo>
แอตทริบิวต์ คำอธิบาย
source เลือกตั้ง。URI หมายถึงแหล่งข้อมูลของโปรแกรม。

ตัวอย่าง 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>