XML Schema appInfo element
Definition and usage
The appInfo element specifies the information that the application needs to use in the annotation element. This element must be located within the annotation.
Note:Application instructions that use the information provided within the appinfo element.
Element information
Number of occurrences | 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>